From:             [EMAIL PROTECTED]
Operating system: RedHat 7.1
PHP version:      4.1.2
PHP Bug Type:     Compile Failure
Bug description:  php_cli.c:580: undefined reference to 'zend_strip'

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 bug report at http://bugs.php.net/?id=15964&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15964&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15964&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15964&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15964&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15964&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15964&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15964&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15964&r=submittedtwice

Reply via email to