History log of /PHP-5.5/ext/pcntl/pcntl.c (Results 76 – 100 of 111)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# f89e7e3f 22-Jun-2003 Andrey Hristov

proto fixes.


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 493633d1 29-May-2003 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 4b7c5cea 20-May-2003 Hartmut Holzgraefe

proto and typo fixes


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 0503336e 18-Feb-2003 Ilia Alshanetsky

Added pcntl_setpriority & pcntl_getpriority(). These functions can be used
to fetch and alter the priority of a process.


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3
# a40ccefd 12-Dec-2002 Marcus Boerger

php_error -> php_error_docref


# 53309aac 12-Dec-2002 Marcus Boerger

SIGIOT may not be defined in cygwin


Revision tags: php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 261a60a3 22-Aug-2002 Jason Greene

@Made major improvents to the pcntl extension(Jason):
@ - Greatly improved performance, by switching the signal callback mechanism
@ to use ticks
@ - Implemented object signal callback

@Made major improvents to the pcntl extension(Jason):
@ - 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

show more ...


Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90
# 3b3ec06e 04-Jun-2002 Edin Kadribasic

Added function pcntl_alarm().
@- Added pctnl_alarm() function. (Edin)


Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# f30fefcb 06-May-2002 Jason Greene

Fix invalid warning caused by bogus convert_to_* calls
Fix possible invalid data in status for pcntl_waitpid()


# 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.


12345