summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Added string.toupper and string.tolower filters and generalized non-op filter...Sara Golemon2003-01-061-12/+127
* Nuke warning, on Win32 buildFrank M. Kromann2003-01-061-1/+1
* enable imageftbbox() and imagefttext() on WIn32Frank M. Kromann2003-01-061-2/+2
* Expose stream_filters_hash so that it can be searched by stream_get_filters()Sara Golemon2003-01-061-4/+7
* Complete gif readonly support addition by adding missing gd_gif_in.cEdin Kadribasic2003-01-061-0/+4
* Comment out non ANSI C standard comliant code. Fixes win32 build.Edin Kadribasic2003-01-061-2/+5
* Fixed win32 build.Edin Kadribasic2003-01-061-1/+1
* Fixed bug #21445.Ilia Alshanetsky2003-01-062-2/+7
* Fixes to stream_get_wrappers() and stream_get_filters() handle hash table lay...Sara Golemon2003-01-052-6/+13
* fixed bug #21435Georg Richter2003-01-051-1/+1
* Define HAVE_GD_GIF_READ.Sebastian Bergmann2003-01-051-4/+4
* MFB:Edin Kadribasic2003-01-051-2/+2
* 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
* CS fixes.Ilia Alshanetsky2003-01-041-375/+377
* Fix ZTS-ZE2 buildMarcus Boerger2003-01-041-26/+26
* better to check for existance firstMarcus Boerger2003-01-042-2/+2
* Fix ZTS-ZE2 buildMarcus Boerger2003-01-041-5/+5
* Fixed cut'n'paste failureMoriyoshi Koizumi2003-01-041-1/+1
* Added test case for iconv_mime_encode()Moriyoshi Koizumi2003-01-041-0/+393
* - Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch byDerick Rethans2003-01-041-2/+2
* * Update copyright year to 2003.Martin Jansen2003-01-0410-10/+10
* Added test case for iconv_mime_decode()Moriyoshi Koizumi2003-01-031-0/+17
* Added test cases for iconv_strpos() and iconv_strrpos()Moriyoshi Koizumi2003-01-032-0/+108
* Fixed an iconv_strrpos() bug that the function doesn't return accurateMoriyoshi Koizumi2003-01-031-0/+3
* - Update todoDerick Rethans2003-01-031-1/+1
* - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reasonDerick Rethans2003-01-033-586/+201
* 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
* Modified for NetWare.Anantha Kesari H Y2003-01-033-6/+0
* Added offset validity check for iconv_strpos()Moriyoshi Koizumi2003-01-031-0/+5
* New file added for NetWare.Anantha Kesari H Y2003-01-031-0/+174
* Modified for NetWare.Anantha Kesari H Y2003-01-035-31/+59
* - 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
* Added test cases for iconv_strlen() and iconv_substr()Moriyoshi Koizumi2003-01-032-0/+78
* Fixed iconv_mime_decode() so it would give more awareness to stateful codesetsMoriyoshi Koizumi2003-01-031-0/+5
* Fixed infinite loop of iconv_mime_encode() in case the specified line length ...Moriyoshi Koizumi2003-01-031-0/+4
* Give mo' shift-sequence awareness to iconv_mime_encodeMoriyoshi Koizumi2003-01-031-30/+62
* More shift-sequence awareness for iconv_substr()Moriyoshi Koizumi2003-01-031-40/+89
* Added missing casting operatorsMoriyoshi Koizumi2003-01-031-6/+6
* MFBMoriyoshi Koizumi2003-01-031-42/+11
* MFB: fixed shift-out sequence unawareness issueMoriyoshi Koizumi2003-01-031-2/+43
* Fixed small leaks in array_map() in case the first parameter is NULL likeMoriyoshi Koizumi2003-01-031-0/+3