Fw: [PHP-DOC] win32 build broken

php.internals

Nuno Lopes

21 years ago
ups, forward to right list.. ----- Original Message -----

Alan Knowles

21 years ago
Svn broke it, the configure files for it should have been fixed now, so the build could try again now. It would be nice to add svn to the snapshots if possible. Regards Alan On Sun, 2005-05-08 at 19:14 +0100, Nuno Lopes wrote:

Sebastian Bergmann

21 years ago
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 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Sebastian Bergmann

21 years ago
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 6867 C514 B85B 5D69

Rob Richards

21 years ago
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:

M. Sokolewicz

21 years ago
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:

Rob Richards

21 years ago
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:

Andrey Hristov

21 years ago
In process of resolving - will be fixed quite soon. Andrey Rob Richards wrote: