[PHP-CVS] cvs: php4(PHP_4_3) /ext/pfpro php_pfpro.h /ext/skeleton php_skeleton.h /ext/yaz php_yaz.h /ext/zlib php_zlib.h /main php_globals.h

2003-03-10 Thread David Hill
ddhill Mon Mar 10 08:35:21 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pfpro php_pfpro.h /php4/ext/skeleton php_skeleton.h /php4/ext/yaz php_yaz.h /php4/ext/zlib php_zlib.h /php4/main php_globals.h Log: 64-bit correctio

[PHP-CVS] cvs: php4 / NEWS

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 09:10:30 2003 EDT Modified files: /php4 NEWS Log: this is in the 4_3 branch Index: php4/NEWS diff -u php4/NEWS:1.1369 php4/NEWS:1.1370 --- php4/NEWS:1.1369Fri Mar 7 20:31:50 2003 +++ php4/NEWS Mon Mar 10 09:10:30 2003 @@ -1,7 +1,6

[PHP-CVS] cvs: php4 / acinclude.m4 configure.in

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 09:32:48 2003 EDT Modified files: /php4 acinclude.m4 configure.in Log: - Always use the shtool mkdir. Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.229 php4/acinclude.m4:1.230 --- php4/acinclude.m4:1.229 Wed Mar 5 17:00:45

[PHP-CVS] cvs: php4(PHP_4_3) / acinclude.m4 configure.in

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 09:33:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4 acinclude.m4 configure.in Log: - MFH: use shtool mkdir always. Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.218.2.8 php4/acinclude.m4:1.218.2.9 --- php4/acinclude.m4:1.2

[PHP-CVS] cvs: CVSROOT / avail

2003-03-10 Thread Andrei Zmievski
andrei Mon Mar 10 09:42:08 2003 EDT Modified files: /CVSROOTavail Log: Give Steph access to php-gtk-web. Index: CVSROOT/avail diff -u CVSROOT/avail:1.604 CVSROOT/avail:1.605 --- CVSROOT/avail:1.604 Thu Mar 6 02:24:16 2003 +++ CVSROOT/avail Mon Mar

Re: [PHP-CVS] cvs: php4 / acinclude.m4 configure.in

2003-03-10 Thread Sascha Schumann
On Mon, 10 Mar 2003, Jani Taskinen wrote: > sniperMon Mar 10 09:32:48 2003 EDT > > Modified files: > /php4 acinclude.m4 configure.in > Log: > - Always use the shtool mkdir. This commit is pointless - it does not address any problems nor does it add any functi

Re: [PHP-CVS] cvs: php4 / acinclude.m4 configure.in

2003-03-10 Thread Jani Taskinen
On Mon, 10 Mar 2003, Sascha Schumann wrote: >On Mon, 10 Mar 2003, Jani Taskinen wrote: > >> sniper Mon Mar 10 09:32:48 2003 EDT >> >> Modified files: >> /php4acinclude.m4 configure.in >> Log: >> - Always use the shtool mkdir. > >This commit is pointless - it does no

[PHP-CVS] cvs: php4 /ext/pfpro php_pfpro.h /ext/skeleton php_skeleton.h /ext/yaz php_yaz.h /ext/zlib php_zlib.h /main php_globals.h

2003-03-10 Thread David Hill
ddhill Mon Mar 10 09:50:14 2003 EDT Modified files: /php4/ext/pfpro php_pfpro.h /php4/ext/skeleton php_skeleton.h /php4/ext/yaz php_yaz.h /php4/ext/zlib php_zlib.h /php4/main php_globals.h Log: 64 bit corrections to parameters

Re: [PHP-CVS] cvs: php4 / acinclude.m4 configure.in

2003-03-10 Thread Sascha Schumann
> See bug #22556 for one problem. You should reference fixed bugs in the commit message. In this case, instead of addressing the core issue, you threw the baby out with the bath water. I'll look into fixing it later. - Sascha -- PHP CVS Mailing List (http://www.php.net

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

