[PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2003-03-31 Thread Jani Taskinen
sniper Mon Mar 31 03:49:19 2003 EDT Modified files: /php4/ext/gdgd.c php_gd.h Log: cleanup Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.260 php4/ext/gd/gd.c:1.261 --- php4/ext/gd/gd.c:1.260 Wed Mar 26 01:30:45 2003 +++ php4/ext/gd/gd.c

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

2003-03-31 Thread Jani Taskinen
sniper Mon Mar 31 03:49:30 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c php_gd.h Log: cleanup Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.18 php4/ext/gd/gd.c:1.221.2.19 --- php4/ext/gd/gd.c:1.221.2.18 Sun Mar 30 13:05:40 2003

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

2003-03-31 Thread Andrei Zmievski
On Sun, 30 Mar 2003, Marcus Boerger wrote: /* {{{ includes */ @@ -575,6 +575,8 @@ /* {{{ php_error_cb extended error handling function */ +#define NO_NULL_STR(x) (x?x:) + Why not use STR_PRINT()? -Andrei http://www.gravitonic.com/ I must say

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard parsedate.y

2003-03-31 Thread David Hill
ddhill Mon Mar 31 09:40:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard parsedate.y Log: Changing parsedate to be reentrant using pure_parse (Dave) Index: php4/ext/standard/parsedate.y diff -u php4/ext/standard/parsedate.y:1.34

[PHP-CVS] cvs: CVSROOT / avail

2003-03-31 Thread Sterling Hughes
sterlingMon Mar 31 12:37:01 2003 EDT Modified files: /CVSROOTavail Log: give eskaly access per Wez's request Index: CVSROOT/avail diff -u CVSROOT/avail:1.626 CVSROOT/avail:1.627 --- CVSROOT/avail:1.626 Tue Mar 25 11:47:39 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / avail

2003-03-31 Thread Sterling Hughes
sterlingMon Mar 31 12:38:30 2003 EDT Modified files: /CVSROOTavail Log: bullshit Index: CVSROOT/avail diff -u CVSROOT/avail:1.627 CVSROOT/avail:1.628 --- CVSROOT/avail:1.627 Mon Mar 31 12:37:01 2003 +++ CVSROOT/avail Mon Mar 31 12:38:30

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

2003-03-31 Thread Wez Furlong
wez Mon Mar 31 12:58:28 2003 EDT Modified files: /php4/ext/openssl openssl.c Log: Fix const warning Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.72 php4/ext/openssl/openssl.c:1.73 --- php4/ext/openssl/openssl.c:1.72 Sun

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

2003-03-31 Thread Marcus Boerger
helly Mon Mar 31 14:14:18 2003 EDT Modified files: /php4/main main.c Log: use the correct macro - noticed by Andrei Index: php4/main/main.c diff -u php4/main/main.c:1.545 php4/main/main.c:1.546 --- php4/main/main.c:1.545 Sun Mar 30 08:59:05 2003 +++

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

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 14:48:53 2003 EDT Modified files: /php4/ext/mime_magicconfig.m4 Log: Rearranged search order for the magic file to avoid further confusions Index: php4/ext/mime_magic/config.m4 diff -u php4/ext/mime_magic/config.m4:1.9

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

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 14:49:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mime_magicconfig.m4 Log: MFH(r-1.10): rearranged search order for the magic file to avoid further confusions Index: php4/ext/mime_magic/config.m4 diff -u

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

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 15:36:47 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Fixed proto to sync with the documentation Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.160 php4/ext/imap/php_imap.c:1.161 ---

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

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 15:37:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: MFH(r-1.161): fixed proto to sync with the documentation Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.142.2.11

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

2003-03-31 Thread Brian France
bfrance Mon Mar 31 16:24:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Fixes the problem where argv and argc are not populated unless S is in the variables_order, even if register_argc_argv is on. Index:

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

2003-03-31 Thread Ilia Alshanetsky
iliaa Mon Mar 31 17:13:01 2003 EDT Modified files: /php4/main/streams streams.c Log: WS Index: php4/main/streams/streams.c diff -u php4/main/streams/streams.c:1.14 php4/main/streams/streams.c:1.15 --- php4/main/streams/streams.c:1.14Wed Mar 19 20:23:04

[PHP-CVS] cvs: php4 /ext/standard/tests/serialize 001.phpt

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 17:54:18 2003 EDT Modified files: /php4/ext/standard/tests/serialize 001.phpt Log: Fixed test; in ZE2, all the properties used in any methods are populated at compile time. Index: php4/ext/standard/tests/serialize/001.phpt diff

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

2003-03-31 Thread Jani Taskinen
sniper Mon Mar 31 18:21:42 2003 EDT Modified files: /php4 acinclude.m4 Log: Fixed bug #22989 (sendmail not found by configure) Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.234 php4/acinclude.m4:1.235 --- php4/acinclude.m4:1.234 Fri Mar 28

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

2003-03-31 Thread Jani Taskinen
sniper Mon Mar 31 18:21:56 2003 EDT Modified files: (Branch: PHP_4_3) /php4 acinclude.m4 Log: MFH: Fixed bug #22989 (sendmail not found by configure) Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.218.2.12 php4/acinclude.m4:1.218.2.13 ---

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

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 18:22:10 2003 EDT Modified files: /php4/main/streams streams.c Log: Fixed bug #22538 (stream filter problem) Index: php4/main/streams/streams.c diff -u php4/main/streams/streams.c:1.15 php4/main/streams/streams.c:1.16 ---

[PHP-CVS] cvs: php4 / NEWS

2003-03-31 Thread Jani Taskinen
sniper Mon Mar 31 18:26:12 2003 EDT Modified files: /php4 NEWS Log: Householding.. Index: php4/NEWS diff -u php4/NEWS:1.1384 php4/NEWS:1.1385 --- php4/NEWS:1.1384Sun Mar 30 20:30:48 2003 +++ php4/NEWS Mon Mar 31 18:26:12 2003 @@ -1,13 +1,9 @@ PHP

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

2003-03-31 Thread Jani Taskinen
sniper Mon Mar 31 18:29:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN houshold Index: php4/NEWS diff -u php4/NEWS:1.1247.2.155 php4/NEWS:1.1247.2.156 --- php4/NEWS:1.1247.2.155 Sun Mar 30 15:48:48 2003 +++ php4/NEWS Mon Mar 31

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

2003-03-31 Thread Jani Taskinen
Please, don't use that @ sign in commit messages...or at least TRY to write something that really means something after it. (Read the NEWS file sometime to see how these should look like..) --Jani On Mon, 31 Mar 2003, Moshe Doron wrote: momo Mon Mar 31

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-31 Thread Jani Taskinen
Would be nice if this was fixed in HEAD too. --Jani On Mon, 31 Mar 2003, Brian France wrote: bfranceMon Mar 31 16:24:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Fixes the problem where argv and argc are not

[PHP-CVS] cvs: php4 /ext/standard/tests/serialize 001.phpt

2003-03-31 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 31 18:49:53 2003 EDT Modified files: /php4/ext/standard/tests/serialize 001.phpt Log: oops Index: php4/ext/standard/tests/serialize/001.phpt diff -u php4/ext/standard/tests/serialize/001.phpt:1.3

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-31 Thread Brian J. France
I have tested for this problem on HEAD, but I can't seem to make it happen. Some how the auto global code kicks in and they get registered. I haven't been able to figure out why that is since _SERVER seems to be how $_SERVER is registered and argv and argc names are not registered. I had

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

2003-03-31 Thread Sterling Hughes
sterlingTue Apr 1 00:01:50 2003 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h Log: Add the landonize() and landonize_url() functions which provide a secure alternative to the sha1() and sha1_file() functions. Index:

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

2003-03-31 Thread Sebastian Bergmann
sebastian Tue Apr 1 00:30:32 2003 EDT Modified files: /php4/ext/standard basic_functions.h basic_functions.c Log: Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an April's Fool joke. Index: php4/ext/standard/basic_functions.h

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

2003-03-31 Thread Sara Golemon
pollita Tue Apr 1 01:21:54 2003 EDT Modified files: /php4/ext/standard mail.c Log: Bug #22962 Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.70 php4/ext/standard/mail.c:1.71 --- php4/ext/standard/mail.c:1.70 Wed Feb 26 15:04:15 2003

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

2003-03-31 Thread Sara Golemon
pollita Tue Apr 1 01:23:22 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard mail.c Log: MFH(r1.71) Bug #22962 Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.66.2.3 php4/ext/standard/mail.c:1.66.2.4 ---

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2003-03-31 Thread Derick Rethans
On Tue, 1 Apr 2003, Sebastian Bergmann wrote: sebastian Tue Apr 1 00:30:32 2003 EDT Modified files: /php4/ext/standardbasic_functions.h basic_functions.c Log: Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an

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

2003-03-31 Thread Sascha Schumann
sas Tue Apr 1 02:52:23 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard file.c Log: Fix segfault in flock() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.6.2.1 php4/ext/standard/file.c:1.279.2.6.2.2 ---

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

2003-03-31 Thread Sascha Schumann
sas Tue Apr 1 02:53:06 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: Fix segfault in flock() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.14 php4/ext/standard/file.c:1.279.2.15 ---

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

2003-03-31 Thread Marcus Börger
At 15:54 31.03.2003, Andrei Zmievski wrote: On Sun, 30 Mar 2003, Marcus Boerger wrote: /* {{{ includes */ @@ -575,6 +575,8 @@ /* {{{ php_error_cb extended error handling function */ +#define NO_NULL_STR(x) (x?x:) + Why not use STR_PRINT()? good question? I'll change it -- PHP CVS

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

2003-03-31 Thread Moshe Doron
momoMon Mar 31 13:56:41 2003 EDT Modified files: /php4/ext/standard string.c Log: fix for 22904 @ now addslashes() do it also on cybase magic mode(moshe). Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.365

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

2003-03-31 Thread Derick Rethans
On Mon, 31 Mar 2003, Moshe Doron wrote: momo Mon Mar 31 13:56:41 2003 EDT Modified files: /php4/ext/standardstring.c Log: fix for 22904 @ now addslashes() do it also on cybase magic mode(moshe). Please add tests for this too! Derick --

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

2003-03-31 Thread Moshe Doron
momoMon Mar 31 14:01:43 2003 EDT Added files: /php4/ext/standard/tests/stringsbug22904.phpt Log: # make derik happy Index: php4/ext/standard/tests/strings/bug22904.phpt +++ php4/ext/standard/tests/strings/bug22904.phpt --TEST-- Bug #22904 (magic