summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-1811-283/+181
* Fixed bug #21732 (Added a sanity check, that prevents parameter mismatch).Ilia Alshanetsky2003-01-181-0/+4
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-184-18/+6
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-183-206/+143
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-186-37/+3
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-3/+3
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-182-40/+17
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-1810-216/+68
* Added test case for bug #21094Moriyoshi Koizumi2003-01-181-0/+17
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-1813-111/+33
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-1811-99/+24
* WSMoriyoshi Koizumi2003-01-181-116/+116
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-182-9/+8
* correct my fault here and documnet the sense of the testMarcus Boerger2003-01-181-4/+3
* Fixed typoMoriyoshi Koizumi2003-01-181-1/+1
* Added test case for bug #21730Moriyoshi Koizumi2003-01-181-0/+35
* Additional memory allocation fixes by Marcus Börger.Ilia Alshanetsky2003-01-181-7/+12
* Tons of WS fixesMoriyoshi Koizumi2003-01-181-876/+876
* Removed the no longer needed memory allocation checks.Ilia Alshanetsky2003-01-181-153/+22
* Fixed bug #21726 and #21730Moriyoshi Koizumi2003-01-181-5/+5
* Renamed get_memory_usage() to memory_get_usage() (per Andi's advice)Andrey Hristov2003-01-183-4/+4
* Fix potential problem for 64-bit architectures.Wez Furlong2003-01-181-1/+2
* - Fixed memleak in fscanf().Derick Rethans2003-01-181-0/+1
* - Skip test if the function to test is not availableDerick Rethans2003-01-181-0/+1
* Fix bug: #21687, imap extension does not include gss authentication mechanismfoobar2003-01-182-9/+19
* ChangeLog update2003-01-182-0/+100
* export zend_objects_destroy_object()Harald Radi2003-01-172-1/+2
* Added missing test result.Ilia Alshanetsky2003-01-171-1/+18
* Bump year.Moriyoshi Koizumi2003-01-171-1/+1
* WS fixMoriyoshi Koizumi2003-01-171-1/+1
* Removed pointless checks of array_init() return value.Ilia Alshanetsky2003-01-171-20/+9
* make std_object_handlers struct available for shared modulesHarald Radi2003-01-172-0/+7
* Fixed a quoted printable decoder so that it would conform to RFC2045.Moriyoshi Koizumi2003-01-171-27/+135
* Moved to C style comments.Andrey Hristov2003-01-173-32/+36
* Fix POST handling once and for all. The daemon now never blocks and handlesSascha Schumann2003-01-172-117/+166
* fix jp2 detection and add testfileMarcus Boerger2003-01-173-10/+9
* Syncronize bundled GD library with latest GD (2.0.11).Ilia Alshanetsky2003-01-175-1620/+1364
* - Fixed a bug that made that no newline was displayed when there was no valueDerick Rethans2003-01-171-3/+3
* Removed pointless checks around array_init().Andrey Hristov2003-01-171-8/+4
* Fixed memory leaks in imap_get_quota & imap_get_quotaroot.Ilia Alshanetsky2003-01-171-26/+9
* Significant speed enhancements. I was underestimating the power of recentMoriyoshi Koizumi2003-01-171-8/+4
* Move ZEND_ENGINE_2 check to where it is defined.Sebastian Bergmann2003-01-171-4/+4
* NEWS update2003-01-171-0/+1
* ChangeLog update2003-01-172-0/+129
* move the ZE2 check into internal_functions_win32.cHarald Radi2003-01-162-4/+4
* revert previous commitHarald Radi2003-01-161-4/+4
* unbreak the buildHarald Radi2003-01-161-4/+4
* Fixed bug #21651 (crash in pdf_open_memory_image() when inserting aIlia Alshanetsky2003-01-161-1/+1
* Finally fixed a qp encoder bug that line break characters that appear exactlyMoriyoshi Koizumi2003-01-161-12/+16