History log of /PHP-5.4/ext/pcntl/pcntl.c (Results 76 – 100 of 100)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4c9dbf93 06-May-2002 Jason Greene

Fix type-o that broke ZTS build
Fix 3 nasty crash bugs that could occur if pcntl_exec's call to execve errored


Revision tags: php-4.2.1RC2, php-4.2.1RC1
# be013212 23-Apr-2002 Markus Fischer

- Fix pcntl_waitpid() [Fixes #16766].


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# aab103e9 17-Mar-2002 Jason Greene

Remove already included file


# bfbb3bba 17-Mar-2002 Markus Fischer

- Fix some compiler warnings and errors.


# 9a6296c4 16-Mar-2002 Markus Fischer

- WS and code style fix.


# 6c277223 16-Mar-2002 Markus Fischer

- Some more TSRMLS fixes.


Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# dda97050 04-Jan-2002 Hartmut Holzgraefe

proto fix


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# d3ea04bb 08-Nov-2001 Egon Schmid

Some protos fixed.


# ea83d645 08-Nov-2001 Derick Rethans

- prototypes
#- Thanks to Zak for pointing this out during his talk


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4
# dc7d5df0 03-Oct-2001 Jason Greene

Add cleanup on an exec failure
Remove debug comments


Revision tags: php-4.0.7RC3
# 8a705b8c 30-Sep-2001 Jason Greene

@Added new function pcntl_exec, which behaves similar to execve.


Revision tags: POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 2b1fe64d 30-Jul-2001 Jason Greene

Removed space type-o
Fixed WS
Added $Id$ tags
Removed already completed TODO from README


# 40c7f095 30-Jul-2001 Jason Greene

Fully implement new thread safe model.
Fix ws.


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


# b0224d51 30-Jul-2001 Zeev Suraski

Zend compatibility patch


Revision tags: PRE_TSRM_MERGE_PATCH
# 14646bf0 06-Jul-2001 Jason Greene

Fix proto's and some ws ugliness


# 0bfa6349 06-Jul-2001 Jason Greene

Added wait.h functionality to pcntl
Added tests for such functionality
Removed bogus files


# 8f1f79fa 26-Jun-2001 Jason Greene

*BSD doesn't have SIGPOLL or SIGPWR


# 333b1bf9 25-Jun-2001 Jason Greene

Fix casting wierdness that broke compiled code with Sun CC.
(Also easier to read)


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6
# 351b78d8 19-Jun-2001 Jason Greene

Make pcntl async safe by registering as a zend extension and grabing the
statement handler. There could possibly be a more atomic hook in the future.
Also added simple TODO section to README.

Make pcntl async safe by registering as a zend extension and grabing the
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.

show more ...


Revision tags: php-4.0.6RC4
# 5ae35781 13-Jun-2001 Jason Greene

Adding some ifdefs for better platform compatibility


# 8b43f322 12-Jun-2001 Jason Greene

@Added new experimental module pcntl (Process Control) (Jason)
Initial Import


1234