[PHP-CVS] cvs: php-src /ext/spl php_spl.c /ext/spl/tests spl_autoload_012.phpt

2008-07-12 Thread Marcus Boerger
helly Sat Jul 12 14:58:07 2008 UTC Added files: /php-src/ext/spl/tests spl_autoload_012.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Allow multiple exceptions in spl's autoload

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c /ext/spl/tests spl_autoload_012.phpt

2008-07-12 Thread Marcus Boerger
helly Sat Jul 12 14:58:41 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests spl_autoload_012.phpt Modified files: /php-src/ext/splphp_spl.c Log: - MFH Allow multiple exceptions in spl's autoload

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js

2008-07-12 Thread Steph Fox
sfoxSat Jul 12 15:04:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: This looks more than it is due to ws/cs and minor fixes in it... - Fixes logic in dependency check - Fixes logic in AC_DEFINE error message -

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

2008-07-12 Thread Felipe Pena
felipe Sat Jul 12 21:11:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: - Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned))

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

2008-07-12 Thread Felipe Pena
felipe Sat Jul 12 21:14:58 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN: #45220 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1170r2=1.2027.2.547.2.1171diff_format=u Index: php-src/NEWS diff -u

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

2008-07-12 Thread Felipe Pena
felipe Sat Jul 12 21:16:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned))

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

2008-07-12 Thread Felipe Pena
felipe Sat Jul 12 21:20:11 2008 UTC Modified files: /php-src/ext/curl interface.c Log: - MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned))

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

2008-07-12 Thread Pierre-Alain Joye
pajoye Sat Jul 12 23:25:42 2008 UTC Modified files: /php-src/ext/ftpftp.c Log: - don't use inet_ntop when not present http://cvs.php.net/viewvc.cgi/php-src/ext/ftp/ftp.c?r1=1.125r2=1.126diff_format=u Index: php-src/ext/ftp/ftp.c diff -u

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

2008-07-12 Thread Pierre-Alain Joye
pajoye Sat Jul 12 23:26:02 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ftpftp.c Log: - MFH: don't use inet_ntop when not present http://cvs.php.net/viewvc.cgi/php-src/ext/ftp/ftp.c?r1=1.112.2.4.2.9.2.1r2=1.112.2.4.2.9.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-12 Thread Pierre-Alain Joye
pajoye Sat Jul 12 23:42:09 2008 UTC Modified files: /php-src/win32/buildconfig.w32 Log: - support for new naming http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.76r2=1.77diff_format=u Index: php-src/win32/build/config.w32 diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-07-12 Thread Pierre-Alain Joye
pajoye Sat Jul 12 23:42:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 Log: - MFH: support for new naming http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.24r2=1.40.2.8.2.10.2.25diff_format=u

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma regint.h

2008-07-12 Thread Pierre-Alain Joye
pajoye Sat Jul 12 23:54:30 2008 UTC Modified files: /php-src/ext/mbstring/oniguruma regint.h Log: - fix build with VC9 PSDK6.x http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regint.h?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring/oniguruma regint.h

2008-07-12 Thread Pierre-Alain Joye
pajoye Sat Jul 12 23:54:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring/oniguruma regint.h Log: - MFH: fix build with VC9 PSDK6.x

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

2008-07-12 Thread Rui Hirokawa
hirokawaSun Jul 13 01:34:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: fixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.

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

2008-07-12 Thread Rui Hirokawa
hirokawaSun Jul 13 01:36:15 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: MFPHP5_3 http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.32r2=1.224.2.22.2.33diff_format=u Index: