Re: [PHP-CVS] svn: /php/php-src/trunk/ Zend/zend.c Zend/zend_compile.c Zend/zend_globals.h Zend/zend_language_scanner.c Zend/zend_language_scanner.h Zend/zend_language_scanner.l Zend/zend_language_sca

2010-12-22 Thread Moriyoshi Koizumi
Okay, I'm gonna take a look into it. Thanks. Moriyoshi On Tue, Dec 21, 2010 at 10:39 PM, Antony Dovgal wrote: > To reproduce, use the following configure line: > ./configure --enable-exif > > On 12/21/2010 12:34 PM, Antony Dovgal wrote: >> ext/exif doesn't compile after this patch because of th

[PHP-CVS] svn: /php/php-src/trunk/ext/exif/ exif.c

2010-12-22 Thread Moriyoshi Koizumi
moriyoshiWed, 22 Dec 2010 10:25:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=306572 Log: - Fix build. Changed paths: U php/php-src/trunk/ext/exif/exif.c Modified: php/php-src/trunk/ext/exif/exif.c =

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/exif/ exif.c

2010-12-22 Thread Antony Dovgal
On 12/22/2010 01:25 PM, Moriyoshi Koizumi wrote: > moriyoshiWed, 22 Dec 2010 10:25:33 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=306572 > > Log: > - Fix build. That does indeed fix the build, but the error messages are still there: ./sapi

[PHP-CVS] svn: /php/win-installer/trunk/ PHPInstallerBase52.wxs PHPInstallerBase52NTS.wxs PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs PHPInstallerBase60.wxs PHPInstallerBase60NTS.wxs

2010-12-22 Thread John Mertic
jmertic Wed, 22 Dec 2010 15:53:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=306573 Log: Bug 12595 - Fix problem where only the first argument to the php script is passed; now support up to 9 arguments. Bug: http://bugs.php.net/12595 (Open)

[PHP-CVS] svn: /php/win-installer/trunk/ PHPInstallerScripts52.vbs PHPInstallerScripts53.vbs PHPInstallerScripts60.vbs

2010-12-22 Thread John Mertic
jmertic Wed, 22 Dec 2010 16:03:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=306574 Log: Bug 52753 - Comment out changing '\' to '/' in the path to the PHP dll/exe since it causes an invalid http.conf file Bug: http://bugs.php.net/52753 (As

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/filter/filter.c branches/PHP_5_3/ext/filter/tests/bug52209.phpt trunk/ext/filter/filter.c trunk/ext/filter/tests/bug52209.phpt

2010-12-22 Thread Ilia Alshanetsky
iliaaWed, 22 Dec 2010 16:18:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=306575 Log: Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)). Bug: http://bugs.php.net/52209 (Open) INPUT_ENV returns NULL for set variables (CLI)

[PHP-CVS] svn: /php/win-installer/trunk/ PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs PHPInstallerBase60.wxs PHPInstallerBase60NTS.wxs

2010-12-22 Thread John Mertic
jmertic Wed, 22 Dec 2010 19:15:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=306577 Log: Newer versions of Windows allow the use of %*, so let's go with that instead. Changed paths: U php/win-installer/trunk/PHPInstallerBase53.wxs

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/xp_ssl.c trunk/ext/openssl/xp_ssl.c

2010-12-22 Thread Gustavo André dos Santos Lopes
cataphract Thu, 23 Dec 2010 01:44:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=306581 Log: - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). - Fixed stream_socket_enable_crypto() not honoring the socket timeout in