From:             clemente dot biondo at tin dot it
Operating system: 
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  env omission in the docs compiling under win32 

Description:
------------
Hi folks,
there's a little omission in the documentation that prevents
inexperienced users from compiling php under win32.

In the php Manual
  section 6. Installation on Windows systems
  subsection Building from source
  paraghraph "Putting it all together" 
it isn't clearly stated that you need to have the binaries contained into
bindlib_w32 in your path. In the example indicated by the manual you must
add somewhere in the paragraph the following line:

PATH C:\work\win32build\bin;%PATH%

I think you must add that line at the end of this text:

"First you should open a Visual Studio Command Prompt, which should be
available under the Start menu. A regular Command Prompt window shouldn't
work, as probably it doesn't have the necessary environment variables set.
Then type something like cd C:\work\php-5.x.x to enter in the PHP source
dir. Now you are ready to start configuring PHP."

Have a nice day!

Expected result:
----------------
Checking for bison.exe ...  <in default path>

Actual result:
--------------
Checking for bison.exe ...  <not found>
ERROR: bison is required

-- 
Edit bug report at http://bugs.php.net/?id=36284&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36284&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36284&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36284&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36284&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36284&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36284&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36284&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36284&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36284&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36284&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36284&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36284&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36284&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36284&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36284&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36284&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36284&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36284&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36284&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36284&r=mysqlcfg

Reply via email to