tony2001 Thu Nov 11 02:01:17 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard Makefile.frag Log: MFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path) http://cvs.php.net/diff.php/php-src/ext/standard/Makefile.frag?r1=1.3.4.1&r2=1.3.4.2&ty=u Index: php-src/ext/standard/Makefile.frag diff -u php-src/ext/standard/Makefile.frag:1.3.4.1 php-src/ext/standard/Makefile.frag:1.3.4.2 --- php-src/ext/standard/Makefile.frag:1.3.4.1 Sat Aug 30 03:29:55 2003 +++ php-src/ext/standard/Makefile.frag Thu Nov 11 02:01:16 2004 @@ -7,4 +7,4 @@ $(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re $(RE2C) -b $(srcdir)/url_scanner_ex.re > $@ -$(srcdir)/info.c: $(builddir)/../../main/build-defs.h +$(builddir)/info.lo: $(builddir)/../../main/build-defs.h
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php