From:             fletch at kmv dot ru
Operating system: fedora core 1
PHP version:      4CVS-2004-01-05 (stable)
PHP Bug Type:     Unknown/Other Function
Bug description:  Parse error: parse error, unexpected T_WHITESPACE

Description:
------------
CFLAGS="${CFLAGS:--O2 -g -march=i386 -mcpu=i686}" ; export CFLAGS ;
  CXXFLAGS="${CXXFLAGS:--O2 -g -march=i386 -mcpu=i686}" ; export CXXFLAGS
;
  FFLAGS="${FFLAGS:--O2 -g -march=i386 -mcpu=i686}" ; export FFLAGS ;
  ./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu \
        --target=i386-redhat-linux \
        --program-prefix= \
        --prefix=/usr \
        --exec-prefix=/usr \
        --bindir=/usr/bin \
        --sbindir=/usr/sbin \
        --sysconfdir=/etc/httpd/ \
        --datadir=/usr/share \
        --includedir=/usr/include \
        --libdir=/usr/lib \
        --libexecdir=/usr/libexec \
        --localstatedir=/var \
        --sharedstatedir=/usr/com \
        --mandir=/usr/share/man \
        --infodir=/usr/share/info \
        --prefix=/usr \
        --with-config-file-path=/etc/httpd/ \
        --enable-force-cgi-redirect \
        --disable-debug \
        --enable-pic \
        --disable-rpath \
        --enable-inline-optimization \
        --with-bz2 \
        --with-mod_charset \
        --with-curl \
        --with-db4 \
        --with-exec-dir=/usr/bin \
        --with-freetype-dir=/usr \
        --with-gd \
        --with-gdbm \
        --with-gettext \
        --with-iconv \
        --with-jpeg-dir=/usr \
        --with-openssl \
        --with-png \
        --with-regex=system \
        --with-ttf \
        --with-xml \
        --with-zlib \
        --with-gif \
        --with-layout=GNU \
        --enable-bcmath \
        --enable-debugger \
        --enable-ftp \
        --enable-magic-quotes \
        --enable-safe-mode \
        --enable-sockets \
        --enable-sysvsem \
        --enable-sysvshm \
        --enable-track-vars \
        --enable-trans-sid \
        --enable-yp \
        --enable-wddx \
        --without-oci8 \
        --without-pear \
        --with-kerberos=/usr/kerberos \
        --with-mysql=shared,/usr \

make ok
make install ok


usr/bin/php z.php

Parse error: parse error, unexpected T_WHITESPACE in
/home/httpd/htdocs/z.php on line 2

Reproduce code:
---------------
z.php
<?php
phpinfo();
?>


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

Reply via email to