php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #68505
Patch pcntl_addition revision 2014-11-26 13:27 UTC by xilon dot jul at gmail dot com
revision 2014-11-26 13:00 UTC by xilon dot jul at gmail dot com

Patch pcntl_addition for PCNTL related Bug #68505

Patch version 2014-11-26 13:27 UTC

Return to Bug #68505 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2014-11-26 13:27 UTC | 2014-11-26 13:00 UTC

Developer: xilon.jul@gmail.com


 index 8104c96..11ad101 100644
 index d1a01dc..11ad101 100644
  --- a/ext/pcntl/pcntl.c
  +++ b/ext/pcntl/pcntl.c
  @@ -100,10 +100,6 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_pcntl_wifsignaled, 0, 0, 1)
   	ZEND_ARG_INFO(0, status)


  -	PHP_FE(pcntl_wifcontinued,	arginfo_pcntl_wifcontinued)
   	PHP_FE(pcntl_wexitstatus,	arginfo_pcntl_wifexitstatus)
   	PHP_FE(pcntl_wtermsig,		arginfo_pcntl_wtermsig)
   	PHP_FE(pcntl_wstopsig,		arginfo_pcntl_wstopsig)
 @@ -687,27 +682,8 @@ PHP_FUNCTION(pcntl_wifsignaled)
 @@ -211,9 +206,6 @@ void php_register_signal_constants(INIT_FUNC_ARGS)
  #ifdef WNOHANG
  	REGISTER_LONG_CONSTANT("WNOHANG",  (zend_long) WNOHANG, CONST_CS | CONST_PERSISTENT);
  #endif
 -#ifdef	WCONTINUED
 -	REGISTER_LONG_CONSTANT("WCONTINUED",  (zend_long) WUNTRACED, CONST_CS | CONST_PERSISTENT);
 -#endif
  #ifdef WUNTRACED
  	REGISTER_LONG_CONSTANT("WUNTRACED",  (zend_long) WUNTRACED, CONST_CS | CONST_PERSISTENT);
  #endif
 @@ -690,27 +682,8 @@ PHP_FUNCTION(pcntl_wifsignaled)
   }
   /* }}} */
   
  -
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 07:01:32 2024 UTC