[PHP-CVS] cvs: php-src /ext/standard/tests/file bug26615.phpt

2004-01-03 Thread Moriyoshi Koizumi
moriyoshi Sat Jan 3 22:06:12 2004 EDT Modified files: /php-src/ext/standard/tests/filebug26615.phpt Log: "seq" isn't available for all platforms. Index: php-src/ext/standard/tests/file/bug26615.phpt diff -u php-src/ext/standard/tests/file/bug26615.

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

2004-01-03 Thread Moriyoshi Koizumi
On 2004/01/03, at 10:36, Ilia Alshanetsky wrote: On January 02, 2004 08:28 pm, Moriyoshi Koizumi wrote: I think this may cause a slight BC break, because they wouldn't raise warnings if the length is 0. How about returning FALSE silently in that case? fgets($fp, 0) is pretty pointless and should r

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

2004-01-03 Thread Edin Kadribasic
edink Sat Jan 3 18:33:02 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.517 php-src/NEWS:1.1247.2.518 --- php-src/NEWS:1.1247.2.517 Sat Jan 3 16:45:47 2004 +++ php-src/NEWSSat J

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

2004-01-03 Thread Edin Kadribasic
edink Sat Jan 3 16:45:48 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: More proper news format. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.516 php-src/NEWS:1.1247.2.517 --- php-src/NEWS:1.1247.2.516 Sat Jan 3 16:36:17 2004 +++ php-

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/cli php_cli.c

2004-01-03 Thread Edin Kadribasic
edink Sat Jan 3 16:36:19 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/cli php_cli.c Log: MFH: cli overrides php.ini and switches output buffering off. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.515 php-src/NEWS:1.1

[PHP-CVS] cvs: php-src /scripts phpize.in

2004-01-03 Thread Jan Lehnardt
jan Sat Jan 3 09:03:47 2004 EDT Modified files: /php-src/scriptsphpize.in Log: - remove unneeded subroutine call Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.12 php-src/scripts/phpize.in:1.13 --- php-src/scripts/phpize.in:1.1

[PHP-CVS] cvs: php-src / .cvsignore

2004-01-03 Thread Derick Rethans
derick Sat Jan 3 08:51:55 2004 EDT Modified files: /php-src.cvsignore Log: - Added test results to .cvsignore file Index: php-src/.cvsignore diff -u php-src/.cvsignore:1.48 php-src/.cvsignore:1.49 --- php-src/.cvsignore:1.48 Tue Dec 2 18:16:47 2003

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c var.c ZendEngine2 zend.c zend_API.c zend_compile.c zend_compile.h zend_execute.c zend_object_handlers.c zend_reflection_api.c

2004-01-03 Thread Derick Rethans
derick Sat Jan 3 08:51:03 2004 EDT Modified files: /php-srcNEWS /ZendEngine2zend.c zend_API.c zend_compile.c zend_compile.h zend_execute.c zend_object_handlers.c zend_reflection_api.c /php-src/ext

[PHP-CVS] cvs: php-src /scripts phpize.in

2004-01-03 Thread Derick Rethans
derick Sat Jan 3 08:45:13 2004 EDT Modified files: /php-src/scriptsphpize.in Log: - Show the API numbers again while phpizing. Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.11 php-src/scripts/phpize.in:1.12 --- php-src/scripts/php

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

2004-01-03 Thread Andi Gutmans
At 08:36 PM 1/2/2004 -0500, Ilia Alshanetsky wrote: On January 02, 2004 08:28 pm, Moriyoshi Koizumi wrote: > I think this may cause a slight BC break, because they wouldn't > raise warnings if the length is 0. How about returning FALSE > silently in that case? fgets($fp, 0) is pretty pointless and