[PHP-CVS] com php-src: Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow): ext/pcntl/pcntl.c

2012-03-29 Thread Gustavo André dos Santos Lopes
Commit:616d8029747626d24a07156bdfa5e565a88c85f2
Author:Gustavo André dos Santos Lopes  Thu, 29 
Mar 2012 08:45:00 +0100
Parents:   fe79276371e51a8ee8dff6d5151f902e2129057c
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=616d8029747626d24a07156bdfa5e565a88c85f2

Log:
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)

This reverts commit 4aeabaf8e938af00d6fe9f8316251b543640018c.

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
616d8029747626d24a07156bdfa5e565a88c85f2
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index e5910a5..725d55b 100755
--- a/ext/pcntl/pcntl.c
+++ b/ext/pcntl/pcntl.c
@@ -760,7 +760,7 @@ PHP_FUNCTION(pcntl_exec)
}

if (ZEND_NUM_ARGS() > 1) {
-   /* Build argument list */
+   /* Build argumnent list */
args_hash = HASH_OF(args);
argc = zend_hash_num_elements(args_hash);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow): ext/pcntl/pcntl.c

2012-03-29 Thread Gustavo André dos Santos Lopes
Commit:117cdf384f5c65e679087ee6402143e2170b8b4b
Author:Gustavo André dos Santos Lopes  Thu, 29 
Mar 2012 08:44:19 +0100
Parents:   55b1e612421c52ea0bb8a3772095c5bbd62045db
Branches:  PHP-5.3 PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=117cdf384f5c65e679087ee6402143e2170b8b4b

Log:
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)

This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
117cdf384f5c65e679087ee6402143e2170b8b4b
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index b840066..5151d1f 100755
--- a/ext/pcntl/pcntl.c
+++ b/ext/pcntl/pcntl.c
@@ -760,7 +760,7 @@ PHP_FUNCTION(pcntl_exec)
}

if (ZEND_NUM_ARGS() > 1) {
-   /* Build argument list */
+   /* Build argumnent list */
args_hash = HASH_OF(args);
argc = zend_hash_num_elements(args_hash);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php