Hi,

can you share any details? Some relevant source, a stack trace, ...

compile file should also be overwirtable from a "normal" PHP extension,
no zend extension needed.

Last time I did this (PHP 5 times) simply overwriting in MINIT worked.

johannes


On Mon, 2020-05-11 at 22:19 +0530, Muhammed Arshid KV wrote:
> I think, zend_hash_find(&CG(filenames_table), new_compiled_filename)
> making
> trouble in zend_set_compiled_filename.
> 
> On Mon, May 11, 2020 at 10:16 PM Muhammed Arshid KV <
> arshidk...@gmail.com>
> wrote:
> 
> > Hi,
> > I developed a Zend extension. I want to modify zend_compile_file.
> > I added zend_compile_file = pib_compile_file; in
> > zend_extension_startup
> > function.
> > Getting segmentation fault error.
> > 
> > Regards
> > 

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to