Don't use PHP 4.3.3, it is buggy [4.3.3 is now OK]

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Aug 26, 2003 8:17 pm    Post subject: Don't use PHP 4.3.3, it is buggy [4.3.3 is now OK] Reply with quote

Hi all,

Early today, PHP guys released a new version 4.3.3. And as the last time, it is buggy: Any PHP file will generate an error 500 on the server. The reason is that this new version seems to not send any CGI headers! So the server kills it and returns error 500 to inform you that the interpreter (PHP) is not behaving according to the standards.

So you'll have to go back to the previous version until the problem is fixed on their side.

A link on PHP version 4.3.2 is available on the "Adding PHP support" page at http://www.aprelium.com/abyssws/php.html .
_________________
Support Team
Aprelium - http://www.aprelium.com


Last edited by aprelium on Fri Oct 17, 2003 3:19 pm; edited 1 time in total
Back to top View user's profile Send private message Send e-mail
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Aug 26, 2003 8:43 pm    Post subject: More info Reply with quote

It seems that the Windows Installer of PHP contains the CLI version of PHP instead of the CGI version. This can explain the problem.

CLI stands for Command Line Interface and is the name assigned to the PHP version that runs interactively.

CGI is the PHP version that is made to run with web servers.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
vortex_core
-


Joined: 25 Aug 2003
Posts: 5

PostPosted: Tue Aug 26, 2003 9:07 pm    Post subject: Reply with quote

i installed php 4.3.2 and it still returns an error
Back to top View user's profile Send private message MSN Messenger
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Tue Aug 26, 2003 11:13 pm    Post subject: Reply with quote

Just to be extra nice to you people at aprelium , I have the version without the bugs in it. Enjoy !

http://offspring.dynu.com/downloads/software/php-4.3.1-installer.exe [1 MB]

I use this version and it works great , never upgrade to newer versions of PHP unless you want bugs lol 8)
_________________
This web server is the best !


Last edited by os17fan on Thu Aug 28, 2003 3:52 am; edited 1 time in total
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
LG
-


Joined: 26 Aug 2003
Posts: 2

PostPosted: Wed Aug 27, 2003 7:39 am    Post subject: Reply with quote

thanks all.. and keep the good work up!! thanks for responses
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Aug 27, 2003 11:44 am    Post subject: More information Reply with quote

The Zipped package of PHP 4.3.3 is OK. That means, if you know how to install PHP from it, you can use it without any problem.

We reported the bug to the PHP team (see http://bugs.php.net/bug.php?id=25260) and they acknowledged that there was a real problem with their Windows Installer package of PHP 4.3.3. A fixed version will be available soon.

vortex_core, you say that you are having problems with 4.3.2. What kind of problems?
_________________
Support Team
Aprelium - http://www.aprelium.com


Last edited by aprelium on Thu Aug 28, 2003 12:16 pm; edited 1 time in total
Back to top View user's profile Send private message Send e-mail
yalrighty
-


Joined: 24 Jun 2003
Posts: 99

PostPosted: Thu Aug 28, 2003 2:18 am    Post subject: Reply with quote

4.3.3 works fine for me. NEVER use the windows installer to "install" php because it will never work. THIS GOES FOR ALL VERSIONS OF PHP.

Always always always use the zip file and not the installer.
Back to top View user's profile Send private message Visit poster's website
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Thu Aug 28, 2003 3:52 am    Post subject: Reply with quote

If you use the installer on the version that I posted , you will be fine.
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Alaxandair
-


Joined: 17 Apr 2003
Posts: 5

PostPosted: Sat Aug 30, 2003 3:30 am    Post subject: PHP Bugs > 4.3.1 Reply with quote

What? Did these guys work for Microsoft?

Just thinking out load again...
Back to top View user's profile Send private message Yahoo Messenger ICQ Number
RipBurn
-


Joined: 02 Aug 2003
Posts: 3

PostPosted: Thu Sep 04, 2003 12:05 pm    Post subject: Reply with quote

Does anyone know if the Windows Installer version of 4.3.3 is ok yet?

PHP 4.3.3 installer [1,045Kb] - 27 August 2003
md5: 2720deb87e799ba88e041e99051e78ab
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Sep 04, 2003 12:57 pm    Post subject: Reply with quote

RipBurn wrote:
Does anyone know if the Windows Installer version of 4.3.3 is ok yet?

PHP 4.3.3 installer [1,045Kb] - 27 August 2003
md5: 2720deb87e799ba88e041e99051e78ab

Yes it seems OK (the correct CGI php.exe should be around 44 KB).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Luky
-


Joined: 25 Aug 2003
Posts: 3
Location: Vienna

PostPosted: Fri Sep 05, 2003 4:21 pm    Post subject: Reply with quote

Hello!
IŽm new to Abyss Web Server and I think its Great!
I have got PHP 4.3.3.3 on it. I used the .zip Package. When I build in my Scripts a if (file_exists("./users/file.php")) { echo"Yes"; } else { echo"No";}
It returns No but the file exists and the adress is correctly.
I think its a bug in PHP 4.3.3 but the function worked in PHP 4.3.2...

iŽll install the 4.3.2 version of PHP. lets see what happen :D
Back to top View user's profile Send private message ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Sep 06, 2003 1:18 pm    Post subject: Reply with quote

Luky wrote:
Hello!
IŽm new to Abyss Web Server and I think its Great!
I have got PHP 4.3.3.3 on it. I used the .zip Package. When I build in my Scripts a if (file_exists("./users/file.php")) { echo"Yes"; } else { echo"No";}
It returns No but the file exists and the adress is correctly.
I think its a bug in PHP 4.3.3 but the function worked in PHP 4.3.2...

iŽll install the 4.3.2 version of PHP. lets see what happen :D

If the code works on 4.3.2 but doesn't on 4.3.3, you should report the bug to the PHP group (http://www.php.net)
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sander
-


Joined: 29 Jul 2003
Posts: 5

PostPosted: Mon Oct 06, 2003 2:49 pm    Post subject: Reply with quote

Php 4.3.3 is to buggy for me (now I have 4.3.0 again:))
Back to top View user's profile Send private message
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Mon Oct 06, 2003 8:56 pm    Post subject: hmpf Reply with quote

it isnt buggy for me at all, i havent even seen one error, nor bug. -shrugs- i guess it just hates certain people :lol:
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
JohnC
-


Joined: 09 Oct 2003
Posts: 34

PostPosted: Fri Oct 10, 2003 10:53 am    Post subject: Reply with quote

I have not tried ANY version of PHP - but found this link on their site - has archived copies of EVERY previous release - in the Win32 directory is all versions (incl betas) in both zip and msi format

http://museum.php.net/
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group