![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| SYMPTOM: After installing PHP 4.0.0 and renaming php3.ini to php.ini every PHP page started with following lines. X-Powered-By: ... Content-Type: ... NOTE: PHP4 cannot load php3_...dll libraries. CAUSE: Instructions in php.ini file to load old extensions. SOLUTION: The following lines in php.ini must be commented (in my case): extension = php3_oci80.dll extension = php3_dbm.dll P.S. We have to compile the needed extensions to use with PHP4 or wait until someone else does. P.P.S. By the way, if anyone has already compiled the above extensions for PHP 4 (php_oci80.dll and php_dbm.dll) please be kind to let me know. -- Stas Trefilov Moscow Russia | |||
| Advertisements |
| | #2 | ||
| Hi, to disable the X-Powered... put expose_php = Off into your php.ini PHP4 of course can't load php3 extension as the internals changed completely. oci8 and some more extensions compiled by Frank are available at http://download.swwwing.com/ I'd definitely suggest you to have a look at php.ini-dist from the distribution - you'll find there many important information you might want to put into your ex-php3.ini file (I would personally chose the opposite way - use the ini file from PHP4 distribution and copy the needed stuff from the php3.ini)... Pavel ----- Original Message ----- From: "Stas Trefilov" <stas.t@cpstc.com> To: <php-windows@lists.php.net> Sent: Thursday, May 25, 2000 11:59 AM Subject: [PHP-WINDOWS] X-Powered-By: PHP... Content-Type: ... solved > SYMPTOM: > After installing PHP 4.0.0 and renaming php3.ini to php.ini every PHP page > started with following lines. > X-Powered-By: ... > Content-Type: ... > > NOTE: > PHP4 cannot load php3_...dll libraries. > > CAUSE: > Instructions in php.ini file to load old extensions. > > SOLUTION: > The following lines in php.ini must be commented (in my case): > extension = php3_oci80.dll > extension = php3_dbm.dll > > P.S. > We have to compile the needed extensions to use with PHP4 or wait until someone > else does. > > P.P.S. > By the way, if anyone has already compiled the above extensions for PHP 4 > (php_oci80.dll and php_dbm.dll) please be kind to let me know. > > -- > Stas Trefilov > Moscow Russia > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-windows-unsubscribe@lists.php.net > For additional commands, e-mail: php-windows-help@lists.php.net > To contact the list administrators, e-mail: php-list-admin@lists.php.net > | |||
| | #3 | ||
| http://download.swwwing.com/php4/modules/ contains many compiled extensions, check there if you find what you need... wille Stas Trefilov wrote: > P.P.S. > By the way, if anyone has already compiled the above extensions for PHP 4 > (php_oci80.dll and php_dbm.dll) please be kind to let me know. | |||
| | #4 | ||
| Pavel Kalian wrote: > > Hi, > to disable the X-Powered... put expose_php = Off into your php.ini > > PHP4 of course can't load php3 extension as the internals changed > completely. > > oci8 and some more extensions compiled by Frank are available at > http://download.swwwing.com/ > > I'd definitely suggest you to have a look at php.ini-dist from the > distribution - you'll find there many important information you might want > to put into your ex-php3.ini file (I would personally chose the opposite > way - use the ini file from PHP4 distribution and copy the needed stuff from > the php3.ini)... > > Pavel > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-windows-unsubscribe@lists.php.net > For additional commands, e-mail: php-windows-help@lists.php.net > To contact the list administrators, e-mail: php-list-admin@lists.php.net Thanks for advice, but the php_oci8.dll from Frank Kromann's site still doesn't load properly (it doesn't load at all - parser says 'Maybe not a PHP library'). Just like other libraries too: I downloaded some from his site, but none of them loaded properly. In one of today's messages he says: "...I havent installed Oracle on my system, but I'll do that soon and test / fix the module." So the question still: where [else] can we find the compiled modules that will load in PHP4? -- Stas Trefilov Moscow Russia | |||
| Featured Websites | ||||
|
![]() |
| Tags: |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| why every page show "X-Powered-By: PHP/4.0RC1 Content-type:" | Aming | PHP | 2 | 02-05-2008 12:20 PM |
| Kernel error solved | Helmar Rudolph | Operating Systems And Software | 4 | 02-05-2008 12:08 PM |
| SOLVED: AOL Broadband! | Chris Smowton | Console Subjects | 4 | 06-26-2007 2:17 AM |
| Interior lights problem solved - radio problems not solved | Kenny of the Fells | Car audio | 5 | 06-18-2007 4:42 PM |
| Solar powered toys | Czech Info Center | Building An Internet Business | 0 | 05-29-2007 1:43 AM |
| Featured Websites | ||||
|