[Bug 896] New - php compile error, zend related
bugs@bugs.horde.org
bugs@bugs.horde.org
Sat, 9 Mar 2002 21:43:21 -0400
http://bugs.horde.org/show_bug.cgi?id=896
*** shadow/896 Sat Mar 9 21:43:21 2002
--- shadow/896.tmp.13618 Sat Mar 9 21:43:21 2002
***************
*** 0 ****
--- 1,33 ----
+ Bug#: 896
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: PHP Code
+ OS/Version: Linux
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: microebank@europe.com
+ URL:
+ Summary: php compile error, zend related
+
+ 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);
+ }
+