ID: 25241 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Compile Failure Operating System: Any PHP Version: 4.3.3 Assigned To: sniper New Comment:
This is fixed in PHP_4_3 branch now. Previous Comments: ------------------------------------------------------------------------ [2003-08-27 12:16:59] [EMAIL PROTECTED] In PHP 5 configure there are already checks for the dependancies. I'll backport those and couple of other configure cleanups later today. ------------------------------------------------------------------------ [2003-08-27 06:43:01] [EMAIL PROTECTED] I've reported that already to Illa. PEAR needs --with-pcre-regex and --enable-xml. I guess this belongs more to compile issues category as it's the build infrastructure who has to detect this and stop the "configure" process. ------------------------------------------------------------------------ [2003-08-25 18:59:30] [EMAIL PROTECTED] Description: ------------ PEAR should deactivate itself, if its dependencies (pcre) are not satisfied. $ CFLAGS="-O0 -pipe" CC=gcc ../configure --disable-all --prefix=/tmp/phpinst $ make $ sudo make install Installing PHP SAPI module: cgi Installing PHP CGI into: /tmp/phpinst/bin/ Installing shared extensions: /tmp/phpinst/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /tmp/phpinst/lib/php/ Fatal error: Call to undefined function: preg_match() in /.lrg/lrg/php4/pear/PEAR/Frontend/CLI.php on line 52 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25241&edit=1