Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0'.php-5.0.0 | SVN Migration | 2004-07-15 | 1 | -3/+3 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-15 | 1 | -285/+0 |
| | |||||
* | - 5.0.1-dev | Andi Gutmans | 2004-07-13 | 1 | -3/+3 |
| | |||||
* | - Roll PHP 5.0.0 | Andi Gutmans | 2004-07-13 | 1 | -2/+2 |
| | |||||
* | Looks like Sara forgot to change this too. | Wez Furlong | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | Fix file_get_contents() bug... | Wez Furlong | 2004-07-12 | 1 | -0/+2 |
| | |||||
* | Ooups... | Stefan Esser | 2004-07-11 | 1 | -0/+3 |
| | |||||
* | Fixed: PARSE_TYPE parameter to input_filter | Stefan Esser | 2004-07-11 | 1 | -2/+7 |
| | | | | | Fixed: input_filter should also be able to filter empty variables by name | ||||
* | RIP: greedy ready problems | Wez Furlong | 2004-07-10 | 1 | -1/+2 |
| | | | | | | This allows people to use fread($fp, filesize($filename)) for regular files, but packet-based non-greedy reads for everything else. | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 2 | -6/+10 |
| | |||||
* | Fix for Bug #28964 fread "greedy" behaviour | Wez Furlong | 2004-06-29 | 1 | -0/+3 |
| | |||||
* | As long we pass values by reference this is needed. Ugly! | Stefan Esser | 2004-06-26 | 1 | -0/+4 |
| | |||||
* | BugFix#28868 (Part Two): This fixes thread unsafety in the userspace | Sara Golemon | 2004-06-21 | 4 | -5/+32 |
| | | | | | filters which relates to the fix just applied for userspace wrappers. | ||||
* | BugFix#28868: Wrapper hash not thread-safe. | Sara Golemon | 2004-06-21 | 3 | -7/+26 |
| | | | | | | | | Userdefined wrappers were being registered into a global wrapper hash which can cross threads. Termination of once instance then has the potential to leave an active stream in another instance with no wrapper leading to segfault. | ||||
* | Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). | Ilia Alshanetsky | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | - Go back to -dev (Shouldn't need another RC) | Andi Gutmans | 2004-06-07 | 1 | -2/+2 |
| | |||||
* | - Roll RC3 | Andi Gutmans | 2004-06-07 | 1 | -2/+2 |
| | |||||
* | Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode | Ilia Alshanetsky | 2004-06-07 | 1 | -0/+5 |
| | | | | | adds extra spaces). | ||||
* | - Prepare for RC3RC2 | Andi Gutmans | 2004-06-03 | 1 | -2/+2 |
| | |||||
* | The engine will take care out-of-memory situation for us. | Ilia Alshanetsky | 2004-05-28 | 1 | -7/+2 |
| | |||||
* | - Back to RC3-dev until we roll final | Andi Gutmans | 2004-05-27 | 1 | -2/+2 |
| | |||||
* | Fix #25939 for good this time. | Wez Furlong | 2004-05-27 | 1 | -1/+1 |
| | | | | | # How could I miss this?? | ||||
* | - RC3RC1 | Andi Gutmans | 2004-05-27 | 1 | -2/+2 |
| | |||||
* | Fix silly mistake. | Wez Furlong | 2004-05-26 | 2 | -4/+4 |
| | | | | | Thanks Antony :) | ||||
* | break is better | Stefan Esser | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | *sigh*, obviously, we need this to be able to use sapi_module.name | Wez Furlong | 2004-05-25 | 1 | -0/+1 |
| | |||||
* | DEBUG -> PHP_DEBUG | Wez Furlong | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | check if it matches... not if it doesn't... | Wez Furlong | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | In debug mode, under CLI don't close stderr. | Wez Furlong | 2004-05-25 | 1 | -0/+9 |
| | | | | | | | | This is so that we can see any error reports. # for extra paranoia, could limit this check to happen only after the script is # finished running. | ||||
* | - Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry) | Andi Gutmans | 2004-05-23 | 1 | -0/+2 |
| | |||||
* | This is more correct. | Stefan Esser | 2004-05-23 | 1 | -3/+3 |
| | |||||
* | - Fixed TSRM problem in latest commit. | Derick Rethans | 2004-05-21 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #28456 (Problem with enclosed / in uploaded file names) | Derick Rethans | 2004-05-21 | 1 | -1/+10 |
| | |||||
* | - Allow extra parameters to mail to be forced also from virtual host settings. | Derick Rethans | 2004-05-20 | 1 | -1/+1 |
| | |||||
* | - Fixed defines | Derick Rethans | 2004-05-11 | 1 | -5/+5 |
| | |||||
* | Bugfix #28300 Userspace stream/filter names don't need to be lowercased. | Sara Golemon | 2004-05-06 | 1 | -1/+0 |
| | |||||
* | BugFix#28287 stream_*_register() not calling __autoload(). | Sara Golemon | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | - RC3-dev | Andi Gutmans | 2004-04-25 | 1 | -2/+2 |
| | |||||
* | - RC2 | Andi Gutmans | 2004-04-25 | 1 | -2/+2 |
| | |||||
* | Fixed bug #19749 (shouldn't mmap() files larger than memory_limit) | Wez Furlong | 2004-04-21 | 1 | -1/+5 |
| | |||||
* | - RC2-dev | Andi Gutmans | 2004-04-21 | 1 | -2/+2 |
| | |||||
* | - Prepare for RC2RC2 (if everything is OK especially Zeev's interface | Andi Gutmans | 2004-04-21 | 1 | -2/+2 |
| | | | | | - patch I'll roll RC2 tomorrow). | ||||
* | Bugfix #28012, now for snprintf | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | Bugfix #28012 spprintf() output inconsistent for %p | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | - RC2-dev | Andi Gutmans | 2004-04-14 | 1 | -2/+2 |
| | |||||
* | - RC2RC1 | Andi Gutmans | 2004-04-14 | 1 | -2/+2 |
| | |||||
* | BugFix: Copy/Paste mistake referenced undefined variable on platforms ↵ | Sara Golemon | 2004-04-09 | 1 | -1/+1 |
| | | | | without gettimeofday() | ||||
* | Only wind filters when appending to the read chain. | Sara Golemon | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | This leaks when a stream opener proxy opens another stream. | Sara Golemon | 2004-04-01 | 1 | -0/+3 |
| | |||||
* | BugFix#27619 | Sara Golemon | 2004-03-31 | 3 | -4/+83 |
| | | | | | | Filters not applied to pre-buffered stream data. (esp. http:// streams) |