summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* call dtors on shutdownZeev Suraski2003-01-071-0/+3
|
* tell user which header files could not be foundSascha Schumann2003-01-071-1/+1
|
* Fixed small leakMoriyoshi Koizumi2003-01-071-0/+3
|
* Making the mssql extension work when build as a shared objectFrank M. Kromann2003-01-071-0/+1
|
* Fixed ZTS build.Ilia Alshanetsky2003-01-073-32/+28
|
* MFB + CSIlia Alshanetsky2003-01-072-320/+384
|
* Trivial grammer fixMoriyoshi Koizumi2003-01-071-2/+2
|
* Implemented quoted-printable stream filterMoriyoshi Koizumi2003-01-071-0/+107
|
* NEWS update2003-01-071-0/+1
|
* ChangeLog update2003-01-071-0/+181
|
* Add option to stream_get_filters() user-defined fiters vs. all filters, ↵Sara Golemon2003-01-071-4/+10
| | | | default to user only
* Implemented string.base64 stream filterMoriyoshi Koizumi2003-01-071-0/+275
| | | | | @- Implemented string.base64 stream filter. (Moriyoshi)
* Adding support for anonymous fileuploads (#21450)Stefan Esser2003-01-061-12/+28
|
* Fix for Bug #20827: where stat is a macro on Tru64.Wez Furlong2003-01-061-1/+1
| | | | | Patch from <julien.soula@free.fr>
* 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
|
* Patch for bug #19349Dan Kalowsky2003-01-061-5/+10
|
* Correction for bug #21279Dan Kalowsky2003-01-061-2/+2
|
* Moved php_quot_print_decode() to quot_print.c so that it can be usedMoriyoshi Koizumi2003-01-063-69/+73
| | | | | outside the iconv module
* Added more RFC2047-compliancy check in iconv_mime_decode()Moriyoshi Koizumi2003-01-061-0/+5
|
* Fixed iconv_mime_decode() so that it comforms to RFC2231Moriyoshi Koizumi2003-01-061-11/+31
|
* fixed missing & (Thx to Sebastian Bergmann)Georg Richter2003-01-061-1/+1
|
* Make it slightly more obvious that the return value is relative to the lengthWez Furlong2003-01-061-1/+1
| | | | | of the input data.
* Fix for bug #21406; infinite loop during filter flushing.Wez Furlong2003-01-061-2/+2
|
* MFB:Edin Kadribasic2003-01-061-2/+2
| | | | | Fixed bug #20503 (imagesetbrush() availability on windows).
* Removed #ifdef NetWare and made the necessary changes in the directory ↵Anantha Kesari H Y2003-01-061-2/+0
| | | | structure of NetWare.
* Header file for PostgreSQL. Moved from netware directory to netware/libpq ↵Anantha Kesari H Y2003-01-061-0/+24
| | | | directory.
* This file moved to netware/libpq directory.Anantha Kesari H Y2003-01-061-24/+0
|
* - get_path forgotten in .h fileChristian Stocker2003-01-062-1/+33
| | | | | - fix crash in domxml_node_insert_before() (by Lukas Schröder)
* Added symbols to build PostgreSQL extension for NetWare.Anantha Kesari H Y2003-01-061-0/+10
|
* Changes for NetWare makefile.Anantha Kesari H Y2003-01-061-1/+1
|
* Makefile added newly and modified the header file for NetWare.Anantha Kesari H Y2003-01-062-0/+172
|
* @- Added domxml_node_get_path() (Lukas Schröder)Christian Stocker2003-01-061-0/+26
| | | | | - Fixed segfault, when trying to add a node to itself.
* Added #ifdef HAVE_SYSLOG_H around syslog function in the whole file to avoid ↵Anantha Kesari H Y2003-01-061-0/+6
| | | | link failure.
* Modified for Netware.Anantha Kesari H Y2003-01-061-2/+2
|
* Added string.toupper and string.tolower filters and generalized non-op ↵Sara Golemon2003-01-061-12/+127
| | | | filter methods
* 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-063-6/+14
|
* Complete gif readonly support addition by adding missing gd_gif_in.cEdin Kadribasic2003-01-061-0/+4
| | | | | file to the project.
* ChangeLog update2003-01-062-0/+78
|
* 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 ↵Sara Golemon2003-01-052-6/+13
| | | | layouts better, plus some picune whitespace fixes
* fixed bug #21435Georg Richter2003-01-051-1/+1
|
* Define HAVE_GD_GIF_READ.Sebastian Bergmann2003-01-051-4/+4
|
* Remove unnnecessary initializationZeev Suraski2003-01-051-2/+0
|
* Initialize lineno using the new infrastructureZeev Suraski2003-01-052-2/+2
|
* MFZE1 - lineno fixZeev Suraski2003-01-053-2/+5
|