Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2005
Added on Oct 18 2005
0 comments
631 views