php-src/ext/ldap
Dmitry Stogov 4a475a4976 Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places.
Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors.
2018-07-04 19:22:24 +03:00
..
tests Merge branch 'PHP-7.2' 2018-04-23 22:04:22 -07:00
config.m4 Merge branch 'PHP-7.2' 2018-02-08 10:43:10 +01:00
config.w32 Added controls support to ldap_parse_result and ldap_exop_passwd 2017-09-21 10:05:40 +02:00
CREDITS
ldap.c Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors. 2018-07-04 19:22:24 +03:00
php_ldap.h year++ 2018-01-02 12:57:58 +08:00