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

2004-05-11 Thread Ilia Alshanetsky
iliaa Tue May 11 09:34:19 2004 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed bug #28355 (glob() does not return error on Linux when it does not have permission to open the directory).

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

2004-05-11 Thread Ilia Alshanetsky
iliaa Tue May 11 09:34:31 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard dir.c Log: MFH: Fixed bug #28355 (glob() does not return error on Linux when it does not have permission to open the directory).

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

2004-05-11 Thread Derick Rethans
derick Tue May 11 11:30:54 2004 EDT Modified files: /php-src/main rfc1867.c Log: - Fixed defines http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.154r2=1.155ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.154

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

2004-05-11 Thread Ilia Alshanetsky
iliaa Tue May 11 11:59:07 2004 EDT Modified files: /php-src/ext/tidy tidy.c Log: Reset opt_name to NULL to ensure it's not re-used if numeric keys can be found inside the options array.

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

2004-05-11 Thread Ilia Alshanetsky
iliaa Tue May 11 15:51:46 2004 EDT Modified files: /php-src/ext/standard formatted_print.c Log: Make vprintf() and printf() return the length of the string printed. Make fprintf() and vfprints() return the correct length of the string printed.

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

2004-05-11 Thread Ilia Alshanetsky
iliaa Tue May 11 15:51:50 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard formatted_print.c Log: MFH: Make vprintf() and printf() return the length of the string printed.