Stig Bakken wrote: > ssb Tue Apr 16 01:37:51 2002 EDT > > Modified files: > /php4/ext/tokenizer config.m4 > Log: > * build tokenizer by default
The following patch makes ext/tokenizer compile by default on Win32, too, but the extension is not 'activated'. Why? Index: php4dll.dsp =================================================================== RCS file: /repository/php4/win32/php4dll.dsp,v retrieving revision 1.26 diff -u -2 -b -w -B -r1.26 php4dll.dsp --- php4dll.dsp 12 Apr 2002 05:35:50 -0000 1.26 +++ php4dll.dsp 16 Apr 2002 14:53:28 -0000 @@ -865,4 +865,8 @@ # Begin Source File +SOURCE=..\ext\tokenizer\tokenizer.c +# End Source File +# Begin Source File + SOURCE=..\ext\wddx\wddx.c # ADD CPP /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse" Index: php4dllts.dsp =================================================================== RCS file: /repository/php4/win32/php4dllts.dsp,v retrieving revision 1.61 diff -u -2 -b -w -B -r1.61 php4dllts.dsp --- php4dllts.dsp 11 Apr 2002 17:52:26 -0000 1.61 +++ php4dllts.dsp 16 Apr 2002 14:53:29 -0000 @@ -455,4 +455,8 @@ # Begin Source File +SOURCE=..\ext\tokenizer\tokenizer.c +# End Source File +# Begin Source File + SOURCE=..\ext\wddx\wddx.c -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php