Matteo Beccati
35386a9d2b
- Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait()
...
# It isn't really necessary for the child to wait for PHP_INT_MAX seconds
2009-03-29 16:42:49 +00:00
Matteo Beccati
98bafbbd67
- Reverting: pcntl_signal() returning NULL when passing wrong parameters
...
# Wow, my first commit and I broke something, sorry about that :(
2009-03-28 03:11:39 +00:00
Matteo Beccati
0c58cbcea0
- Fixed pcntl_signal() returning NULL when passing wrong parameters
2009-03-28 01:31:31 +00:00
Arnaud Le Blanc
9665b16d57
Fix build on FreeBSD <7 ( fixes #47777 )
2009-03-25 23:33:36 +00:00
Felipe Pena
77b1147e3f
- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
...
Patch by: mbeccati at php.net
2009-03-25 22:49:43 +00:00
Arnaud Le Blanc
5e9bf03246
Added the oldset parameter to pcntl_sigprocmask().
...
Already documented.
2008-11-10 05:56:22 +00:00
Arnaud Le Blanc
2f0b63b6df
Add tests for pcntl
2008-09-12 19:49:38 +00:00
Arnaud Le Blanc
f9bbb14f8e
MFB skipif
2008-09-12 12:17:48 +00:00
Arnaud Le Blanc
42a41b9484
Fix test
2008-09-12 12:14:28 +00:00
Jani Taskinen
a0470b3ee3
- Portability fix. (si_fd seems to be linux only thing)
2008-08-05 15:12:11 +00:00
Arnaud Le Blanc
6c21038ddf
Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()
...
[DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo()
allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo()
is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
2008-07-29 16:56:26 +00:00
Arnaud Le Blanc
a617bfdf9e
Added pcntl_signal_dispatch()
...
[DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered
signal handler functions on-demand. This allows to use pcntl_signal() without
ticks.
2008-07-29 16:46:03 +00:00
Dmitry Stogov
0cfa6a5977
support for closures
2008-07-17 09:52:51 +00:00
foobar
ce742b08b0
- Fix typo (avaliable -> available). (bug #28725 )
2004-12-16 12:34:32 +00:00
Marcus Boerger
29cfd6d24f
- Remove unused blocks
2004-05-19 08:56:50 +00:00
Ilia Alshanetsky
1504ad65fc
Added a skip condition in the event posix_kill(), which is used by the test
...
is not avaliable.
2002-11-08 01:08:52 +00:00
Jan Lehnardt
9b09fba139
- MFB (4_2_0)
2002-04-12 16:54:01 +00:00
foobar
686380b824
Fix test when allow_call_time_pass_reference = Off
2001-12-06 04:43:58 +00:00
Jason Greene
be8b7f9981
Signal numbers are not uniform accross all platforms.
...
Modified test to use the constants unless a failure occurs.
2001-07-06 18:30:38 +00:00
Jason Greene
0bfa63490d
Added wait.h functionality to pcntl
...
Added tests for such functionality
Removed bogus files
2001-07-06 05:48:52 +00:00
Jason Greene
8b43f3222e
@Added new experimental module pcntl (Process Control) (Jason)
...
Initial Import
2001-06-12 08:54:25 +00:00