summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - Prevent registration of the variable when a zero-length is returnedDerick Rethans2003-11-262-10/+17
* Fix for file:// wrapper parsing.Sara Golemon2003-11-231-1/+1
* On error do not leave content_type_dup unitialised.Stefan Esser2003-11-221-0/+1
* - Commit patch by standardsAndi Gutmans2003-11-191-0/+3
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-1/+1
* Fix odd increments to repair the boundary checks.Stefan Esser2003-11-121-0/+4
* added buffer reallocation for filename.Rui Hirokawa2003-11-051-6/+15
* - Always store the URI path in the streams structure, and expose it withDerick Rethans2003-11-033-19/+18
* Fixed possible crashbug.Stefan Esser2003-11-031-2/+2
* It is usually a good idea to write only into allocated bufferspace.Stefan Esser2003-11-031-5/+5
* Next is beta3..foobar2003-10-301-2/+2
* - Beta 2Andi Gutmans2003-10-301-2/+2
* Stop looking once we've found a matching filter.Sara Golemon2003-10-281-1/+1
* Extend Filter matching to check wildcards at multiple levels.Sara Golemon2003-10-281-10/+17
* name/value in multipart/form-date will be converted into internal encoding wh...Rui Hirokawa2003-10-221-11/+78
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-212-0/+6
* Fixed unused variable warning on *nix.Ilia Alshanetsky2003-10-201-0/+2
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-191-0/+2
* finish file uri support, this stuff was unecessary.Shane Caraveo2003-10-191-10/+0
* A simpler patch to add file uri supportShane Caraveo2003-10-192-1/+17
* revert file: support in preparation for simpler patchShane Caraveo2003-10-191-67/+32
* make file uri's work with streamsShane Caraveo2003-10-191-32/+67
* Enable setting php.ini path via the registryStanislav Malyshev2003-10-191-1/+16
* Fixed bug #25836 (last key of multi-dimensional array passed via GPCIlia Alshanetsky2003-10-141-1/+3
* Fixed bug #25746 (Do not bail out when unable to chdir original dir onIlia Alshanetsky2003-10-091-3/+0
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-082-7/+3
* Fix $_SERVER['argv'] and $_SERVER['argc']Stanislav Malyshev2003-10-071-1/+2
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-041-0/+2
* Made the $argc and $argv always available as globals in CLI, and not asAndrei Zmievski2003-10-011-10/+19
* More NaN & INF handling fixes.Ilia Alshanetsky2003-09-291-0/+16
* Fixed Bug #25665 (var_dump() hangs on Nan and INF).Ilia Alshanetsky2003-09-291-0/+16
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* Fixed bug #25293 (Output correct EOL to error_log)Ilia Alshanetsky2003-09-242-1/+7
* Removed unnecessary ssl.h includefoobar2003-09-231-6/+0
* When track_errors was enabled, we tried to assign value already freed char.Ilia Alshanetsky2003-09-181-1/+1
* Add length modifier LMarcus Boerger2003-09-143-5/+78
* - Add length modifiers(ll, j, t, h, hh)Marcus Boerger2003-09-144-82/+345
* Show the whole message when in debug modeMarcus Boerger2003-09-131-4/+5
* Pointer size fixArd Biesheuvel2003-09-131-1/+1
* - Fix %p to prepend '0x' as suggested by C99.Marcus Boerger2003-09-132-13/+57
* Fixed for 64bit archsArd Biesheuvel2003-09-133-4/+4
* Fixed bug #25316 (Possible infinite loop inside _php_stream_write()).Ilia Alshanetsky2003-09-111-1/+2
* Fix for bug #23488 zlib.output_compression overrides vary header.Stefan Roehrich2003-09-101-1/+1
* Fixed bug #25429 (fix copying of stdin using copy() function)Ilia Alshanetsky2003-09-101-0/+3
* configure.infoobar2003-09-081-0/+4
* Remove unwanted spaceMarcus Boerger2003-09-041-1/+1
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-023-12/+12
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-022-14/+14
* Error message clean up part IV: spprintf/estrndup don't return on 'out of mem'Marcus Boerger2003-09-021-75/+96
* Error message clean up part III: Fix ini setting logic & respect docref_rootMarcus Boerger2003-09-021-5/+2