840 Commits (5cd01fa48ba8c2876e6a1cbffe5c2689650ca420)

Author SHA1 Message Date
Jani Taskinen 77816c4ed9 - Fix win32 build 17 years ago
Jani Taskinen 61abd918e7 MFH: Unify macros 17 years ago
Ilia Alshanetsky 51eb7b4aea Update tests to accomodate new parameter parsing API and make long2ip() use 17 years ago
Ilia Alshanetsky 1e09a216e4 MFB: Fixed bug #47365 (ip2long() may allow some invalid values on certain 17 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Stanislav Malyshev 8a0fc77582 properly initialize BG(page_uid) and BG(page_gid) 18 years ago
Arnaud Le Blanc fbde968865 MFH: Missed file from commit for #44181 & #44182 18 years ago
Arnaud Le Blanc 90f9f11fbe MFH 18 years ago
Stanislav Malyshev d3376cb591 Add option to send error_log directly to SAPI 18 years ago
Jani Taskinen 69378b449c [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file) 18 years ago
Jani Taskinen 1fd9b3f536 MFH: fix include 18 years ago
Felipe Pena a0e34ecfee - Reverted the accidental previous commit 18 years ago
Felipe Pena 0f3bde23fd - MFB: Making compatible with 64bit platform 18 years ago
Antony Dovgal 86cf005ca2 MFH: revert patch that causes invalid reads/crashes on Linux 18 years ago
Ilia Alshanetsky fe5e6c081e MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ 18 years ago
David Soria Parra bb4e8b10e3 MFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an exception). 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Hannes Magnusson d3fd30265a MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt()) 19 years ago
Dmitry Stogov 9926736605 Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov) 19 years ago
Jani Taskinen 1be447eb95 MFH: Removed ending dots from error messages 19 years ago
Derick Rethans e280715150 - MFH: Add a comment why not ~0 or -1. 19 years ago
Derick Rethans 152d379950 - MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on 19 years ago
Jani Taskinen cac7e107c6 MFH: ws + protos 19 years ago
Jani Taskinen eb4a23c5ca - Check the length too (just like in HEAD) 19 years ago
Jani Taskinen a3e6f47ea1 MFH:- Fix bug #41946 (ip2long("") should return FALSE) 19 years ago
Antony Dovgal 93af1c1f84 MFH: fix #41989 (move_uploaded_file() & relative path in ZTS mode) 19 years ago
Johannes Schlüter dc8d09bbbd - MFH: Always enable mail() function 19 years ago
Dmitry Stogov 539f67ed8f Added ability to create local or remote (URL) user streams 19 years ago
Antony Dovgal ce22f44493 MFH: fix #41445 (parse_ini_file() has a problem with certain types of integer as sections) 19 years ago
Antony Dovgal 5daef5cd4a fix #41773 (php_strip_whitespace sends headers with errors suppressed) 19 years ago
foobar f7d22b60f0 MFH:- Added php_ini_loaded_file() function which returns the path to the actual 19 years ago
Hannes Magnusson cdd37424a8 Update proto&arginfo for double_encode in htmlspecialchars()&htmlentities() 19 years ago
Antony Dovgal a69e6e2c79 MFH: improve variable name checks 19 years ago
Rasmus Lerdorf 52c2d6c235 Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows 19 years ago
Antony Dovgal 7efde494d7 MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail 19 years ago
Antony Dovgal 16129b7024 MFH: fix putenv("var") (i.e. unset) on BSD systems 19 years ago
Antony Dovgal 562f886ecb MFH: fix #41037 (unregister_tick_function() inside the tick function crash PHP) 19 years ago
Ilia Alshanetsky 1453879587 Added additional checks for long input arrays inside 19 years ago
Ilia Alshanetsky b3b6db3f03 Add _SESSION to checklist 19 years ago
Ilia Alshanetsky 0fa1427c6e Fixed a possible super-global overwrite inside import_request_variables(). 19 years ago
Antony Dovgal af1843f866 MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array) 19 years ago
Dmitry Stogov f027aef074 Fixed possible crash in putenv() on win32 19 years ago
Stanislav Malyshev 462d545a63 fix putenv - if there was no previous, remove variable from environ 19 years ago
Dmitry Stogov a3493bd3de Optimize out RINIT() 19 years ago
Dmitry Stogov 0262f05c17 Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Dmitry Stogov 53b088e60c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. 19 years ago
Hannes Magnusson 1e19ee8785 - Fixed incorrect function names on FreeBSD where inet_pton() was named 19 years ago
Dmitry Stogov 03312cc0d9 Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection 19 years ago
Ilia Alshanetsky a055e93a27 optimize out strlen() calls 20 years ago