From: imacat at mail dot imacat dot idv dot tw Operating system: Linux PHP version: 5.0.3 PHP Bug Type: Documentation problem Bug description: Fix on "Compiling PECL extensions statically into PHP"
Description: ------------ The procedure described in section "Compiling PECL extensions statically into PHP" in INSTALL and in PHP manual is incorrect. Instead of running: $ cd /your/phpsrcdir $ ./buildconf $ ./configure --help $ ./configure --with-extname --enable-someotherext --with-foobar $ make $ make install One should run "with autoconf 2.13": $ cd /your/phpsrcdir $ rm -f ./configure $ ./buildconf --force $ ./configure --help $ ./configure --with-extname --enable-someotherext --with-foobar $ make $ make install The "with autoconf 2.13" should be mentioned in the document, too. -- Edit bug report at http://bugs.php.net/?id=32357&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32357&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32357&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32357&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32357&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32357&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32357&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32357&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32357&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32357&r=support Expected behavior: http://bugs.php.net/fix.php?id=32357&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32357&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32357&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32357&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32357&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32357&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32357&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32357&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32357&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32357&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32357&r=mysqlcfg
