ID:               32346
 Updated by:       [EMAIL PROTECTED]
 Reported By:      zxd at zhangxiaodong dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: RedHat Linux AS3 2.4.21-20 i686
 PHP Version:      5.0.3
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip




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

[2005-03-23 02:41:31] zxd at zhangxiaodong dot net

gcc   = 3.4.3
bison = 1.875c
flex  = 2.5.4

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

[2005-03-18 19:21:07] [EMAIL PROTECTED]

What GCC version do you have? flex? bison?


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

[2005-03-17 02:39:53] zxd at zhangxiaodong dot net

Description:
------------
   configure/make from a folder out of PHP package folder will success
but fail when make install with error like syntax error, unexpected
T_WHITESPACE in .../pear/install-pear.php.  
    and sapi/cgi/php, sapi/cli/php will say same error on every
script.

   

Reproduce code:
---------------
1. tar xzf php-5.0.3.tar.gz
2. mkdir obj
3. cd obj
4. ../php-5.0.3/configure
5. make
6. find -name php
7. cd sapi/cgi
8. vi t.php as this:
   <?php

      echo "hello\n";

   ?>
9. ./php t.php

Expected result:
----------------
hello

Actual result:
--------------
Content-type: text/html
X-Powered-By: PHP/5.0.3

<br />
<b>Parse error</b>:  syntax error, unexpected T_WHITESPACE in
<b>/root/obj/sapi/cgi/t.php</b> on line <b>3</b><br />



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


-- 
Edit this bug report at http://bugs.php.net/?id=32346&edit=1

Reply via email to