[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4 /ext/pcntl README pcntl.c php_pcntl.h php_signal.c php_signal.h
From:       "Jason Greene" <jason () inetgurus ! net>
Date:       2001-07-30 20:51:57
[Download RAW message or body]

jason		Mon Jul 30 16:51:57 2001 EDT

  Modified files:              
    /php4/ext/pcntl	README pcntl.c php_pcntl.h php_signal.c 
                   	php_signal.h 
  Log:
  Removed space type-o
  Fixed WS
  Added $Id$ tags
  Removed already completed TODO from README
  
  
Index: php4/ext/pcntl/README
diff -u php4/ext/pcntl/README:1.3 php4/ext/pcntl/README:1.4
--- php4/ext/pcntl/README:1.3	Wed Jul  4 18:02:00 2001
+++ php4/ext/pcntl/README	Mon Jul 30 16:51:57 2001
@@ -11,13 +11,6 @@
 Jason Greeme < jason@inetgurus.net / jason@php.net >
 
 
-TODO					Complete
-------------------------------------------------
-Make Async Safe				X
-Implement wait.h macros as functions
-Platform Checks in config.m4
-
-
 
 
 
Index: php4/ext/pcntl/pcntl.c
diff -u php4/ext/pcntl/pcntl.c:1.10 php4/ext/pcntl/pcntl.c:1.11
--- php4/ext/pcntl/pcntl.c:1.10	Mon Jul 30 15:40:29 2001
+++ php4/ext/pcntl/pcntl.c	Mon Jul 30 16:51:57 2001
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: pcntl.c,v 1.11 2001/07/30 20:51:57 jason Exp $ */
+
 #define PCNTL_DEBUG 0
 
 #if PCNTL_DEBUG
@@ -495,7 +497,7 @@
 void pcntl_zend_extension_statement_handler(zend_op_array *op_array)
 {
 	zend_llist_element *element;
-    zval *param, *call_name, *retval;
+	zval *param, *call_name, *retval;
 	char *func_name;
 	TSRMLS_FETCH();
 
Index: php4/ext/pcntl/php_pcntl.h
diff -u php4/ext/pcntl/php_pcntl.h:1.4 php4/ext/pcntl/php_pcntl.h:1.5
--- php4/ext/pcntl/php_pcntl.h:1.4	Mon Jul 30 15:40:29 2001
+++ php4/ext/pcntl/php_pcntl.h	Mon Jul 30 16:51:57 2001
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: php_pcntl.h,v 1.5 2001/07/30 20:51:57 jason Exp $ */
+
 #ifndef PHP_PCNTL_H
 #define PHP_PCNTL_H
 
@@ -64,9 +66,9 @@
 	int processing_signal_queue;
 ZEND_END_MODULE_GLOBALS(pcntl)
 #ifdef ZTS
-# define PCNTL_G(v) TSRMG(pcntl_globals_id, zend_pcntl_globals *, v)
+#define PCNTL_G(v) TSRMG(pcntl_globals_id, zend_pcntl_globals *, v)
 #else
-# define PCNTL_G(v)	(pcntl_globals.v)
+#define PCNTL_G(v)	(pcntl_globals.v)
 #endif
 
 #endif	/* PHP_PCNTL_H */
Index: php4/ext/pcntl/php_signal.c
diff -u php4/ext/pcntl/php_signal.c:1.1 php4/ext/pcntl/php_signal.c:1.2
--- php4/ext/pcntl/php_signal.c:1.1	Tue Jun 12 04:54:25 2001
+++ php4/ext/pcntl/php_signal.c	Mon Jul 30 16:51:57 2001
@@ -17,6 +17,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: php_signal.c,v 1.2 2001/07/30 20:51:57 jason Exp $ */
+
 #include "php_signal.h"
 
 /* php_signal using sigaction is taken verbatim from Advanced Programing
Index: php4/ext/pcntl/php_signal.h
diff -u php4/ext/pcntl/php_signal.h:1.1 php4/ext/pcntl/php_signal.h:1.2
--- php4/ext/pcntl/php_signal.h:1.1	Tue Jun 12 04:54:25 2001
+++ php4/ext/pcntl/php_signal.h	Mon Jul 30 16:51:57 2001
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: php_signal.h,v 1.2 2001/07/30 20:51:57 jason Exp $ */
+
 #include <signal.h>
 #ifndef PHP_SIGNAL_H
 #define PHP_SIGNAL_H



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-cvs-unsubscribe@lists.php.net
For additional commands, e-mail: php-cvs-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic