I am trying to migrate an extension for PHP 4 to PHP 5. When linking, I get a few undefined symbols such as zend_property_reference. Where can I find documentation on the Zend 2 API used in PHP 5? Alternatively, has there been a migration guide already developed? Most of the extension documentation I have found on php.net and zend.com is PHP 4 only.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php