php-windows Digest 26 Dec 2009 11:53:42 -0000 Issue 3739
Topics (messages 29762 through 29764):
Re: cgi
29762 by: Sascha Meyer
29763 by: Earl
29764 by: Ferenc Kovacs
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Hi Earl,
Earl wrote:
> tried installing many versions of PHP after v5.2.9 and always get a CGI
> error, none of the php pages load.
I never worked with Xitami as web server but this could get you started:
- check your webserver's log files, this could be your windows eventlog or some
logging file from your webserver; see if there are any errors after you have
called your php script
- rename php.ini to something different and restart your webserver service; if
the error disappears, the error could be related to an extension directive in
your existing php.ini file
- does a simple phpinfo() also results in a CGI error?
Keep me updated if you tried the above.
Regards & merry Christmas from Germany,
Sascha
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
--- End Message ---
--- Begin Message ---
First let me say thanks for your reponse.
Installed PHP 5.3 and did get the CGI to work.
Now a separate issue: I use several programs which use PHP (php MyEdit,
phpMyAdmin, and NucleusCMS for BLOG's) after installing PHP 5.3 these
interfaces would not work. I tried reboot, checking the ini file, tried
installing the ini in windows, then windows/system32. No matter what I
tried I couldn't get the programs to work.
reverted to 5.2.9 and everything is back to normal.
I've been trying to get the new versions of PHP to work for some time, think
I'll just stick with 5.2.9 and forget about it.
""Sascha Meyer"" <harlequ...@gmx.de> wrote in message
news:20091225210550.24...@gmx.net...
> Hi Earl,
>
> Earl wrote:
>> tried installing many versions of PHP after v5.2.9 and always get a CGI
>> error, none of the php pages load.
>
> I never worked with Xitami as web server but this could get you started:
> - check your webserver's log files, this could be your windows eventlog or
> some logging file from your webserver; see if there are any errors after
> you have called your php script
>
> - rename php.ini to something different and restart your webserver
> service; if the error disappears, the error could be related to an
> extension directive in your existing php.ini file
>
> - does a simple phpinfo() also results in a CGI error?
>
> Keep me updated if you tried the above.
>
> Regards & merry Christmas from Germany,
>
> Sascha
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
> 3.5 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
--- End Message ---
--- Begin Message ---
5.2.12 is the latest version in the 5.2 branch.
5.3 brings a lot of improvements and a couple of new features, but it
can be some incompatibility issues with the pre 5.3 applications.
I think phpmyadmin does have a version which is compatible with php
5.3 out-of-the-box.
I don't know the other two tools you are using, but you should try to
download the latest version of them from their official site.
Tyrael
On Sat, Dec 26, 2009 at 4:21 AM, Earl <tne...@sw.rr.com> wrote:
> First let me say thanks for your reponse.
>
> Installed PHP 5.3 and did get the CGI to work.
>
> Now a separate issue: I use several programs which use PHP (php MyEdit,
> phpMyAdmin, and NucleusCMS for BLOG's) after installing PHP 5.3 these
> interfaces would not work. I tried reboot, checking the ini file, tried
> installing the ini in windows, then windows/system32. No matter what I
> tried I couldn't get the programs to work.
>
> reverted to 5.2.9 and everything is back to normal.
>
> I've been trying to get the new versions of PHP to work for some time, think
> I'll just stick with 5.2.9 and forget about it.
>
> ""Sascha Meyer"" <harlequ...@gmx.de> wrote in message
> news:20091225210550.24...@gmx.net...
>> Hi Earl,
>>
>> Earl wrote:
>>> tried installing many versions of PHP after v5.2.9 and always get a CGI
>>> error, none of the php pages load.
>>
>> I never worked with Xitami as web server but this could get you started:
>> - check your webserver's log files, this could be your windows eventlog or
>> some logging file from your webserver; see if there are any errors after
>> you have called your php script
>>
>> - rename php.ini to something different and restart your webserver
>> service; if the error disappears, the error could be related to an
>> extension directive in your existing php.ini file
>>
>> - does a simple phpinfo() also results in a CGI error?
>>
>> Keep me updated if you tried the above.
>>
>> Regards & merry Christmas from Germany,
>>
>> Sascha
>> --
>> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
>> 3.5 -
>> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---