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

2003-08-14 Thread Zeev Suraski
zeevTue Aug 5 04:31:56 2003 EDT Modified files: /php-srcrun-tests.php Log: Display the currently running test Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.168 php-src/run-tests.php:1.169 --- php-src/run-tests.php:1.168 Fri Jul 25 01:5

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 5 07:54:01 2003 EDT Modified files: /php-src/ext/ldap ldap.c Log: The last 4 args are by ref.. Index: php-src/ext/ldap/ldap.c diff -u php-src/ext/ldap/ldap.c:1.143 php-src/ext/ldap/ldap.c:1.144 --- php-src/ext/ldap/ldap.c:1.143 Sun Aug

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 5 08:34:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard versioning.c Log: MFH: - Fixed bug #21611 (version_compare() does not support "p" suffix) Index: php-src/ext/standard/versioning.c diff -u php-src/ext/standard/vers

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 5 12:02:12 2003 EDT Modified files: /php-src/ext/sybase php_sybase_db.c Log: Fix some more typos Index: php-src/ext/sybase/php_sybase_db.c diff -u php-src/ext/sybase/php_sybase_db.c:1.51 php-src/ext/sybase/php_sybase_db.c:1.52 --- php-src/ext/sy

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

2003-08-14 Thread Zeev Suraski
zeevThu Aug 7 12:03:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ftpphp_ftp.c Log: Another broken prototype Index: php-src/ext/ftp/php_ftp.c diff -u php-src/ext/ftp/php_ftp.c:1.74.2.10 php-src/ext/ftp/php_ftp.c:1.74.2.11 --- php-src/ext/

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 6 09:28:59 2003 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended Log: php_xslt.dll -> php_xsl.dll, removed non-existing php_domxml.dll (bug #24960) Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.197 php-src/php.ini-di

[PHP-CVS] cvs: php-src /ext/standard/tests/time 002.phpt

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Thu Aug 7 13:46:18 2003 EDT Modified files: /php-src/ext/standard/tests/time002.phpt Log: Tru64 requires TZ values be POSIX styled. # See http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN3/0247.HTM for detail.

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 12:49:09 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.334 php-src/NEWS:1.1247.2.335 --- php-src/NEWS:1.1247.2.334 Sat Aug 9 11:41:09 2003 +++ php-src/NEWSSa

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Wed Aug 6 21:00:25 2003 EDT Modified files: /php-src/ext/interbase interbase.c php_interbase.h Log: Fixed crash in _php_ibase_error() after request shutdown Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.119

[PHP-CVS] cvs: spl / spl_array.c spl_engine.c spl_engine.h spl_foreach.c

2003-08-14 Thread Marcus Boerger
helly Thu Aug 7 18:43:01 2003 EDT Modified files: /splspl_array.c spl_engine.c spl_engine.h spl_foreach.c Log: - Reduce number of c-functions/macros involved in function invocation - Unify names of remaining c-function/macro names Index: spl/spl_

[PHP-CVS] cvs: php-src(PHP_4_3) /main output.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Fri Aug 8 19:44:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main output.c Log: MFH: Fixed bug #24951 (ob_flush() needlessly destroys output handler). Index: php-src/main/output.c diff -u php-src/main/output.c:1.142.2.14 php-src/main/o

[PHP-CVS] cvs: php-src /main snprintf.c

2003-08-14 Thread Marcus Boerger
helly Fri Aug 8 15:47:30 2003 EDT Modified files: /php-src/main snprintf.c Log: Bugfix #24063 (marcus/ilia) Index: php-src/main/snprintf.c diff -u php-src/main/snprintf.c:1.25 php-src/main/snprintf.c:1.26 --- php-src/main/snprintf.c:1.25Thu Jul

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

2003-08-14 Thread Moriyoshi Koizumi
I don't think using 0 as the initial value by default is a good idea. because array_reduce() can take any kind of element other than integer. [Before this patch] string(3) "abc" [After this patch] string(4) "0abc" Those results imply a significant BC break. I don't know what *is* the correct

[PHP-CVS] cvs: php-src(PHP_4_3) /main php_compat.h

2003-08-14 Thread Jani Taskinen
sniper Sat Aug 9 10:26:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main php_compat.h Log: - Fix possible crashes if PHP is linked with external libexpat and also the bundled one is compiled in. Index: php-src/main/php_compat.h diff -u ph

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

2003-08-14 Thread Ilia Alshanetsky
I'll make it set the defaut value to NULL, that addresses the problem you've described and maintains acceptable behaviour for the original problem. Ilia On August 9, 2003 02:09 am, Moriyoshi Koizumi wrote: > I don't think using 0 as the initial value by default is a good idea. > because array_re

[PHP-CVS] cvs: php-src /tests/classes private_members.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 16:13:44 2003 EDT Modified files: /php-src/tests/classes private_members.phpt Log: --FILE-- -http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 21:57:11 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/zlib zlib.c Log: MFH: nuked unused variable Index: php-src/ext/zlib/zlib.c diff -u php-src/ext/zlib/zlib.c:1.153.2.12 php-src/ext/zlib/zlib.c:1.153.2.13 --- php-src/ext/zlib/zli

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /win32 sendmail.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 12:38:09 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/win32 sendmail.c /php-srcNEWS Log: MFH: Fixed bug #25037 (Possible infinite loop inside SendText()) Index: php-src/win32/sendmail.c diff -u php-src/win32/sendmail.c:1

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 22:08:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/odbc php_odbc.c Log: MFH: fix compile warning Index: php-src/ext/odbc/php_odbc.c diff -u php-src/ext/odbc/php_odbc.c:1.143.2.13 php-src/ext/odbc/php_odbc.c:1.143.2.14 --- php-sr

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

2003-08-14 Thread Jani Taskinen
sniper Mon Aug 11 22:11:42 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: fix build Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.128 php-src/ext/interbase/interbase.c:1.129 --- php-src/ext/interbase

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/array bug21918.phptZendEngine2 zend_hash.c zend_hash.h

2003-08-14 Thread Moriyoshi Koizumi
"Marcus Boerger" <[EMAIL PROTECTED]> wrote: > ulong idx; > - idx = strtol(key, NULL, 10); Why not use "long" instead of ulong as it seems more appropriate? Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-CVS] cvs: php-src(PHP_4_3) /main SAPI.c

