php-general Digest 31 Aug 2009 06:35:27 -0000 Issue 6314

Topics (messages 297494 through 297498):

Script sometimes not recognized as php
        297494 by: Rick Pasotto

windows 5.2.10 PHP not working with phpinfo
        297495 by: Fred Silsbee
        297497 by: Ralph Deffke
        297498 by: hack988 hack988

how to exact mys database record?
        297496 by: ann kok

Administrivia:

To subscribe to the digest, e-mail:
        [email protected]

To unsubscribe from the digest, e-mail:
        [email protected]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
I have several LAMP sites on my machine. Occasionally when accessing a
page the browser says the document is of unknown type and wants to know
what to do with it. I click on 'Cancel' and try the page again and this
time it works as it should.

Why would apache *sometimes* fail to interpret a php script as php?

-- 
The difficulties which I meet with in order to realize my existence are
precisely what awaken and mobilize my activities, my capacities.
    Rick Pasotto    [email protected]    http://www.niof.net

--- End Message ---
--- Begin Message ---
I got 5.3 working but found out there was no php_mssql.dll for it.
Somebody (who didn;t know) said I had to return to 5.2.8 but I found no 5.2.8 
so I am trying 5.2.10
_________________________________________problem:
under IE8:
http://72.47.28.128:8080/phpinfo.php
with:
     <?php
       phpinfo();
     ?>

I get :
The website cannot display the page 
HTTP 500  
   Most likely causes:
•The website is under maintenance.
•The website has a programming error. 
___________________________________________

I installed :
php-5.2.10-Win32-VC6-x86.zip and put php.ini in C:\PHP and C:\PHP\ext
AND C:\WINDOWS, C:\WINDOWS\system and C:\WINDOWS\system32

I installed FastCGI 1.5 !

In php.ini I put :
________________________________

cgi.force_redirect = 0                  // for CGI

extension_dir =  "C:\PHP\ext"

commented out
;doc_root = "C:\inetpub\wwwroot" // for IIS/PWS
leaving
doc_root = 
_________________________________________________
IIS 5.1 properties->configuration I added .php  C:\PHP\php5ts.dll
GET,HEAD,POST,DEBUG

Maybe php-win.exe
_________________________________________________

I added to the XP Prof environment path ;C:\PHP\;C:\PHP\ext\

I created an environment variable (and rebooted) PHPRC = C:\PHP;C:\PHP\ext


I never found any statement of the necessity of requiring CGI

The instructions ramble around






--- End Message ---
--- Begin Message ---
use wamp 2 !!
http://www.wampserver.com/

no easier way under windows

[email protected]

"Fred Silsbee" <[email protected]> wrote in message
news:[email protected]...
I got 5.3 working but found out there was no php_mssql.dll for it.
Somebody (who didn;t know) said I had to return to 5.2.8 but I found no
5.2.8 so I am trying 5.2.10
_________________________________________problem:
under IE8:
http://72.47.28.128:8080/phpinfo.php
with:
     <?php
       phpinfo();
     ?>

I get :
The website cannot display the page
HTTP 500
   Most likely causes:
.The website is under maintenance.
.The website has a programming error.
___________________________________________

I installed :
php-5.2.10-Win32-VC6-x86.zip and put php.ini in C:\PHP and C:\PHP\ext
AND C:\WINDOWS, C:\WINDOWS\system and C:\WINDOWS\system32

I installed FastCGI 1.5 !

In php.ini I put :
________________________________

cgi.force_redirect = 0                  // for CGI

extension_dir =  "C:\PHP\ext"

commented out
;doc_root = "C:\inetpub\wwwroot" // for IIS/PWS
leaving
doc_root =
_________________________________________________
IIS 5.1 properties->configuration I added .php  C:\PHP\php5ts.dll
GET,HEAD,POST,DEBUG

Maybe php-win.exe
_________________________________________________

I added to the XP Prof environment path ;C:\PHP\;C:\PHP\ext\

I created an environment variable (and rebooted) PHPRC = C:\PHP;C:\PHP\ext


I never found any statement of the necessity of requiring CGI

The instructions ramble around







--- End Message ---
--- Begin Message ---
Please set log_error=on,error_reporting=E_ALL,error_log=syslog in
php.ini and then,see error detail in syslog.

2009/8/31 Fred Silsbee <[email protected]>:
> I got 5.3 working but found out there was no php_mssql.dll for it.
> Somebody (who didn;t know) said I had to return to 5.2.8 but I found no 5.2.8 
> so I am trying 5.2.10
> _________________________________________problem:
> under IE8:
> http://72.47.28.128:8080/phpinfo.php
> with:
>     <?php
>       phpinfo();
>     ?>
>
> I get :
> The website cannot display the page
> HTTP 500
>   Most likely causes:
> •The website is under maintenance.
> •The website has a programming error.
> ___________________________________________
>
> I installed :
> php-5.2.10-Win32-VC6-x86.zip and put php.ini in C:\PHP and C:\PHP\ext
> AND C:\WINDOWS, C:\WINDOWS\system and C:\WINDOWS\system32
>
> I installed FastCGI 1.5 !
>
> In php.ini I put :
> ________________________________
>
> cgi.force_redirect = 0                  // for CGI
>
> extension_dir =  "C:\PHP\ext"
>
> commented out
> ;doc_root = "C:\inetpub\wwwroot" // for IIS/PWS
> leaving
> doc_root =
> _________________________________________________
> IIS 5.1 properties->configuration I added .php  C:\PHP\php5ts.dll
> GET,HEAD,POST,DEBUG
>
> Maybe php-win.exe
> _________________________________________________
>
> I added to the XP Prof environment path ;C:\PHP\;C:\PHP\ext\
>
> I created an environment variable (and rebooted) PHPRC = C:\PHP;C:\PHP\ext
>
>
> I never found any statement of the necessity of requiring CGI
>
> The instructions ramble around
>
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
Hi

how to exact mys database record in virtual format?

Thank you


      __________________________________________________________________
Connect with friends from any web browser - no download required. Try the new 
Yahoo! Canada Messenger for the Web BETA at 
http://ca.messenger.yahoo.com/webmessengerpromo.php

--- End Message ---

Reply via email to