From: foobar Date: Mon, 17 Nov 2003 19:32:05 +0000 (+0000) Subject: MFH: - Fixed bug #26253 (ext/tokenizer: build as shared extension fails) X-Git-Tag: php-4.3.5RC1~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69796efc3780db5fd26dec7c45acd196903bc6d2;p=php MFH: - Fixed bug #26253 (ext/tokenizer: build as shared extension fails) --- diff --git a/NEWS b/NEWS index a875cd12ac..6de0207ba0 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP 4 NEWS ?? ??? 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) diff --git a/ext/tokenizer/Makefile.frag b/ext/tokenizer/Makefile.frag index a612d6819f..4a5b5dab45 100644 --- a/ext/tokenizer/Makefile.frag +++ b/ext/tokenizer/Makefile.frag @@ -1 +1 @@ -$(builddir)/tokenizer.lo: Zend/zend_language_parser.h +$(builddir)/tokenizer.lo: $(builddir)/../../Zend/zend_language_parser.h