ID:          36284
 Updated by:  [EMAIL PROTECTED]
 Reported By: clemente dot biondo at tin dot it
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




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

[2006-02-04 13:43:24] clemente dot biondo at tin dot it

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 this bug report at http://bugs.php.net/?id=36284&edit=1

Reply via email to