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

2002-09-11 Thread Andi Gutmans
You're better off changing the name of behavior to check_if_key_equal and use it as a boolean. if (check_if_key_equal) if (!check_if_key_equal) It'll be much more readable than a magic variable called behavior. If you want to keep the behavior variable you should probably make the 0 and 1 #def

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

2002-09-11 Thread Edin Kadribasic
edink Wed Sep 11 19:10:58 2002 EDT Modified files: /php4/ext/standard filestat.c Log: My compiler likes it like this. Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.107 php4/ext/standard/filestat.c:1.108 --- php4/ext/standard/f

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

2002-09-11 Thread Edin Kadribasic
edink Wed Sep 11 19:09:12 2002 EDT Modified files: /php4/ext/standard array.c Log: Fix ZTS build. Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.189 php4/ext/standard/array.c:1.190 --- php4/ext/standard/array.c:1.189 Wed Sep 11 1

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

2002-09-11 Thread Sterling Hughes
sterlingWed Sep 11 18:43:58 2002 EDT Modified files: /php4/ext/swf swf.c Log: virtual filepath fix, don't know why i bother, the module isn't threadsafe and never will be, but still... Index: php4/ext/swf/swf.c diff -u php4/ext/swf/swf.c:1.4

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

2002-09-11 Thread Sterling Hughes
sterlingWed Sep 11 18:40:57 2002 EDT Modified files: /php4/ext/standard filestat.c Log: max this use the virtual_filepath() function and feel all threadsafe and wholesome inside Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filest

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

2002-09-11 Thread Derick Rethans
derick Wed Sep 11 17:06:53 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: - Un-deprecating mysql_escape_string #- This will remove the annoying notices, while this function is used in # a lot of scripts. There is not reason why we should disc

[PHP-CVS] cvs: CVSROOT / avail

2002-09-11 Thread Sterling Hughes
sterlingWed Sep 11 16:30:49 2002 EDT Modified files: /CVSROOTavail Log: give derick some pear karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.496 CVSROOT/avail:1.497 --- CVSROOT/avail:1.496 Tue Sep 10 18:56:58 2002 +++ CVSROOT/avail Wed

[PHP-CVS] cvs: php4 / run-tests.php

2002-09-11 Thread Marcus Börger
helly Wed Sep 11 15:42:59 2002 EDT Modified files: /php4 run-tests.php Log: Unlink output files even if test is skipped. Index: php4/run-tests.php diff -u php4/run-tests.php:1.54 php4/run-tests.php:1.55 --- php4/run-tests.php:1.54 Mon Aug 26 19:2

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

2002-09-11 Thread Derick Rethans
derick Wed Sep 11 14:40:56 2002 EDT Modified files: /php4/ext/standard array.c Log: - Little whitespace changes Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.188 php4/ext/standard/array.c:1.189 --- php4/ext/standard/array.c:1.188

[PHP-CVS] cvs: php4 /ext/standard/tests/array 007.phpt

2002-09-11 Thread Andrey Hristov
andrey Wed Sep 11 14:16:11 2002 EDT Added files: /php4/ext/standard/tests/array 007.phpt Log: Regression test for array_diff() and array_diff_assoc(). The latter is newly introduced. Index: php4/ext/standard/tests/array/007.phpt +++ php4/ext/stan

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

2002-09-11 Thread Andrey Hristov
andrey Wed Sep 11 14:13:48 2002 EDT Modified files: /php4/ext/standard array.c basic_functions.c php_array.h Log: New function added : array_diff_assoc() . Like array_diff() but does additional checks on key values. Test script will be added too. #My first p

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 12:40:35 2002 EDT Modified files: /php4/ext/gdconfig.m4 Log: For now, check only when not using bundled GD lib. Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.113 php4/ext/gd/config.m4:1.114 --- php4/ext/gd/config.m4:

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

2002-09-11 Thread Sander Roobol
sander Wed Sep 11 12:17:34 2002 EDT Modified files: /php4/ext/dba config.m4 Log: Fix configure Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.20 php4/ext/dba/config.m4:1.21 --- php4/ext/dba/config.m4:1.20 Wed Sep 11 11:05:06 2002 +++ p

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 11:34:44 2002 EDT Modified files: /php4/ext/gdconfig.m4 Log: Added build test. Bug: #19345 Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.112 php4/ext/gd/config.m4:1.113 --- php4/ext/gd/config.m4:1.112 Sat Sep 7 15:0

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 11:29:51 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/iconv iconv.c Log: Fix bug: #19355 (the parameter is optional) Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.31.2.2 php4/ext/iconv/iconv.c:1.31.2.3 --- php

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

