[PHP-DEV] Re: [External] : [PHP-DEV] [VOTE] [RFC] Unbundle ext/imap, ext/pspell, ext/oci8, and ext/PDO_OCI

2023-11-01 Thread Christopher Jones
On 2/11/2023 2:46 am, Derick Rethans wrote: Hi, I have just opened voting on the RFC to unbundle imap, pspell, and oracle integrations. :) -- https://twitter.com/ghrd -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] Preparing for PHP 8.0.0 GA

2020-11-23 Thread Christopher Jones
On 20/11/20 1:50 am, Sara Golemon wrote: I've just cut the release branch for PHP-8.0.0 final which will be released in one week on 26 Nov. Minor bug fixes can continue to be merged via the PHP-8.0 branch for inclusion in 8.0.1, but 8.0.0 will be precisely what 8.0.0RC5 contained unless seriou

Re: [PHP-DEV] [RFC][Vote] Throw Error in Extensions

2016-06-30 Thread Christopher Jones
On 28/06/2016 1:17 AM, Aaron Piotrowski wrote: Hello, Voting has opened on the RFC to change most conditions in extensions that raise E_ERROR or E_RECOVERABLE_ERROR to throw an instance of Error instead. RFC: https://wiki.php.net/rfc/throw_error_in_extensions

Re: [PHP-DEV] [RFC] orphan extensions cleanup

2016-08-17 Thread Christopher Jones
On 15/08/2016 6:17 PM, Kalle Sommer Nielsen wrote: Hi Stas 2016-08-15 7:53 GMT+02:00 Stanislav Malyshev : Hi! I'd like to propose an RFC to deal with extensions that currently have no maintainer: https://wiki.php.net/rfc/umaintained_extensions pdo_oci I have heard that maybe Oracle was

Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle

2016-09-07 Thread Christopher Jones
On 5/09/2016 8:13 PM, Derick Rethans wrote: On Fri, 2 Sep 2016, Davey Shafik wrote: I'd like to introduce a new RFC to deprecate pear/pecl (in 7.2, and remove in 8.0), as well as add composer/pickle (optional in 7.2, default in 7.3+) in their place. https://wiki.php.net/rfc/deprecate-pear-in

Re: [PHP-DEV] Re: [RFC] Extended String Types For PDO

2017-02-27 Thread Christopher Jones
On 26/2/17 9:07 am, Marco Pivetta wrote: Hi Adam On Fri, Feb 24, 2017 at 2:28 PM, Adam Baratz wrote: Based on some pain points with my team and things I've heard from others, I created an RFC to handle "national" character sets for emulated prepared statements: https://wiki.php.net/rfc/ext

Re: [PHP-DEV] Re: [RFC] Extended String Types For PDO

2017-02-28 Thread Christopher Jones
On 1/3/17 12:58 am, Adam Baratz wrote: Merging responses here... Are PARAM_STR_UNICODE, ATTR_UNICODE_STRINGS and PARAM_STR_ASCII the most appropriate names? Good point. Maybe instead: * PDO::PARAM_STR_NATL * PDO::ATTR_NATL_STRINGS * PDO::PARAM_STR_CHAR How does this interact

Re: [PHP-DEV] PHP 7.2 Release Managers

2017-03-29 Thread Christopher Jones
On 29/3/17 2:11 am, Sara Golemon wrote: On Tue, Mar 28, 2017 at 9:56 AM, Joe Watkins wrote: With the first alpha of 7.2 due in early June, we think it's time to start the process of finding and electing release managers for the next minor release of PHP. We are looking for two souls to take o

[PHP-DEV] Re: [External] : [PHP-DEV] Re: [VOTE] Deprecations for PHP 8.1

2021-07-12 Thread Christopher Jones
On 12/7/21 5:49 pm, Nikita Popov wrote: On Wed, Jun 30, 2021 at 11:32 AM Nikita Popov wrote: Hi internals, I have opened voting on https://urldefense.com/v3/__https://wiki.php.net/rfc/deprecations_php_8_1__;!!ACWV5N9M2RV99hQ!eOdPIFLsofVNrUBd4W7sbMWdcjqDAxoj6dUr1ubpwolU9F88ArjY_it8fiKBOoU67

