ID: 49110 User updated by: hendrik dot schmieder at jedox dot com Reported By: hendrik dot schmieder at jedox dot com Status: Bogus Bug Type: Compile Failure Operating System: win32 only PHP Version: 5.3.0 New Comment:
OK, found the problem. It is a consequence of bug 49111. Since the config.w32,h is missing in the main subdirectory of the PHP 5.3.0 Source tree the compiler took the one from PHP 5.2.10. Copying config.w32.h.in from win32\build as config.w32.h to main solved the problem. This step shouldn't be necessary. Previous Comments: ------------------------------------------------------------------------ [2009-07-30 15:40:07] hendrik dot schmieder at jedox dot com I'm not doing something wrong, just replace the php 5.2.10 source tree by the one of PHP 5.3.0) ------------------------------------------------------------------------ [2009-07-30 15:29:18] [email protected] You are doing something wrong, it is not redefined. ------------------------------------------------------------------------ [2009-07-30 15:07:12] [email protected] Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2009-07-30 12:58:12] hendrik dot schmieder at jedox dot com Description: ------------ Compiling a PHP extension under Windows with PHP 5.3.0 results in 'socklen_t' : redefinition; different basic types. With PHP 5.2.10 this error doesn't occur. Reproduce code: --------------- <https://palo.svn.sourceforge.net/svnroot/palo/molap/client> In directory libraries palo-libraries.sln and there Project PHPPalo. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49110&edit=1
