]> granicus.if.org Git - php/commit
- Fix memleak, Zend's built-in functions get copied before we copy all
authorMarcus Boerger <helly@php.net>
Sun, 10 Aug 2008 21:52:05 +0000 (21:52 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 10 Aug 2008 21:52:05 +0000 (21:52 +0000)
commitaea4ea120fbf3539eed29363ea89242d472a0e75
treebec7914cdcc450f413c1c6ccf1f7c986c03510b6
parentb9b83ec794f2377b25c8c407076d88a8e971c065
- Fix memleak, Zend's built-in functions get copied before we copy all
  functions, thus ending up in the name and param definitions copied twice
  because zend_register_funciton already copies them.
- Also Be able to deallocate Zend's built-in functions and do so when
  appropriate.
- After unregistering Zend's built-in functions only dl() is left and that
  seems to be fine.
Zend/zend.c
Zend/zend.h
Zend/zend_builtin_functions.c
Zend/zend_builtin_functions.h
main/main.c