summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed infinite loop bug when an invalid quoted-printable escape sequenceMoriyoshi Koizumi2003-01-121-1/+2
* Fixed error msg format so it correctly reports the actual filter nameMoriyoshi Koizumi2003-01-121-7/+7
* . Updated quoted-printable filter by a neater implementation.Moriyoshi Koizumi2003-01-121-190/+296
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-117-23/+23
* Reduced warnings in ZE2 buildMoriyoshi Koizumi2003-01-115-20/+20
* Reduced compiler warnings in ZE2 buildMoriyoshi Koizumi2003-01-112-3/+3
* Added stripos() & strripos() functions.Ilia Alshanetsky2003-01-111-5/+123
* Fix the number format fix when the number of decimal places is 0.Wez Furlong2003-01-101-8/+15
* Reduced compiler warningsMoriyoshi Koizumi2003-01-101-1/+1
* CS fixesIlia Alshanetsky2003-01-091-32/+43
* Fixed a memory corruption that occurs when an unterminated " is encounteredIlia Alshanetsky2003-01-091-1/+1
* Bug #21531 file_exists() and other filestat functions throw errors when in ...Sara Golemon2003-01-091-1/+1
* Implement fprintf() and vfprintf().Wez Furlong2003-01-093-30/+107
* Fix Bug #21523 - number_format could cause a memory allocation for aWez Furlong2003-01-092-18/+63
* Fixed bug #21529 (memory corruption by fsockopen()).Ilia Alshanetsky2003-01-091-1/+2
* Fix the ZTS build.foobar2003-01-091-1/+1
* Reimplemented base64 filter to use iconv()-like facility for flexibility.Moriyoshi Koizumi2003-01-081-143/+510
* Added support for WBMP images.Ilia Alshanetsky2003-01-082-0/+83
* Instances should not be freed in dtor()...Moriyoshi Koizumi2003-01-071-2/+4
* Made error msg format more consistentMoriyoshi Koizumi2003-01-071-3/+3
* Backout changes between 1.6 and 1.7Sara Golemon2003-01-071-10/+4
* whitespaceZeev Suraski2003-01-071-43/+43
* Fixed small leakMoriyoshi Koizumi2003-01-071-0/+3
* Implemented quoted-printable stream filterMoriyoshi Koizumi2003-01-071-0/+107
* Add option to stream_get_filters() user-defined fiters vs. all filters, defau...Sara Golemon2003-01-071-4/+10
* Implemented string.base64 stream filterMoriyoshi Koizumi2003-01-071-0/+275
* Fixed bug #21453 (improper handling of non-terminated <).Ilia Alshanetsky2003-01-062-0/+22
* Fixed Bug #21443 and related bug #21468.Ilia Alshanetsky2003-01-061-4/+0
* Moved php_quot_print_decode() to quot_print.c so that it can be usedMoriyoshi Koizumi2003-01-062-0/+72
* Make it slightly more obvious that the return value is relative to the lengthWez Furlong2003-01-061-1/+1
* Added #ifdef HAVE_SYSLOG_H around syslog function in the whole file to avoid ...Anantha Kesari H Y2003-01-061-0/+6
* Added string.toupper and string.tolower filters and generalized non-op filter...Sara Golemon2003-01-061-12/+127
* Expose stream_filters_hash so that it can be searched by stream_get_filters()Sara Golemon2003-01-061-4/+7
* Fixes to stream_get_wrappers() and stream_get_filters() handle hash table lay...Sara Golemon2003-01-052-6/+13
* Fixed a memory leak in setlocale() & localeconv().Ilia Alshanetsky2003-01-051-3/+4
* Added stream_get_filters(); to list registered filtersSara Golemon2003-01-053-0/+20
* - Fix some of the netware crapDerick Rethans2003-01-051-6/+6
* - Change Warnings to NoticesDerick Rethans2003-01-041-3/+3
* Fixed a bug that would cause flock() to never set the 3rd argument.Ilia Alshanetsky2003-01-031-21/+21
* Fixed a memory leak that occurs if the location specified by redirect headerIlia Alshanetsky2003-01-031-5/+7
* Further fixes related to bug #21267.Ilia Alshanetsky2003-01-031-3/+6
* Modified for NetWare.Anantha Kesari H Y2003-01-031-14/+5
* Modified for NetWare.Anantha Kesari H Y2003-01-035-18/+41