Date: 01/16/01
- Next message: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor"
- Previous message: Andi Gutmans: "RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32"
- In reply to: Sascha Schumann: "RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32"
- Next in thread: Andi Gutmans: "RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yep!
Andi
At 07:05 PM 1/16/2001 +0100, Sascha Schumann wrote:
>On Tue, 16 Jan 2001, Christophe Thibault wrote:
>
> > Actually, it's not that dangerous as the redefinition of errno only occurs
> > in fsock.c and errno is only used in fsock.c for retrieving socket
> errors...
>
> Something like this is more safer:
>
> #ifdef PHP_WIN32
> #define php_sock_errno() WSAGetLastError()
> #else
> #define php_sock_errno() errno
> #endif
>
> - Sascha
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor"
- Previous message: Andi Gutmans: "RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32"
- In reply to: Sascha Schumann: "RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32"
- Next in thread: Andi Gutmans: "RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

