[PHP-DEV] i hope using set_exception_handler and set_error_handler in php extension code.

2012-03-16 Thread langwan
i hope using set_exception_handler and set_error_handler in php extension code. hi, all: i write php monitor extension now. 1. question i hope using set_exception_handler or set_error_handler in PHP_RINIT_FUNCTION() for example: PHP_RINIT_FUNCTION(my) { set_exception_handler(my_exception_h

Re: [PHP-DEV] SVN Account Request: laltin

2012-03-16 Thread Ángel González
On 16/03/12 18:45, Lütfi Altın wrote: > I want to read PHP source and help PHP for further development. > You don't need a svn account to read the php source. You can just download the source from http://php.net/downloads.php#v5 view the development version at http://svn.php.net/viewvc/php/php-src/

Re: [PHP-DEV] Q: ZEND_HANDLE_STREAM and wincache extension on PHP 5.4

2012-03-16 Thread Gustavo Lopes
On Fri, 16 Mar 2012 16:52:39 +0100, Eric Stenson wrote: Thank you, Gustavo! Is Dmitry on the internals mailing list? It's best you send him an e-mail to dmi...@zend.com I was talking with Pierre yesterday, and there was some question about whether there was some distinction between str

Re: [PHP-DEV] Q: ZEND_HANDLE_STREAM and wincache extension on PHP 5.4

2012-03-16 Thread Pierre Joye
On Fri, Mar 16, 2012 at 4:52 PM, Eric Stenson wrote: > Does the phar extension make any distinction between when streams are > opened?  Or, is it by virtue of only handling files that only end with > extensions that aren't compiled that it's skipping the code in > php_cgi!main()? The problem her

RE: [PHP-DEV] Q: ZEND_HANDLE_STREAM and wincache extension on PHP 5.4

2012-03-16 Thread Eric Stenson
> -Original Message- > From: Gustavo Lopes [mailto:glo...@nebm.ist.utl.pt] [...] > For instance, see > > http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar.c#3364 > > which has: > > file_handle->handle.stream.handle = phar; > > and *phar is of type phar_archive_data, which is not