Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert | foobar | 2005-09-02 | 3 | -20/+10 |
| | |||||
* | it is good idea to return something always | foobar | 2005-09-02 | 1 | -3/+1 |
| | |||||
* | MFH: Fixed bug #34331 (php crashes when variables_order is empty). | Ilia Alshanetsky | 2005-09-01 | 1 | -2/+2 |
| | |||||
* | MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty) | foobar | 2005-09-01 | 3 | -21/+34 |
| | |||||
* | - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri" | Derick Rethans | 2005-08-26 | 1 | -0/+1 |
| | | | | | element for files opened with tmpname(). | ||||
* | MFH: Remainder of the 34191 bug fix. | Ilia Alshanetsky | 2005-08-24 | 1 | -0/+3 |
| | |||||
* | MFH | foobar | 2005-08-17 | 1 | -1/+1 |
| | |||||
* | - Prevent E_STRICT from ending up as exception | Marcus Boerger | 2005-08-16 | 1 | -0/+3 |
| | |||||
* | Go back to dev | Zeev Suraski | 2005-08-16 | 1 | -2/+2 |
| | |||||
* | Roll RC1 | Zeev Suraski | 2005-08-16 | 1 | -2/+2 |
| | |||||
* | Minor consistency cleanup | Rasmus Lerdorf | 2005-08-10 | 1 | -5/+4 |
| | |||||
* | - No release today. Found a critical bug... | Andi Gutmans | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | - RC1 | Andi Gutmans | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 1 | -285/+0 |
| | |||||
* | - Fixed problem with -dextension=foobar.so not having it's MINIT run. | foobar | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | typo fix | Hartmut Holzgraefe | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | - This ini option is only effective when set in php.ini or httpd.conf | foobar | 2005-08-05 | 1 | -1/+1 |
| | | | | | or .htacces, etc. as GPC variables are set before any ini_set() is called | ||||
* | - Bumber up year | foobar | 2005-08-03 | 67 | -67/+67 |
| | |||||
* | Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) | Ilia Alshanetsky | 2005-08-02 | 1 | -1/+3 |
| | |||||
* | Fixed bug #33904 (input array keys being escaped when magic quotes is off). | Ilia Alshanetsky | 2005-07-29 | 1 | -2/+10 |
| | |||||
* | - Fixed few logic errors in php*.ini search path creation as documented here: | foobar | 2005-07-29 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | http://fi.php.net/manual/en/configuration.php#configuration.file # # Before this patch: # # $ strace php -r 'echo 1;' 2>&1 | grep php.ini # open("/www/php/lib/php.ini", O_RDONLY) = 3 # lstat64("/www/php/lib/php.ini", {st_mode=S_IFREG|0640, st_size=46264, ...}) = 0 # # With this patch: # # $ strace php -r 'echo 1;' 2>&1 | grep php.ini # open("./php.ini", O_RDONLY) = -1 ENOENT (No such file or directory) # open("/usr/src/php5_1_full/sapi/cli/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory) # open("/www/php/lib/php.ini", O_RDONLY) = 3 # lstat64("/www/php/lib/php.ini", {st_mode=S_IFREG|0640, st_size=46264, ...}) = 0 # | ||||
* | ws fix | Antony Dovgal | 2005-07-27 | 1 | -1/+1 |
| | |||||
* | edge case: do not remove trailing slash for root directory (Bug #33882) | Hartmut Holzgraefe | 2005-07-27 | 1 | -1/+1 |
| | |||||
* | php.ini search logic needs to use the absolute path of the running binary | Hartmut Holzgraefe | 2005-07-27 | 1 | -2/+6 |
| | | | | | when looking for php.ini in the directory the php binary is installed in | ||||
* | NetWare can make use of autoconf based build | Anantha Kesari H Y | 2005-07-26 | 1 | -331/+0 |
| | | | | | --Kamesh | ||||
* | I could have sworn I committed this a while ago. Just a tiny NULL safety | Rasmus Lerdorf | 2005-07-25 | 1 | -1/+1 |
| | | | | | check here. | ||||
* | revert my last change; chasing ghosts. | Wez Furlong | 2005-07-19 | 1 | -9/+3 |
| | | | | | # the lesson is, ensure that php4 and php5 aren't loaded at the same time | ||||
* | Don't crash when no treat_data method has been set in the sapi module | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| | | | | | # how come no one ran into this before? | ||||
* | Revert cookie patch for BC reasons. | Ilia Alshanetsky | 2005-07-18 | 1 | -2/+1 |
| | |||||
* | Fixed bug in new module statrup mechanism | Dmitry Stogov | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | compile before commit (gah!) | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Apparently our pipe detection code just above this isn't foolproof. | Wez Furlong | 2005-07-18 | 1 | -0/+6 |
| | | | | | Catch it here. | ||||
* | Fixed handling of HTTP requests with multiple Cookie headers. | Ilia Alshanetsky | 2005-07-18 | 1 | -1/+2 |
| | |||||
* | - Fix problem with debug mode on selective machines | Marcus Boerger | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | main/fopen_wrappers.c | Anantha Kesari H Y | 2005-07-16 | 2 | -2/+2 |
| | | | | | | | | NetWare file names are case insensitive main/main.c NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c. -- Kamesh | ||||
* | - Back to -dev | Andi Gutmans | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | - Beta 3 | Andi Gutmans | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro | foobar | 2005-07-14 | 1 | -1/+1 |
| | | | | | | - Removed duplicate sa_len check from configure.in - Unified the sockaddr tests into PHP_SOCKADDR_CHECKS macro | ||||
* | Fixed bug #33673 (Added detection for partially uploaded files). | Ilia Alshanetsky | 2005-07-13 | 1 | -5/+17 |
| | |||||
* | - Back to -dev | Andi Gutmans | 2005-07-12 | 1 | -2/+2 |
| | |||||
* | - Beta 3 | Andi Gutmans | 2005-07-12 | 1 | -2/+2 |
| | |||||
* | Fixed double-free in the digest authentication handling. | Ilia Alshanetsky | 2005-07-12 | 2 | -2/+8 |
| | | | | | # Found and Reported by Stefan Esser | ||||
* | - Fix *printf(%lld) under windows | Marcus Boerger | 2005-07-08 | 1 | -1/+2 |
| | |||||
* | Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows | Dmitry Stogov | 2005-07-05 | 1 | -0/+1 |
| | |||||
* | NetWare LibC has reentrant time functions no need to have this. | Anantha Kesari H Y | 2005-07-01 | 1 | -45/+0 |
| | | | | | -- Kamesh from hyanantha's account | ||||
* | Netware also uses autoconf based config now | foobar | 2005-06-30 | 2 | -4/+0 |
| | |||||
* | Likely fix for bug #33140 | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+7 |
| | |||||
* | - Back to -dev | Andi Gutmans | 2005-06-23 | 1 | -2/+2 |
| | |||||
* | - Beta 2 | Andi Gutmans | 2005-06-23 | 1 | -2/+2 |
| | |||||
* | - Back to -dev. Guys (n' Girls), give at least 1 hour before you start | Andi Gutmans | 2005-06-21 | 1 | -2/+2 |
| | | | | | | - complaining about not going back to -dev. I like checking the tarball - before I change it back. |