Re: [PHP-DEV] mysqli_fetch_field() mysqlnd & libmysql differences

2012-01-21 Thread Daniel Convissor
Hi Johannes: > The documentation tells > > http://dev.mysql.com/doc/refman/5.5/en/c-api-data-structures.html > > So it is working in bytes and has to hold all possible values. That's how MySQL's internal API works. At the same time, PHP's users expect PHP to behave as d

[PHP-DEV] getters/setters project

2012-01-21 Thread Clint M Priest
I'm trying to finish up some more difficult pieces of the getter/setter rfc. Is there any documentation on the compiler anywhere? Any possible disassembler to see the op-codes in an assembly type of view? Specifically I'm working on parent::$xxx access of parent getter/setter from within a get

[PHP-DEV] can I commit fix for Bug #60825?

2012-01-21 Thread Laruence
Hi: I have fixed #60825 (Segfault when running symfony 2 tests) cvs mail here: http://news.php.net/php.cvs/67503 should I also commit this fix to 5.4 branch now? thanks -- Laruence  Xinchen Hui http://www.laruence.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

[PHP-DEV] [Windows] Error Building PHP 5.4 NTS Debug Version, mysqlnd

2012-01-21 Thread Christian Seiler
Hi, I was compiling PHP 5.4 SVN for Windows and noticed that the NTS Debug version does not compile correctly if mysqlnd is enabled. The ZTS Debug, ZTS Release and NTS Release versions work without any problems. Also, PHP 5.3 in all 4 variants (Debug/Release, NTS/ZTS) has no problems. I've attach

[PHP-DEV] Re: can I commit fix for Bug #60825?

2012-01-21 Thread Laruence
send again, dsp said he didn't received. thanks On Sun, Jan 22, 2012 at 1:19 AM, Laruence wrote: > Hi: > >  I have fixed #60825 (Segfault when running symfony 2 tests) > >  cvs mail here: http://news.php.net/php.cvs/67503 > >  should I also commit this fix to 5.4 branch now? > > thanks > > -- >