* New component TPHPClass added (only for PHP 4)
* Added support of PHP 5
* Improved speed of unloading of the PHP extensions under Apache
* Decreased size of the compiled modules (based on API only and developed using Visual FrameWork)
* ZendAPI unit is splitted to ZendAPI and ZendTypes units
* PHPAPI unit is splitted to PHPAPI and PHPTypes units
* New version of php4App - php4Applications subproject.
php4Applications allows to use php scripts in VB, C, C++, etc applications.
Demo projects for Delphi, VC and MS Word included.
* New property UseDelimiters added to TpsvPHP component. If UseDelimiters = true (by default) the
syntax of RunCode method parameter ACode should include standard script delimiters "<?" and "?>"
to make RunCode and Execute method compatible.
* New parameters for OnScriptError event (error type, file name and line number)