Curt Arnold wrote:
In build.xml, I've suppressed running src/examples/php/server.php
since it requires 2 files (Net/Server.php and Net/Server/Handler.php)
that I could not locate. I do not know if these are files that should
have been committed when the examples were added or if they are some
well-known files and there is a missing component or the include paths
are not set properly.
Ah, this example make use of PEAR::Net_Server [1]. It's some code I
produced together with my article for php|architect.
It's simply installed with "pear install --alldeps pear/Net_Server". I
could maybe add a guard there to check if the package is available
instead it that's ok?
Knut
[1] http://pear.php.net/package/Net_Server