php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15964 php_cli.c:580: undefined reference to 'zend_strip'
Submitted: 2002-03-08 17:01 UTC Modified: 2002-04-23 00:12 UTC
Votes:2
Avg. Score:4.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: microebank at europe dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.2 OS: RedHat 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: microebank at europe dot com
New email:
PHP Version: OS:

 

 [2002-03-08 17:01 UTC] microebank at europe dot com
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);
    }

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-23 00:12 UTC] sniper@php.net
Fixed in PHP 4.2.0

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 10:01:27 2024 UTC