[PHP-DEV] Re: Fw: win32 build broken

2005-05-08 Thread Sebastian Bergmann
Nuno Lopes wrote: >> just a quick note to say that win32 build are broken since April 26. HEAD built fine for me after April 26. But it broke (at least for me) some time after Friday. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14

Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > HEAD built fine for me after April 26. But it broke (at least for me) > some time after Friday. Am I the only one having this problem? -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6

Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-11 Thread Rob Richards
It builds fine here. Assuming the problem you are hitting is still in mysql, I'm building it shared and using headers from mysql-3.23.58 and under VC++ 6 so not sure if that matters. Rob Sebastian Bergmann wrote: Sebastian Bergmann wrote: HEAD built fine for me after April 26. But it broke (a

Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-12 Thread M. Sokolewicz
I'm havind the exact same problem as Sebastian. Building it using VS.NET 7.0, building it against mysql 4.1.11. Rob Richards wrote: It builds fine here. Assuming the problem you are hitting is still in mysql, I'm building it shared and using headers from mysql-3.23.58 and under VC++ 6 so not su

Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-13 Thread Rob Richards
It's the mysqli extension due to this commit: http://news.php.net/php.cvs/31779 and the addition of my_global.h mysql config-win.h include has too many conflicting defines with TSRM, ZEND and PHP. cc'd Georg. Rob Sebastian Bergmann wrote: HEAD built fine for me after April 26. But it broke (at l

Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-13 Thread Andrey Hristov
In process of resolving - will be fixed quite soon. Andrey Rob Richards wrote: It's the mysqli extension due to this commit: http://news.php.net/php.cvs/31779 and the addition of my_global.h mysql config-win.h include has too many conflicting defines with TSRM, ZEND and PHP. cc'd Georg. Rob Seb