Hi,
On Fri, 2011-01-28 at 04:19 +, Adam Harvey wrote:
>
> Modified: php/php-src/trunk/UPGRADING
> ===
> --- php/php-src/trunk/UPGRADING 2011-01-28 04:17:08 UTC (rev 307806)
> +++ php/php-src/trunk/UPGRADING 2011-01-28 04:19:40 UT
dmitry Fri, 28 Jan 2011 10:33:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307815
Log:
Added ability to connect to HTTPS sites through proxy with basic authentication
using stream_context/http/header/Proxy-Authorization
Changed paths:
hi Dmitry
5.2 is dead and if anything should go in then only critical fixes just
in case we have to do another "last" 5.2 release.
Adding Ilia to the loop.
On Fri, Jan 28, 2011 at 11:33 AM, Dmitry Stogov wrote:
> dmitry Fri, 28 Jan 2011 10:33:47 +
>
> Revis
uw Fri, 28 Jan 2011 13:41:02 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307818
Log:
Don't expect a certain server reply, it is undefined what happens.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_no_reconn
andrey Fri, 28 Jan 2011 17:33:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307827
Log:
clear error before doing anything, because we can get
trapped by previous error :
php -r '$link = mysqli_init();
var_dump($link->real_connect("127.0.0.1"
felipe Fri, 28 Jan 2011 20:41:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307829
Log:
- Fixed bug #53867 (Test failure)
patch by: rquadling at php.net
Bug: http://bugs.php.net/53867 (Open) Test failure.
Changed paths:
U php
felipe Fri, 28 Jan 2011 21:19:09 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307832
Log:
- Fixed bug #53748 (Using traits lead to a segmentation fault)
Bug: http://bugs.php.net/53748 (Open) Using traits lead to a segmentation fault
Ch
2011/1/28 Johannes Schlüter :
> On Fri, 2011-01-28 at 04:19 +, Adam Harvey wrote:
>>
>> Modified: php/php-src/trunk/UPGRADING
>> ===
>> --- php/php-src/trunk/UPGRADING 2011-01-28 04:17:08 UTC (rev 307806)
>> +++ php/php-src/trunk/U
aharvey Sat, 29 Jan 2011 05:26:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307839
Log:
Revert the UPGRADING change in r307807, since it's actually completely
pointless, as Johannes pointed out.
Changed paths:
U php/php-src/trunk/UPG