14
Aug
Written by: Jonathan Maron. Stored in: Zend Framework.
After the release in June of PHP 5.3, I am delighted to announce that phpLiveDocx is 100% compatible.
Extensive tests were performed with Zend Framework 1.9.1 and phpLiveDocx 1.2-20090811 on one of our virtual servers. All were sucessful: No modifications to the code of phpLiveDocx were necessary.
Below are the results of the shipped unit tests.
jon@vm29:/var/www/phplivedocx$ php --version PHP 5.3.0 with Suhosin-Patch 0.9.7 (cli) (built: Aug 10 2009 06:12:36) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies |
jon@vm29:/var/www/phplivedocx$ ./run-tests.sh PHPUnit 3.3.16 by Sebastian Bergmann. Tis_Service_LiveDocxTest .. Time: 0 seconds OK (2 tests, 6 assertions) PHPUnit 3.3.16 by Sebastian Bergmann. Tis_Service_LiveDocx_MailMergeTest .................................. Time: 01:20 OK (34 tests, 75 assertions) |
If you are interested in the latest version of PHP, take a look at the following really good summaries:
- Introduction to PHP 5.3 – Ilia Alshanetsky
- What’s new in PHP 5.3? – SitePoint
- Migrating to PHP 5.3 – Stefan Priebsch
- Migrating to PHP 5.3 – Cal Evans
- Migrating from PHP 5.2.x to PHP 5.3.x – PHP Manual