[PHP-DEV] Re: VCS Account Request: matttait

2015-05-22 Thread PHP Group
VCS Account Rejected: matttait rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] VCS Account Request: matttait

2015-05-22 Thread Hannes Magnusson
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

Re: [PHP-DEV] Replace dead and obsolete HTML in the core

2015-05-22 Thread Levi Morrison
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.),

[PHP-DEV] Replace dead and obsolete HTML in the core

2015-05-22 Thread Jakub Kubíček
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

Re: [PHP-DEV] [RFC] [PHP 7.1] libsodium

2015-05-22 Thread Markus Fischer
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_

RE: [PHP-DEV] RIP: NSAPI SAPI Plugin (unfortunately -> thanks Oracle)

2015-05-22 Thread Anatol Belski
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

[PHP-DEV] RIP: NSAPI SAPI Plugin (unfortunately -> thanks Oracle)

2015-05-22 Thread Uwe Schindler
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

Re: [PHP-DEV] Soft-reserve "void" class name

2015-05-22 Thread Lester Caine
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