[PHP-CVS] cvs: php-src /ext/gd gd.c

2003-12-18 Thread Rasmus Lerdorf
rasmus Thu Dec 18 03:17:46 2003 EDT Modified files: /php-src/ext/gd gd.c Log: Fix remaining gd build issue Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.280 php-src/ext/gd/gd.c:1.281 --- php-src/ext/gd/gd.c:1.280 Wed Nov 19 10:49:55 2003 +++

Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2003-12-18 Thread Jani Taskinen
Why do you add ini options for extension that doesn't exist in php-src ?? And there's no need to add those anyway, document them in the manual.. --Jani On Thu, 18 Dec 2003, John Coggeshall wrote: >john Wed Dec 17 21:06:01 2003 EDT > > Modified files:

Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2003-12-18 Thread Rasmus Lerdorf
We probably should move towards the config-file-path mechanism I added a while back. Instead of simply specifying a php.ini file (or in addition to if we so choose) byt default we should do a --with-config-file-path=/etc/php (exact default path to be argued over in numerous threads for years to co

Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2003-12-18 Thread John Coggeshall
Actually, it does exist in php-src. Wez added the symlink to it and it is in the B3 tarball. John On Thu, 2003-12-18 at 03:27, Jani Taskinen wrote: > Why do you add ini options for extension that doesn't exist > in php-src ?? And there's no need to add those anyway, > document them in

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c /ext/mbstring/tests bug26639.phpt

2003-12-18 Thread Moriyoshi Koizumi
moriyoshi Thu Dec 18 04:50:21 2003 EDT Added files: /php-src/ext/mbstring/tests bug26639.phpt Modified files: /php-src/ext/mbstring mbstring.c Log: Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring mbstring.c /ext/mbstring/tests bug26639.phpt

2003-12-18 Thread Moriyoshi Koizumi
moriyoshi Thu Dec 18 04:52:52 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/mbstring/tests bug26639.phpt Modified files: /php-src/ext/mbstring mbstring.c /php-srcNEWS Log: MFH(r-1.206): Fixed bug #26639 (mb_conver

Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2003-12-18 Thread Jani Taskinen
Wouldn't it be a good idea to add a NEWS entry about this new extension? --Jani On Thu, 18 Dec 2003, John Coggeshall wrote: >Actually, it does exist in php-src. Wez added the symlink to it and it >is in the B3 tarball. > >John > >On Thu, 2003-12-18 at 03:27, Jani Taskinen

[PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 06:05:22 2003 EDT Modified files: /php-src/win32 winutil.c Log: Leak for b3 and find a better solution until RC1 Index: php-src/win32/winutil.c diff -u php-src/win32/winutil.c:1.11 php-src/win32/winutil.c:1.12 --- php-src/win32/winutil.c:

[PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:16:17 2003 EDT Modified files: /php-src/win32 winutil.c Log: make sure this is initialized to NULL as we don't check the return value of the FormatMessage function; we could end up using a stale pointer. Index: php-src/win32/win

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Marcus Boerger
Hello, Thursday, December 18, 2003, 12:05:22 PM, you wrote: > helly Thu Dec 18 06:05:22 2003 EDT > Modified files: > /php-src/win32winutil.c > Log: > Leak for b3 and find a better solution until RC1 The win guru's liked this behavior more for b3. But we fo

[PHP-CVS] cvs: php-src / NEWS

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:18:51 2003 EDT Modified files: /php-srcNEWS Log: add news about tidy Index: php-src/NEWS diff -u php-src/NEWS:1.1542 php-src/NEWS:1.1543 --- php-src/NEWS:1.1542 Wed Dec 17 17:17:15 2003 +++ php-src/NEWSThu Dec 18 06:18:51 2003 @

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h tidy.c

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:20:19 2003 EDT Modified files: /php-src/ext/tidy php_tidy.h tidy.c Log: ZTS build and speling fix Index: php-src/ext/tidy/php_tidy.h diff -u php-src/ext/tidy/php_tidy.h:1.11 php-src/ext/tidy/php_tidy.h:1.12 --- php-src/ext/tidy/php_tidy.h

[PHP-CVS] cvs: php-src /ext/com_dotnet com_dotnet.c com_extension.c php_com_dotnet_internal.h

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:23:22 2003 EDT Modified files: /php-src/ext/com_dotnet com_dotnet.c com_extension.c php_com_dotnet_internal.h Log: Fix use of the CorRuntimeHost; once it has been stopped for a process, it cannot be restar

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
There is a deeper problem; this function is actually called from many win32 extensions where the result is correctly free'd, so we cannot use a static buffer here at all. --Wez. - Original Message - From: "Marcus Boerger" <[EMAIL PROTECTED]> To: "Marcus Boerger" <[EMAIL PROTECTED]> Cc: <

[PHP-CVS] cvs: php-src /main php_network.h

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:26:01 2003 EDT Modified files: /php-src/main php_network.h Log: Counteract brain-death in Apache headers (they #define strtoul to something that will break compilation, and it successfully breaks the win32 IPv6 headers) Index: php

[PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:32:20 2003 EDT Modified files: /php-src/win32 winutil.c Log: make it totally safe again Index: php-src/win32/winutil.c diff -u php-src/win32/winutil.c:1.13 php-src/win32/winutil.c:1.14 --- php-src/win32/winutil.c:1.13Thu Dec 18

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Marcus Boerger
Hello Wez, Thursday, December 18, 2003, 12:23:27 PM, you wrote: > There is a deeper problem; this function is actually called > from many win32 extensions where the result is correctly free'd, > so we cannot use a static buffer here at all. That is wrong behavior. The behavior of dl_error() has

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
This function is not used exclusively by dl_error; it is used in many places (network, com and other win32 extensions) to get a readable version of a win32 error code. --Wez. - Original Message - From: "Marcus Boerger" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]> Cc: "Marcus

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
In addition, the memory allocated by FormatMessage() should be free'd using LocalFree(), not free(). --Wez. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 017.phpt 018.phpt

2003-12-18 Thread Dmitry Stogov
dmitry Thu Dec 18 08:28:01 2003 EDT Added files: /php-src/ext/simplexml/tests017.phpt 018.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: two new methods were added $node->count($subnode_name) - returns count

[PHP-CVS] cvs: php-src /ext/simplexml/tests 014.phpt 016.phpt

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 08:35:40 2003 EDT Modified files: /php-src/ext/simplexml/tests014.phpt 016.phpt Log: Update tests to see where they fail now exactly Index: php-src/ext/simplexml/tests/014.phpt diff -u php-src/ext/simplexml/tests/014.phpt:1.1 php-src/

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c /ext/mbstring/tests bug26639.phpt

2003-12-18 Thread Andi Gutmans
Shouldn't you be using some SEPARATE*() macro here? It seems as if you're doing something like that. At 09:50 AM 12/18/2003 +, Moriyoshi Koizumi wrote: moriyoshi Thu Dec 18 04:50:21 2003 EDT Added files: /php-src/ext/mbstring/tests bug26639.phpt Modified files: /php

[PHP-CVS] cvs: CVSROOT / avail

2003-12-18 Thread Andi Gutmans
andiThu Dec 18 14:24:01 2003 EDT Modified files: /CVSROOTavail Log: - Give Derick CVSROOT karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.800 CVSROOT/avail:1.801 --- CVSROOT/avail:1.800 Sun Dec 14 17:10:51 2003 +++ CVSROOT/avail Thu Dec 18 14

[PHP-CVS] cvs: CVSROOT / avail

2003-12-18 Thread Derick Rethans
derick Thu Dec 18 14:29:50 2003 EDT Modified files: /CVSROOTavail Log: - Grant pearweb karma to Tobias Schlitt (toby) Index: CVSROOT/avail diff -u CVSROOT/avail:1.801 CVSROOT/avail:1.802 --- CVSROOT/avail:1.801 Thu Dec 18 14:24:00 2003 +++ CVSROOT/avail

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c /ext/mbstring/tests bug26639.phpt

2003-12-18 Thread Moriyoshi Koizumi
On 2003/12/19, at 0:12, Andi Gutmans wrote: Shouldn't you be using some SEPARATE*() macro here? It seems as if you're doing something like that. I didn't try to use that macro because a zval_copy_ctor() call in it would be redundant in this case. It seems REPLACE_ZVAL_VALUE() is a more suitable

[PHP-CVS] cvs: php-src / NEWS

2003-12-18 Thread Moriyoshi Koizumi
moriyoshi Thu Dec 18 14:54:28 2003 EDT Modified files: /php-srcNEWS Log: "a" Index: php-src/NEWS diff -u php-src/NEWS:1.1543 php-src/NEWS:1.1544 --- php-src/NEWS:1.1543 Thu Dec 18 06:18:51 2003 +++ php-src/NEWSThu Dec 18 14:54:28 2003 @@ -11

[PHP-CVS] cvs: php-src /ext/tidy config.m4 php_tidy.h tidy.c

2003-12-18 Thread Jani Taskinen
sniper Thu Dec 18 14:59:59 2003 EDT Modified files: /php-src/ext/tidy config.m4 php_tidy.h tidy.c Log: ws & cs Index: php-src/ext/tidy/config.m4 diff -u php-src/ext/tidy/config.m4:1.2 php-src/ext/tidy/config.m4:1.3 --- php-src/ext/tidy/config.m4:1.2 Fri A

Re: [PHP-CVS] cvs: php-src /main php_network.h

2003-12-18 Thread Jani Taskinen
Should this have fixed the snapshot build too (of Apache2 module) ?? (just asking as it seems still be failing..) --Jani On Thu, 18 Dec 2003, Wez Furlong wrote: >wezThu Dec 18 06:26:01 2003 EDT > > Modified files: >/php-src/main php_n

[PHP-CVS] cvs: php-src /ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_db4.phpt dba_dbm.phpt dba_flatfile.phpt dba_gdbm.phpt dba_handler.inc dba_inifile.phpt dba_ndbm.phpt

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 15:10:27 2003 EDT Modified files: /php-src/ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_db4.phpt dba_dbm.phpt dba_flatfile.phpt dba_gdbm.phpt dba_handler.inc

[PHP-CVS] cvs: php-src /ext/dba dba.c dba_flatfile.c php_dba.h /ext/dba/libinifile inifile.c

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 15:14:16 2003 EDT Modified files: /php-src/ext/dbadba.c dba_flatfile.c php_dba.h /php-src/ext/dba/libinifile inifile.c Log: Centralize ability to drop APPEND flag. This probably fixes some ini file issues. Index: php-src/ext/dba

[PHP-CVS] cvs: php-src / NEWS /ext/dba config.m4 dba.c dba_qdbm.c /ext/dba/tests dba_qdbm.phpt

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 15:25:21 2003 EDT Added files: /php-src/ext/dbadba_qdbm.c /php-src/ext/dba/tests dba_qdbm.phpt Modified files: /php-srcNEWS /php-src/ext/dbaconfig.m4 dba.c Log: dded qdbm handler (http://qdbm.so

[PHP-CVS] cvs: php-src /ext/dba php_qdbm.h

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 15:32:40 2003 EDT Added files: /php-src/ext/dbaphp_qdbm.h Log: Add this file too Index: php-src/ext/dba/php_qdbm.h +++ php-src/ext/dba/php_qdbm.h #ifndef PHP_QDBM_H #define PHP_QDBM_H #if DBA_QDBM #include "php_dba.h" DBA_FUNCS(qdbm

[PHP-CVS] cvs: php-src / NEWS /ext/sqlite php_sqlite.h sqlite.c /ext/sqlite/tests sqlite_026.phpt sqlite_oo_028.phpt

2003-12-18 Thread Ilia Alshanetsky
iliaa Thu Dec 18 16:28:01 2003 EDT Added files: /php-src/ext/sqlite/tests sqlite_026.phpt sqlite_oo_028.phpt Modified files: /php-srcNEWS /php-src/ext/sqlite php_sqlite.h sqlite.c Log: Added sqlite_fetch_column_types() function

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_sum.phpt

2003-12-18 Thread Andrey Hristov
andrey Thu Dec 18 17:12:30 2003 EDT Added files: /php-src/ext/standard/tests/array array_sum.phpt Log: test case for array_sum Index: php-src/ext/standard/tests/array/array_sum.phpt +++ php-src/ext/standard/tests/array/array_sum.phpt --TEST-- Test arra