2003-08-14 Thread Marcus Boerger
helly Mon Aug 11 15:40:52 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main SAPI.c Log: MFH: Bugfix #25044 Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.155.2.11 php-src/main/SAPI.c:1.155.2.12 --- php-src/main/SAPI.c:1.155.2.11 Wed

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /win32 sendmail.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 14:08:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/win32 sendmail.c Log: MFH: Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain situations). (Ilia) Index: php-src/NEWS diff -u php-src

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 21:54:44 2003 EDT Modified files: /php-src/ext/ming ming.c Log: Fix the compile warnings properly Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.53 php-src/ext/ming/ming.c:1.54 --- php-src/ext/ming/ming.c:1.53Sun Au

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 20:53:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard basic_functions.c crypt.c Log: MFH: moved RINIT(crypt) stuff to crypt() itself. Index: php-src/ext/standard/basic_functions.c diff -u php-src/ext/standard/basic_fun

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

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 07:35:26 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Added comment in code :-) Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.132 php-src/ext/interbase/interbase.c:1.133 --- php-s

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 00:19:07 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Fix compiler warnings. Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/iconv.c:1.94 php-src/ext/iconv/iconv.c:1.95 --- php-src/ext/iconv/iconv.c:1.94 Wed Jul

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

2003-08-14 Thread Andrey Hristov
andrey Tue Aug 12 07:37:40 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: proto fixes(Mehdi Achour) Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.214 php-src/ext/oci8/oci8.c:1.215 --- php-src/ext/oci8/oci8.c:1.214 Mon Aug 11 2

