Hi!

> I wanted first to know if php source code can welcome oses specific
> features or should it remain as separated php modules ?

If it's an extension, there's nothing wrong with OS-specific ones -
though it would be in a good taste to clearly mark it as such in the
documentation.

The code that we have in the core (i.e. distributed from php.net) we try
to keep as portable as possible within reasonable set of systems, though
some functions may still not work on some OSes because they don't have
that feature. But generally OS-specific bits are usually best as an
extension.
-- 
Stas Malyshev
smalys...@gmail.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to