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:
>
>>
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
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
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
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