[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-01-06 Thread Christian Stocker
chregu Mon Jan 6 03:47:35 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: @- Added domxml_node_get_path() (Lukas Schröder) - Fixed segfault, when trying to add a node to itself. Index: php4/ext/domxml/php_domxml.c diff -u

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.mak php_pgsql.h

2003-01-06 Thread Anantha Kesari H Y
hyanantha Mon Jan 6 04:05:03 2003 EDT Modified files: /php4/ext/pgsql pgsql.mak php_pgsql.h Log: Makefile added newly and modified the header file for NetWare. Index: php4/ext/pgsql/pgsql.mak diff -u /dev/null php4/ext/pgsql/pgsql.mak:1.2 ---

[PHP-CVS] cvs: php4 /ext/mysql mysql.mak

2003-01-06 Thread Anantha Kesari H Y
hyanantha Mon Jan 6 04:06:02 2003 EDT Modified files: /php4/ext/mysql mysql.mak Log: Changes for NetWare makefile. Index: php4/ext/mysql/mysql.mak diff -u php4/ext/mysql/mysql.mak:1.3 php4/ext/mysql/mysql.mak:1.4 --- php4/ext/mysql/mysql.mak:1.3

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c php_domxml.h

2003-01-06 Thread Christian Stocker
chregu Mon Jan 6 04:59:54 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c php_domxml.h Log: - get_path forgotten in .h file - fix crash in domxml_node_insert_before() (by Lukas Schröder) Index: php4/ext/domxml/php_domxml.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /ext/domxml php_domxml.c

2003-01-06 Thread Christian Stocker
chregu Mon Jan 6 05:00:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: - fix crash in domxml_node_insert_before() (by Lukas Schröder) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.6

[PHP-CVS] cvs: php4 /ext/pgsql php_pgsql.h

2003-01-06 Thread Anantha Kesari H Y
hyanantha Mon Jan 6 05:28:35 2003 EDT Modified files: /php4/ext/pgsql php_pgsql.h Log: Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare. Index: php4/ext/pgsql/php_pgsql.h diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd_bundled.dsp

2003-01-06 Thread Edin Kadribasic
edink Mon Jan 6 05:42:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd_bundled.dsp Log: Fixed bug #20503 (imagesetbrush() availability on windows). Index: php4/ext/gd/gd_bundled.dsp diff -u php4/ext/gd/gd_bundled.dsp:1.7.2.1

[PHP-CVS] cvs: php4 /ext/gd gd_bundled.dsp

2003-01-06 Thread Edin Kadribasic
edink Mon Jan 6 05:49:52 2003 EDT Modified files: /php4/ext/gdgd_bundled.dsp Log: MFB: Fixed bug #20503 (imagesetbrush() availability on windows). Index: php4/ext/gd/gd_bundled.dsp diff -u php4/ext/gd/gd_bundled.dsp:1.10

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-01-06 Thread Edin Kadribasic
edink Mon Jan 6 05:53:36 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bugfixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.43 php4/NEWS:1.1247.2.44 --- php4/NEWS:1.1247.2.43 Sun Jan 5 20:49:17 2003 +++ php4/NEWS Mon Jan

[PHP-CVS] cvs: php4 /main php_streams.h

2003-01-06 Thread Wez Furlong
wez Mon Jan 6 09:00:58 2003 EDT Modified files: /php4/main php_streams.h Log: Fix for bug #21406; infinite loop during filter flushing. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.65 php4/main/php_streams.h:1.66 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/file userfilters.phpt

2003-01-06 Thread Wez Furlong
wez Mon Jan 6 09:04:24 2003 EDT Modified files: /php4/ext/standard/tests/file userfilters.phpt Log: Make it slightly more obvious that the return value is relative to the length of the input data. Index:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2003-01-06 Thread Georg Richter
georg Mon Jan 6 09:12:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: fixed a missing (Thx to Sebastian Bergmann Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.6

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2003-01-06 Thread Georg Richter
georg Mon Jan 6 09:13:47 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed missing (Thx to Sebastian Bergmann) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.180 php4/ext/mysql/php_mysql.c:1.181 ---

[PHP-CVS] cvs: php4 /ext/iconv iconv.c

2003-01-06 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 6 10:35:42 2003 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed iconv_mime_decode() so that it comforms to RFC2231 Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.77 php4/ext/iconv/iconv.c:1.78 ---

[PHP-CVS] cvs: php4 /ext/iconv iconv.c /ext/standard quot_print.c quot_print.h

2003-01-06 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 6 10:47:26 2003 EDT Modified files: /php4/ext/iconv iconv.c /php4/ext/standard quot_print.c quot_print.h Log: Moved php_quot_print_decode() to quot_print.c so that it can be used outside the iconv module Index:

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2003-01-06 Thread Dan Kalowsky
kalowskyMon Jan 6 13:23:56 2003 EDT Modified files: /php4/ext/odbc php_odbc.c Log: Patch for bug #19349 Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.145 php4/ext/odbc/php_odbc.c:1.146 --- php4/ext/odbc/php_odbc.c:1.145

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard browscap.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 16:43:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard browscap.c Log: MFH Index: php4/ext/standard/browscap.c diff -u php4/ext/standard/browscap.c:1.60.2.5 php4/ext/standard/browscap.c:1.60.2.6 ---

[PHP-CVS] cvs: php4 /main streams.c

2003-01-06 Thread Wez Furlong
wez Mon Jan 6 18:27:03 2003 EDT Modified files: /php4/main streams.c Log: Fix for Bug #20827: where stat is a macro on Tru64. Patch from [EMAIL PROTECTED] Index: php4/main/streams.c diff -u php4/main/streams.c:1.141 php4/main/streams.c:1.142 ---

[PHP-CVS] cvs: php4 /ext/standard filters.c

2003-01-06 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 6 19:03:26 2003 EDT Modified files: /php4/ext/standard filters.c Log: Implemented string.base64 stream filter @- Implemented string.base64 stream filter. (Moriyoshi) Index: php4/ext/standard/filters.c diff -u

[PHP-CVS] cvs: php4 /ext/standard user_filters.c

2003-01-06 Thread Sara Golemon
pollita Mon Jan 6 20:02:30 2003 EDT Modified files: /php4/ext/standard user_filters.c Log: Add option to stream_get_filters() user-defined fiters vs. all filters, default to user only Index: php4/ext/standard/user_filters.c diff -u

[PHP-CVS] cvs: php4 /ext/standard filters.c

2003-01-06 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 6 20:41:18 2003 EDT Modified files: /php4/ext/standard filters.c Log: Implemented quoted-printable stream filter Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.5 php4/ext/standard/filters.c:1.6 ---

[PHP-CVS] cvs: php4 / NEWS

2003-01-06 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 6 20:46:39 2003 EDT Modified files: /php4 NEWS Log: Trivial grammer fix Index: php4/NEWS diff -u php4/NEWS:1.1303 php4/NEWS:1.1304 --- php4/NEWS:1.1303Mon Jan 6 20:36:37 2003 +++ php4/NEWS Mon Jan 6 20:46:38 2003 @@

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 21:21:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c php_ftp.c Log: Changed perror() to php_error_docref(), fixed bug #21309. Made extension use ZE memory allocation wrappers, fixed a memory leak in ftp_mkdir.

[PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 21:47:24 2003 EDT Modified files: /php4/ext/ftp ftp.c php_ftp.c Log: MFB + CS Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.70 php4/ext/ftp/ftp.c:1.71 --- php4/ext/ftp/ftp.c:1.70 Fri Jan 3 09:21:17 2003 +++

[PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 22:44:13 2003 EDT Modified files: /php4/ext/ftp ftp.c ftp.h php_ftp.c Log: Fixed ZTS build. Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.71 php4/ext/ftp/ftp.c:1.72 --- php4/ext/ftp/ftp.c:1.71 Mon Jan 6 21:47:24 2003

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c ftp.h php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 22:53:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c ftp.h php_ftp.c Log: MFH Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.68.2.2 php4/ext/ftp/ftp.c:1.68.2.3 --- php4/ext/ftp/ftp.c:1.68.2.2 Mon Jan 6

Re: [PHP-CVS] cvs: php4 /ext/ldap ldap.mak

2003-01-06 Thread Ananth Kesari
First of all, the reason we have the line, MODULE_DESC = PHP 4.3 - LDAP Extension is for the need from Novell that every module needs to carry a meaningful description. Now, we decided that we will put the base version here and change it when the next version is released. Meaning, since right now