I'll try it tomorrow evening. It seems to work fine for me in 5.2 and
5.3
Ilia Alshanetsky
On 19-Apr-09, at 5:37 PM, Antony Dovgal wrote:
On 20.04.2009 01:36, Ilia Alshanetsky wrote:
ZTS build?
Yup.
HEAD with ZTS enabled.
--
Wbr,
Antony Dovgal
--
PHP CVS Mailing List (http://www.p
On 20.04.2009 01:36, Ilia Alshanetsky wrote:
> ZTS build?
Yup.
HEAD with ZTS enabled.
--
Wbr,
Antony Dovgal
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ZTS build?
Ilia Alshanetsky
On 19-Apr-09, at 5:33 PM, Antony Dovgal wrote:
On 19.04.2009 19:00, Ilia Alshanetsky wrote:
if (type == 1) {
PHPWRITE(buf, bufl);
- sapi_flush(TSRMLS_C);
+
On 19.04.2009 19:00, Ilia Alshanetsky wrote:
> if (type == 1) {
> PHPWRITE(buf, bufl);
> - sapi_flush(TSRMLS_C);
> + if (OG(ob_nesting_level) < 1) {
> + sa
Hi Alexey,
Em Qui, 2008-10-16 às 12:21 +, Alexey Zakhlestin escreveu:
> indeyets Thu Oct 16 12:21:27 2008 UTC
>
> Modified files:
> /php-src/ext/standard exec.c
> Log:
> MFB: Fixed compilation warnings: tsrm_ls is not used here (anymore?)
>
It is