[PHP-CVS] cvs: php-src /main network.c /win32 select.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 20:58:53 2003 EDT Modified files: /php-src/main network.c /php-src/win32 select.c Log: emalloc -> safe_emalloc Index: php-src/main/network.c diff -u php-src/main/network.c:1.102 php-src/main/network.c:1.103 --- php-src/main/

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

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 07:27:04 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Revert ugly workaround for erroneous results of ibase_num_rows() (see comment in code) Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/inter

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 14:02:00 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Re-commit of failed patch Index: php-src/ext/interbase/php_interbase.h diff -u php-src/ext/interbase/php_interbase.h:1.44 php-src/ext/interbase/

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 15:21:22 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sessionsession.c /php-srcNEWS Log: MFH: Fixed bug #22245 (References inside $_SESSION not being handled). Index: php-src/ext/session/session.c diff -u php-src/

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 15:20:44 2003 EDT Modified files: /php-src/ext/sessionsession.c Log: Fixed bug #22245 (References inside $_SESSION not being handled). Index: php-src/ext/session/session.c diff -u php-src/ext/session/session.c:1.368 php-src/ext/sess

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

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 21:28:33 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c Log: Fixed bug #23936 (fail to select and fetch) MFH Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.91.2.13 ph

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

2003-08-14 Thread Marcus Boerger
helly Mon Aug 11 14:54:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcEXTENSIONS Log: Add Ard as interbase maintainer Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.51.2.3 php-src/EXTENSIONS:1.51.2.4 --- php-src/EXTENSIONS:1.51.2.3 Tue Jul 8

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 12 21:24:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard array.c Log: MFH Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.199.2.24 php-src/ext/standard/array.c:1.199.2.25 --- php-src/ext/standar

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

2003-08-14 Thread Ard Biesheuvel
abies Thu Aug 14 20:16:59 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Moved TRMLS_FETCH to correct scope Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.141 php-src/ext/interbase/interbase.c:1.142

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Thu Aug 14 20:06:07 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Added ibase_set_event_handler() Index: php-src/ext/interbase/php_interbase.h diff -u php-src/ext/interbase/php_interbase.h:1.48 php-src/ext/inter