2003-03-10 Thread Andrei Zmievski
andrei Mon Mar 10 10:13:33 2003 EDT Modified files: /php4/ext/standard var.c Log: Print the object handle (it's useful). Index: php4/ext/standard/var.c diff -u php4/ext/standard/var.c:1.157 php4/ext/standard/var.c:1.158 --- php4/ext/standard/var.c:1.157

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

2003-03-10 Thread David Hill
ddhill Mon Mar 10 10:52:11 2003 EDT Modified files: /php4/ext/ftp php_ftp.c /php4/ext/sockets sockets.c Log: fixing missed int to long with zend_parse_parameters Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.85 php4/ext/ftp/php_

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

2003-03-10 Thread Derick Rethans
On Mon, 10 Mar 2003, David Hill wrote: > ddhillMon Mar 10 10:52:11 2003 EDT > > Modified files: > /php4/ext/ftp php_ftp.c > /php4/ext/sockets sockets.c > Log: > fixing missed int to long with zend_parse_parameters Dont forget to merge this if tha

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

2003-03-10 Thread David Hill
ddhill Mon Mar 10 10:57:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp php_ftp.c /php4/ext/sockets sockets.c Log: fixing missed int to long with zend_parse_parameters Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.74.

[PHP-CVS] cvs: php4 /ext/gd/libgd gdft.c

2003-03-10 Thread Ilia Alshanetsky
iliaa Mon Mar 10 14:07:23 2003 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fixed bug #22613 (imagettfbox() does not add the kerning distance to the running position). Fixed few possible memory leaks. Index: php4/ext/gd/libgd/gdft.c diff -u php4/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gdft.c

2003-03-10 Thread Ilia Alshanetsky
iliaa Mon Mar 10 14:07:49 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gdft.c Log: MFH Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.11.2.5 php4/ext/gd/libgd/gdft.c:1.11.2.6 --- php4/ext/gd/libgd/gdft.c:1.11.2.5 Wed Ma

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

2003-03-10 Thread Ilia Alshanetsky
iliaa Mon Mar 10 14:09:23 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.129 php4/NEWS:1.1247.2.130 --- php4/NEWS:1.1247.2.129 Sat Mar 8 13:28:08 2003 +++ php4/NEWS Mon Ma

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c /ext/standard url_scanner.c url_scanner_ex.c

2003-03-10 Thread David Hill
ddhill Mon Mar 10 15:30:33 2003 EDT Modified files: /php4/ext/pgsql pgsql.c /php4/ext/standard url_scanner.c url_scanner_ex.c Log: Correcting int/long mismatched - 64bit issues. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.265 php

[PHP-CVS] cvs: php4 /ext/standard/tests/strings bug22224.phpt

2003-03-10 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 10 15:42:33 2003 EDT Modified files: /php4/ext/standard/tests/stringsbug4.phpt Log: Modified the test to reflect the recent change on var_dump() Index: php4/ext/standard/tests/strings/bug4.phpt diff -u php4/ext/standard/te

[PHP-CVS] cvs: php4 /tests/lang bug22231.phpt

2003-03-10 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 10 15:46:39 2003 EDT Modified files: /php4/tests/langbug22231.phpt Log: Modified the test to reflect the recent change on var_dump() Index: php4/tests/lang/bug22231.phpt diff -u php4/tests/lang/bug22231.phpt:1.1 php4/tests/lang/bug

[PHP-CVS] cvs: php4 /tests/classes __set__get_001.phpt

2003-03-10 Thread J Smith
jay Mon Mar 10 16:27:48 2003 EDT Modified files: /php4/tests/classes __set__get_001.phpt Log: modified test to reflect change in var_dump(). Index: php4/tests/classes/__set__get_001.phpt diff -u php4/tests/classes/__set__get_001.phpt:1.1 php4/tests/classes/

[PHP-CVS] cvs: php4 /ext/standard url_scanner_ex.re

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 17:59:35 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.re Log: 64bit issue fixed Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.64 php4/ext/standard/url_scanner_ex.re:1.65 --- php4/ext/s

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

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 17:59:46 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.c Log: touch Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.75 php4/ext/standard/url_scanner_ex.c:1.76 --- php4/ext/standard/url_scann

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard url_scanner_ex.re

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 18:09:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.re Log: MFH Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.63.2.1 php4/ext/standard/url_scanner_ex.re:1.63.2.2 ---

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

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 18:09:30 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.c Log: MFH Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.72.2.2 php4/ext/standard/url_scanner_ex.c:1.72.2.3 --- php

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

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 18:09:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner.c Log: MFH Index: php4/ext/standard/url_scanner.c diff -u php4/ext/standard/url_scanner.c:1.38.2.1 php4/ext/standard/url_scanner.c:1.38.2.2 --- php4/ext/standa

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

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 18:13:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.12 php4/ext/pgsql/pgsql.c:1.244.2.13 --- php4/ext/pgsql/pgsql.c:1.244.2.12 Sun Mar

Re: [PHP-CVS] cvs: php4 /ext/xmlrpc xmlrpc-epi-php.c

2003-03-10 Thread Jani Taskinen
MFH? On Sat, 1 Mar 2003, Wez Furlong wrote: >wezSat Mar 1 10:40:06 2003 EDT > > Modified files: >/php4/ext/xmlrpc xmlrpc-epi-php.c > Log: > Fix two crash bugs when optional parameters are not specified. > Fix folding markers. > > >Index: php4/ex

[PHP-CVS] cvs: php4 /ext/mysqli mysqli.c mysqli_api.c mysqli_nonapi.c mysqli_profiler.c mysqli_profiler.h mysqli_profiler_com.c mysqli_profiler_com.h php_mysqli.h

2003-03-10 Thread Georg Richter
georg Mon Mar 10 20:19:22 2003 EDT Added files: /php4/ext/mysqlimysqli_profiler_com.c mysqli_profiler.h mysqli_profiler_com.h Modified files: /php4/ext/mysqlimysqli.c mysqli_api.c mysqli_nonapi.c

[PHP-CVS] cvs: php4 /ext/mysqli config.m4

2003-03-10 Thread Georg Richter
georg Mon Mar 10 20:22:20 2003 EDT Modified files: /php4/ext/mysqliconfig.m4 Log: added new profiler-files Index: php4/ext/mysqli/config.m4 diff -u php4/ext/mysqli/config.m4:1.3 php4/ext/mysqli/config.m4:1.4 --- php4/ext/mysqli/config.m4:1.3 Mon M

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 20:47:06 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.c url_scanner_ex.re Log: reverting jani's non-sense commits Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.76 php4/ext/standard/url_sc

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 20:50:18 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.c url_scanner_ex.re Log: reverting jani's non-sense commits Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.72.2.3 ph

[PHP-CVS] cvs: php4 /ext/imap config.m4

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 21:11:57 2003 EDT Modified files: /php4/ext/imap config.m4 Log: Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP) Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:1.53 php4/ext/imap/config.m4:1.54 --- php4/ext/i

