- Welcome to PHP-GTK
5 weeks 1 day ago - 404 reached :(
11 weeks 12 hours ago - pkTail - new versions
12 weeks 5 days ago - to use pcntl fork you need
19 weeks 1 day ago - More Consise Instructions Please
20 weeks 3 days ago - A global group
20 weeks 4 days ago - Great initiative
21 weeks 5 days ago - Good!
22 weeks 4 days ago - PHP-GTK without graphics ?
33 weeks 2 days ago - And...
33 weeks 3 days ago

non-blocking streams
You could do a infinite loop, doing
stream_select()over a non-blocking stream (stream_set_blocking()) to do that and making time comparisions (in each loop) to acomplish a effect likeGtk::timeout_add(). Thus, doing so could be cpu expensive if you set a zero timeout in stream_select, or you dont make a pause while looping, so you have to be carefull with that.Join the movement to
Join the movement to separate GLIB from PHP-GTK and...
And ?
And ?
And...
...
... ... ...
it has actually been started, just needs more people to help.
PHP-GTK without graphics ?
One thing I don't understand is why you want to make code independent from a graphical UI and still be based on PHP-GTK. "Normal" web-oriented PHP doesn't need X and would seem to fulfill your need, would it not ?