|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-05-06 20:55 UTC] joe at cityofsanmateo dot org
compiled php 4.3.1 against uclibc 0.9.19 using the development
image supplied at www.uclibc.org
configured with
configure --disable-ipv6
eveything compiles and runs but any include() 'd calls
fail with 'input in flex scanner failed',
to replicate, once compiled run:
#touch tmpfile
#
#echo "<?php include('tmpfile') ?>"|php
i think it might be a uclibc issue as it runs fine, on the same machine but compiled under redhat 9, but not sure
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 10 19:00:01 2025 UTC |
Same here. (same kernel, uClibc version, php version) I did configure with: "CFLAGS=-march=i486 ... --disable-all" against the same ver. of uClibc and also re-conf'd and recompiled the Zend engine but to no avail. Add. tests have been done with changed php.ini's (exact path was included/not included). It's *not* a problem of finding the file! require('') gives the same error :-( sapi/cli/php also yieds the same output If someone with better knowledge about debugging flex-engines is reading this, I would like to mail her my phpinfo() and help with testing... Thank you. Salut, Joerg