ID: 33677 Updated by: [EMAIL PROTECTED] Reported By: ramsy at ramix dot jp -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 4.4.0 New Comment:
It is necessary to eval those. If you have some real problem, do tell us. (FYI: It was like that before, and it didn't work correctly) Previous Comments: ------------------------------------------------------------------------ [2005-07-13 13:03:48] ramsy at ramix dot jp Description: ------------ There is no meaning that uses eval though it is changed in "Scripts/phpize.in" as follows. -phpdir="$prefix/lib/php/build" -includedir="$prefix/include/php" +exec_prefix="`eval echo @[EMAIL PROTECTED]" +phpdir="`eval echo @[EMAIL PROTECTED]/build" +includedir="`eval echo @[EMAIL PROTECTED]/php" I think that I should change as follows. +exec_prefix="@exec_prefix@" +phpdir="@libdir@/build" +includedir="@includedir@/php" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33677&edit=1
