ID:               20110
 Comment by:       olus at artcurie dot com
 Reported By:      jeroen at unfix dot org
 Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: Linux, Net|Free|OpenBSD, others?
 PHP Version:      4.2.3
 Assigned To:      derick
 New Comment:

I have "PHP Version 4.0.6" 

and 
Fatal error: input in flex scanner failed in <directoryname> on line 1


WHY WHY WHY!!!


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

[2003-07-12 20:05:07] daten at breitraum dot com

hi,
I got this bug too.
PHP Version 4.2.3

I got a class 
CAdminBorder -> extends CAdmin
CAdmin extents CAdminAttitudes

if the construktor of cadmin i used a function
in CAdminAttitudes
like this:
$this->PasswordFile = $this->getPasswordFile();
result:
Fatal error: input in flex scanner failed in mypath on line 1

Then I try this:
$this->PasswordFile = parent::getPasswordFile();
everything works fine.

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

[2003-03-20 16:59:41] bostjan dot skufca at domenca dot com

you can view the bug at:

http://www.avtomobilizem.com/dev/modules/gallery2

this project is using Smarty template engine and 
bug only occurs when i set 

$smarty->force_compile = false;

email me to provide you relevant source files

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

[2002-12-24 20:27:44] gunnar at start dot no

This error also appears with other functions. More specifically I've
experienced it with the parse_ini_file() function. I do not have access
to test it with PHP CVS version, do I don't know wether it has been
fixed for just the include function, or all functions affected by this
problem.

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

[2002-10-27 18:28:18] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



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

[2002-10-26 15:05:14] jeroen at unfix dot org

Severity: Cosmetic for error reporting

PHP Fatal error:  input in flex scanner failed in <directoryname>

When doing a:
8<----------------
include("/tmp/");
---------------->8

For instance will produce above error, maybe a "You can't include
directories" would be nice?



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


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

Reply via email to