Re: [PHP-DEV] Extensions License

2017-06-19 Thread Christopher Jones
On 15/6/17 10:34 pm, Johannes Schlüter wrote: On Do, 2017-06-15 at 11:06 +0200, Nikita Popov wrote: On Tue, Jun 13, 2017 at 8:23 AM, Remi Collet wrote: Hi, All extensions in php-src are PHP 3.01 Licensed (libs may, of course, have different license) Is there any strong rule about this ? O

Re: [PHP-DEV] [RFC] [Vote] Doxygen

2017-06-20 Thread Christopher Jones
On 17/6/17 5:53 pm, Fleshgrinder wrote: Hi! I started voting on the Doxygen RFC: https://wiki.php.net/rfc/doxygen Did I miss seeing when the vote ends? Chris -- http://twitter.com/ghrd -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP-DEV] [RFC] [Vote] Doxygen

2017-06-22 Thread Christopher Jones
On 22/6/17 1:43 am, Fleshgrinder wrote: On 6/21/2017 5:38 PM, Nikita Popov wrote: Can you please clarify where functions that are declared in a header and defined in a source file should be documented? I believe the usual recommendation is to document in the source file, because it's closer to

Re: [PHP-DEV] [RFC] [Vote] Doxygen

2017-06-26 Thread Christopher Jones
On 26/6/17 4:43 pm, Joe Watkins wrote: Morning, I also voted no for similar reasons to Anatol. This is not really a thing that needs a vote, this is a thing that requires the handful of people who are actually able to document ZE to spend considerable time doing so. In addition it requires a

[PHP-DEV] Re: [PHP-CVS] com php-src: fix default args for --with-pcre-valgrind: ext/pcre/config0.m4

2017-07-24 Thread Christopher Jones
On 20/7/17 10:31 am, Anatol Belski wrote: Hi Chris, -Original Message- From: Christopher Jones [mailto:christopher.jo...@oracle.com] Sent: Thursday, July 20, 2017 2:11 AM To: Anatol Belski ; php-...@lists.php.net; Tianfang Yang Subject: Re: [PHP-CVS] com php-src: fix default args

Re: [PHP-DEV] [RFC] Flexible Heredoc and Nowdoc Syntaxes

2017-10-23 Thread Christopher Jones
On 13/10/17 8:40 pm, Thomas Punt wrote: Morning internals, I'd like to propose an RFC to make the heredoc and nowdoc syntaxes more flexible[1]. Any thoughts? Thanks, Tom [1]: https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes I like the added flexibility in placement of the en

Re: [PHP-DEV] [RFC] Flexible Heredoc and Nowdoc Syntaxes

2017-10-24 Thread Christopher Jones
On 24/10/17 8:27 pm, Thomas Punt wrote: Hi Christopher, > I like the added flexibility in placement of the end token, but I think requiring only tabs or spaces, and stripping whitespace from all {here|now}doc > lines is error prone and adds unnecessary complexity. I agree that the require

Re: [PHP-DEV] [RFC][VOTE] Flexible Heredoc and Nowdoc Syntaxes

2017-11-01 Thread Christopher Jones
On 2/11/17 8:58 am, Stanislav Malyshev wrote: Hi! Voting has now started on the flexible heredoc and nowdoc syntaxes RFC[1]. Voting will be open for 2 weeks (until November 15th). Something I am missing here. RFC is talking about removing indents from heredoc text, but the vote says "Allow

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-17 Thread Christopher Jones
On 18/6/18 5:43 am, Stanislav Malyshev wrote: Hi! I would like to open the vote for the RFC about cleaning up the unmaintained extensions: https://wiki.php.net/rfc/umaintained_extensions The vote ends 2018-06-26 23:59 PDT. I have added some discussion about active maintainers and abandonment

<    1   2   3   4