[PHP-DEV] [RFC] [Under Discussion] mb_ucfirst and mb_lcfirst

2024-01-18 Thread youkidearitai
Hi, Internals I starting discussion to mb_ucfirst and mb_lcfirst. RFC Link: https://wiki.php.net/rfc/mb_ucfirst Regards Yuya -- --- Yuya Hamada (tekimen) - https://tekitoh-memdhoi.info - https://github.com/youkidearitai - -- PHP Internals -

[PHP-DEV] VCS Account Request: sharadchan87

2024-01-18 Thread Sharad Chandran R
As part of Oracle, I work with @cjones and would like to contribute to oci8 php extension. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] [Discussion] Opt-in DOM spec-compliance

2024-01-18 Thread Gina P. Banyard
On Wednesday, 17 January 2024 at 20:22, Niels Dossche wrote: > Hi internals > > I'm starting discussion of my RFC "Opt-in DOM spec-compliance". > > RFC link: https://wiki.php.net/rfc/opt_in_dom_spec_compliance > Pre-RFC pitch: https://externals.io/message/122048 > > Kind regards > Niels Hello

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

2024-01-18 Thread Derick Rethans
On 18 January 2024 09:42:50 GMT, Sharad Chandran R wrote: >As part of Oracle, I work with @cjones and would like to contribute to oci8 >php extension. > Hi Sharad, As you might be aware, we've recently decided to move the oci8 and Oracle extensions away from the PHP core distribution. I'm in

[PHP-DEV] PHP 8.2.15 Released!

2024-01-18 Thread Sergey Panteleev
The PHP development team announces the immediate availability of PHP 8.2.15. This is a bugfix release. All PHP 8.2 users are encouraged to upgrade to this version. For source downloads of PHP 8.2.15 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The li

[PHP-DEV] PHP 8.3.2 Released

2024-01-18 Thread Jakub Zelenka
The PHP development team announces the immediate availability of PHP 8.3.2. This is a bugfix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.2 please visit our downloads page: https://www.php.net/downloads Windows source and binaries can be fo

Re: [PHP-DEV] [RFC] [Discussion] Opt-in DOM spec-compliance

2024-01-18 Thread Niels Dossche
Hi Gina On 18/01/2024 14:05, Gina P. Banyard wrote: > Hello Niels, > > Thank you for the RFC and the thorough overview of the current state. > > I think converting the new aliases to proper classes which have the correct > spec behaviour is indeed the way to proceed. > > I do have some questio

[PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-18 Thread Frederik van der Els
Hi internals, First off, please excuse me if I’ve done something wrong related to the usage of the mailing list. This all is completely new to me. I hereby want to propose a new fetch mode for PDO. I’ve detailed the motivation for it on GitHub. I haven’t actually written the code for it, but it

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-18 Thread Niels Dossche
Hi Frederik On 18/01/2024 21:21, Frederik van der Els wrote: > Hi internals, > > First off, please excuse me if I’ve done something wrong related to the usage > of the mailing list. This all is completely new to me. > > I hereby want to propose a new fetch mode for PDO. I’ve detailed the > mot

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-18 Thread php
On 2024-01-18 21:23, Niels Dossche wrote: Hi Frederik Just putting the link here so people find it more easily :-) https://github.com/php/php-src/issues/13174 Cheers Niels Thank you, the link was originally on the text "on GitHub" but it seems to have been stripped. -- PHP Internals - PHP

Re: [PHP-DEV] [RFC] [Under Discussion] mb_ucfirst and mb_lcfirst

2024-01-18 Thread Larry Garfield
On Thu, Jan 18, 2024, at 8:43 AM, youkidearitai wrote: > Hi, Internals > > I starting discussion to mb_ucfirst and mb_lcfirst. > RFC Link: https://wiki.php.net/rfc/mb_ucfirst > > Regards > Yuya Minor typo note: "o do this will implobe the readability" > According to research about Unicode, some (

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-18 Thread Saki Takamachi
Hi Frederik > First off, please excuse me if I’ve done something wrong related to the usage > of the mailing list. This all is completely new to me. Welcome to the internal mailing list! I had looked the pull request, and I'm pleased to have received your email promptly. > Thank you, the link

Re: [PHP-DEV] [RFC] [Under Discussion] mb_ucfirst and mb_lcfirst

2024-01-18 Thread youkidearitai
Hi, Larry > Minor typo note: "o do this will implobe the readability" > > > According to research about Unicode, some (natural) lanugage doesn't may > > expected behavior, please deal with it in userland if any wrong. Because > > (natural) languages is a lot of exists, it is difficult to deal i

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-18 Thread Alexander Pravdin
I would also suggest supporting readonly classes and creating special attributes to help map data fields to constructor arguments. Something like this: readonly class User { public function __construct( #[PDOField('user_id')] public string $userId, #[PDOField('user_nam