#
4aeabaf8 |
| 28-Mar-2012 |
Jille Timmermans |
ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans <jille@quis.cx>
|
#
55b1e612 |
| 28-Mar-2012 |
Jille Timmermans |
ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans <jille@quis.cx>
|
#
51e9365b |
| 28-Mar-2012 |
Jille Timmermans |
ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans <jille@quis.cx>
|
Revision tags: PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5 |
|
#
e4ca0ed0 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
8775a375 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
4e198252 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4 |
|
#
23e43859 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
4b30846b |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
da376383 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2 |
|
#
34d93f0c |
| 22-Jun-2011 |
Ilia Alshanetsky |
Zend Signal Handling
|
Revision tags: php-5.4.0alpha1, php-5.3.7RC1 |
|
#
2dce38f5 |
| 03-Jun-2011 |
Ilia Alshanetsky |
Fixed crash and improved signal validation
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
3ac257f3 |
| 01-Nov-2010 |
Arnaud Le Blanc |
MFH fixed bug #52784 (Race condition when handling many concurrent signals)
|
#
adaa31ff |
| 01-Nov-2010 |
Arnaud Le Blanc |
fix the fix
|
#
61e7730e |
| 01-Nov-2010 |
Arnaud Le Blanc |
fixed bug #52784 (Race condition when handling many concurrent signals)
|
#
cd639862 |
| 01-Nov-2010 |
Arnaud Le Blanc |
MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) (patch by nick dot telford at gmail dot com)
|
#
a9507474 |
| 01-Nov-2010 |
Arnaud Le Blanc |
Fix bug #52173 (ext/pcntl doesn't store/report errors) (patch by nick dot telford at gmail dot com)
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0 |
|
#
7a535b80 |
| 30-Sep-2009 |
Dmitry Stogov |
pcntl_exec() should inherit environment in case it's not provided as an argument
|
Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1 |
|
#
f2b8b7f4 |
| 26-May-2009 |
Arnaud Le Blanc |
MFH: Fix return value of pcntl_wexitstatus() (fixes #47566, patch by james at jamesreno dot com)
|
Revision tags: php-5.3.0RC2 |
|
#
da141679 |
| 28-Mar-2009 |
Matteo Beccati |
MFH: - Fixed bug #47816 (pcntl tests failing on NetBSD) # Tests will still fail until a few kernel bugs are fixed
|
#
89741745 |
| 28-Mar-2009 |
Matteo Beccati |
MFH: - Reverting: pcntl_signal() returning NULL when passing wrong parameters
|
#
724ae4b9 |
| 28-Mar-2009 |
Matteo Beccati |
MFH: - Fixed pcntl_signal() returning NULL when passing wrong parameters
|
#
19b88b61 |
| 25-Mar-2009 |
Arnaud Le Blanc |
MFH: Fix build on FreeBSD <7 (fixes #47777)
|