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

From: y2000 <email protected>
Operating system: windows 200
PHP version: 4.0.5
PHP Bug Type: Documentation problem
Bug description: install.txt

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

-- 
Edit Bug report at: http://bugs.php.net/?id=11016&edit=1

-- 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>