extension=php_oci8.dll
Install PHP 5 in the Apache HTTP server. To the
\conf\httpd.conf file add the following directives.
# For PHP 5
LoadModule php5_module "C:/PHP/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/PHP/"
By default, directory is the directory C:/Program
Files/Apache Group/Apache2. If PHP is installed in a directory other than
C:/PHP, replace C:/PHP with the directory in which PHP 5 is installed.
Restart Apache web server after modifying the httpd.conf file.
Download Xajax0.2.44. We also need to download JDeveloper 10.1.3.
JDeveloper 11g is not used, because a PHP extension for JDeveloper 11g
is not available.
2 Download PHP- http://www.php.net/downloads.php
3 Download Apache HTTP Server 2.0- http://httpd.apache.org/
4 Download Xajax- http://www.xajaxproject.org/download.php
8.3 Integrating PHP with JDeveloper 161
8.3 Integrating PHP with JDeveloper
After installing PHP 5 and Apache 2.0 HTTP server install the JDeveloper
PHP Extension5. Download the PHP extension 10.1.3 zip file
oracle_jdeveloper_php.zip. Extract the oracle.jdeveloper.php.10.1.3.jar file
from the extension zip file to the C:/JDeveloper/jdev/extensions directory.
Restart JDeveloper 10.1.3. The JDeveloper PHP extension gets installed
and the new PHP File feature becomes available in File>New>Web
Tier>PHP in New Gallery.
Pages:
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149