[PHP-CVS] cvs: php4(PHP_4_3) /ext/imap config.m4

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 21:12:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap config.m4 Log: MFH: Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP) Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:1.49.2.3 php4/ext/imap/con

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

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 21:13:00 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.130 php4/NEWS:1.1247.2.131 --- php4/NEWS:1.1247.2.130 Mon Mar 10 14:09:22 2003 +++ php4/NEWS Mon Mar 10 21:13:00 20

Re: [PHP-CVS] cvs: php4 /ext/standard url_scanner_ex.c url_scanner_ex.re

2003-03-10 Thread Jani Taskinen
FYI: This was not MY commit, it was Dave's commit, which I just MFH'd. (plus added to the .re file). This was some 64bit issue..you should discuss it with Dave and not just revert them blindly. --Jani On Tue, 11 Mar 2003, Sascha Schumann wrote: >sas

[PHP-CVS] cvs: php4 /ext/standard url_scanner_ex.re

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:28:03 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.re Log: fix sizeof(size_t) > sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.66 php4/ext/standard/url_scanner_ex.

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:28:46 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.c Log: fix sizeof(size_t) > sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.77 php4/ext/standard/url_scanner_ex.c:1.

[PHP-CVS] cvs: php4(PHP_4) /ext/standard url_scanner_ex.re

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:30:12 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard url_scanner_ex.re Log: fix sizeof(size_t) > sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.63 php4/ext/standard/

[PHP-CVS] cvs: php4(PHP_4) /ext/standard url_scanner_ex.c

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:30:38 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard url_scanner_ex.c Log: fix sizeof(size_t) > sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.72.2.1 php4/ext/standard

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard url_scanner_ex.re

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:31:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.re Log: fix sizeof(size_t) > sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.63.2.3 php4/ext/sta

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:32:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.c Log: fix sizeof(size_t) > sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.72.2.4 php4/ext/standa

[PHP-CVS] cvs: php4 /ext/odbc config.m4

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 22:11:36 2003 EDT Modified files: /php4/ext/odbc config.m4 Log: - Fixed bug #20715 (odbc could not be compiled as shared extension) Index: php4/ext/odbc/config.m4 diff -u php4/ext/odbc/config.m4:1.58 php4/ext/odbc/config.m4:1.59 --- php4/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/odbc config.m4

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 22:11:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/odbc config.m4 Log: MFH: - Fixed bug #20715 (odbc could not be compiled as shared extension) Index: php4/ext/odbc/config.m4 diff -u php4/ext/odbc/config.m4:1.55.2.2 php4/ext/odb

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

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 22:12:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.131 php4/NEWS:1.1247.2.132 --- php4/NEWS:1.1247.2.131 Mon Mar 10 21:13:00 2003 +++ php4/NEWS Mon Mar 10 22:12:37 20

[PHP-CVS] cvs: php4 / NEWS

2003-03-10 Thread Jani Taskinen
sniper Mon Mar 10 22:13:05 2003 EDT Modified files: /php4 NEWS Log: This went to 4_3 branch Index: php4/NEWS diff -u php4/NEWS:1.1371 php4/NEWS:1.1372 --- php4/NEWS:1.1371Mon Mar 10 20:34:01 2003 +++ php4/NEWS Mon Mar 10 22:13:05 2003 @@ -1,7 +1,6 @