[PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-29 Thread Gustavo Andreacute; dos Santos Lopes
Commit:710335b2a329c7ab7e2a790aefd489890d528b9a
Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 
+0200
Committer: Gustavo André dos Santos Lopes cataphr...@php.net  Thu, 29 Mar 
2012 08:46:04 +0100
Parents:   117cdf384f5c65e679087ee6402143e2170b8b4b
Branches:  PHP-5.3 PHP-5.4 master

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

Log:
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans ji...@quis.cx

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
710335b2a329c7ab7e2a790aefd489890d528b9a
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 5151d1f..b840066 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 argumnent list */
+   /* Build argument 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: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Commit:51e9365bb9aaaf918fa840e9e740fae7f7a51306
Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 
+0200
Parents:   a715a21594346aef34d3d7aad35ea147fe134d1c
Branches:  master

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

Log:
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans ji...@quis.cx

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
51e9365bb9aaaf918fa840e9e740fae7f7a51306
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 141ff58..ecb51c1 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 argumnent list */
+   /* Build argument 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: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Commit:55b1e612421c52ea0bb8a3772095c5bbd62045db
Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 
+0200
Committer: Yasuo Ohgaki yohg...@ohgaki.net  Thu, 29 Mar 2012 09:07:07 
+0900
Parents:   f38ee783442acb0f64a8eb3cafa06b42e5e7f273
Branches:  PHP-5.3

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

Log:
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans ji...@quis.cx

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
55b1e612421c52ea0bb8a3772095c5bbd62045db
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 5151d1f..b840066 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 argumnent list */
+   /* Build argument 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: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Commit:4aeabaf8e938af00d6fe9f8316251b543640018c
Author:Jille Timmermans ji...@quis.cx Wed, 28 Mar 2012 16:18:23 
+0200
Committer: Yasuo Ohgaki yohg...@ohgaki.net  Thu, 29 Mar 2012 09:07:19 
+0900
Parents:   08089ebe16b0dffacb15b1669bc6c3a8432dcb1c
Branches:  PHP-5.4

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

Log:
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans ji...@quis.cx

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
4aeabaf8e938af00d6fe9f8316251b543640018c
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 725d55b..e5910a5 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 argumnent list */
+   /* Build argument 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



Re: [PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Hi,

I was following the instruction of the pull request page

https://qa.php.net/pulls/#repo=php-src

The instruction on the page only considered working on
master, but php-src has several active branches.

I merged this simple patch to master,
then cherry-picked the commit to 5.4. and 5.3.

git push

didn't push all branches, but the current one.
So I did

git push origin 5.4:PHP-5.4
git push origin 5.3:PHP-5.3

Is this the way should do or am I doing wrong?

The Git workflow in the wiki states, we should merge
upward rather than downward. Should I consider this
workflow is strict?

Just curious.

Thanks.

--
Yasuo Ohgaki
yohg...@ohgaki.net

2012/3/28 Yasuo Ohgaki yohg...@php.net:
 Commit:    4aeabaf8e938af00d6fe9f8316251b543640018c
 Author:    Jille Timmermans ji...@quis.cx         Wed, 28 Mar 2012 16:18:23 
 +0200
 Committer: Yasuo Ohgaki yohg...@ohgaki.net      Thu, 29 Mar 2012 09:07:19 
 +0900
 Parents:   08089ebe16b0dffacb15b1669bc6c3a8432dcb1c
 Branches:  PHP-5.4

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

 Log:
 ext/pcntl/pcntl.c: Fix typo in comment

 Signed-off-by: Jille Timmermans ji...@quis.cx

 Changed paths:
  M  ext/pcntl/pcntl.c


 Diff:
 4aeabaf8e938af00d6fe9f8316251b543640018c
 diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
 index 725d55b..e5910a5 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 argumnent list */
 +               /* Build argument 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 Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Alexey Shein
29 марта 2012 г. 5:47 пользователь Yasuo Ohgaki yohg...@ohgaki.net написал:
 Hi,

 I was following the instruction of the pull request page

 https://qa.php.net/pulls/#repo=php-src

 The instruction on the page only considered working on
 master, but php-src has several active branches.

 I merged this simple patch to master,
 then cherry-picked the commit to 5.4. and 5.3.

 git push

 didn't push all branches, but the current one.
 So I did

 git push origin 5.4:PHP-5.4
 git push origin 5.3:PHP-5.3

 Is this the way should do or am I doing wrong?

Hi, you did everything right. It seems just your local branches are
not configured to track remote ones, that's why you pushed only
master.
You can check your setup with command
$ git remote show origin
Watch out section Local branches configured for 'git push'), you
should get something similar to (your local branch names may vary):
  Local refs configured for 'git push':
PHP-5.3 pushes to PHP-5.3
(up to date)
PHP-5.4 pushes to PHP-5.4
(up to date)
master  pushes to master
(up to date)

If you're not, then track your branches with a command like:
$ git branch --set-upstream PHP-5.3 origin/PHP-5.3

Hope it helps.

 The Git workflow in the wiki states, we should merge
 upward rather than downward. Should I consider this
 workflow is strict?
 Just curious.

 Thanks.

 --
 Yasuo Ohgaki
 yohg...@ohgaki.net

 2012/3/28 Yasuo Ohgaki yohg...@php.net:
 Commit:    4aeabaf8e938af00d6fe9f8316251b543640018c
 Author:    Jille Timmermans ji...@quis.cx         Wed, 28 Mar 2012 
 16:18:23 +0200
 Committer: Yasuo Ohgaki yohg...@ohgaki.net      Thu, 29 Mar 2012 09:07:19 
 +0900
 Parents:   08089ebe16b0dffacb15b1669bc6c3a8432dcb1c
 Branches:  PHP-5.4

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

 Log:
 ext/pcntl/pcntl.c: Fix typo in comment

 Signed-off-by: Jille Timmermans ji...@quis.cx

 Changed paths:
  M  ext/pcntl/pcntl.c


 Diff:
 4aeabaf8e938af00d6fe9f8316251b543640018c
 diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
 index 725d55b..e5910a5 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 argumnent list */
 +               /* Build argument 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 Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Regards,
Shein Alexey

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



Re: [PHP-CVS] com php-src: ext/pcntl/pcntl.c: Fix typo in comment: ext/pcntl/pcntl.c

2012-03-28 Thread Yasuo Ohgaki
Hi,

2012/3/29 Alexey Shein con...@gmail.com:
 29 марта 2012 г. 5:47 пользователь Yasuo Ohgaki yohg...@ohgaki.net написал:
 Hi,

 I was following the instruction of the pull request page

 https://qa.php.net/pulls/#repo=php-src

 The instruction on the page only considered working on
 master, but php-src has several active branches.

 I merged this simple patch to master,
 then cherry-picked the commit to 5.4. and 5.3.

 git push

 didn't push all branches, but the current one.
 So I did

 git push origin 5.4:PHP-5.4
 git push origin 5.3:PHP-5.3

 Is this the way should do or am I doing wrong?

 Hi, you did everything right. It seems just your local branches are
 not configured to track remote ones, that's why you pushed only
 master.
 You can check your setup with command
 $ git remote show origin
 Watch out section Local branches configured for 'git push'), you
 should get something similar to (your local branch names may vary):
  Local refs configured for 'git push':
    PHP-5.3                     pushes to PHP-5.3
 (up to date)
    PHP-5.4                     pushes to PHP-5.4
 (up to date)
    master                      pushes to master
 (up to date)

 If you're not, then track your branches with a command like:
 $ git branch --set-upstream PHP-5.3 origin/PHP-5.3

 Hope it helps.

Now I understood what should I do.
Thank you.

--
Yasuo Ohgaki

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