Re: [PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Jani Taskinen
I have reverted to previous version, you fucked up the commit with some dos line endings or something. Reapply the patch. --Jani On Tue, 12 Aug 2003, Ard Biesheuvel wrote: >abies Tue Aug 12 13:33:54 2003 EDT > > Modified files: >/php-src/ext/in

[PHP-CVS] cvs: php-src /ext/dbx/tests 003.phpt dbx_test.p

2003-08-14 Thread Marc Boeren
mboeren Wed Aug 13 03:54:31 2003 EDT Modified files: /php-src/ext/dbx/tests 003.phpt dbx_test.p Log: Remove special-case from test for SQLite persistent connections. Index: php-src/ext/dbx/tests/003.phpt diff -u php-src/ext/dbx/tests/003.phpt:1.6 php-src

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 12:14:08 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.344 php-src/NEWS:1.1247.2.345 --- php-src/NEWS:1.1247.2.344 Tue Aug 12 21:30:38 2003 +++ php-src/NEWSWe

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

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 09:19:36 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fixed bug #23936 (fail to select and fetch) Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.133 php-src/ext/interbase/interbase

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

2003-08-14 Thread Jani Taskinen
That's pretty useless, PHP_ICONV_H_PATH is always set. And it's still wrong.. --Jani On Wed, 13 Aug 2003, Moriyoshi Koizumi wrote: >moriyoshi Wed Aug 13 14:21:07 2003 EDT > > Modified files: >/php-src/ext/iconv iconv.c > Log: > Slight im

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pspell pspell.dsp

2003-08-14 Thread Edin Kadribasic
edink Wed Aug 13 19:02:58 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pspell pspell.dsp Log: Added standard location for the headers Index: php-src/ext/pspell/pspell.dsp diff -u php-src/ext/pspell/pspell.dsp:1.1.2.1 php-src/ext/pspell/pspell.dsp:1.1

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

2003-08-14 Thread Brian France
bfrance Wed Aug 13 20:24:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcacinclude.m4 Log: Reverted part of the last patch. It changed -prefer-pic to -prefer-non-pic. Now back to -prefer-pic Index: php-src/acinclude.m4 diff -u ph

[PHP-CVS] cvs: php-src /ext/pspell pspell.dsp

2003-08-14 Thread Edin Kadribasic
edink Wed Aug 13 19:04:08 2003 EDT Modified files: /php-src/ext/pspell pspell.dsp Log: MFB: standard location for the include files Index: php-src/ext/pspell/pspell.dsp diff -u php-src/ext/pspell/pspell.dsp:1.1 php-src/ext/pspell/pspell.dsp:1.2 --- php-src/ext

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 22:01:46 2003 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: Don't forget to flush() buffers for -w -s Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cgi_main.c:1.238 php-src/sapi/cgi/cgi_main.c:1.239 --- php-src/sapi/

[PHP-CVS] cvs: php-src / acinclude.m4

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 19:45:43 2003 EDT Modified files: /php-srcacinclude.m4 Log: MFB Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.255 php-src/acinclude.m4:1.256 --- php-src/acinclude.m4:1.255 Thu Jul 3 18:54:57 2003 +++ php-src/acinclude.m4

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/array 001.phpt

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 06:40:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/array 001.phpt Log: MFH Index: php-src/ext/standard/tests/array/001.phpt diff -u php-src/ext/standard/tests/array/001.phpt:1.5.2.1 php-src/ext/standard/tests/arr

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 04:59:54 2003 EDT Modified files: /php-srcNEWS Log: more informix stuff Index: php-src/NEWS diff -u php-src/NEWS:1.1445 php-src/NEWS:1.1446 --- php-src/NEWS:1.1445 Sun Aug 10 21:22:37 2003 +++ php-src/NEWSWed Aug 13 04:59:53 2003 @

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

2003-08-14 Thread Wez Furlong
wez Wed Aug 13 18:31:23 2003 EDT Modified files: /php-src/ext/standard browscap.c Log: It's boolean, not long. # fixes a warning under vc7 Index: php-src/ext/standard/browscap.c diff -u php-src/ext/standard/browscap.c:1.78 php-src/ext/standard/bro

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Thu Aug 14 06:55:02 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Added ibase_wait_event() Index: php-src/ext/interbase/php_interbase.h diff -u php-src/ext/interbase/php_interbase.h:1.47 php-src/ext/interbase/p

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Wed Aug 13 17:41:43 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for ali,lpj,adhitama,engkongs Index: CVSROOT/avail diff -u CVSROOT/avail:1.734 CVSROOT/avail:1.735 --- CVSROOT/avail:1.734 Wed Aug 13 16:28:21 2003 +++ CVSROOT/avail

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-08-14 Thread Brian J. France
I am trying to commit this to HEAD, but I am getting the following error: cvs [server aborted]: "commit" requires write access to the repository Any chance I can get access or can somebody can commit this change to HEAD? Thanks, Brian On Wed, 13 Aug 2003 22:50:34 -, Brian France wrote: > b

Re: [PHP-CVS] cvs: spl /examples tree.php

2003-08-14 Thread Marcus Börger
Hello Marcus, Thursday, August 14, 2003, 11:44:38 PM, you wrote: MB> helly Thu Aug 14 17:44:38 2003 EDT MB> Modified files: MB> /spl/examples tree.php MB> Log: MB> Upds MB> Index: spl/examples/tree.php MB> diff -u spl/examples/tree.php:1.3 spl/examples

[PHP-CVS] cvs: spl /examples tree.php

2003-08-14 Thread Marcus Boerger
helly Thu Aug 14 17:44:38 2003 EDT Modified files: /spl/examples tree.php Log: Upds Index: spl/examples/tree.php diff -u spl/examples/tree.php:1.3 spl/examples/tree.php:1.4 --- spl/examples/tree.php:1.3 Thu Aug 14 17:14:04 2003 +++ spl/examples/tree.ph

[PHP-CVS] cvs: spl /examples sub_dir.inc tree.php

2003-08-14 Thread Marcus Boerger
helly Thu Aug 14 17:14:04 2003 EDT Modified files: /spl/examples sub_dir.inc tree.php Log: Add 'graphical' tree mode Index: spl/examples/sub_dir.inc diff -u spl/examples/sub_dir.inc:1.2 spl/examples/sub_dir.inc:1.3 --- spl/examples/sub_dir.inc:1.2

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 10:36:38 2003 EDT Modified files: /php-src/ext/odbc php_odbc.c Log: Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). Index: php-src/ext/odbc/php_odbc.c diff -u php-src/ext/odbc/php_odbc.c:1.170 php-src/ext/odbc/php_odbc.c:

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

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 16:57:49 2003 EDT Modified files: /php-srcEXTENSIONS Log: update for com_dotnet Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.59 php-src/EXTENSIONS:1.60 --- php-src/EXTENSIONS:1.59 Mon Aug 11 14:53:55 2003 +++ php-src/EXTENSIO

