]> granicus.if.org Git - php/commit
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but witho...
authorFelipe Pena <felipe@php.net>
Tue, 11 Nov 2008 13:26:26 +0000 (13:26 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 11 Nov 2008 13:26:26 +0000 (13:26 +0000)
commit08aad5f7f7816f704260093a88fc39d22e8865b2
treedcf00a183f4645f31cbda9431960fee8e877d216
parent0abf7238d22c596026dd1f1f68357fd2fac2d07a
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
Zend/zend_list.h
ext/interbase/interbase.c
ext/interbase/tests/bug46543.phpt [new file with mode: 0644]