[PHP-DEV] RE: [PHP-CVS] com php-src: Add stdin command and -s command line parameter to phpdbg: run-tests.php sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_bp.h sapi/phpdbg/phpdbg_he

2016-10-12 Thread Anatol Belski
Hi Bob, > -Original Message- > From: Bob Weinand [mailto:bwo...@php.net] > Sent: Wednesday, October 12, 2016 8:16 PM > To: php-...@lists.php.net > Subject: [PHP-CVS] com php-src: Add stdin command and -s command line > parameter to phpdbg: run-tests.php sapi/phpdbg/phpdbg.c >

Re: [PHP-DEV] Fwd: [PHP-BUG] Bug #73234 [NEW]: emulated statementslet value dictate parameter type

2016-10-12 Thread Rowan Collins
On 11/10/2016 17:39, Lester Caine wrote: The importance of 'null' in relation to SQL data sets is something that PHP seems to push under the carpet a bit. It is essential to the way SQL works and so needs to mirror properly which trying to emulate something without having the correct metadata

Re: [PHP-DEV] Regression between RC1 and RC2?

2016-10-12 Thread Nikita Popov
On Sun, Oct 9, 2016 at 1:49 PM, Anatol Belski wrote: > Hi Hui, > > > -Original Message- > > From: Xinchen Hui [mailto:larue...@php.net] > > Sent: Sunday, October 9, 2016 8:06 AM > > To: Anatol Belski > > Cc: Davey Shafik ;

RE: [PHP-DEV] Merging PHP-5.6 into PHP-7.0 conflicts

2016-10-12 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@gmx.de] > Sent: Wednesday, October 12, 2016 4:26 PM > To: PHP Internals > Subject: [PHP-DEV] Merging PHP-5.6 into PHP-7.0 conflicts > > Hi! > > It seems there has been an

[PHP-DEV] Merging PHP-5.6 into PHP-7.0 conflicts

2016-10-12 Thread Christoph M. Becker
Hi! It seems there has been an unresolved bad merge. When I attempt an empty merge from PHP-5.6 into PHP-7.0, Git reports 18 conflicting files. Can somebody please have a look at this issue. -- Christoph M. Becker -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] Merging PHP-5.6 into PHP-7.0 conflicts

2016-10-12 Thread Christoph M. Becker
Hi Anatol! On 12.10.2016 at 16:33, Anatol Belski wrote: >> -Original Message- >> From: Christoph M. Becker [mailto:cmbecke...@gmx.de] >> Sent: Wednesday, October 12, 2016 4:26 PM >> To: PHP Internals >> Subject: [PHP-DEV] Merging PHP-5.6 into PHP-7.0 conflicts

Re: [PHP-DEV] RE: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Fix dba configuration for Windows: ext/dba/config.w32

2016-10-12 Thread Christoph M. Becker
Hi Anatol! On 08.10.2016 at 20:56, Anatol Belski wrote: > The support for libqdbm is now added to master, the current > dependency builds are fetchable here > http://windows.php.net/downloads/php-sdk/deps/vc14/ or from the full > package. Thanks! > I was looking for other possible components

Re: [PHP-DEV] wordwrap with negative width

2016-10-12 Thread Niklas Keller
Stanislav Malyshev schrieb am Di., 4. Okt. 2016, 23:34: > Hi! > > > What does drop mean? Return false and issue a warning? Keep current > > Yes, false + warning. > Sorry for the late reply. Why not keep the current behavior + warning? -- > Stas Malyshev >

Re: [PHP-DEV] Fwd: [PHP-BUG] Bug #73234 [NEW]: emulated statementslet value dictate parameter type

2016-10-12 Thread Adam Baratz
On Wed, Oct 12, 2016 at 4:58 AM, Rowan Collins wrote: > On 11/10/2016 17:39, Lester Caine wrote: > >> The importance of 'null' in relation to SQL data sets is something that >> PHP seems to push under the carpet a bit. It is essential to the way SQL >> works and so needs

[PHP-DEV] NEUTRAL Benchmark Results for PHP Master 2016-10-12

2016-10-12 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-10-12 06:25:21+03:00 commit: 6ddfce1 previous commit:c8e392c revision date: 2016-10-11 10:15:50-04:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] Merging PHP-5.6 into PHP-7.0 conflicts

2016-10-12 Thread Stanislav Malyshev
Hi! >>> It seems there has been an unresolved bad merge. When I attempt an empty >>> merge from PHP-5.6 into PHP-7.0, Git reports 18 conflicting files. Sorry, that was caused by 5.6 security fixes being in progress of being merged. I should have sent a message to internals, but forgot to. I

Re: [PHP-DEV] wordwrap with negative width

2016-10-12 Thread Stanislav Malyshev
Hi! > Yes, false + warning. > > > Sorry for the late reply. Why not keep the current behavior + warning? Because current behavior makes no sense, negative length is not really something that exists. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing