summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Update this one as wellDerick Rethans2003-01-031-1/+2
* - Remove double "Win32 COM" functions lineDerick Rethans2003-01-031-2/+2
* Added stream_get_wrappers()Sara Golemon2003-01-033-0/+27
* Fixed small leaks in array_map() in case the first parameter is NULL likeMoriyoshi Koizumi2003-01-031-0/+3
* Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).Ilia Alshanetsky2003-01-022-1/+14
* Allow base64 functions to be called from an extension buils as .so/.dll (iconv)Frank M. Kromann2003-01-012-4/+4
* build fixesZeev Suraski2003-01-012-0/+6
* Fix warnings.Sebastian Bergmann2003-01-012-1/+1
* Tidy upWez Furlong2003-01-011-1/+3
* Move rot13 filter into a new filters.c source file.Wez Furlong2003-01-018-83/+154
* Implement user-space filters.Wez Furlong2002-12-315-1/+520