Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call dtors on shutdown | Zeev Suraski | 2003-01-07 | 1 | -0/+3 |
| | |||||
* | tell user which header files could not be found | Sascha Schumann | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed small leak | Moriyoshi Koizumi | 2003-01-07 | 1 | -0/+3 |
| | |||||
* | Making the mssql extension work when build as a shared object | Frank M. Kromann | 2003-01-07 | 1 | -0/+1 |
| | |||||
* | Fixed ZTS build. | Ilia Alshanetsky | 2003-01-07 | 3 | -32/+28 |
| | |||||
* | MFB + CS | Ilia Alshanetsky | 2003-01-07 | 2 | -320/+384 |
| | |||||
* | Trivial grammer fix | Moriyoshi Koizumi | 2003-01-07 | 1 | -2/+2 |
| | |||||
* | Implemented quoted-printable stream filter | Moriyoshi Koizumi | 2003-01-07 | 1 | -0/+107 |
| | |||||
* | NEWS update | 2003-01-07 | 1 | -0/+1 | |
| | |||||
* | ChangeLog update | 2003-01-07 | 1 | -0/+181 | |
| | |||||
* | Add option to stream_get_filters() user-defined fiters vs. all filters, ↵ | Sara Golemon | 2003-01-07 | 1 | -4/+10 |
| | | | | default to user only | ||||
* | Implemented string.base64 stream filter | Moriyoshi Koizumi | 2003-01-07 | 1 | -0/+275 |
| | | | | | @- Implemented string.base64 stream filter. (Moriyoshi) | ||||
* | Adding support for anonymous fileuploads (#21450) | Stefan Esser | 2003-01-06 | 1 | -12/+28 |
| | |||||
* | Fix for Bug #20827: where stat is a macro on Tru64. | Wez Furlong | 2003-01-06 | 1 | -1/+1 |
| | | | | | Patch from <julien.soula@free.fr> | ||||
* | Fixed bug #21453 (improper handling of non-terminated <). | Ilia Alshanetsky | 2003-01-06 | 2 | -0/+22 |
| | |||||
* | Fixed Bug #21443 and related bug #21468. | Ilia Alshanetsky | 2003-01-06 | 1 | -4/+0 |
| | |||||
* | Patch for bug #19349 | Dan Kalowsky | 2003-01-06 | 1 | -5/+10 |
| | |||||
* | Correction for bug #21279 | Dan Kalowsky | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | Moved php_quot_print_decode() to quot_print.c so that it can be used | Moriyoshi Koizumi | 2003-01-06 | 3 | -69/+73 |
| | | | | | outside the iconv module | ||||
* | Added more RFC2047-compliancy check in iconv_mime_decode() | Moriyoshi Koizumi | 2003-01-06 | 1 | -0/+5 |
| | |||||
* | Fixed iconv_mime_decode() so that it comforms to RFC2231 | Moriyoshi Koizumi | 2003-01-06 | 1 | -11/+31 |
| | |||||
* | fixed missing & (Thx to Sebastian Bergmann) | Georg Richter | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | Make it slightly more obvious that the return value is relative to the length | Wez Furlong | 2003-01-06 | 1 | -1/+1 |
| | | | | | of the input data. | ||||
* | Fix for bug #21406; infinite loop during filter flushing. | Wez Furlong | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | MFB: | Edin Kadribasic | 2003-01-06 | 1 | -2/+2 |
| | | | | | Fixed bug #20503 (imagesetbrush() availability on windows). | ||||
* | Removed #ifdef NetWare and made the necessary changes in the directory ↵ | Anantha Kesari H Y | 2003-01-06 | 1 | -2/+0 |
| | | | | structure of NetWare. | ||||
* | Header file for PostgreSQL. Moved from netware directory to netware/libpq ↵ | Anantha Kesari H Y | 2003-01-06 | 1 | -0/+24 |
| | | | | directory. | ||||
* | This file moved to netware/libpq directory. | Anantha Kesari H Y | 2003-01-06 | 1 | -24/+0 |
| | |||||
* | - get_path forgotten in .h file | Christian Stocker | 2003-01-06 | 2 | -1/+33 |
| | | | | | - fix crash in domxml_node_insert_before() (by Lukas Schröder) | ||||
* | Added symbols to build PostgreSQL extension for NetWare. | Anantha Kesari H Y | 2003-01-06 | 1 | -0/+10 |
| | |||||
* | Changes for NetWare makefile. | Anantha Kesari H Y | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | Makefile added newly and modified the header file for NetWare. | Anantha Kesari H Y | 2003-01-06 | 2 | -0/+172 |
| | |||||
* | @- Added domxml_node_get_path() (Lukas Schröder) | Christian Stocker | 2003-01-06 | 1 | -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 Y | 2003-01-06 | 1 | -0/+6 |
| | | | | link failure. | ||||
* | Modified for Netware. | Anantha Kesari H Y | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | Added string.toupper and string.tolower filters and generalized non-op ↵ | Sara Golemon | 2003-01-06 | 1 | -12/+127 |
| | | | | filter methods | ||||
* | Nuke warning, on Win32 build | Frank M. Kromann | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | enable imageftbbox() and imagefttext() on WIn32 | Frank M. Kromann | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | Expose stream_filters_hash so that it can be searched by stream_get_filters() | Sara Golemon | 2003-01-06 | 3 | -6/+14 |
| | |||||
* | Complete gif readonly support addition by adding missing gd_gif_in.c | Edin Kadribasic | 2003-01-06 | 1 | -0/+4 |
| | | | | | file to the project. | ||||
* | ChangeLog update | 2003-01-06 | 2 | -0/+78 | |
| | |||||
* | Comment out non ANSI C standard comliant code. Fixes win32 build. | Edin Kadribasic | 2003-01-06 | 1 | -2/+5 |
| | |||||
* | Fixed win32 build. | Edin Kadribasic | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21445. | Ilia Alshanetsky | 2003-01-06 | 2 | -2/+7 |
| | |||||
* | Fixes to stream_get_wrappers() and stream_get_filters() handle hash table ↵ | Sara Golemon | 2003-01-05 | 2 | -6/+13 |
| | | | | layouts better, plus some picune whitespace fixes | ||||
* | fixed bug #21435 | Georg Richter | 2003-01-05 | 1 | -1/+1 |
| | |||||
* | Define HAVE_GD_GIF_READ. | Sebastian Bergmann | 2003-01-05 | 1 | -4/+4 |
| | |||||
* | Remove unnnecessary initialization | Zeev Suraski | 2003-01-05 | 1 | -2/+0 |
| | |||||
* | Initialize lineno using the new infrastructure | Zeev Suraski | 2003-01-05 | 2 | -2/+2 |
| | |||||
* | MFZE1 - lineno fix | Zeev Suraski | 2003-01-05 | 3 | -2/+5 |
| |