PHP 4.3.10 upgrade and Zend Optimizer
-
If you upgrade an existing PHP 4.3.x installation and use Zend Optimizer, make sure you upgrade Zend Optimizer at the same time.
I had an old copy of Zend (2.5.3) running perfectly well with PHP 4.3.9, but the moment I upgraded I started getting weird SQL syntax errors with “,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,” showing up in the SQL statements. Checking the error logs showed complaints that basic functions like array() were undefined. On a hunch, I turned off Zend Optimizer and it worked fine.
After upgrading Zend Optimizer to the current version (2.5.7), the errors are gone, and the site works again.
I just thought I’d post this in case someone else runs into the same problem.
- The topic ‘PHP 4.3.10 upgrade and Zend Optimizer’ is closed to new replies.