|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-13 06:22 UTC] zeev
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 14:00:01 2025 UTC |
A following script causes segment violation: <?php eval( "echo('hello'); exit();" ); ?> It seems that the FILE* variable passes as NULL in main.c: ... if ( GLOBAL(initialized) & INIT_SCANNER) { reset_scanner(); fclose(GLOBAL(phpin)); /*** here! ***/ GLOBAL(initialized) &= ~INIT_SCANNER; } # I am running the CGI version.