Hi Pierre,
> Can reproduce it now, can you open a bug please and assign it to mysql?
Done: https://bugs.php.net/bug.php?id=60863
Thanks,
Christian
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
hi Andrey,
The TSRM macro must always be the last declaration, always. The
problem is that the DBG macros have code in them...
On Sun, Jan 22, 2012 at 9:15 PM, Andrey Hristov wrote:
> Hi Pierre,
>
> On 01/22/2012 12:37 PM, Pierre Joye wrote:
>>
>> hi,
>>
>> Can reproduce it now, can you open a
Hi Pierre,
On 01/22/2012 12:37 PM, Pierre Joye wrote:
hi,
Can reproduce it now, can you open a bug please and assign it to mysql?
The problem is due to TSRMLS_FETCH being called at the wrong place.
I'm not sure how they want it but ideally it should in the DBG macro
already.
called at the wr
hi,
Can reproduce it now, can you open a bug please and assign it to mysql?
The problem is due to TSRMLS_FETCH being called at the wrong place.
I'm not sure how they want it but ideally it should in the DBG macro
already.
Added Andrey to the loop.
Cheers,
On Sun, Jan 22, 2012 at 11:38 AM, Chri
Hi Pierre,
I cannot reproduce the error, mysqlnd builds just fine here.
What's your configure line?
cscript /nologo configure.js
"--disable-phar"
"--disable-ipv6"
"--disable-zts"
"--enable-cgi"
"--disable-bcmath"
"--disable-calendar"
"--disable-odbc"
"--disable-tokenizer"
"-
hi,
I cannot reproduce the error, mysqlnd builds just fine here.
What's your configure line?
Cheers,
2012/1/21 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 Rel
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