PHP_MALIAS

php.internals

Robert Silva

21 years ago
Would it make since to have a #define PHP_MALIAS ZEND_MALIAS in php.h? Reason being is CODING_STANDARDS #6, where it says to use PHP_* macros in PHP code and ZEND_* in zend code. A few of my classes need to make use of ZEND_MALIAS and there is no PHP_* equivalent (that I could find). Bob Silva