Commit:0b8b26410797921eaa44583273db938a15b7e837
Author:Xinchen Hui Tue, 23 Oct 2012 16:35:56
+0800
Parents: 74228c515197c8a3bda878a077d30c9b14482eb2
Branches: PHP-5.4
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=0b8b26410797921eaa44583273db938a15b7e837
Log:
T
Hi!
> +class Base {
> +const DUMMY = "XXX";
> +public function foo($var=TEST, $more=null) { return true; }
> +public function bar($var, $more=self::DUMMY) { return true; }
> +}
> +
> +class Child extends Base {
> +const DUMMY = "DDD";
> +public function foo($var=TEST) { return
On Tue, Oct 23, 2012 at 4:46 PM, Stas Malyshev wrote:
> Hi!
>
>> +class Base {
>> +const DUMMY = "XXX";
>> +public function foo($var=TEST, $more=null) { return true; }
>> +public function bar($var, $more=self::DUMMY) { return true; }
>> +}
>> +
>> +class Child extends Base {
>> +co
Commit:22d4205783238a1030ea97782afd6104155ca4ac
Author:Xinchen Hui Tue, 23 Oct 2012 17:28:52
+0800
Parents: 0b8b26410797921eaa44583273db938a15b7e837
Branches: PHP-5.4
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=22d4205783238a1030ea97782afd6104155ca4ac
Log:
U
Hey,
seems this file is missed in trunk.
should this also merge into trunk?
now I got a configure error:
config.status: error: cannot find input file: sapi/fpm/php-fpm.service.in
thanks
On Fri, Sep 28, 2012 at 6:47 AM, Jérôme Loyet wrote:
> Commit:2259a8f18b1f25c175c486f54849fcd9e61ecd
2012/10/23 Laruence
>
> Hey,
hello
>
> seems this file is missed in trunk.
>
> should this also merge into trunk?
yes it should. My mistake
>
> now I got a configure error:
> config.status: error: cannot find input file: sapi/fpm/php-fpm.service.in
>
> thanks
>
> On Fri, Sep 28, 2012 at 6:4
Commit:7e2c87bf2b0ebade118a503f23fcb00d2b9a14ca
Author:Xinchen Hui Wed, 24 Oct 2012 10:34:44
+0800
Parents: e7e57aea0a2b3d5bb0ca518c98231951980654d6
Branches: master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=7e2c87bf2b0ebade118a503f23fcb00d2b9a14ca
Log:
Ad