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

2003-12-03 Thread Derick Rethans
derick Wed Dec 3 04:12:39 2003 EDT Modified files: /php-srcCODING_STANDARDS Log: - I am sure I reverted this before Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.26 php-src/CODING_STANDARDS:1.27 --- php-src/CODING_STANDARDS:1.26

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

2003-12-03 Thread Rob Richards
rrichards Wed Dec 3 07:30:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml php_domxml.c Log: require libxml 2.5.11 for threaded error handling certain cases crash unlocking libxml mutex with earlier versions Index: php-src/ext/domxml/php

[PHP-CVS] cvs: CVSROOT / avail

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 07:37:48 2003 EDT Modified files: /CVSROOTavail Log: pearweb[] = jan Index: CVSROOT/avail diff -u CVSROOT/avail:1.775 CVSROOT/avail:1.776 --- CVSROOT/avail:1.775 Tue Dec 2 12:50:48 2003 +++ CVSROOT/avail Wed Dec 3 07:37:47 20

[PHP-CVS] cvs: php-src /ext/libxml config.w32 /ext/mssql config.w32 /ext/sqlite config.w32 /sapi/apache config.w32 /win32/build config.w32 confutils.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 09:29:46 2003 EDT Modified files: /php-src/ext/libxml config.w32 /php-src/ext/mssql config.w32 /php-src/ext/sqlite config.w32 /php-src/sapi/apacheconfig.w32 /php-src/win32/buildconfig.w32 confutils.js Log: Bui

[PHP-CVS] cvs: php-src /win32/build Makefile buildconf.js confutils.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 09:55:03 2003 EDT Modified files: /php-src/win32/buildMakefile buildconf.js confutils.js Log: Propogate LDFLAGS from extensions to PHPDLL when building them statically. Move ZendEngine2 to Zend while running buildconf Index: php-s

[PHP-CVS] cvs: php-src /win32/build Makefile

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 09:58:05 2003 EDT Modified files: /php-src/win32/buildMakefile Log: fix typo Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.2 php-src/win32/build/Makefile:1.3 --- php-src/win32/build/Makefile:1.2Wed Dec

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

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 10:50:28 2003 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Fixed compiler warning due to unused variables. Index: php-src/ext/openssl/xp_ssl.c diff -u php-src/ext/openssl/xp_ssl.c:1.12 php-src/ext/openssl/xp_ssl.c:1.13 ---

[PHP-CVS] cvs: php-src /win32/build Makefile

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 11:51:23 2003 EDT Modified files: /php-src/win32/buildMakefile Log: add rule for parsedate Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.3 php-src/win32/build/Makefile:1.4 --- php-src/win32/build/Makefile:1

[PHP-CVS] cvs: php-src /win32/build confutils.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 12:04:31 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: avoid breaking paths with spaces when we generate the makefile, and ensure that libs found in the default path are added to the link line Index: php-src/win32/bui

[PHP-CVS] cvs: CVSROOT / avail

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 12:31:55 2003 EDT Modified files: /CVSROOTavail Log: pecl,peclweb[] = jan Index: CVSROOT/avail diff -u CVSROOT/avail:1.776 CVSROOT/avail:1.777 --- CVSROOT/avail:1.776 Wed Dec 3 07:37:47 2003 +++ CVSROOT/avail Wed Dec 3 12:31:51 200

[PHP-CVS] cvs: php-src /win32/build Makefile config.w32 confutils.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 13:31:05 2003 EDT Modified files: /php-src/win32/buildMakefile config.w32 confutils.js Log: VC stores lib path in LIB not LIBS. Add --with-extra-includes and --with-extra-libs to be able to specify general additions to those paths fro

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

2003-12-03 Thread Moriyoshi Koizumi
moriyoshi Wed Dec 3 14:33:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.489 php-src/NEWS:1.1247.2.490 --- php-src/NEWS:1.1247.2.489 Mon Dec 1 11:38:20 2003 +++ php-src/NEWS

[PHP-CVS] cvs: php-src /ext/iconv config.w32

2003-12-03 Thread Moriyoshi Koizumi
moriyoshi Wed Dec 3 14:46:27 2003 EDT Added files: /php-src/ext/iconv config.w32 Log: Add a win32 build script. Not tested, but should work :) Index: php-src/ext/iconv/config.w32 +++ php-src/ext/iconv/config.w32 // $Id: config.w32,v 1.1 2003/12/03

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

2003-12-03 Thread Moriyoshi Koizumi
moriyoshi Wed Dec 3 15:58:13 2003 EDT Modified files: /php-src/ext/standard url.c Log: Possible fix for bug #26391 (parse_url() destroys strings that contain a character in range of \x80-\xff)) Index: php-src/ext/standard/url.c diff -u php-src/

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard url.c

