tony2001                Thu Nov 11 01:58:00 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /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.6&r2=1.6.2.1&ty=u
Index: php-src/ext/standard/Makefile.frag
diff -u php-src/ext/standard/Makefile.frag:1.6 
php-src/ext/standard/Makefile.frag:1.6.2.1
--- php-src/ext/standard/Makefile.frag:1.6      Mon Nov 24 13:23:36 2003
+++ php-src/ext/standard/Makefile.frag  Thu Nov 11 01:58:00 2004
@@ -8,6 +8,6 @@
 $(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
 
 $(builddir)/basic_functions.lo: Zend/zend_language_parser.h

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to