Re: [PHP-DEV] [RFC] Kill proprietary CSV escaping mechanism

2018-09-28 Thread Stanislav Malyshev
Hi! > I hereby put the “Kill proprietary CSV escaping mechanism” under discussion: > > For fputcsv (and generally writing) this is probably OK. I am much more concerned about reading - this may make files generated by PHP be unreadable by php. And som

[PHP-DEV] PHP 7.3.0RC2 is available for testing

2018-09-28 Thread Christoph M. Becker
Hi all! The PHP team is glad to announce the next PHP 7.3.0 pre-release, PHP 7.3.0RC2. The rough outline of the PHP 7.3 release cycle is specified in the PHP Wiki: . For source downloads of PHP 7.3.0RC2 please visit . Windows sou

Re: [PHP-DEV] Add FILTER_VALIDATE_INCLUDE validation filter for variable includes

2018-09-28 Thread Andrey Andreev
Hi, On Mon, Sep 24, 2018 at 2:21 PM, Arnold Daniels wrote: > > > Please have a look at > * https://wiki.php.net/rfc/script_only_include - PHP RFC: Introduce script > only include/require > * https://wiki.php.net/rfc/allow_url_include - PHP RFC: Precise URL include > control > > Both describe the

[PHP-DEV] PHP 7.2.11 RC1 Ready for testing

2018-09-28 Thread Sara Golemon
The RC build of PHP 7.2.11 is now available for testing. Source may be obtained from https://downloads.php.net/~pollita/ Windows binaries can be found at http://windows.php.net/qa/ As always, please put this release through its paces and report any bugs via the usual bugs.php.net site. Signature

[PHP-DEV] Extension: arbitrary precision decimal arithmetic in PHP 7

2018-09-28 Thread Rudi Theunissen
Hi everyone, I've been working on adding arbitrary precision decimal support as an alternative to *bcmath. *I have created an extension based on *mpdecimal*, which is what Python 3's decimal module is also based on. I haven't released or broadcast this project yet, because I wanted to discuss the

[PHP-DEV] Re: Proposal: Add tabular Islamic calendar to calendar conversion functions

2018-09-28 Thread Kurt Weber
Gah, I had my filter for this mailing list misconfigured and so I just now saw this. So so so sorry. I'll definitely do a RFC. Regarding issue (c), I'm obviously not familiar with internal PHP development processes, but is it usually the case that "You have X similar thing" is an argument for doi