[PHP-CVS] cvs: php-src /main internal_functions_win32.c

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 13:06:44 2003 EDT Modified files: /php-src/main internal_functions_win32.c Log: fix this stuff Index: php-src/main/internal_functions_win32.c diff -u php-src/main/internal_functions_win32.c:1.79 php-src/main/internal_functions_win32.

[PHP-CVS] cvs: php-src /ext/com_dotnet CREDITS

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 16:48:06 2003 EDT Added files: /php-src/ext/com_dotnet CREDITS Log: add credits -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 16:47:30 2003 EDT Modified files: /php-srcNEWS Log: add news about COM Index: php-src/NEWS diff -u php-src/NEWS:1.1446 php-src/NEWS:1.1447 --- php-src/NEWS:1.1446 Wed Aug 13 04:59:53 2003 +++ php-src/NEWSThu Aug 14 16:47:29 2003 @@

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

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 16:31:38 2003 EDT Modified files: /php-src/ext/com_dotnet com_dotnet.c Log: fix .net build Index: php-src/ext/com_dotnet/com_dotnet.c diff -u php-src/ext/com_dotnet/com_dotnet.c:1.1 php-src/ext/com_dotnet/com_dotnet.c:1.2 --- php-src/ext/c

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

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 11 16:02:05 2003 EDT Modified files: /php-srcrun-tests.php Log: Ensure CGI binary works like CLI. # This kind of mess should be removed if other better way is found. Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.17

[PHP-CVS] cvs: php-src /tests/lang bug21669.phpt

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 11 15:52:38 2003 EDT Modified files: /php-src/tests/lang bug21669.phpt Log: (format fix) replace a tab with a single space Index: php-src/tests/lang/bug21669.phpt diff -u php-src/tests/lang/bug21669.phpt:1.1 php-src/tests/lang/bug21669

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 06:40:28 2003 EDT Modified files: /php-src/ext/standard/tests/array 001.phpt Log: fix test Index: php-src/ext/standard/tests/array/001.phpt diff -u php-src/ext/standard/tests/array/001.phpt:1.6 php-src/ext/standard/tests/array/001.phpt:1.7

