Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > I know. But I don't know, what to add there :-/ Stupid me, I did not look at internal_functions_win32.c, but at config.w32.h :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Sebastian Bergmann
"Stig S. Bakken" wrote: > internal_functions_win32.c? I know. But I don't know, what to add there :-/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Developme

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Stig S. Bakken
internal_functions_win32.c? - Stig On Tue, 2002-04-16 at 16:54, Sebastian Bergmann wrote: > 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 patc

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer config.m4

2002-04-16 Thread Sebastian Bergmann
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: ph