summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #25127 (reset memory_limit before terminating the request)Ilia Alshanetsky2003-08-221-5/+7
* Updated PHP_API_VERSION to 20030820 for the php_setcookie api changeBrian France2003-08-221-1/+1
* No need for those code blocks anymore...Zeev Suraski2003-08-201-37/+32
* Fixed bug #25170 (Problem with generation of random numbers on solaris)Ilia Alshanetsky2003-08-201-2/+2
* Unify TSRMLS_FETCH() usage.Wez Furlong2003-08-191-13/+4
* linkage for C++Wez Furlong2003-08-185-4/+26
* Improve trackingZeev Suraski2003-08-181-1/+18
* One bit fields need to be unsigned, otherwise there is no storage forSascha Schumann2003-08-171-3/+3
* fix this stuffWez Furlong2003-08-141-3/+3
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-142-3/+9
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* Bugfix #25044Marcus Boerger2003-08-111-2/+3
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-7/+0
* Initialize this variable to 0 as suggested by saraMarcus Boerger2003-08-101-1/+1
* Timeout fix.Ilia Alshanetsky2003-08-091-0/+1
* MFBfoobar2003-08-091-0/+10