Date: 06/24/01
- Next message: Sascha Schumann: "[PHP-DEV] cvs.php.net downtime"
- Previous message: baret <email protected>: "[PHP-DEV] Bug #11057 Updated: Premature end of script headers: c:/php/php.exe"
- In reply to: jeroen <email protected>: "Re: [PHP-DEV] About ext/sockets/"
- Next in thread: Brian Tanner: "RE: [PHP-DEV] About ext/sockets/"
- Reply: Brian Tanner: "RE: [PHP-DEV] About ext/sockets/"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeroen,
> For lower-scale and home-use you can argue it is easier
> than *nix. So when possible, you should try to support windows.
[..]
> > [looked like C, was easier for ppl with C-background]
>
> I don't think you should target php at C-ppl.
PHP has been since its inception strongly influenced by C.
And as a tool originally conceived on Unix, it should
maintain its roots and continue to provide people familiar
with Unix APIs a convenient way for scripting.
Thus, improved Windows support should not come at the expense
of Unix support without a perfect reason. I'm missing that
reason here.
I haven't looked deeply at what API changes have been
introduced lately, but I'd suggest to use the standard BSD
sockets return value semantics (-1 for failure, >= 0 for
success). Those semantics also prevail in the Winsock
implementation, so they should be quite natural.
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
-- 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: Sascha Schumann: "[PHP-DEV] cvs.php.net downtime"
- Previous message: baret <email protected>: "[PHP-DEV] Bug #11057 Updated: Premature end of script headers: c:/php/php.exe"
- In reply to: jeroen <email protected>: "Re: [PHP-DEV] About ext/sockets/"
- Next in thread: Brian Tanner: "RE: [PHP-DEV] About ext/sockets/"
- Reply: Brian Tanner: "RE: [PHP-DEV] About ext/sockets/"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