Re: [PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ilia Alshanetsky
Please apply this fix to the PHP_4_3 branch as well. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/array bug21918.phpt

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 05:48:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/array bug21918.phpt Log: MFH Index: php-src/ext/standard/tests/array/bug21918.phpt diff -u php-src/ext/standard/tests/array/bug21918.phpt:1.1.2.1 php-src/ext/sta

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

2003-08-14 Thread Marcus Boerger
helly Tue Aug 12 17:29:28 2003 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: # Wez, your whish is my command Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.81 php-src/ext/sqlite/sqlite.c:1.82 --- php-src/ext/sqlite/sqlite.c:1.

[PHP-CVS] cvs: php-src /ext/standard array.c exec.c file.c filestat.c formatted_print.c levenshtein.c metaphone.c pack.c reg.c scanf.c string.c url.c var.c versioning.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 19:16:54 2003 EDT Modified files: /php-src/ext/standard array.c exec.c file.c filestat.c formatted_print.c levenshtein.c metaphone.c pack.c reg.c scanf.c string.c url.c var.c

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/session/tests bug24592.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 20:54:42 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/session/tests bug24592.phpt Log: MFH: missing skip condition. Index: php-src/ext/session/tests/bug24592.phpt diff -u php-src/ext/session/tests/bug24592.phpt:1.1.2.1 php-src/e

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pspell/tests 01pspell_basic.phpt

2003-08-14 Thread Jani Taskinen
sniper Sat Aug 9 11:46:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pspell/tests 01pspell_basic.phpt Log: MFH Index: php-src/ext/pspell/tests/01pspell_basic.phpt diff -u php-src/ext/pspell/tests/01pspell_basic.phpt:1.2 php-src/ext/pspell/tests/

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

2003-08-14 Thread Vlad Krupin
vladWed Aug 13 17:01:04 2003 EDT Modified files: /php-src/ext/pspell pspell.c Log: this comment makes no sense after the previous commit Index: php-src/ext/pspell/pspell.c diff -u php-src/ext/pspell/pspell.c:1.36 php-src/ext/pspell/pspell.c:1.37 --- php-src/

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard php_rand.h rand.c

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 20:43:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard rand.c php_rand.h Log: MFH: - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2

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

2003-08-14 Thread Jani Taskinen
sniper Mon Aug 11 19:55:46 2003 EDT Modified files: /php-src/ext/standard/tests/array 002.phpt 003.phpt Log: Fix the test results (negative indices are not strings anymore) Index: php-src/ext/standard/tests/array/002.phpt diff -u php-src/ext/standard/tests/ar

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 11:04:53 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c Log: Fix compile warning (unused variable) Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.142.2.23 php-src/ext/mbst

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c /main main.c ZendEngine2 Zend.m4 flex.skl zend_compile.c zend_globals.h zend_highlight.c zend_language_scanner.h zend_language_scanner.l zend_multibyte.c zend_multibyte.h

2003-08-14 Thread Masaki Fujimoto
fujimotoMon Aug 11 01:24:42 2003 EDT Added files: /ZendEngine2zend_multibyte.h Modified files: /ZendEngine2Zend.m4 flex.skl zend_compile.c zend_globals.h zend_highlight.c zend_language_scanner.h

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 16:49:00 2003 EDT Added files: /php-src/ext/standard/tests/array bug24897.phpt Modified files: /php-src/ext/standard array.c Log: Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort()) Ind

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

