Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Do not use alloca() where it can be abused through user input. | Ilia Alshanetsky | 2004-06-30 | 1 | -7/+7 |
| | |||||
* | MFH: typofix | foobar | 2004-01-23 | 1 | -3/+3 |
| | |||||
* | Fix compile warnings (mostly MFH from 5.0 branch) | Ilia Alshanetsky | 2003-06-05 | 2 | -4/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 4 | -4/+4 |
| | |||||
* | MFH | Marcus Boerger | 2002-12-12 | 1 | -0/+2 |
| | |||||
* | Added a skip condition in the event posix_kill(), which is used by the test | Ilia Alshanetsky | 2002-11-08 | 1 | -1/+4 |
| | | | | | is not avaliable. | ||||
* | @Made major improvents to the pcntl extension(Jason): | Jason Greene | 2002-08-22 | 5 | -177/+74 |
| | | | | | | | | | | | | | | @ - Greatly improved performance, by switching the signal callback mechanism @ to use ticks @ - Implemented object signal callback ability by using array($obj, $method) @ - Added a restart parameter to pcntl_signal, which allows you to disable @ the default of system call restarting Changed callback hash table to be initialized and destroyed per reqeust (allows the ability to use request life zvals as handles) Nuked warnings Modified test script to adjust to new ticks backend Some slight WS fixes | ||||
* | Added function pcntl_alarm(). | Edin Kadribasic | 2002-06-04 | 2 | -0/+15 |
| | | | | | @- Added pctnl_alarm() function. (Edin) | ||||
* | Fix invalid warning caused by bogus convert_to_* calls | Jason Greene | 2002-05-06 | 1 | -2/+3 |
| | | | | | Fix possible invalid data in status for pcntl_waitpid() | ||||
* | Fix type-o that broke ZTS build | Jason Greene | 2002-05-06 | 1 | -4/+11 |
| | | | | | Fix 3 nasty crash bugs that could occur if pcntl_exec's call to execve errored | ||||
* | - Fix pcntl_waitpid() [Fixes #16766]. | Markus Fischer | 2002-04-23 | 1 | -18/+12 |
| | |||||
* | - MFB (4_2_0) | Jan Lehnardt | 2002-04-12 | 1 | -1/+1 |
| | |||||
* | Remove already included file | Jason Greene | 2002-03-17 | 1 | -1/+0 |
| | |||||
* | - Fix some compiler warnings and errors. | Markus Fischer | 2002-03-17 | 1 | -1/+2 |
| | |||||
* | - WS and code style fix. | Markus Fischer | 2002-03-16 | 2 | -141/+140 |
| | |||||
* | - Some more TSRMLS fixes. | Markus Fischer | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 4 | -9/+8 |
| | |||||
* | Modified the build system to make certain extensions (pcntl, ncurses, | Edin Kadribasic | 2002-01-20 | 1 | -3/+2 |
| | | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's. | ||||
* | use predefined function instead of hardcoded test | Hartmut Holzgraefe | 2002-01-04 | 1 | -3/+1 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 4 | -4/+4 |
| | |||||
* | Fix test when allow_call_time_pass_reference = Off | foobar | 2001-12-06 | 1 | -3/+3 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
| | |||||
* | Some protos fixed. | Egon Schmid | 2001-11-08 | 1 | -6/+6 |
| | |||||
* | - prototypes | Derick Rethans | 2001-11-08 | 1 | -5/+6 |
| | | | | | #- Thanks to Zak for pointing this out during his talk | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+4 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Add cleanup on an exec failure | Jason Greene | 2001-10-03 | 1 | -4/+8 |
| | | | | | Remove debug comments | ||||
* | @Added new function pcntl_exec, which behaves similar to execve. | Jason Greene | 2001-09-30 | 2 | -0/+88 |
| | |||||
* | Fix indentation of ./configure --help | Sascha Schumann | 2001-09-19 | 1 | -2/+1 |
| | |||||
* | Removed space type-o | Jason Greene | 2001-07-30 | 5 | -10/+11 |
| | | | | | | | Fixed WS Added $Id$ tags Removed already completed TODO from README | ||||
* | Fully implement new thread safe model. | Jason Greene | 2001-07-30 | 2 | -21/+31 |
| | | | | | Fix ws. | ||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -13/+16 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -8/+2 |
| | |||||
* | Signal numbers are not uniform accross all platforms. | Jason Greene | 2001-07-06 | 1 | -4/+13 |
| | | | | | Modified test to use the constants unless a failure occurs. | ||||
* | Fix proto's and some ws ugliness | Jason Greene | 2001-07-06 | 1 | -12/+12 |
| | |||||
* | Added wait.h functionality to pcntl | Jason Greene | 2001-07-06 | 7 | -31/+219 |
| | | | | | | Added tests for such functionality Removed bogus files | ||||
* | no need to implement these functions, already in posix module | Jason Greene | 2001-07-04 | 1 | -1/+0 |
| | |||||
* | Actually check for the needed system calls. | Jason Greene | 2001-07-04 | 1 | -2/+7 |
| | | | | | Currently require sigaction, fork, waitpit. | ||||
* | *BSD doesn't have SIGPOLL or SIGPWR | Jason Greene | 2001-06-26 | 1 | -0/+4 |
| | |||||
* | Fix casting wierdness that broke compiled code with Sun CC. | Jason Greene | 2001-06-25 | 1 | -4/+4 |
| | | | | | (Also easier to read) | ||||
* | Make pcntl async safe by registering as a zend extension and grabing the | Jason Greene | 2001-06-19 | 3 | -10/+179 |
| | | | | | | | | | statement handler. There could possibly be a more atomic hook in the future. Also added simple TODO section to README. NOTE: sleep() grabs SIGALRM on solaris, so test-pcntl.php's alarm_handle function will not catch. | ||||
* | Adding some ifdefs for better platform compatibility | Jason Greene | 2001-06-13 | 1 | -37/+43 |
| | |||||
* | Remove bugus file. | Jason Greene | 2001-06-12 | 1 | -7/+0 |
| | |||||
* | @Added new experimental module pcntl (Process Control) (Jason) | Jason Greene | 2001-06-12 | 15 | -0/+500 |
Initial Import |