Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Matt Ficken
I have tested 5.3.29rc1 on Windows and find no regressions from 5.3.28. I also ran test suites I added to PFTT after 5.3.28(Doctrine2, Joomla, etc...) against 5.3.28 so they're part of that comparison too. See http://qa.php.net/build.php?branch=PHP_5_3&revision=5.3.29rc1 for reports Regards -M

Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Derick Rethans
On Sat, 2 Aug 2014, Jan Ehrhardt wrote: > Johannes Schlüter in php.qa (Fri, 01 Aug 2014 03:30:53 +0200): > >As 5.3.29 is supposed to be the last and final release of the 5.3 series > >ever please test your code very carefully with PHP 5.3.29RC1 to help us > >release a stable new PHP version. > >

Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Jan Ehrhardt
Derick Rethans in php.qa (Tue, 5 Aug 2014 10:26:28 +0100 (BST)): >On Sat, 2 Aug 2014, Jan Ehrhardt wrote: > >> I did not succeed to get the php_mongo.dll from >> http://windows.php.net/downloads/pecl/releases/mongo/1.5.5/php_mongo-1.5.5-5.3-nts-vc9-x86.zip >> to load without errors on my Windows 7

Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Anatol Belski
Hi, On Tue, August 5, 2014 11:26, Derick Rethans wrote: > On Sat, 2 Aug 2014, Jan Ehrhardt wrote: > > >> Johannes Schlüter in php.qa (Fri, 01 Aug 2014 03:30:53 +0200): >> >>> As 5.3.29 is supposed to be the last and final release of the 5.3 >>> series ever please test your code very carefully with

Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Jan Ehrhardt
"Anatol Belski" in php.qa (Tue, 5 Aug 2014 13:20:29 +0200): >I can't repro this with 5.3.28 and 5.3.29RC. Jan, it seems to me as it >tries to load the dep DLL from somewhere it could find but not the core >one. I thought I had ruled that out by removing all environment settings (even the path) and

[PHP-QA] An offer for nonprofit leaders

2014-08-05 Thread Nonprofit Leaders
Subject: An offer for nonprofit leaders We know that 1st Notice is so important that we'll pay for your account whether or not you fundraise with Buy Preferred. We don't want there to be any more child abuse scandals. We don't want there to be any more scandals involving nonprofits. Nonprofits

Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Jan Ehrhardt
Jan Ehrhardt in php.qa (Tue, 05 Aug 2014 14:35:47 +0200): >"Anatol Belski" in php.qa (Tue, 5 Aug 2014 13:20:29 +0200): >>About SSL - in MINFO it's >>https://github.com/mongodb/mongo-php-driver/blob/master/php_mongo.c#L444 . >>Whereby HAVE_OPENSSL_EXT is defined to 0 when openssl is shared, which is

Re: [PHP-QA] PHP 5.3.29RC1 Released for Testing!

2014-08-05 Thread Jan Ehrhardt
Jan Ehrhardt in php.qa (Tue, 05 Aug 2014 16:22:52 +0200): >I changed the 2 instances of HAVE_OPENSSL_EXT into HAVE_OPENSSL: >https://github.com/Jan-E/mongo-php-driver/commit/549762fb061576f9553e53be2f7ffc27902d9dab HAVE_OPENSSL was defined in ext/openssl/config.w32, but I see it is not defined in