VCS Account Rejected: matttait rejected by bjori /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
You don't need VCS commit karma to do that.
The code is freely available on http://git.php.net/?p=php-src.git;a=summary
If you find anything - be sure to let secur...@php.net know.
-Hannes
On Wed, May 20, 2015 at 7:25 PM, Matt Tait wrote:
> Interested in helping security-audit and add securit
On Fri, May 22, 2015 at 1:01 PM, Jakub Kubíček wrote:
> Hi Internals,
>
> I have recently made a patch[1] for PHP7 that replaces dead and obsolete
> HTML code (like , vs. <...
> id="..."> or XHTML's NET notation vs. HTML's ), mostly
> being output by PHP itself (error messages, phpinfo() etc.),
Hi Internals,
I have recently made a patch[1] for PHP7 that replaces dead and obsolete
HTML code (like , vs. <...
id="..."> or XHTML's NET notation vs. HTML's ), mostly
being output by PHP itself (error messages, phpinfo() etc.), with
alternatives that are being used rather nowadays.
I would ap
On 21.05.2015 03:15, Scott Arciszewski wrote:
> I've just opened an RFC for precisely this purpose:
> https://wiki.php.net/rfc/libsodium
>From https://github.com/jedisct1/libsodium-php :
// Binary to hexadecimal
$hex = Sodium::sodium_bin2hex($bin);
// Hexadecimal to binary
$bin = Sodium::sodium_
Hi Uwe,
> -Original Message-
> From: Uwe Schindler [mailto:theta...@php.net]
> Sent: Friday, May 22, 2015 10:49 AM
> To: Internals
> Subject: [PHP-DEV] RIP: NSAPI SAPI Plugin (unfortunately -> thanks Oracle)
>
> Hi,
>
> you may know that I am the maintainer of the NSAPI SAPI module. I sp
Hi,
you may know that I am the maintainer of the NSAPI SAPI module. I spent a lot
of time in improving it. The next update would have been to change it to the
PHP 7 threading model, but based on recent experience with Oracle, I will stop
maintaining the plugin. We should not remove it from PHP
On 22/05/15 01:19, Stanislav Malyshev wrote:
>> > I'd like to add "void" to this list, so we have the option to introduce a
>> > void return type in PHP 7.x. I've seen some disagreement as to whether this
> I think this type makes no sense in PHP, but I don't object to having
> note in the docs for