On Mon, 2009-04-20 at 12:23 +0300, Jani Taskinen wrote: > Does that fix it also on MacOSX? :)
The MacOS issue was reported using a different bug, didn't see that one was bogussed in favor of this one. But I'll run it through our build farm to verify/fix on a few more systems ... johannes > --Jani > > > Johannes Schlüter wrote: > > johannes Mon Apr 20 09:16:52 2009 UTC > > > > Modified files: (Branch: PHP_5_3) > > /php-src/ext/mysqlnd mysqlnd_portability.h > > /php-src NEWS > > Log: > > Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes() > > > > http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_portability.h?r1=1.4.2.12&r2=1.4.2.13&diff_format=u > > Index: php-src/ext/mysqlnd/mysqlnd_portability.h > > diff -u php-src/ext/mysqlnd/mysqlnd_portability.h:1.4.2.12 > > php-src/ext/mysqlnd/mysqlnd_portability.h:1.4.2.13 > > --- php-src/ext/mysqlnd/mysqlnd_portability.h:1.4.2.12 Tue Nov 18 > > 17:02:18 2008 > > +++ php-src/ext/mysqlnd/mysqlnd_portability.h Mon Apr 20 09:16:51 2009 > > @@ -199,6 +199,11 @@ > > #define MYSQLND_LLU_SPEC "%llu" > > #endif > > > > +#ifdef _AIX > > +#define MYSQLND_LL_SPEC "%lli" > > +#define MYSQLND_LLU_SPEC "%llu" > > +#endif > > + > > #define MYSQLND_SZ_T_SPEC "%zd" > > #ifndef L64 > > #define L64(x) x##LL > > http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.562&r2=1.2027.2.547.2.965.2.563&diff_format=u > > Index: php-src/NEWS > > diff -u php-src/NEWS:1.2027.2.547.2.965.2.562 > > php-src/NEWS:1.2027.2.547.2.965.2.563 > > --- php-src/NEWS:1.2027.2.547.2.965.2.562 Sun Apr 19 14:44:43 2009 > > +++ php-src/NEWS Mon Apr 20 09:16:51 2009 > > @@ -30,6 +30,8 @@ > > - Fixed bug #47662 (Support more than 127 subpatterns in preg_match). > > (Nuno) > > - Fixed bug #47596 (Bus error on parsing file). (Dmitry) > > - Fixed bug #47560 (explode()'s limit parameter odd behaviour). (Matt) > > +- Fixed bug #47535 (Compilation failure in ps_fetch_from_1_to_8_bytes()). > > + (Johannes) > > - Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in > > double quote). (Dmitry) > > - Fixed bug #47038 (Memory leak in include). (Dmitry) > > > > > > > > > -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php