Answers to various technical questions on php programming, mysql, linux, and many more categories.
Home / Programming / php / What causes array problems with php from one host to another?
What causes array problems with php from one host to another?
Last updated: 06/30/2009
Seems to be the Zend Optimizer causes this problem - you need to upgrade to the latest, 2.5.7 or higher version. Make sure your version of php matches with the Zend optimizer, see their site for details.