2003-12-03 Thread Moriyoshi Koizumi
moriyoshi Wed Dec 3 15:59:12 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard url.c Log: MFH(r-1.71): Possible fix for bug #26391 (parse_url() destroys strings that contain a character in range of 0x80-0xff) # I couldn't reproduce it

Re: [PHP-CVS] cvs: php-src /ext/standard url.c

2003-12-03 Thread Ilia Alshanetsky
Given that digits can only be in the \x48-\x57 range is (int)*(unsigned char *) cast really necessary? Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/standard url.c

2003-12-03 Thread Moriyoshi Koizumi
On 2003/12/04, at 6:12, Ilia Alshanetsky wrote: Given that digits can only be in the \x48-\x57 range is (int)*(unsigned char *) cast really necessary? Nope, it's just for the sake of safety :-) Actually I didn't realize it. Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

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

2003-12-03 Thread Rob Richards
rrichards Wed Dec 3 16:27:02 2003 EDT Modified files: /php-src/ext/domdocumenttype.c Log: fix notations - forgot to create iterator Index: php-src/ext/dom/documenttype.c diff -u php-src/ext/dom/documenttype.c:1.7 php-src/ext/dom/documenttype.c:1.8 ---

Re: [PHP-CVS] cvs: php-src /ext/standard url.c

2003-12-03 Thread Andi Gutmans
Shouldn't we nuke it then? It's ugly enough with the unsigned char cast :) Andi At 04:12 PM 12/3/2003 -0500, Ilia Alshanetsky wrote: Given that digits can only be in the \x48-\x57 range is (int)*(unsigned char *) cast really necessary? Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubs

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

2003-12-03 Thread Andi Gutmans
andiWed Dec 3 17:13:12 2003 EDT Modified files: /php-srcNEWS Log: - Add news about include_once fix for Windows Index: php-src/NEWS diff -u php-src/NEWS:1.1517 php-src/NEWS:1.1518 --- php-src/NEWS:1.1517 Wed Dec 3 00:30:16 2003 +++ php-src/NEWS

[PHP-CVS] cvs: php-src /ext/xsl/tests xslt011.phpt

2003-12-03 Thread Christian Stocker
chregu Wed Dec 3 17:18:49 2003 EDT Modified files: /php-src/ext/xsl/tests xslt011.phpt Log: fix test to the changes made regarding __toString() Index: php-src/ext/xsl/tests/xslt011.phpt diff -u php-src/ext/xsl/tests/xslt011.phpt:1.2 php-src/ext/xsl/tes

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

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 17:51:52 2003 EDT Modified files: /php-src/ext/standard url.c Log: Remove unnecessary casts. Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/url.c:1.71 php-src/ext/standard/url.c:1.72 --- php-src/ext/standard/url.c:1.71

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard url.c

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 17:51:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard url.c Log: MFH: Remove unnecessary casts. Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/url.c:1.58.2.10 php-src/ext/standard/url.c:1.58.2.11 ---

[PHP-CVS] cvs: php-src /ext/iconv config.w32 /win32/build config.w32 confutils.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 17:59:48 2003 EDT Modified files: /php-src/ext/iconv config.w32 /php-src/win32/buildconfig.w32 confutils.js Log: This should solve a few problems with static vs. shared builds for extensions (such as mssql) that require certain CFL

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/lang bug24773.phpt

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 18:00:37 2003 EDT Added files: (Branch: PHP_4_3) /php-src/tests/lang bug24773.phpt Log: MFH: Test case for bug #24773. Index: php-src/tests/lang/bug24773.phpt +++ php-src/tests/lang/bug24773.phpt -- PHP CVS Mailing List (http://www.ph

Re: [PHP-CVS] cvs: php-src /ext/standard url.c

2003-12-03 Thread Moriyoshi Koizumi
Any reason to remove them? Passing a char-typed value to is*() or to*() is basically wrong. Moriyoshi On 2003/12/04, at 7:51, Ilia Alshanetsky wrote: iliaa Wed Dec 3 17:51:52 2003 EDT Modified files: /php-src/ext/standard url.c Log: Remove unnecessary casts. Index: php-src/ext/

Re: [PHP-CVS] cvs: php-src /ext/standard url.c

2003-12-03 Thread Ilia Alshanetsky
On December 3, 2003 06:21 pm, Moriyoshi Koizumi wrote: > Any reason to remove them? Passing a char-typed value to is*() or to*() > is basically wrong. Compiler does not have a problem with that and we've already established it won't change anything since 'digits' are always lower then then 128-25

Re: [PHP-CVS] cvs: php-src /ext/standard url.c

