On 31/03/2019 14:50, Niklas Keller wrote:
An alternative to prevent mistakes in this regard is making this a
compile error and requiring parenthesis.
If we're going to changes any precedence in the language, please please
please can we look at the ternary operator associativity?
I think mak
On Mon, Apr 1, 2019 at 9:25 AM Rasmus Lerdorf wrote:
> I've been walking through the PHP 7.2->7.3 ext/dom diffs but I don't see
> what has caused this change: https://3v4l.org/hEmmR
> What did I miss?
>
Tracked it down to this bug fix: https://bugs.php.net/76285
-Rasmus
I've been walking through the PHP 7.2->7.3 ext/dom diffs but I don't see
what has caused this change: https://3v4l.org/hEmmR
What did I miss?
-Rasmus
Is there any reason not to use 'php.net' raw without the 'www'?
On Mon, 1 Apr 2019 at 12:49, Derick Rethans wrote:
>
> Hi,
>
> I've just pushed the changes to the PHP website live, and fixed the
> apache config on php-web3, as it still had "php.net" as ServerName and
> "www.php.net" as ServerAlia
Hi,
I've just pushed the changes to the PHP website live, and fixed the
apache config on php-web3, as it still had "php.net" as ServerName and
"www.php.net" as ServerAlias — I did commit that to the local GIT
repo.
Things seem to look fine, so are you OK with my switching away DNS from
the mi
Hi,
I've just pushed a change to the www.php.net web site that removes all
references to mirrors. Please let me know if you spot any issues. Once
the web site is live and works, I will be changing DNS away from the
XX.php.net hosts to www.php.net.
cheers,
Derick
--
https://derickrethans.nl |
Hi,
On Mon, Apr 1, 2019 at 11:08 AM Benjamin Morel wrote:
>
> Seeds could even be dangerous here, as these numbers are supposed to be
> cryptographically secure. If you need a seedable PRNG for testing, just use
> rand().
>
Not only it could be dangerous, it would beat the entire purpose of
rand
Seeds could even be dangerous here, as these numbers are supposed to be
cryptographically secure. If you need a seedable PRNG for testing, just use
rand().
Ben
On Mon, 1 Apr 2019 at 09:57, Pierre Joye wrote:
> Good afternoon,
>
> fully correct. Seeds are not needed anymore.
>
>
> best,
>
> On
Good afternoon,
fully correct. Seeds are not needed anymore.
best,
On Mon, Apr 1, 2019, 12:44 PM Arvids Godjuks
wrote:
> On Mon, Apr 1, 2019, 05:52 David Rodrigues wrote:
>
> > Just to know, can we have a random_seed() for random_int()/random_bytes()
> > like we have mt_srand() to mt_rand()