Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Roll 5.0.2 | Andi Gutmans | 2004-09-23 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()). | Ilia Alshanetsky | 2004-09-17 | 1 | -0/+2 |
| | |||||
* | - Go with PHP 5.0.2RC1 | Andi Gutmans | 2004-09-16 | 1 | -2/+2 |
| | |||||
* | MFH | Stefan Esser | 2004-09-13 | 1 | -0/+4 |
| | |||||
* | MFH | Stefan Esser | 2004-09-12 | 1 | -4/+19 |
| | |||||
* | Stop at the index on an unmatched [ | Rasmus Lerdorf | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | MFH (r.163) Handle maxlen when stream can't be mmaped | Sara Golemon | 2004-09-08 | 1 | -0/+11 |
| | |||||
* | MFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper ↵ | Antony Dovgal | 2004-08-31 | 1 | -0/+4 |
| | | | | under Win32) | ||||
* | MFH: Using int when long should be used. | Ilia Alshanetsky | 2004-08-22 | 1 | -1/+1 |
| | |||||
* | [MFH] If you send a post with a content-type header and then the next post ↵ | Brian France | 2004-08-19 | 1 | -0/+1 |
| | | | | without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path. | ||||
* | MFH | Zeev Suraski | 2004-08-16 | 1 | -0/+1 |
| | |||||
* | - MFH: Added PHP_EOL constant that contains the OS way of representing | Derick Rethans | 2004-08-13 | 1 | -0/+1 |
| | | | | | newlines. (Patch by Paul Hudson) | ||||
* | - Back to 5.0.2-dev | Andi Gutmans | 2004-08-12 | 1 | -3/+3 |
| | |||||
* | - Roll 5.0.1 | Andi Gutmans | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | - Back to -dev | Andi Gutmans | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | - 5.0.1RC2 | Andi Gutmans | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | MFH: Fix format specifiers | Sara Golemon | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | MFH: Fix for #29256 | Wez Furlong | 2004-08-10 | 1 | -2/+38 |
| | |||||
* | - Back to -dev | Andi Gutmans | 2004-08-10 | 1 | -2/+2 |
| | |||||
* | - 5.0.1RC1 | Andi Gutmans | 2004-08-10 | 1 | -2/+2 |
| | |||||
* | MFH: zts fix | Wez Furlong | 2004-07-31 | 1 | -1/+1 |
| | |||||
* | MFH: streams fixes | Wez Furlong | 2004-07-31 | 3 | -97/+140 |
| | |||||
* | MFH: various ZTS fixes | Wez Furlong | 2004-07-30 | 1 | -77/+138 |
| | |||||
* | MFH: #29431 | Wez Furlong | 2004-07-28 | 1 | -5/+8 |
| | |||||
* | MFH: Fixed bug #29369 (Uploaded files with ' or " in their names get their | Ilia Alshanetsky | 2004-07-25 | 1 | -0/+9 |
| | | | | | names truncated at those characters). | ||||
* | 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 |
| |