From:             kingjojo75 at hotmail dot com
Operating system: win2k
PHP version:      4.3.2
PHP Bug Type:     Documentation problem
Bug description:  contridictory statements in install.txt

Description:
------------
the install.txt doc in the windows binaries distros seem to cover several
versions of php and seem to be contridictory.

first the file warns that you should not use the sapi modules, then later
you are told that the sapi modules are stable and that you should not use
the cgi file ("to do so is suicide") perhaps the wording needs to be
retooled, but is is confusing as it is.

Reproduce code:
---------------
please note that the SAPI modules are *NOT* yet considered to be
production quality.
The reason for this is that the PHP SAPI modules are using the thread-safe
version of the PHP code, which is new to PHP 4, and has not yet been
tested and pounded enough to be considered completely stable,.....

Now that version 4.1 introduces a safer sapi module, we recommend that you
configure PHP as a module in Apache....

If you wish to install PHP as a CGI binary, read this first:
http://www.cert.org/advisories/CA-1996-11.html
and then if you are really sure, insert these lines to your conf file: 
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Note, we consider installing PHP like this suicidal.

Expected result:
----------------
I would hope for a straight forward install doc specific for the version
its packaged with, not an entire history.


-- 
Edit bug report at http://bugs.php.net/?id=25120&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25120&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25120&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25120&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25120&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25120&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25120&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25120&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25120&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25120&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25120&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25120&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25120&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25120&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25120&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25120&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to