hi Ilia,

Next time please keep inform us before doing it. It is then easier to
organize what has to be done for each release (RC or not).

Cheers,

On Thu, Sep 10, 2009 at 3:19 PM, Jani Taskinen <j...@php.net> wrote:
> jani                                     Thu, 10 Sep 2009 13:19:43 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=288237
>
> Log:
> - Fix build for !win32 systems..
>
> Changed paths:
>    U   php/php-src/trunk/ext/sockets/php_sockets.h
>
> Modified: php/php-src/trunk/ext/sockets/php_sockets.h
> ===================================================================
> --- php/php-src/trunk/ext/sockets/php_sockets.h 2009-09-10 13:19:35 UTC (rev 
> 288236)
> +++ php/php-src/trunk/ext/sockets/php_sockets.h 2009-09-10 13:19:43 UTC (rev 
> 288237)
> @@ -72,10 +72,10 @@
>  PHP_FUNCTION(socket_clear_error);
>
>  #ifdef PHP_WIN32
> -typedef int PHP_SOCKET;
> +typedef SOCKET PHP_SOCKET;
>  # define PHP_SOCKETS_API __declspec(dllexport)
>  #else
> -typedef SOCKET PHP_SOCKET;
> +typedef int PHP_SOCKET;
>  # define PHP_SOCKETS_API PHPAPI
>  #endif
>
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to