History log of /PHP-8.1/ext/pcntl/pcntl.c (Results 101 – 125 of 241)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c08f9c2c 12-May-2015 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix format
update NEWS
Add test for bug #69522
Update tests
Fix bug #69522 - do not allow int overflow
Forg

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix format
update NEWS
Add test for bug #69522
Update tests
Fix bug #69522 - do not allow int overflow
Forgot test file
Fix bug #69403 and other int overflows
Fixed bug #69418 - more s->p fixes for filenames
Fixed bug #69364 - use smart_str to assemble strings
Fix bug #69453 - don't try to cut empty string
Fix bug #69545 - avoid overflow when reading list

Conflicts:
ext/pcntl/pcntl.c
ext/standard/basic_functions.c
ext/standard/pack.c
ext/standard/tests/dir/opendir_variation1-win32.phpt

show more ...


# be9b2a95 10-May-2015 Stanislav Malyshev

Fixed bug #69418 - more s->p fixes for filenames

# 19360f38 23-Mar-2015 Anatol Belski

cleanup mod version macros, round 3

# 90114a3e 23-Feb-2015 julien.pons

Add wifcontinued and wcontinued for pcntl

# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year

# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

# 8ff4abb4 12-Dec-2014 Julien Pauli

Merge branch 'PHP-5.6'

* PHP-5.6:
pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1
# 9beb3763 11-Jun-2014 Jille Timmermans

pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary

# 87795783 29-Nov-2014 Julien Pauli

Merge branch 'PHP-5.6'

* PHP-5.6:
Updated NEWS
Updated NEWS
Fix #60509, pcntl_signal doesn't decrease ref-count of old handler


# 19b5bc8c 29-Nov-2014 Julien Pauli

Fix #60509, pcntl_signal doesn't decrease ref-count of old handler

# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t

# 202e8db1 26-Aug-2014 Anatol Belski

fixed several long vs zend_long casts

# 28e7beea 25-Aug-2014 Nikita Popov

Fix zend_longo_str

# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

# 7de22598 21-Aug-2014 Anatol Belski

fix zpp

# 1a5a113f 19-Aug-2014 Anatol Belski

ported pcntl

# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

Revision tags: php-5.5.14RC1, php-5.4.30RC1
# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication

Revision tags: php-5.6.0beta4
# 0987d197 28-May-2014 Nikita Popov

Use zend_long_to_str in pcntl

# b6754920 28-May-2014 Dmitry Stogov

Use new zend_hash API

Revision tags: php-5.4.29, php-5.5.13
# 8fbf4027 23-May-2014 Nikita Popov

Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usage

12345678910