Re: [PHP-DEV] The real world ...

2019-06-13 Thread Sjon Hortensius
As literally explained in the PR - dsns are already hidden from userspace. See https://github.com/php/php-src/pull/2684#issuecomment-32567 Cheers, Sjon On Thu, Jun 13, 2019 at 3:36 PM Marco Pivetta wrote: > On Thu, Jun 13, 2019 at 3:30 PM Sjon Hortensius > wrote: > >>

Re: [PHP-DEV] The real world ...

2019-06-13 Thread Sjon Hortensius
FWIW - hiding database passwords (when using PDO) would be possible when https://github.com/php/php-src/pull/2684 gets included Cheers, Sjon On Thu, Jun 13, 2019 at 9:56 AM Andreas Heigl wrote: > Hey All > > Am 13.06.19 um 09:41 schrieb Nikita Popov: > > On Thu, Jun 13, 2019 at 9:35 AM Lester C

[PHP-DEV] VCS Account Request: sjon

2019-05-07 Thread Sjon Hortensius
helping out in de bugtracker with proper assignments and duplicates -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] pcre: shouldn't pass BAD_ESCAPE_IS_LITERAL by default

2019-02-08 Thread Sjon Hortensius
Hi internals, PHP enables bad_escape_is_literal by default when using pcre methods - this results in invalid escape-patterns (such as \i) being interpreted as a literal `i`. This option is documented in pcre as "a dangerous option. Use with care" - and the pcre author raised concern about PHP enab

Re: [PHP-DEV] 2016 TestFest, did the tests written then ever get merged?

2019-02-07 Thread Sjon Hortensius
On Wed, Feb 6, 2019 at 4:14 PM Ben Ramsey wrote: > > On Feb 6, 2019, at 01:22, Peter Kokot wrote: > > I can help sort this mess. A separate fork out of the php/php-src was > > not such a good idea. > > Sorry. I made many poor decisions around how I managed that entire event. > It’s my own person