Steps to use JDeveloper's PHP extension with Zend Core for Windows Beta
Here are the things I did to get the PHP Extension for JDeveloper
(http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/php/index.html)
working with Zend Core for Oracle (Beta) on Windows:
1. Add c:\Program Files\Zend\Core For Oracle\lib\phpext to my PATH
environment variable. This is in addition to C:\Program
Files\Zend\Core For Oracle\bin which was already added to PATH by the
Zend Core installer.
2. In JDeveloper, navigate to Tools->Preferences->PHP and set the PHP
command-line executable to C:\Program Files\Zend\Core For
Oracle\bin\php.exe
3. Load the Zend Core for Oracle console in a browser. Navigate to
Configurations->Extensions and enable the "tokenizer" extension.
Without these steps the structure pane is not able to list functions
etc.
-- CJ