[PHP-INSTALL] Re: [BULK] [PHP] Enable login prompt with main page of phpmyadmin
[EMAIL PROTECTED] wrote: I just install the phpMyAdmin 2.9.2 on the Web... So, how to enable the login prompt with the main page ? Well done, now read there help files! -
[PHP-INSTALL] xml.so
Have installed Mandrake 10.0 community and now can not get php-xml to work. Found that xml.so is missing from extensions. How do I get this file and install it without messing up the rest of the system?
[PHP-INST] install on W98/PHP 4.0.6/Apache 1.3.20
With Apache running, a .php file displays the html content on the browser but misses the php bit. The PHP error log says "[06-Aug-2001 10:10:21] PHP Fatal error: Unable to open C:\Program in Unknown on line 0" I have put Progra~1\Apache~1\Apache everywhere in the config files. my httpd.conf file includes -: #PHP4 Directives #LoadModule php4_module c:/php/sapi/php4apache.dll #AddType application/x-http-php .php ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "c:/php/php.exe" This happens as a cgi or as a module all the .dlls are in c:\windows\ and php4ts.dll is in c:\windows\system\ If I run c:\php\php.exe -q from the dos prompt it outputs the php bit correctly I get the apache index.html page if i issue the http://127.0.0.1 If I call a .php file from the browser php opens a dos box and writes the error to the box and closes If Apache is stopped and PWS is started with the registry modified, it gives the same result I would greatly appreciate any help with this as I am going bananas! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP-INSTALL] Installation on XP
I tried for some hours last night to get Apache and PHP working together in a Windows XP machine. Apache 1.3 seems to work and PHP 4.3.4 seems to work, but I still can't open a PHP test file in my web browser. Believe me, I've tried to follow the instructions very carefully -- although the instructions that come with PHP seem *less than precise*. I then tried finding other guides online. They tend to vary but none of the variations seems to do the trick. Here's just one example of the potential for error in "install.txt" that comes with the PHP download: > Just add the following lines to your httpd.conf: > LoadModule php4_module c:/php/sapi/php4apache.dll > AddModule mod_php4.c > AddType application/x-httpd-php .php Where do you add them? Anywhere? Altogether, or each line in a separate location? Can anyone recommend an accurate set of instructions that will apply to XP? Thanks very much. Clive R Sweeney [EMAIL PROTECTED]