[PHP-CVS] cvs: php-src /tests/reflection 003.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 04:48:18 2004 EDT Added files: /php-src/tests/reflection 003.phpt Log: Add new test http://cvs.php.net/co.php/php-src/tests/reflection/003.phpt?r=1.1&p=1 Index: php-src/tests/reflection/003.phpt +++ php-src/tests/reflection/003.phpt --TE

[PHP-CVS] cvs: php-src /tests/reflection exception.inc

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 04:55:47 2004 EDT Modified files: /php-src/tests/reflection exception.inc Log: Fix classnames http://cvs.php.net/diff.php/php-src/tests/reflection/exception.inc?r1=1.1&r2=1.2&ty=u Index: php-src/tests/reflection/exception.inc diff -u php-src

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

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 05:36:26 2004 EDT Added files: /php-src/tests/classes destructor_and_exceptions.phpt array_access_008.phpt Log: - Add new tests http://cvs.php.net/co.php/php-src/tests/classes/destructor_and_exceptions

[PHP-CVS] cvs: php-src /tests/classes array_access_001.phpt array_access_002.phpt array_access_003.phpt array_access_004.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 05:36:56 2004 EDT Modified files: /php-src/tests/classes array_access_001.phpt array_access_002.phpt array_access_003.phpt array_access_004.phpt Log: - Fix tests by removing corrupt --SKIPIF-- http://cv

[PHP-CVS] cvs: php-src /tests/classes iterators_001.phpt iterators_002.phpt iterators_003.phpt iterators_004.phpt iterators_005.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 05:39:43 2004 EDT Modified files: /php-src/tests/classes iterators_001.phpt iterators_002.phpt iterators_003.phpt iterators_004.phpt iterators_005.phpt Log: - Fix tests by rem

[PHP-CVS] cvs: php-src /ext/spl/tests array_010.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 05:41:18 2004 EDT Modified files: /php-src/ext/spl/tests array_010.phpt Log: - Fix test by removing corrupt --SKIPIF-- http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_010.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/tests/arr

[PHP-CVS] cvs: php-src /ext/spl/tests dit_001.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 05:43:33 2004 EDT Modified files: /php-src/ext/spl/tests dit_001.phpt Log: - Fix test http://cvs.php.net/diff.php/php-src/ext/spl/tests/dit_001.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/tests/dit_001.phpt diff -u php-src/ext/spl/test

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 05:47:16 2004 EDT Modified files: /php-src/ext/standard filestat.c Log: removed redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWARE http://cvs.php.net/diff.php/php-src/ext/standard/filestat.c?r1=1.131&r2=1.132&ty=u Index

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 06:21:44 2004 EDT Modified files: /php-src/ext/standard ftp_fopen_wrapper.c Log: removed unwanted comments, NEW_LIBC checks and NetWare specific stat structure population http://cvs.php.net/diff.php/php-src/ext/standard/ftp_f

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 06:28:17 2004 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Included select.h for NetWare http://cvs.php.net/diff.php/php-src/ext/openssl/xp_ssl.c?r1=1.18&r2=1.19&ty=u Index: php-src/ext/openssl/xp_ssl.c diff -u php-

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 06:36:25 2004 EDT Modified files: /php-src/main main.c Log: removed redundant NEW_LIBC checks for NETWARE http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.609&r2=1.610&ty=u Index: php-src/main/main.c diff -u php-src/main/m

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 06:54:57 2004 EDT Modified files: /php-src/main php_streams.h Log: NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks http://cvs.php.net/diff.php/php-src/main/php_streams.h?r1=1.97&r2=1.98&ty=u Index: ph

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 08:25:57 2004 EDT Modified files: /php-src/main reentrancy.c Log: removed unneccessary inclusion of headers for NetWare http://cvs.php.net/diff.php/php-src/main/reentrancy.c?r1=1.40&r2=1.41&ty=u Index: php-src/main/reentrancy.

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

