summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-281-0/+7
* MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).Ilia Alshanetsky2005-09-271-2/+2
* - MFH: Fixed bug #34052 (date('U') returns %ld not unix timestamp).Derick Rethans2005-09-152-4/+4
* - Fixed shutdown order before RC2.Derick Rethans2005-09-141-6/+6
* - Fix version numbers as discussed to help version_compare for the PEAR folks.Derick Rethans2005-09-101-2/+2
* Revertfoobar2005-09-023-20/+10
* it is good idea to return something alwaysfoobar2005-09-021-3/+1
* MFH: Fixed bug #34331 (php crashes when variables_order is empty).Ilia Alshanetsky2005-09-011-2/+2
* MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)foobar2005-09-013-21/+34
* - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri"Derick Rethans2005-08-261-0/+1
* MFH: Remainder of the 34191 bug fix.Ilia Alshanetsky2005-08-241-0/+3
* MFHfoobar2005-08-171-1/+1
* - Prevent E_STRICT from ending up as exceptionMarcus Boerger2005-08-161-0/+3
* Go back to devZeev Suraski2005-08-161-2/+2
* Roll RC1Zeev Suraski2005-08-161-2/+2
* Minor consistency cleanupRasmus Lerdorf2005-08-101-5/+4
* - No release today. Found a critical bug...Andi Gutmans2005-08-091-2/+2
* - RC1Andi Gutmans2005-08-091-2/+2
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-285/+0
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-1/+1
* typo fixHartmut Holzgraefe2005-08-071-1/+1
* - This ini option is only effective when set in php.ini or httpd.conffoobar2005-08-051-1/+1
* - Bumber up yearfoobar2005-08-0367-67/+67
* Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)Ilia Alshanetsky2005-08-021-1/+3
* Fixed bug #33904 (input array keys being escaped when magic quotes is off).Ilia Alshanetsky2005-07-291-2/+10
* - Fixed few logic errors in php*.ini search path creation as documented here:foobar2005-07-291-19/+17
* ws fixAntony Dovgal2005-07-271-1/+1
* edge case: do not remove trailing slash for root directory (Bug #33882)Hartmut Holzgraefe2005-07-271-1/+1
* php.ini search logic needs to use the absolute path of the running binaryHartmut Holzgraefe2005-07-271-2/+6
* NetWare can make use of autoconf based buildAnantha Kesari H Y2005-07-261-331/+0
* I could have sworn I committed this a while ago. Just a tiny NULL safetyRasmus Lerdorf2005-07-251-1/+1
* revert my last change; chasing ghosts.Wez Furlong2005-07-191-9/+3
* Don't crash when no treat_data method has been set in the sapi moduleWez Furlong2005-07-191-3/+9
* Revert cookie patch for BC reasons.Ilia Alshanetsky2005-07-181-2/+1
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-1/+1
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
* Fixed handling of HTTP requests with multiple Cookie headers.Ilia Alshanetsky2005-07-181-1/+2
* - Fix problem with debug mode on selective machinesMarcus Boerger2005-07-171-2/+2
* main/fopen_wrappers.cAnantha Kesari H Y2005-07-162-2/+2
* - Back to -devAndi Gutmans2005-07-141-2/+2
* - Beta 3Andi Gutmans2005-07-141-2/+2
* - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macrofoobar2005-07-141-1/+1
* Fixed bug #33673 (Added detection for partially uploaded files).Ilia Alshanetsky2005-07-131-5/+17
* - Back to -devAndi Gutmans2005-07-121-2/+2
* - Beta 3Andi Gutmans2005-07-121-2/+2
* Fixed double-free in the digest authentication handling.Ilia Alshanetsky2005-07-122-2/+8
* - Fix *printf(%lld) under windowsMarcus Boerger2005-07-081-1/+2
* Fixed crash in ext\standard\tests\general_functions\bug32647.php on WindowsDmitry Stogov2005-07-051-0/+1
* NetWare LibC has reentrant time functions no need to have this.Anantha Kesari H Y2005-07-011-45/+0