summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* - Roll 5.0.2Andi Gutmans2004-09-231-2/+2
|
* MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).Ilia Alshanetsky2004-09-171-0/+2
|
* - Go with PHP 5.0.2RC1Andi Gutmans2004-09-161-2/+2
|
* MFHStefan Esser2004-09-131-0/+4
|
* MFHStefan Esser2004-09-121-4/+19
|
* Stop at the index on an unmatched [Rasmus Lerdorf2004-09-091-1/+1
|
* MFH (r.163) Handle maxlen when stream can't be mmapedSara Golemon2004-09-081-0/+11
|
* MFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper ↵Antony Dovgal2004-08-311-0/+4
| | | | under Win32)
* MFH: Using int when long should be used.Ilia Alshanetsky2004-08-221-1/+1
|
* [MFH] If you send a post with a content-type header and then the next post ↵Brian France2004-08-191-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.
* MFHZeev Suraski2004-08-161-0/+1
|
* - MFH: Added PHP_EOL constant that contains the OS way of representingDerick Rethans2004-08-131-0/+1
| | | | | newlines. (Patch by Paul Hudson)
* - Back to 5.0.2-devAndi Gutmans2004-08-121-3/+3
|
* - Roll 5.0.1Andi Gutmans2004-08-121-2/+2
|
* - Back to -devAndi Gutmans2004-08-121-2/+2
|
* - 5.0.1RC2Andi Gutmans2004-08-121-2/+2
|
* MFH: Fix format specifiersSara Golemon2004-08-111-2/+2
|
* MFH: Fix for #29256Wez Furlong2004-08-101-2/+38
|
* - Back to -devAndi Gutmans2004-08-101-2/+2
|
* - 5.0.1RC1Andi Gutmans2004-08-101-2/+2
|
* MFH: zts fixWez Furlong2004-07-311-1/+1
|
* MFH: streams fixesWez Furlong2004-07-313-97/+140
|
* MFH: various ZTS fixesWez Furlong2004-07-301-77/+138
|
* MFH: #29431Wez Furlong2004-07-281-5/+8
|
* MFH: Fixed bug #29369 (Uploaded files with ' or " in their names get theirIlia Alshanetsky2004-07-251-0/+9
| | | | | names truncated at those characters).
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-07-151-285/+0
|
* - 5.0.1-devAndi Gutmans2004-07-131-3/+3
|
* - Roll PHP 5.0.0Andi Gutmans2004-07-131-2/+2
|
* Looks like Sara forgot to change this too.Wez Furlong2004-07-131-1/+1
|
* Fix file_get_contents() bug...Wez Furlong2004-07-121-0/+2
|
* Ooups...Stefan Esser2004-07-111-0/+3
|
* Fixed: PARSE_TYPE parameter to input_filterStefan Esser2004-07-111-2/+7
| | | | | Fixed: input_filter should also be able to filter empty variables by name
* RIP: greedy ready problemsWez Furlong2004-07-101-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 startupAndi Gutmans2004-07-102-6/+10
|
* Fix for Bug #28964 fread "greedy" behaviourWez Furlong2004-06-291-0/+3
|
* As long we pass values by reference this is needed. Ugly!Stefan Esser2004-06-261-0/+4
|
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-214-5/+32
| | | | | filters which relates to the fix just applied for userspace wrappers.
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-213-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 Alshanetsky2004-06-081-1/+1
|
* - Go back to -dev (Shouldn't need another RC)Andi Gutmans2004-06-071-2/+2
|
* - Roll RC3Andi Gutmans2004-06-071-2/+2
|
* Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_modeIlia Alshanetsky2004-06-071-0/+5
| | | | | adds extra spaces).
* - Prepare for RC3RC2Andi Gutmans2004-06-031-2/+2
|
* The engine will take care out-of-memory situation for us.Ilia Alshanetsky2004-05-281-7/+2
|
* - Back to RC3-dev until we roll finalAndi Gutmans2004-05-271-2/+2
|
* Fix #25939 for good this time.Wez Furlong2004-05-271-1/+1
| | | | | # How could I miss this??
* - RC3RC1Andi Gutmans2004-05-271-2/+2
|
* Fix silly mistake.Wez Furlong2004-05-262-4/+4
| | | | | Thanks Antony :)
* break is betterStefan Esser2004-05-251-1/+1
|
* *sigh*, obviously, we need this to be able to use sapi_module.nameWez Furlong2004-05-251-0/+1
|