2004-09-29 Thread Wez Furlong
Shouldn't that be covered by HAVE_SYS_SELECT_H instead? --Wez. On Wed, 29 Sep 2004 10:28:17 -, Anantha Kesari H Y <[EMAIL PROTECTED]> wrote: > hyanantha Wed Sep 29 06:28:17 2004 EDT > > Modified files: > /php-src/ext/opensslxp_ssl.c > Log: > Included select.h

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 08:35:14 2004 EDT Modified files: /php-src/main safe_mode.c Log: NetWare don't have uid for a file so modified the php_checkuid to return 1 for NetWAre http://cvs.php.net/diff.php/php-src/main/safe_mode.c?r1=1.59&r2=1.60&ty=u

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

2004-09-29 Thread Ilia Alshanetsky
iliaa Wed Sep 29 08:40:10 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mssql php_mssql.c Log: MFH: Fix compilation http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.86.2.36&r2=1.86.2.37&ty=u Index: php-src/ext/mssql/php_mssql.c diff

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 10:42:16 2004 EDT Modified files: /php-src/main php.h Log: removed unwanted NEW_LIBC checks http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.203&r2=1.204&ty=u Index: php-src/main/php.h diff -u php-src/main/php.h:1.203 php-s

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 12:11:47 2004 EDT Modified files: /php-src/main php_scandir.c Log: NetWare LibC don't have search.h http://cvs.php.net/diff.php/php-src/main/php_scandir.c?r1=1.9&r2=1.10&ty=u Index: php-src/main/php_scandir.c diff -u php-src/m

[PHP-CVS] cvs: php-src /ext/spl/tests array_014.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 15:36:30 2004 EDT Modified files: /php-src/ext/spl/tests array_014.phpt Log: - Update test http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_014.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/tests/array_014.phpt diff -u php-src/ext

[PHP-CVS] cvs: php-src /ext/spl/tests dit_001.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 16:09:54 2004 EDT Modified files: /php-src/ext/spl/tests dit_001.phpt Log: - Fix tests (atm preg_match() is wrong) http://cvs.php.net/diff.php/php-src/ext/spl/tests/dit_001.phpt?r1=1.2&r2=1.3&ty=u Index: php-src/ext/spl/tests/dit_001.phpt

[PHP-CVS] cvs: php-src /ext/spl/tests array_009.phpt array_010.phpt bug28822.phpt iterator_002.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 16:10:12 2004 EDT Modified files: /php-src/ext/spl/tests array_009.phpt array_010.phpt bug28822.phpt iterator_002.phpt Log: - Add missing --SKIPIF-- http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/spl/tests array_009.phpt array_010.phpt array_014.phpt bug28822.phpt dit_001.phpt iterator_002.phpt

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 16:16:04 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/spl/tests array_009.phpt array_010.phpt array_014.phpt bug28822.phpt dit_001.phpt iterator_002.phpt Log: MFH http://cvs.php.net/diff.php/php-

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

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 16:25:29 2004 EDT Modified files: /php-src/ext/splspl.php Log: - Fix docu http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.30&r2=1.31&ty=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.30 php-src/ext/spl/spl.p

[PHP-CVS] cvs: php-src /ext/spl/examples iteratoriterator.inc

2004-09-29 Thread Marcus Boerger
helly Wed Sep 29 16:27:36 2004 EDT Modified files: /php-src/ext/spl/examples iteratoriterator.inc Log: - Speling http://cvs.php.net/diff.php/php-src/ext/spl/examples/iteratoriterator.inc?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/examples/iteratoriterator.

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

2004-09-29 Thread Ilia Alshanetsky
iliaa Wed Sep 29 21:22:56 2004 EDT Modified files: /php-src/ext/ctype ctype.c Log: Fixed bug #30276 (Possible crash in ctype_digit on large numbers). http://cvs.php.net/diff.php/php-src/ext/ctype/ctype.c?r1=1.31&r2=1.32&ty=u Index: php-src/ext/ctype/ctype.

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

2004-09-29 Thread Ilia Alshanetsky
iliaa Wed Sep 29 21:23:34 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/ctype ctype.c Log: MFH: Fixed bug #30276 (Possible crash in ctype_digit on large numbers). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.86&r2=1.1

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

2004-09-29 Thread Ilia Alshanetsky
iliaa Wed Sep 29 21:24:04 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/ctype ctype.c Log: MFH: Fixed bug #30276 (Possible crash in ctype_digit on large numbers). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.735&r2=1.