ID: 21726 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 5CVS-2003-01-18 (dev) New Comment:
my fault; I'm playing with a local copy of the bugdb and didn't update the mailto address. Previous Comments: ------------------------------------------------------------------------ [2003-01-18 11:39:46] [EMAIL PROTECTED] Due to a bug in the installed sed on your system the build fails. Install GNU sed and it should be okay. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2003-01-18 08:32:46] [EMAIL PROTECTED] /opt/DEV/php/php4/ext/standard/scanf.c(887) : Freeing 0x418B2B64 (22 bytes), script=./test.php Last leak repeated 675 times /opt/DEV/php/php4/Zend/zend_execute.c(2876) : Freeing 0x418A6964 (4 bytes), script=./test.php /opt/DEV/php/php4/Zend/zend_variables.c(110) : Actual location (location was relayed) with this script: #!/usr/bin/php <?php $fp = fopen("Makefile","r"); if ($fp) { $x = 0; while ($temp = fscanf($fp,"%s = %s",$var,$var2)) { if ($var == "CC") { $bleh = $var2; } $x++; } } fclose($fp); ?> The Makefile used is the Makefile generated in php source directory when running configure. And yes, the script is ugly. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21726&edit=1