]> granicus.if.org Git - php/commit
- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect...
authorZeev Suraski <zeev@php.net>
Wed, 25 Feb 2004 10:57:10 +0000 (10:57 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 25 Feb 2004 10:57:10 +0000 (10:57 +0000)
commiteb6fd52e21919c3a78fe71c6a719af67b5a9ab1c
treebab01ef9983f16c90916fd884d8967494dc15ff6
parentca64573e1b96527d56ba7e584a48533b497846bb
- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't   only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
  compatibility mode is enabled).
- Restore default arguments in interfaces and handle it correctly.
- Move registration of internal classes later in the startup sequence
  in order to have INI options available.
Zend/zend.c
Zend/zend_compile.c
Zend/zend_execute.c
Zend/zend_execute_API.c
Zend/zend_globals.h
Zend/zend_variables.c