sniper          Mon Nov 17 14:32:05 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS 
    /php-src/ext/tokenizer      Makefile.frag 
  Log:
  MFH: - Fixed bug #26253 (ext/tokenizer: build as shared extension fails)
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.469 php-src/NEWS:1.1247.2.470
--- php-src/NEWS:1.1247.2.469   Thu Nov 13 19:32:30 2003
+++ php-src/NEWS        Mon Nov 17 14:32:03 2003
@@ -3,6 +3,7 @@
 ?? ??? 2003, Version 4.3.5
 - Fixed header handler in NSAPI SAPI module (header->replace was ignored,
   send_default_content_type now sends value from php.ini). (Uwe Schindler)
+- Fixed bug #26253 (ext/tokenizer: build as shared extension fails). (Jani)
 - Fixed bug #26235 (yp_first/yp_next do not specify correct key length). (Ilia)
 - Fixed bug #26216 ("getimagesize(): stream does not support seeking" when
   using remote files). (Marcus)
Index: php-src/ext/tokenizer/Makefile.frag
diff -u php-src/ext/tokenizer/Makefile.frag:1.1 
php-src/ext/tokenizer/Makefile.frag:1.1.4.1
--- php-src/ext/tokenizer/Makefile.frag:1.1     Thu Apr  4 13:15:52 2002
+++ php-src/ext/tokenizer/Makefile.frag Mon Nov 17 14:32:05 2003
@@ -1 +1 @@
-$(builddir)/tokenizer.lo: Zend/zend_language_parser.h
+$(builddir)/tokenizer.lo: $(builddir)/../../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