View previous topic :: View next topic |
Author |
Message |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: 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] |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Aug 26, 2003 8:43 pm Post subject: More info |
|
|
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 |
|
 |
vortex_core -
Joined: 25 Aug 2003 Posts: 5
|
Posted: Tue Aug 26, 2003 9:07 pm Post subject: |
|
|
i installed php 4.3.2 and it still returns an error |
|
Back to top |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Tue Aug 26, 2003 11:13 pm Post subject: |
|
|
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 |
|
 |
LG -
Joined: 26 Aug 2003 Posts: 2
|
Posted: Wed Aug 27, 2003 7:39 am Post subject: |
|
|
thanks all.. and keep the good work up!! thanks for responses |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Aug 27, 2003 11:44 am Post subject: More information |
|
|
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 |
|
 |
yalrighty -
Joined: 24 Jun 2003 Posts: 99
|
Posted: Thu Aug 28, 2003 2:18 am Post subject: |
|
|
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 |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Thu Aug 28, 2003 3:52 am Post subject: |
|
|
If you use the installer on the version that I posted , you will be fine. _________________ This web server is the best ! |
|
Back to top |
|
 |
Alaxandair -
Joined: 17 Apr 2003 Posts: 5
|
Posted: Sat Aug 30, 2003 3:30 am Post subject: PHP Bugs > 4.3.1 |
|
|
What? Did these guys work for Microsoft?
Just thinking out load again... |
|
Back to top |
 |
 |
RipBurn -
Joined: 02 Aug 2003 Posts: 3
|
Posted: Thu Sep 04, 2003 12:05 pm Post subject: |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Sep 04, 2003 12:57 pm Post subject: |
|
|
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 |
|
 |
Luky -
Joined: 25 Aug 2003 Posts: 3 Location: Vienna
|
Posted: Fri Sep 05, 2003 4:21 pm Post subject: |
|
|
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 |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Sep 06, 2003 1:18 pm Post subject: |
|
|
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 |
|
 |
sander -
Joined: 29 Jul 2003 Posts: 5
|
Posted: Mon Oct 06, 2003 2:49 pm Post subject: |
|
|
Php 4.3.3 is to buggy for me (now I have 4.3.0 again:)) |
|
Back to top |
|
 |
Karasu Kami -
Joined: 22 Sep 2003 Posts: 712 Location: Colorado
|
|
Back to top |
|
 |
JohnC -
Joined: 09 Oct 2003 Posts: 34
|
Posted: Fri Oct 10, 2003 10:53 am Post subject: |
|
|
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 |
|
 |
|