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
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/
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
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
> -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