ID: 15964
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Compile Failure
Operating System: RedHat 7.1
PHP Version: 4.1.2
New Comment:
Fixed in PHP 4.2.0
Previous Comments:
------------------------------------------------------------------------
[2002-03-08 17:01:02] [EMAIL PROTECTED]
compiling PHP (cvs snapshot on March 8, 2002)
> make returned at the end:
sapi/cli/php_cli.o: In function 'main' :
/root/php4/sapi/cli/php_cli.c:580: undefined reference to 'zend_strip'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Below is a portion of 'php_cli.c'
case PHP_MODE_STRIP:
if (open_file_for_scanning(&file_handle TSRMLS_CC)==SUCCESS)
{
580: zend_strip(TSRMLS_C);
fclose(file_handle.handle.fp);
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15964&edit=1