2002-09-11 Thread Dan Kalowsky
kalowskyWed Sep 11 11:05:06 2002 EDT Modified files: /php4/ext/dba config.m4 Log: Patch for Bug #19341 submitted by [EMAIL PROTECTED] Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.19 php4/ext/dba/config.m4:1.20 --- php4/ext/dba

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

2002-09-11 Thread Sterling Hughes
> sniperWed Sep 11 10:51:09 2002 EDT > > Modified files: > /php4/ext/standardstring.c > Log: > tok tok.. > The Buddha.. -Sterling > > Index: php4/ext/standard/string.c > diff -u php4/ext/standard/string.c:1.292 php4/ext/standard/string.c:1.293 > --- php4/ext/st

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 10:51:09 2002 EDT Modified files: /php4/ext/standard string.c Log: tok tok.. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.292 php4/ext/standard/string.c:1.293 --- php4/ext/standard/string.c:1.292Wed Sep 11 10

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

2002-09-11 Thread Andrei Zmievski
andrei Wed Sep 11 10:41:25 2002 EDT Modified files: /php4/ext/pcre php_pcre.c Log: @- Added ability to use Perl-style ${n} subpattern references in the @ replacement string for preg_replace(). Takes care of bug #18442. (Andrei) Index: php4/ext/pcre/

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 10:40:52 2002 EDT Modified files: /php4/ext/standard string.c Log: ws fix Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.291 php4/ext/standard/string.c:1.292 --- php4/ext/standard/string.c:1.291Wed Sep 11 10:2

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

2002-09-11 Thread derick
On Wed, 11 Sep 2002, Jani Taskinen wrote: > sniperWed Sep 11 10:24:28 2002 EDT > > Modified files: > /php4/ext/standardstring.c > Log: > fix proto You broke it :) The original proto was correct. Derick > > > Index: php4/ext/standard/strin

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 10:24:28 2002 EDT Modified files: /php4/ext/standard string.c Log: fix proto Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.290 php4/ext/standard/string.c:1.291 --- php4/ext/standard/string.c:1.290Thu Sep 5 17

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 10:21:40 2002 EDT Modified files: /php4/ext/standard info.c Log: ws fix Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.201 php4/ext/standard/info.c:1.202 --- php4/ext/standard/info.c:1.201 Sun Sep 8 04:08:35 2002

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

2002-09-11 Thread Jani Taskinen
sniper Wed Sep 11 10:17:27 2002 EDT Modified files: /php4/ext/standard dir.c Log: ws fix Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.96 php4/ext/standard/dir.c:1.97 --- php4/ext/standard/dir.c:1.96Fri Aug 23 21:19:27 2002 +++ p

Re: [PHP-CVS] Need info on PHP release dates.

2002-09-11 Thread Edin Kadribasic
You should probably ask these kind of questions in the php-dev group. But since we're already here :) Ananth Kesari wrote: > Hi, > > As you are aware, I am committing NetWare related source code changes > / modiications into PHP-CVS source code tree. > > I have a couple of questions here: Is th

[PHP-CVS] Need info on PHP release dates.

2002-09-11 Thread Ananth Kesari
Hi, As you are aware, I am committing NetWare related source code changes / modiications into PHP-CVS source code tree. I have a couple of questions here: Is this branch a continuation of PHP 4.2.x branch or is this the 4.3.x branch? Or is it that, only one branch is used and the different re

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

2002-09-11 Thread Anantha Kesari H Y
hyanantha Wed Sep 11 06:28:23 2002 EDT Modified files: /php4/ext/ftp ftp.c Log: Removed unnecessary code that was added for NetWare Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.61 php4/ext/ftp/ftp.c:1.62 --- php4/ext/ftp/ftp.c:1.61

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

2002-09-11 Thread Ananth Kesari
Oops:-) Will correct this! Thanks, Ananth. >>> Andi Gutmans <[EMAIL PROTECTED]> 09/08/02 03:46PM >>> There should be a standard way of writing this. It kind of sucks to have two lines with almost exactly the same code. At 10:13 AM 9/5/2002 +, Anantha Kesari H Y wrote: >+#if defined(NETWARE

[PHP-CVS] cvs: php4 /netware start.c

2002-09-11 Thread Anantha Kesari H Y
hyanantha Wed Sep 11 06:16:09 2002 EDT Modified files: /php4/netware start.c Log: Changed the licence to the one used by PHP Group Index: php4/netware/start.c diff -u php4/netware/start.c:1.1 php4/netware/start.c:1.2 --- php4/netware/start.c:1.1

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

2002-09-11 Thread Anantha Kesari H Y
hyanantha Wed Sep 11 05:30:01 2002 EDT Modified files: /php4/main reentrancy.c Log: NetWare related changes/modifications Index: php4/main/reentrancy.c diff -u php4/main/reentrancy.c:1.33 php4/main/reentrancy.c:1.34 --- php4/main/reentrancy.c:1.33 Thu