summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New file added for NetWare.Anantha Kesari H Y2003-01-031-0/+9
* File modified for NetWare.Anantha Kesari H Y2003-01-031-13/+30
* New file added for NetWare.Anantha Kesari H Y2003-01-031-0/+17
* - Update this one as wellDerick Rethans2003-01-031-1/+2
* - Remove double "Win32 COM" functions lineDerick Rethans2003-01-032-3/+3
* - WhitespaceDerick Rethans2003-01-031-8/+8
* Modified for NetWare.Anantha Kesari H Y2003-01-031-0/+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
* ChangeLog update2003-01-032-0/+61
* fixing typoHarald Radi2003-01-031-2/+2
* - Removed entries that are going to 4.3.1foobar2003-01-031-24/+6
* * allways fall back to PHP_SYSCONFDIRStig Bakken2003-01-021-1/+1
* Fixed a small memory leak when a NULL variable is passed toIlia Alshanetsky2003-01-021-1/+2
* ChangeLog update2003-01-021-0/+97
* Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).Ilia Alshanetsky2003-01-022-1/+14
* Raise required OpenSSL version to 0.9.6.Ilia Alshanetsky2003-01-022-4/+4
* rotate changelog2003-01-022-34777/+38
* - Fixed bug #21169: Compile Failure, and lots of warnings on UnixWareDerick Rethans2003-01-021-0/+1
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-027-178/+205
* Fix .dspZeev Suraski2003-01-021-4/+4
* Fix incorrect linkage of access-levels, when using private methodsZeev Suraski2003-01-023-15/+38
* - Fix warnings on UnixWareDerick Rethans2003-01-021-2/+2
* - Fix "make test" when CC was set to something with a parameterDerick Rethans2003-01-021-1/+1
* 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 tests if Zend Optimizer is loadedDerick Rethans2003-01-012-1/+38
* Win32 build fixZeev Suraski2003-01-012-2/+11
* Add filter.c, user_filters.c. Group stream related sources.Sebastian Bergmann2003-01-012-10/+30
* 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
* use handler for Z_OBJPROPStanislav Malyshev2003-01-011-1/+1
* Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF forWez Furlong2003-01-013-1/+47
* Fix Wez's problemZeev Suraski2003-01-011-1/+1
* Added various functions that relies on the iconv facility:Moriyoshi Koizumi2002-12-312-10/+1270
* Implement user-space filters.Wez Furlong2002-12-315-1/+520
* Bump year.Sebastian Bergmann2002-12-3126-26/+26
* Bump year.Sebastian Bergmann2002-12-31363-363/+363
* Bump year.Sebastian Bergmann2002-12-31150-156/+156
* Fix for bug #21311Rasmus Lerdorf2002-12-311-2/+18
* Fix for #21304 (gzopen did not report errors on open; "a" mode broken)Wez Furlong2002-12-312-7/+1