[PHP-DEV] Win32 build broken

2003-01-01 Thread Sebastian Bergmann
basic_functions.obj: error LNK2001: Unresolved external symbol: _zif_stream_register_filter basic_functions.obj: error LNK2001: Unresolved external symbol: _zm_startup_user_filters -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

[PHP-DEV] Win32 Build broken

2002-07-03 Thread Sebastian Bergmann
rfc1867.obj: error LNK2001: Unresolved external symbol: _mbstr_strrchr -- 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

Re: [PHP-DEV] Win32 build broken

2002-04-18 Thread Yasuo Ohgaki
Marcus Börger wrote: > No that was S_ISDIR was introduced by me to have this -c option work > correctly. > I had a short email discussion with Yasuo about the macros i used and their Oh. I thought S_ISDIR is in .h but in .c :( IMHO, if it's in .c, we are better to use usual way (not use/create

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Sebastian Bergmann
Marcus Börger wrote: > Could you give the following a try please: > > #ifndef S_ISDIR > #define S_ISDIR( m )(((m) & S_IFMT) == S_IFDIR) > #endif Works fine, thanks. Already applied it. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Marcus Börger
No that was S_ISDIR was introduced by me to have this -c option work correctly. I had a short email discussion with Yasuo about the macros i used and their availability in Windows and we both thought they are available in Windows. Maybe we have to check whether to use S_ISDIR directly or have it d

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Wez Furlong
On 17/04/02, "Sebastian Bergmann" <[EMAIL PROTECTED]> wrote: > c:\home\php\php4\main\php_ini.c(271): warning C4013: > 'S_ISDIR': undefined > > php_ini.obj: error LNK2001: Unresolved external symbol _S_ISDIR I would suspect my last change to main/php.h to be the cause. I moved the stream/wrap

[PHP-DEV] Win32 build broken

2002-04-16 Thread Sebastian Bergmann
c:\home\php\php4\main\php_ini.c(271): warning C4013: 'S_ISDIR': undefined php_ini.obj: error LNK2001: Unresolved external symbol _S_ISDIR -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.s

[PHP-DEV] Win32 build broken

2001-09-25 Thread Sebastian Bergmann
internal_functions_win32.c D:\home\php\php4\main\internal_functions_win32.c(75) : error C2065: 'VARIANT_module_ptr' : Undeclared identifier -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/ http://phpOpenTracker.de/ D

Re: [PHP-DEV] Win32 build broken, again

2001-05-06 Thread derick
On Sun, 6 May 2001, Sebastian Bergmann wrote: > parsedate.y contains 14 shift/reduce conflicts. That is correct, forog to bumb the number up I guess :) Derick Rethans - PHP: Scripting the Web - www.php.net - [EMAIL PR

[PHP-DEV] Win32 build broken, again

2001-05-06 Thread Sebastian Bergmann
parsedate.y contains 14 shift/reduce conflicts. basic_functions.c D:\Programme\MS Visual Studio\Projekte\php\php4\ext\standard\basic_functions.c(8 41) : warning C4013: 'php_rinit_crypt' undefined; basic_functions.obj : error LNK2001: Not resolved external symbol _php_rini t_crypt -- sebastian