diff options
author | Marcus Boerger <helly@php.net> | 2004-01-24 16:59:24 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-24 16:59:24 +0000 |
commit | 3ca44539a13d2815c30a7fd9b172adcb0f2666f0 (patch) | |
tree | 8265b64b46f249c5c5bba412880df609f17002d1 /ext/mysql/php_mysql.h | |
parent | e36cfeb0a9cda2399627910785e68fa5b3689269 (diff) | |
download | php-git-3ca44539a13d2815c30a7fd9b172adcb0f2666f0.tar.gz |
Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow this with an E_STRICT message.
# - If you want to implement an internal method taht can be called both
# statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC.
# - Magic user space methods __*() cannot and __construct, __destruct,
# __clone can never be called statically.
Diffstat (limited to 'ext/mysql/php_mysql.h')
0 files changed, 0 insertions, 0 deletions