2003-12-03 Thread Moriyoshi Koizumi
On 2003/12/04, at 8:35, Ilia Alshanetsky wrote: On December 3, 2003 06:21 pm, Moriyoshi Koizumi wrote: Any reason to remove them? Passing a char-typed value to is*() or to*() is basically wrong. Compiler does not have a problem with that and we've already established it won't change anything sin

[PHP-CVS] cvs: php-src /win32/build confutils.js

2003-12-03 Thread Frank M. Kromann
fmk Wed Dec 3 18:48:03 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: copy and paste error Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.9 php-src/win32/build/confutils.js:1.10 --- php-src/win32/b

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

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 19:14:40 2003 EDT Modified files: /php-src/ext/standard url.c Log: Fixed typo (thanks Frank) Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/url.c:1.72 php-src/ext/standard/url.c:1.73 --- php-src/ext/standard/url.c:1.72

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard url.c

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 19:14:51 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard url.c Log: MFH: Typo fix. Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/url.c:1.58.2.11 php-src/ext/standard/url.c:1.58.2.12 --- php-src/ext/sta

[PHP-CVS] cvs: php-src /ext/fbsql config.w32

2003-12-03 Thread Frank M. Kromann
fmk Wed Dec 3 20:04:36 2003 EDT Modified files: /php-src/ext/fbsql config.w32 Log: add error message when libs and headers are missing Index: php-src/ext/fbsql/config.w32 diff -u php-src/ext/fbsql/config.w32:1.2 php-src/ext/fbsql/config.w32:1.3 --- php-src

[PHP-CVS] cvs: php-src /win32/build Makefile buildconf.js confutils.js php.ico template.rc

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 20:37:52 2003 EDT Added files: /php-src/win32/buildphp.ico template.rc Modified files: /php-src/win32/buildMakefile buildconf.js confutils.js Log: Search for pecl extensions under php-src/pecl as a conveni

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

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 20:41:00 2003 EDT Modified files: /php-src/main config.w32.h Log: default install path is c:/php5 for PHP 5 Index: php-src/main/config.w32.h diff -u php-src/main/config.w32.h:1.81 php-src/main/config.w32.h:1.82 --- php-src/main/config.w3

[PHP-CVS] cvs: php-src /win32/build buildconf.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 20:59:46 2003 EDT Modified files: /php-src/win32/buildbuildconf.js Log: be safe... Index: php-src/win32/build/buildconf.js diff -u php-src/win32/build/buildconf.js:1.3 php-src/win32/build/buildconf.js:1.4 --- php-src/win32/build/buildc

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js template.rc

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 21:12:36 2003 EDT Modified files: /php-src/win32/buildconfig.w32 confutils.js template.rc Log: fix a couple of buglets and set version number on DLLs to whatever the PHP major version is. Index: php-src/win32/build/config.w32 diff -u

[PHP-CVS] cvs: php-src /win32/build confutils.js

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 21:24:24 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: put PHPDLL objects into BUILD_DIR/php so that it is a little easier to see the main outputs (sapi and extensions) Index: php-src/win32/build/confutils.js diff -u

[PHP-CVS] cvs: php-src /ext/bz2 config.w32 php_bz2.h

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 21:58:34 2003 EDT Added files: /php-src/ext/bz2config.w32 Modified files: /php-src/ext/bz2php_bz2.h Log: Fixup bz2 extension so it builds as shared and static under win32 Index: php-src/ext/bz2/php_bz2.h diff -

[PHP-CVS] cvs: php-src /ext/cpdf config.w32 /ext/crack config.w32 /ext/curl config.w32

2003-12-03 Thread Wez Furlong
wez Wed Dec 3 22:46:12 2003 EDT Added files: /php-src/ext/cpdf config.w32 /php-src/ext/crack config.w32 /php-src/ext/curl config.w32 Log: allow these extensions to build with new system Index: php-src/ext/cpdf/config.w32 +++ php-src/ext/c

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

2003-12-03 Thread Jani Taskinen
sniper Thu Dec 4 01:37:15 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.490 php-src/NEWS:1.1247.2.491 --- php-src/NEWS:1.1247.2.490 Wed Dec 3 14:33:25 2003 +++ php-src/NEWSThu D

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

2003-12-03 Thread Jani Taskinen
sniper Thu Dec 4 01:40:09 2003 EDT Modified files: /php-srcNEWS Log: stylepolizei Index: php-src/NEWS diff -u php-src/NEWS:1.1518 php-src/NEWS:1.1519 --- php-src/NEWS:1.1518 Wed Dec 3 17:13:11 2003 +++ php-src/NEWSThu Dec 4 01:40:08 2003 @@ -1,9