summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error message clean up part II: Don't show params where none apply.Marcus Boerger2003-09-011-17/+34
* Error message clean up part I: always show 'Unknown' instead of empty names.Marcus Boerger2003-09-011-12/+13
* Make vspprintf available as zend utility function. Use it in exception output.Marcus Boerger2003-08-311-0/+1
* Add define to reset error handling more easilyMarcus Boerger2003-08-291-0/+1
* Fixed compiler warnings.Ilia Alshanetsky2003-08-281-1/+1
* kill warningsSascha Schumann2003-08-283-5/+5
* add format attribute where appropiateSascha Schumann2003-08-281-12/+17
* Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOCSascha Schumann2003-08-281-1/+4
* Let GCC check format argumentsSascha Schumann2003-08-283-5/+11
* Prevent a crash when expand_filepath() fails.Ilia Alshanetsky2003-08-271-1/+3
* - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)foobar2003-08-262-3/+3
* - Simplify php_error_cb()Marcus Boerger2003-08-251-21/+37