[PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Xinchen Hui
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

Re: [PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Stas Malyshev
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

Re: [PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Laruence
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

[PHP-CVS] com php-src: Update test script: Zend/tests/bug63336.phpt

2012-10-23 Thread Xinchen Hui
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

Re: [PHP-CVS] com php-src: - add missing php-fpm.service.in: sapi/fpm/php-fpm.service.in

2012-10-23 Thread Laruence
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

Re: [PHP-CVS] com php-src: - add missing php-fpm.service.in: sapi/fpm/php-fpm.service.in

2012-10-23 Thread Jérôme Loyet
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

[PHP-CVS] com php-src: Add missed file: sapi/fpm/php-fpm.service.in

2012-10-23 Thread Xinchen Hui
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