[PHP-DEV] Bug #11016 Updated: install.txt From: brianlmoon <email protected>
Date: 05/22/01

ID: 11016
Updated by: brianlmoon
Reported By: y2000 <email protected>
Status: Open
Bug Type: Documentation problem
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

I am using it without the quotes as we speak with no problems. Why do you say this is wrong?

Brian.

Previous Comments:
---------------------------------------------------------------------------

[2001-05-22 09:25:58] y2000 <email protected>
in install.txt

bad:
# for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4

right:
# for the apache module
LoadModule php4_module "c:/php/sapi/php4apache.dll"
AddType application/x-httpd-php .php4

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11016&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>