diff options
author | Andrey Hristov <andrey@php.net> | 2005-04-10 21:45:25 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2005-04-10 21:45:25 +0000 |
commit | 8dcbeae90dc95d8b9cc4b66c7e068d6aae337cca (patch) | |
tree | 4d5c92a11199347ff873b8637e5165d315994ae8 /NEWS | |
parent | d9f5f1ee08d1107b5cf0026030b25d2d67c917b7 (diff) | |
download | php-git-8dcbeae90dc95d8b9cc4b66c7e068d6aae337cca.tar.gz |
news
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ PHP NEWS . added spl_autoload*() functions . converted several 5.0 examples into c code . added class File + . added possibility to use a string with class_parents() and + class_implements(). (Andrey) - Added optional first parameter to XsltProcessor::registerPHPFunctions to only allow certain functions to be called from XSLT. (Christian) - Added the ability to override the autotools executables used by the buildconf |