#
19b88b61 |
| 25-Mar-2009 |
Arnaud Le Blanc |
MFH: Fix build on FreeBSD <7 (fixes #47777) |
#
fe9ce624 |
| 25-Mar-2009 |
Felipe Pena |
MFH: - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants). Patch by: mbeccati at php.net |
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE |
|
#
cf7ad21c |
| 10-Nov-2008 |
Arnaud Le Blanc |
MFH: Added the oldset parameter to pcntl_sigprocmask(). Already documented. |
Revision tags: php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change |
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
52f5ee88 |
| 12-Sep-2008 |
Arnaud Le Blanc |
MFH: initialize optional args |
Revision tags: php-4.4.9 |
|
#
c71ea248 |
| 05-Aug-2008 |
Jani Taskinen |
MFH |
#
e304515d |
| 02-Aug-2008 |
Felipe Pena |
- MFH: Added parameter TSRMLS_DC in zend_is_callable() |
Revision tags: php-5.3.0alpha1 |
|
#
c58e2b9d |
| 29-Jul-2008 |
Arnaud Le Blanc |
MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals
MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo() is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
show more ...
|
#
204fcbe5 |
| 29-Jul-2008 |
Arnaud Le Blanc |
MFH: Added pcntl_signal_dispatch() [DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered signal handler functions on-demand. This allows to use pcntl_signal() without
MFH: Added pcntl_signal_dispatch() [DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered signal handler functions on-demand. This allows to use pcntl_signal() without ticks.
show more ...
|
Revision tags: php-4.4.9RC1 |
|
#
44e0c9e4 |
| 30-Jun-2008 |
Felipe Pena |
- Added arginfo - Removed #include "zend_arg_defs.c" |
#
2369f434 |
| 22-Jun-2008 |
Alexey Zakhlestin |
updated to the new parameter-parsing api |
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |
Revision tags: php-4.4.8RC1 |
|
#
674081da |
| 27-Nov-2007 |
Ilia Alshanetsky |
Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error) |
Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) |
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3 |
|
#
5bc435c4 |
| 31-Aug-2006 |
Antony Dovgal |
fix typo in errmsg |
Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2 |
|
#
1dbaae27 |
| 15-Jun-2006 |
Dmitry Stogov |
Added automatic module globals management |
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
258351c3 |
| 30-May-2006 |
Michael Wallner |
- fix bug #37635 (parameter of pcntl signal handler is trashed) |
Revision tags: php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
3e669bc9 |
| 06-Dec-2005 |
foobar |
MFH: nuke php3 legacy |
Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year |
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
660afcae |
| 07-May-2005 |
Wez Furlong |
MFB: Fix for #32974 |