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
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
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)
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
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)
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
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
=
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