![]() PHP_CompatInfo : The Definitive Guide |
Improved PHP5 detection: with data source version.xml (revision 1.9) and funclist.txt (revision 1.39).
More PHP constant are detected natively:
Some Core Predefined Constants ( PHP_EOL, DIRECTORY_SEPARATOR, PATH_SEPARATOR, E_STRICT )
Date Predefined Constants ( DATE_* )
CLI Specific Constants ( STD* )
File Upload Error Specific Constants ( UPLOAD_ERR_* )
Command line interface: allow now to detect version of a simple string (code without using script tags <?php ... ?>. Uses new parameter -s or --string.
Command line interface: allow now to print either an xml or text report (default). Uses new parameter -r or --report.
loadVersion() may return both function or function+constant list.
PHP method chaining is implemented on "Davey Shafik" request #13094.
PHP_CompatInfo : The Definitive Guide | v 1.8.0 : August 1, 2008 |