Computer Webmaster Gaming Console Graphics Forum

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.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > PHP
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

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.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-05-2008, 12:20 PM   #1
Stas Trefilov
 
Stas Trefilov's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default 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
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 02-05-2008, 12:20 PM   #2
Pavel Kalian
 
Pavel Kalian's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default [PHP-WINDOWS] X-Powered-By: PHP... Content-Type: ... solved

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
>


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 02-05-2008, 12:20 PM   #3
Wille Frankenhaeuser
 
Wille Frankenhaeuser's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default [PHP-WINDOWS] X-Powered-By: PHP... Content-Type: ... solved

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.

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 02-05-2008, 12:21 PM   #4
Stas Trefilov
 
Stas Trefilov's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default [PHP-WINDOWS] X-Powered-By: PHP... Content-Type: ... solved

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

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags:




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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




All times are GMT +1. The time now is 11:43 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98