Re: [PHP-DEV] zend_timeout and the SIGPROF signal

2003-02-20 Thread Wojtek Meler
On Thu, Feb 20, 2003 at 05:48:29PM +0200, Zeev Suraski wrote: At 17:38 20/02/2003, [EMAIL PROTECTED] wrote: - Original Message - I looked into the bug report, and it is true that BLOCK_INTERRUPTIONS should indeed block SIGPROF. I'll fix this in the weekend. I'm not sure if

Re: [PHP-DEV] Jumadi

2003-02-20 Thread Wojtek Meler
On Thu, Feb 20, 2003 at 06:21:27PM +0100, Sebastian Bergmann wrote: Jani Taskinen wrote: Just make this one moderated. (but allow anyone with CVS access to post freely :) That sounds like a very good idea. great idea, that would stop this annoying CVS account request messages ;) Wojtek

Re: [PHP-DEV] Include a file from inside an extension...

2003-01-08 Thread Wojtek Meler
On Tue, Jan 07, 2003 at 04:51:13PM +, Stefano Corsi wrote: MAKE_STD_ZVAL(filename_z); ZVAL_STRING(filename_z, myfile.inc, 1); op = compile_filename(ZEND_INCLUDE, filename_z); if (op) { zval *local_retval=NULL; EG(return_value_ptr_ptr) = local_retval; zend_execute(op TSRMLS_CC);

[PHP-DEV] CVS Account Request: wmeler

2002-12-26 Thread Wojtek Meler
Want help in development of PHP for MT environment. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] bug #16820

2002-12-18 Thread Wojtek Meler
Hi! some time ago (half year or so) I submited this bug ... I cleaned the patch (at last ;)) - it is in attached file. It applies to php-4.2.3 and also to php-4.3.0RC3 (with offset warnings but works ok). Please someone add it to main version or give me CVS account so I could do it by myself.