Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/tests/file/bug52820.phpt

2012-12-23 Thread Pierrick Charron
When merging you can specify that a file don't need to be on the
destination branch.

That's probably what Laurence did :)

Pierrick

On 23 December 2012 14:22, Ferenc Kovacs  wrote:
> On Sun, Dec 23, 2012 at 7:21 PM, Pierrick Charron  wrote:
>
>> His commit was I think merged, what you're seeing in this merge is
>>
>
> If it was merged then why is the testfile missing (causing your merge
> conflict)?
>
> --
> Ferenc Kovács
> @Tyr43l - http://tyrael.hu

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



Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/tests/file/bug52820.phpt

2012-12-23 Thread Ferenc Kovacs
On Sun, Dec 23, 2012 at 7:21 PM, Pierrick Charron  wrote:

> His commit was I think merged, what you're seeing in this merge is
>

If it was merged then why is the testfile missing (causing your merge
conflict)?

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu


Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/tests/file/bug52820.phpt

2012-12-23 Thread Pierrick Charron
Hi

On 23 December 2012 12:47, Ferenc Kovacs  wrote:
> Hi,
>
> Laruence, why didn't you merged your commits related to bug 63377 from the
> 5.3 branch upwards?

His commit was I think merged, what you're seeing in this merge is
only commit 56d9edbbb93
which was a typo corrected by Felipe.

> Pierrick: it seems that you tried to merge the fix to the bug63377 test
> which isn't present in the 5.4 branch.

It's only git who tried to merge the 56d9edbbb93 commit into 5.4 since
it wasn't merged before.
Because the file doesn't exists in 5.4, git made a conflict that I had
to resolve by just saying that the file don't exists and that it was
normal.

> Even if the bug isn't present in the new output buffer code it would be
> nice imo if we would add the test to the 5.4, 5.5 and master branches so we
> can catch regressions, etc.

Agree

>
>
> On Fri, Dec 21, 2012 at 6:24 PM, Pierrick Charron  wrote:
>
>> Commit:59a4514dc0e8950ce210036332cc64c414fdcc22
>> Author:Pierrick Charron  Fri, 21 Dec 2012
>> 12:24:52 -0500
>> Parents:   763bce0303b3afd19d109d96c37d6d33a899e990
>> 63659ce52678500ec024f1146ebf30e70624b935
>> Branches:  PHP-5.4 PHP-5.5 master
>>
>> Link:
>> http://git.php.net/?p=php-src.git;a=commitdiff;h=59a4514dc0e8950ce210036332cc64c414fdcc22
>>
>> Log:
>> Merge branch 'PHP-5.3' into PHP-5.4
>>
>> * PHP-5.3:
>>   Fix test to work on every libcurl version
>>   - Fixed typo on "SKIPIF" (causing make test to abort on some systems)
>>
>> Conflicts:
>> tests/output/bug63377.phpt
>>
>> Bugs:
>> https://bugs.php.net/63377
>>
>> Changed paths:
>>   MM  ext/standard/tests/file/bug52820.phpt
>>
>>
>> Diff:
>> diff --cc ext/standard/tests/file/bug52820.phpt
>> index 8a1e7cc,19d0e9e..91976b0
>> --- a/ext/standard/tests/file/bug52820.phpt
>> +++ b/ext/standard/tests/file/bug52820.phpt
>> @@@ -50,22 -42,8 +50,22 @@@ About to rewind
>>   memory stream (close after):
>>   About to rewind!
>>   * About to connect() to 127.0.0.1 port 37349%r.*%r
>> - *   Trying 127.0.0.1... * Connection refused
>> - * couldn't connect to host
>> + *   Trying 127.0.0.1...%A* Connection refused
>> + * couldn't connect to host%S
>>   * Closing connection #0
>>
>>  +temp stream (leak):
>>  +About to rewind!
>>  +* About to connect() to 127.0.0.1 port 37349%r.*%r
>> - *   Trying 127.0.0.1... * Connection refused
>> - * couldn't connect to host
>> ++*   Trying 127.0.0.1...%A* Connection refused
>> ++* couldn't connect to host%S
>>  +* Closing connection #0
>>  +
>>  +memory stream (leak):
>>  +About to rewind!
>>  +* About to connect() to 127.0.0.1 port 37349%r.*%r
>> - *   Trying 127.0.0.1... * Connection refused
>> - * couldn't connect to host
>> ++*   Trying 127.0.0.1...%A* Connection refused
>> ++* couldn't connect to host%S
>>  +* Closing connection #0
>>  +
>>   Done.
>>
>>
>> --
>> PHP CVS Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
> --
> Ferenc Kovács
> @Tyr43l - http://tyrael.hu

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



Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/tests/file/bug52820.phpt

2012-12-23 Thread Ferenc Kovacs
Hi,

