[PHP-CVS] cvs: php-src(PHP_5_3) /pear Makefile.frag fetch.php

2008-05-30 Thread Greg Beaver
cellog Fri May 30 23:42:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/pear Makefile.frag fetch.php Log: patch by Christopher Jones: use wget/fetch by default if available, correct typo/Erorr in fetch.php http://cvs.php.net/viewvc.cgi/php-src/

[PHP-CVS] cvs: php-src /ext/phar phar.c /ext/phar/tests/zip/files frontcontroller.phar.zip frontcontroller10.phar.zip frontcontroller11.phar.zip frontcontroller12.phar.zip frontcontroller2.phar.zip f

2008-05-30 Thread Greg Beaver
cellog Fri May 30 22:49:46 2008 UTC Modified files: /php-src/ext/phar phar.c /php-src/ext/phar/tests/zip/files frontcontroller.phar.zip frontcontroller10.phar.zip frontcontroller

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c /ext/phar/tests/zip/files frontcontroller.phar.zip frontcontroller10.phar.zip frontcontroller11.phar.zip frontcontroller12.phar.zip frontcontroller2.p

2008-05-30 Thread Greg Beaver
cellog Fri May 30 22:49:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c /php-src/ext/phar/tests/zip/files frontcontroller.phar.zip frontcontroller10.phar.zip

[PHP-CVS] cvs: php-src /ext/phar dirstream.c dirstream.h phar.c phar_internal.h phar_object.c stream.c stream.h tar.c zip.c

2008-05-30 Thread Greg Beaver
cellog Fri May 30 22:39:33 2008 UTC Modified files: /php-src/ext/phar dirstream.c dirstream.h phar.c phar_internal.h phar_object.c stream.c stream.h tar.c zip.c Log: MFB: refactor function names for clarity. No functionality change ht

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar dirstream.c dirstream.h phar.c phar_internal.h phar_object.c stream.c stream.h tar.c zip.c

2008-05-30 Thread Greg Beaver
cellog Fri May 30 22:38:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar dirstream.c dirstream.h phar.c phar_internal.h phar_object.c stream.c stream.h tar.c zip.c Log: refactor function names for clarity. No functionality

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.m4 config.w32

2008-05-30 Thread Pierre-Alain Joye
pajoye Fri May 30 19:46:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipconfig.m4 config.w32 Log: - not exported http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.m4?r1=1.8.2.3.2.2&r2=1.8.2.3.2.3&diff_format=u Index: php-src/ext/zip/config.m

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

2008-05-30 Thread Scott MacVicar
scottmacFri May 30 16:56:57 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard exec.c Log: MFH Fixed bug #43261 (Use ^ as an escape character for Windows escapeshellcmd) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/exec.c?r1=1.

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

2008-05-30 Thread Scott MacVicar
scottmacFri May 30 16:52:06 2008 UTC Modified files: /php-src/ext/standard exec.c Log: Fixed bug #43261 (Use ^ as an escape character for Windows escapeshellcmd) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/exec.c?r1=1.132&r2=1.133&diff_for

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

2008-05-30 Thread Matt Wilmas
mattwil Fri May 30 10:55:44 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c Log: MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) h

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

2008-05-30 Thread Matt Wilmas
mattwil Fri May 30 10:55:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) -

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

2008-05-30 Thread Matt Wilmas
mattwil Fri May 30 10:54:17 2008 UTC Modified files: /php-src/ext/standard array.c Log: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) - Also, use new hash_qui