[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-04-20 Thread Kalle Sommer Nielsen
kalle Tue Apr 21 04:35:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: Added missing note about gethostname() (Re: #47839) http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.3&r2=1.1.2.3.2.1.2.4&diff_format=u Index: php-sr

[PHP-CVS] cvs: phpruntests /phpt-tests sample_cookie.phpt sample_get.phpt sample_post.phpt

2009-04-20 Thread Zoe Slattery
zoe Mon Apr 20 19:49:32 2009 UTC Added files: /phpruntests/phpt-tests sample_cookie.phpt sample_post.phpt sample_get.phpt Log: sample tests for GET, POST and COOKIE sections http://cvs.php.net/viewvc.cgi/phpruntests/p

[PHP-CVS] cvs: phpruntests /src rtAutoload.php rtDirectoryList.php rtPhptFilterIterator.php rtText.php rtUtil.php

2009-04-20 Thread Stefan Priebsch
spriebsch Mon Apr 20 16:57:32 2009 UTC Modified files: /phpruntests/srcrtAutoload.php rtDirectoryList.php rtPhptFilterIterator.php rtText.php rtUtil.php Log: Reformatted to conform to PEAR coding standard. http://cvs.php.net

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

2009-04-20 Thread Jani Taskinen
janiMon Apr 20 16:08:00 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: - Sync with HEAD (just reorder to match HEAD order) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25.2.52&r2=1.224.2.

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

2009-04-20 Thread Jani Taskinen
janiMon Apr 20 15:39:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring config.m4 Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.58.2.4.2.11.2.7&r2=1.58.2.4.2.11.2.8&diff_format=u Index: php-src/ext/mbstring/c

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

2009-04-20 Thread Jani Taskinen
janiMon Apr 20 15:03:57 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/scriptsphpize.in Log: MFH:- Added path sanity check (autotools + libtool do not cope with whitespace..) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.in?r1=1.28.2.3.2.1&r2

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

2009-04-20 Thread Jani Taskinen
janiMon Apr 20 15:03:21 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.in Log: MFH:- Added path sanity check (autotools + libtool do not cope with whitespace..) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.in?r1=1.28.2.3.2.1&r2

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

2009-04-20 Thread Jani Taskinen
janiMon Apr 20 15:02:50 2009 UTC Modified files: /php-src/scriptsphpize.in Log: - Added path sanity check (autotools + libtool do not cope with whitespace..) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.in?r1=1.34&r2=1.35&diff_format=u Index: php

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

2009-04-20 Thread Etienne Kneuss
colder Mon Apr 20 14:18:46 2009 UTC Added files: /php-src/ext/spl/tests bug48023.phpt Modified files: /php-src/ext/splphp_spl.c Log: Fix #48023 (spl_autoload_register didn't store closures) http://cvs.php.net/viewvc.cgi/php-src

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

2009-04-20 Thread Etienne Kneuss
colder Mon Apr 20 14:20:20 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug48023.phpt Modified files: /php-src/ext/splphp_spl.c /php-srcNEWS Log: MFH: Fix #48023 (spl_autoload_register didn't store closur

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

2009-04-20 Thread Ilia Alshanetsky
iliaa Mon Apr 20 14:08:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.563&r2=1.2027.2.547.2.965.2.564&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.

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

2009-04-20 Thread Mikko Koppanen
mkoppanen Mon Apr 20 10:03:21 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: NEWS entry related to #47991 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1473&r2=1.2027.2.547.2.1474&diff_format=u Index: php-src/NEWS diff -u

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

2009-04-20 Thread Mikko Koppanen
mkoppanen Mon Apr 20 10:00:41 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c Log: MFH: Closes #47991 SSL streams fail if error stack contains items http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/mysqlnd mysqlnd_portability.h

2009-04-20 Thread Johannes Schlüter
On Mon, 2009-04-20 at 12:23 +0300, Jani Taskinen wrote: > Does that fix it also on MacOSX? :) The MacOS issue was reported using a different bug, didn't see that one was bogussed in favor of this one. But I'll run it through our build farm to verify/fix on a few more systems ... johannes > --Ja

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

2009-04-20 Thread Mikko Koppanen
mkoppanen Mon Apr 20 09:44:30 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslopenssl.c Log: MFH: Closes #47991 SSL streams fail if error stack contains items http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.

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

2009-04-20 Thread Mikko Koppanen
mkoppanen Mon Apr 20 09:43:45 2009 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Closes #47991 SSL streams fail if error stack contains items http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.180&r2=1.181&diff_format=u In

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/mysqlnd mysqlnd_portability.h

2009-04-20 Thread Jani Taskinen
Does that fix it also on MacOSX? :) --Jani Johannes Schlüter wrote: johannesMon Apr 20 09:16:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlnd mysqlnd_portability.h /php-src NEWS Log: Fix #47535 Compilation failure in ps_fetch_fro

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/mysqlnd mysqlnd_portability.h

2009-04-20 Thread Johannes Schlüter
johannesMon Apr 20 09:16:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_portability.h /php-srcNEWS Log: Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes() http://cvs.php.net/viewvc.cgi/php-src/ext/my

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_portability.h

2009-04-20 Thread Johannes Schlüter
johannesMon Apr 20 09:15:46 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_portability.h Log: Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes() http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_portability.h?r1=1.15&r2=

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

2009-04-20 Thread Pierre-Alain Joye
pajoye Mon Apr 20 08:41:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns_win32.c Log: - silent compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns_win32.c?r1=1.1.2.7&r2=1.1.2.8&diff_format=u Index: php-src/ext/sta

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

2009-04-20 Thread Pierre-Alain Joye
pajoye Mon Apr 20 08:40:40 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns_win32.c Log: - nuke unused variable http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns_win32.c?r1=1.1.2.6&r2=1.1.2.7&diff_format=u Index: php-src/ext/standa

[PHP-CVS] cvs: php-src(PHP_5_3) /main/streams cast.c

2009-04-20 Thread Pierre-Alain Joye
pajoye Mon Apr 20 08:28:44 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams cast.c Log: - silent compiler warning http://cvs.php.net/viewvc.cgi/php-src/main/streams/cast.c?r1=1.12.2.1.2.1.2.5&r2=1.12.2.1.2.1.2.6&diff_format=u Index: php-src

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

2009-04-20 Thread Pierre-Alain Joye
pajoye Mon Apr 20 08:28:14 2009 UTC Modified files: /php-src/main/streams cast.c Log: - silent compiler warning http://cvs.php.net/viewvc.cgi/php-src/main/streams/cast.c?r1=1.22&r2=1.23&diff_format=u Index: php-src/main/streams/cast.c diff -u php-src/main

[PHP-CVS] hello

2009-04-20 Thread philippe . jausions
*** WORM_MYTOB.AO was detected in the file (file.zip). The following action has been taken: remove *** The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. -- PHP CVS Mailing List (http://www.php.net/) To