|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-05 02:32 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 06:00:01 2025 UTC |
I tried the pretokenizer on a lark with a huge (1200+ line) script: [chatmus@ruby www]$ /iiw/cgi-bin/chatmusic.com/php.cgi -e merge.php3p Content-type: text/html <HTML> <HEAD><TITLE>Merge Paul's data with Old data</TITLE></HEAD> <BODY> 285 records to process. Each dot represents one record.<BR> .<BR> <br> <b>Fatal error</b>: Call to unsupported or undefined function expg_freeresu() in <b>merge.php3p</b> on line <b>379</b><br> Segmentation fault (core dumped) The script, .php3p, .ini and core files are all available at: http://chatmusic.com/bug/ They were originally up one level, but I copied them to /bug so I could mess with my merge script some more. The only thing I might be doing that is at all rare would be to reuse a variable in a loop and free it each time... and that can't be that uncommon. I only say this since that is what it would be doing soon after emitting the .<BR> above. You can check http://chatmusic.com/cgi-bin/php.cgi/phpinfo.htm for the compile info. I'd probably misreport it through ignorance anyway.