From: lzsiga at freemail dot c3 dot hu Operating system: AIX-5.2 PHP version: 5.4.6 Package: Compile Failure Bug Type: Bug Bug description:sapi/cli/php not build: Undefined symbol: php_register_internal_extension
Description: ------------ There is a line in the main Makefile that defines how to create php.sym and sapi/cli/php It goes like this: BUILD_CLI = (generate php.sym from $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_CLI_OBJS)) && (link executable sapi/php/cli from $(PHP_GLOBAL_OBJS) $(PHP_CLI_OBJS) etc) The problem is $(PHP_BINARY_OBJS) that is in the first list, but not in the second. It either should be removed from the first list, or added to the second. PS: Exactly the same goes for BUILD_CLI PPS: The problem doesn't exist in 5.3.x -- Edit bug report at https://bugs.php.net/bug.php?id=63017&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=63017&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=63017&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=63017&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=63017&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=63017&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=63017&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=63017&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=63017&r=needscript Try newer version: https://bugs.php.net/fix.php?id=63017&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=63017&r=support Expected behavior: https://bugs.php.net/fix.php?id=63017&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=63017&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=63017&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=63017&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63017&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=63017&r=dst IIS Stability: https://bugs.php.net/fix.php?id=63017&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=63017&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=63017&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=63017&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=63017&r=mysqlcfg