|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-23 00:12 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Mar 25 12:00:02 2026 UTC |
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); }