Laruence, why didn't you merged your commits related to bug 63377 from the
5.3 branch upwards?
Pierrick: it seems that you tried to merge the fix to the bug63377 test
which isn't present in the 5.4 branch.
Even if the bug isn't present in the new output buffer code it would be
nice imo if we would add the test to the 5.4, 5.5 and master branches so we
can catch regressions, etc.


On Fri, Dec 21, 2012 at 6:24 PM, Pierrick Charron  wrote:

> Commit:59a4514dc0e8950ce210036332cc64c414fdcc22
> Author:Pierrick Charron  Fri, 21 Dec 2012
> 12:24:52 -0500
> Parents:   763bce0303b3afd19d109d96c37d6d33a899e990
> 63659ce52678500ec024f1146ebf30e70624b935
> Branches:  PHP-5.4 PHP-5.5 master
>
> Link:
> http://git.php.net/?p=php-src.git;a=commitdiff;h=59a4514dc0e8950ce210036332cc64c414fdcc22
>
> Log:
> Merge branch 'PHP-5.3' into PHP-5.4
>
> * PHP-5.3:
>   Fix test to work on every libcurl version
>   - Fixed typo on "SKIPIF" (causing make test to abort on some systems)
>
> Conflicts:
> tests/output/bug63377.phpt
>
> Bugs:
> https://bugs.php.net/63377
>
> Changed paths:
>   MM  ext/standard/tests/file/bug52820.phpt
>
>
> Diff:
> diff --cc ext/standard/tests/file/bug52820.phpt
> index 8a1e7cc,19d0e9e..91976b0
> --- a/ext/standard/tests/file/bug52820.phpt
> +++ b/ext/standard/tests/file/bug52820.phpt
> @@@ -50,22 -42,8 +50,22 @@@ About to rewind
>   memory stream (close after):
>   About to rewind!
>   * About to connect() to 127.0.0.1 port 37349%r.*%r
> - *   Trying 127.0.0.1... * Connection refused
> - * couldn't connect to host
> + *   Trying 127.0.0.1...%A* Connection refused
> + * couldn't connect to host%S
>   * Closing connection #0
>
>  +temp stream (leak):
>  +About to rewind!
>  +* About to connect() to 127.0.0.1 port 37349%r.*%r
> - *   Trying 127.0.0.1... * Connection refused
> - * couldn't connect to host
> ++*   Trying 127.0.0.1...%A* Connection refused
> ++* couldn't connect to host%S
>  +* Closing connection #0
>  +
>  +memory stream (leak):
>  +About to rewind!
>  +* About to connect() to 127.0.0.1 port 37349%r.*%r
> - *   Trying 127.0.0.1... * Connection refused
> - * couldn't connect to host
> ++*   Trying 127.0.0.1...%A* Connection refused
> ++* couldn't connect to host%S
>  +* Closing connection #0
>  +
>   Done.
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu


[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/tests/file/bug52820.phpt

2012-12-21 Thread Pierrick Charron
Commit:59a4514dc0e8950ce210036332cc64c414fdcc22
Author:Pierrick Charron  Fri, 21 Dec 2012 
12:24:52 -0500
Parents:   763bce0303b3afd19d109d96c37d6d33a899e990 
63659ce52678500ec024f1146ebf30e70624b935
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix test to work on every libcurl version
  - Fixed typo on "SKIPIF" (causing make test to abort on some systems)

Conflicts:
tests/output/bug63377.phpt

Bugs:
https://bugs.php.net/63377

Changed paths:
  MM  ext/standard/tests/file/bug52820.phpt


Diff:
diff --cc ext/standard/tests/file/bug52820.phpt
index 8a1e7cc,19d0e9e..91976b0
--- a/ext/standard/tests/file/bug52820.phpt
+++ b/ext/standard/tests/file/bug52820.phpt
@@@ -50,22 -42,8 +50,22 @@@ About to rewind
  memory stream (close after):
  About to rewind!
  * About to connect() to 127.0.0.1 port 37349%r.*%r
- *   Trying 127.0.0.1... * Connection refused
- * couldn't connect to host
+ *   Trying 127.0.0.1...%A* Connection refused
+ * couldn't connect to host%S
  * Closing connection #0
  
 +temp stream (leak):
 +About to rewind!
 +* About to connect() to 127.0.0.1 port 37349%r.*%r
- *   Trying 127.0.0.1... * Connection refused
- * couldn't connect to host
++*   Trying 127.0.0.1...%A* Connection refused
++* couldn't connect to host%S
 +* Closing connection #0
 +
 +memory stream (leak):
 +About to rewind!
 +* About to connect() to 127.0.0.1 port 37349%r.*%r
- *   Trying 127.0.0.1... * Connection refused
- * couldn't connect to host
++*   Trying 127.0.0.1...%A* Connection refused
++* couldn't connect to host%S
 +* Closing connection #0
 +
  Done.


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