[PHP-DEV] [PATCH] mysqli #35203 / #48065 Eliminate special case for calling procedures in mysqli

2009-04-25 Thread Michael G Schwern
This is a patch against 5.2.9 to fix mysqli::query so a user can call stored procedures the same as they do any other statement. No more multi_query() and next_result() work arounds necessary to avoid a "Commands out of sync" error. I note this has been rejected several times in the tracker as no

Re: [PHP-DEV] GCC 4.4.0

2009-04-25 Thread Nuno Lopes
Nuno Lopes schrieb: Do you where it's crashing so that I can take a look? http://pastebin.com/m78a01116 This particular problem should be fixed now. Let me know if PHP still crashes for you. Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.ph

Re: [PHP-DEV] CVS Account Request: hjalle

2009-04-25 Thread Nuno Lopes
He's the SoC student working on the bechmarking project. Can someone please approve his account and give him karma to 'php-benchmarks'. Thanks, Nuno - Original Message - From: "Alexander Hjalmarsson" To: Sent: Saturday, April 25, 2009 11:38 AM Subject: [PHP-DEV] CVS Account Reques

Re: [PHP-DEV] GCC 4.4.0

2009-04-25 Thread Sebastian Bergmann
Nuno Lopes schrieb: > Do you where it's crashing so that I can take a look? http://pastebin.com/m78a01116 -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/ -- PHP Internals - PHP Runtime Deve

Re: [PHP-DEV] GCC 4.4.0

2009-04-25 Thread Nuno Lopes
Scott MacVicar schrieb: Can you set your cflags to -fno-strict-aliasing and try again. This resolved the issue with the previous report. Adding -fno-strict-aliasing to CFLAGS works around the issue, yes. Wow, this is terrible news, as -fno-strict-aliasing usually degrades performance by a co

[PHP-DEV] CVS Account Request: hjalle

2009-04-25 Thread Alexander Hjalmarsson
Contributing benchmarks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php