summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warning.Ilia Alshanetsky2003-01-251-1/+1
* Fixed compile warning.Ilia Alshanetsky2003-01-241-1/+1
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-246-14/+13
* Resolving problem on OSF1 and probably otherAndrey Hristov2003-01-241-1/+1
* Adding cast.Andrey Hristov2003-01-241-1/+1
* Renamed the test name as per the convensionMoriyoshi Koizumi2003-01-231-3/+1
* Test name formattingMoriyoshi Koizumi2003-01-236-7/+7
* typoAnil Madhavapeddy2003-01-221-1/+1
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-214-5/+5
* - Add credits for MagnusDerick Rethans2003-01-201-1/+1
* Improved the patched part to prevent further potential bugsMoriyoshi Koizumi2003-01-191-0/+10
* ini patch to allow 'entry[] = value' entriesHarald Radi2003-01-191-27/+36
* Fixed bug #21744(21741)Moriyoshi Koizumi2003-01-192-2/+25
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-8/+8
* s/4.4/5.0Derick Rethans2003-01-181-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-186-37/+3
* WSMoriyoshi Koizumi2003-01-181-116/+116
* Fixed typoMoriyoshi Koizumi2003-01-181-1/+1
* Added test case for bug #21730Moriyoshi Koizumi2003-01-181-0/+35
* Tons of WS fixesMoriyoshi Koizumi2003-01-181-876/+876
* 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
* Added missing test result.Ilia Alshanetsky2003-01-171-1/+18
* Fixed a quoted printable decoder so that it would conform to RFC2045.Moriyoshi Koizumi2003-01-171-27/+135
* fix jp2 detection and add testfileMarcus Boerger2003-01-173-10/+9
* - Fixed a bug that made that no newline was displayed when there was no valueDerick Rethans2003-01-171-3/+3
* Significant speed enhancements. I was underestimating the power of recentMoriyoshi Koizumi2003-01-171-8/+4
* Finally fixed a qp encoder bug that line break characters that appear exactlyMoriyoshi Koizumi2003-01-161-12/+16
* - JPEG 2000 supportMarcus Boerger2003-01-162-3/+5
* - corrected error in file detection for very small filesMarcus Boerger2003-01-162-42/+175
* Fixed bug #21648Edin Kadribasic2003-01-161-1/+1
* Relieve scripts of the burden of ensuring that all pipes are closed priorWez Furlong2003-01-155-49/+168
* - Move proc_open code to a source file of it's own.Wez Furlong2003-01-154-505/+592
* Fixed a qp encoder bug that the constructor sometimes fails ifMoriyoshi Koizumi2003-01-151-1/+1
* added function get_memory_usage(). available only when PHP is compiledAndrey Hristov2003-01-143-0/+15
* Added a new option "force-encode-first" to the quoted-printable encoderMoriyoshi Koizumi2003-01-141-2/+6
* Made php_quot_print_decode() RFC2045-compliantMoriyoshi Koizumi2003-01-141-33/+51
* Fixed small memory leak that occurs when the invalid line length is passedMoriyoshi Koizumi2003-01-141-0/+3
* Fixed quoted-printable encoder so that it produces RFC2045 complicantMoriyoshi Koizumi2003-01-141-11/+211
* added array_combine().Andrey Hristov2003-01-133-0/+44
* Fixed a silly segfault bug caused by lack of strict type checkingMoriyoshi Koizumi2003-01-131-8/+22
* . Implemented a common filter parameter parsing function.Moriyoshi Koizumi2003-01-131-113/+573
* Fixed a bug of the base64 decoder that a sequence of interveningMoriyoshi Koizumi2003-01-121-3/+8
* ZE2 compatibilityStanislav Malyshev2003-01-121-1/+6
* ZTS fixes.Sebastian Bergmann2003-01-122-2/+2
* Disable ZE2-incompatible partsStanislav Malyshev2003-01-121-0/+4
* remove unneeded varStanislav Malyshev2003-01-121-2/+0