2003-08-14 Thread Marcus Boerger
helly Tue Aug 12 17:15:16 2003 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: Bugfix #25056 Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.80 php-src/ext/sqlite/sqlite.c:1.81 --- php-src/ext/sqlite/sqlite.c:1.80Sun Aug 3 1

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 10:38:50 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Set RC4 date Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.348 php-src/NEWS:1.1247.2.349 --- php-src/NEWS:1.1247.2.348 Thu Aug 14 10:37:33 2003 +++ php-src/NEWS

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Wed Aug 13 09:27:36 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c php_interbase.h Log: Fixed crash in _php_ibase_error() after request shutdown (also fixes #7014) Index: php-src/ext/interbase/interbase.c diff -u php

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

2003-08-14 Thread Sascha Schumann
sas Wed Aug 13 14:59:13 2003 EDT Modified files: /php-src/ext/ircg ircg.c Log: MFH Fix CTCP handling so that commands without parameters are processed MFH Use %ld for time_t's MFH Provide a warning when irc_connect fails Index: php-src/ext/ircg/ircg

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

2003-08-14 Thread Marcus Boerger
helly Sun Aug 10 16:39:18 2003 EDT Modified files: /php-src/ext/ming ming.c Log: Nuke unused vars Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.52 php-src/ext/ming/ming.c:1.53 --- php-src/ext/ming/ming.c:1.52Fri Jul 11 03:48:11 200

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

2003-08-14 Thread Ard Biesheuvel
abies Sun Aug 10 13:24:52 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Win32 fixes Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.125 php-src/ext/interbase/interbase.c:1.126 --- php-src/ext/inte

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 06:35:15 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Disable the debugging to prevent the tests from failing. Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.138 php-src/ext/interb

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Tue Aug 12 05:09:50 2003 EDT Modified files: /CVSROOTavail Log: neufeind pear karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.731 CVSROOT/avail:1.732 --- CVSROOT/avail:1.731 Tue Aug 12 05:06:24 2003 +++ CVSROOT/avail Tue Aug 12 05:09:50 2

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 21:29:51 2003 EDT Modified files: /php-src/sapi/cli php_cli.c Log: Fixed bug #20896 (-s -w modes with php-cli cause php to hang). Index: php-src/sapi/cli/php_cli.c diff -u php-src/sapi/cli/php_cli.c:1.97 php-src/sapi/cli/php_cli.c:1.98 --

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 12 21:24:27 2003 EDT Modified files: /php-src/ext/standard array.c Log: Fix external builds (configure run outside srcdir) Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.242 php-src/ext/standard/array.c:1.243 ---

[PHP-CVS] cvs: php-src /ext/standard php_rand.h

2003-08-14 Thread Sara Golemon
pollita Tue Aug 12 20:49:22 2003 EDT Modified files: /php-src/ext/standard php_rand.h Log: Prevent carryover when max-min > signed int max Index: php-src/ext/standard/php_rand.h diff -u php-src/ext/standard/php_rand.h:1.23 php-src/ext/standard/php_rand.h:1

[PHP-CVS] cvs: php-src /ext/interbase/tests 002.phpt

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 05:57:57 2003 EDT Modified files: /php-src/ext/interbase/tests002.phpt Log: Tiny fix Index: php-src/ext/interbase/tests/002.phpt diff -u php-src/ext/interbase/tests/002.phpt:1.3 php-src/ext/interbase/tests/002.phpt:1.4 --- php-src/ext

[PHP-CVS] cvs: php-src /ext/com_dotnet README com_com.c com_dotnet.c com_extension.c com_handlers.c com_misc.c com_olechar.c com_typeinfo.c com_variant.c php_com_dotnet.h php_com_dotnet_internal.h /ext/com_dotnet/tests variants.phpt /main config.w32.h internal_functions_win32.c

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 12:49:56 2003 EDT Added files: /php-src/ext/com_dotnet README com_com.c com_dotnet.c com_extension.c com_handlers.c com_misc.c com_olechar.c com_typeinfo.c com_variant.c

[PHP-CVS] cvs: php-src /ext/pspell pspell.dsp

2003-08-14 Thread Vlad Krupin
vladWed Aug 13 14:57:19 2003 EDT Added files: /php-src/ext/pspell pspell.dsp Log: win32 build is now possible Credit is due to Blaine Lang <[EMAIL PROTECTED]> for figuring that out Index: php-src/ext/pspell/pspell.dsp +++ php-src/ext/pspell/pspell.dsp

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 14:16:01 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Be a bit more wordy.. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.345 php-src/NEWS:1.1247.2.346 --- php-src/NEWS:1.1247.2.345 Wed Aug 13 12:14:08 2003 +++ php-src

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 20:49:19 2003 EDT Modified files: /php-src/ext/standard basic_functions.c crypt.c Log: Moved the RINIT(crypt) stuff into crypt() itself. Index: php-src/ext/standard/basic_functions.c diff -u php-src/ext/standard/basic_functions.c:1.621

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 12:13:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard math.c config.m4 Log: MFH: Detection of buggy compiler (gcc) Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/math.c:1.97.2.5 php-src/ext/standard

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 05:48:20 2003 EDT Modified files: /php-src/ext/standard/tests/array bug21918.phpt Log: Fix the test. (this was mixed test with bug #24159) Index: php-src/ext/standard/tests/array/bug21918.phpt diff -u php-src/ext/standard/tests/array/bug2191

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 22:19:15 2003 EDT Modified files: /php-src/ext/interbase interbase.c php_interbase.h Log: Allow the use of EXECUTE PROCEDURE statements Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.137 php-src/ex

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

2003-08-14 Thread Marcus Boerger
helly Mon Aug 11 16:19:51 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.341 php-src/NEWS:1.1247.2.342 --- php-src/NEWS:1.1247.2.341 Mon Aug 11 15:21:22 2003 +++ php-src/NEWSMon A

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/odbc php_odbc.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 10:37:33 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/odbc php_odbc.c /php-srcNEWS Log: MFH: Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). Index: php-src/ext/odbc/php_odbc.c diff -u php-src/ext/odbc/p

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

2003-08-14 Thread Wez Furlong
Let's have some whitespace around the ternary :-) On Tue, 12 Aug 2003, Marcus Boerger wrote: > helly Tue Aug 12 17:15:16 2003 EDT > + php_sqlite_open(fullpath?fullpath:filename, mode, NULL, return_value, errmsg, > object TSRMLS_CC); -- PHP CVS Mailing List (http://www.php.net/) To

  1   2   >