|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-09 12:12 UTC] mmontero at mail dot communityconnect dot com
[2001-05-21 19:51 UTC] jmoore@php.net
[2001-06-03 18:15 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Am using the latest CVS version, configured as follows: "./configure" \ "--with-config-file-path=/mnt/raid/RAID00_5/opt/common/linux/php/config" \ "--with-mysql=/opt/db/mysql/product/3.23.29a-gamma/" \ "--with-oracle=/opt/db/oracle/product/current/" \ "--with-mcrypt=/usr/local/lib/" \ "--prefix=/web/webny/adm/php" \ "--with-oci8=/opt/db/oracle/product/current/" \ "--with-curl=/usr/local/lib/" \ "--disable-posix " \ "$@" I am executing the resultant executable like this: ./php -d display_errors=1 -d display_startup_errors=1 -d output_buffering=0 -q -l blah.html blah.html looks like this: <? echo "adfsdf"adfsdaf" ; ?> I get this output: <br> <b>Parse error</b>: parse error, expecting `','' or `';'' in <b>blah.html</b> on line <b>2</b><br> Segmentation fault (core dumped)