Re: [PHP-DEV][VOTE][RFC] mb_ucfirst and mb_lcfirst functions

2024-02-05 Thread youkidearitai
2024年2月6日(火) 8:33 Tim Starling : > > On 2/2/24 20:27, youkidearitai wrote: > > I see. I'll change mb_ucfirst using titlecase. > > Per my comments a month ago on the GitHub issue , I think it is much better > to use title case for mb_ucfirst() than to use upper case, since conversion > of the

Re: [PHP-DEV][VOTE][RFC] mb_ucfirst and mb_lcfirst functions

2024-02-05 Thread Tim Starling
On 2/2/24 20:27, youkidearitai wrote: I see. I'll change mb_ucfirst using titlecase. Per my comments a month ago on the GitHub issue , I think it is much better to use title case for mb_ucfirst() than to use upper case, since conversion of the first character to upper case has the effect of

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

2024-02-05 Thread Derick Rethans
I've added Chris (as maintainer) , and also Michael Vorisek (as writer) - he's worked on testing the Oracle extensions on CI. cheers Derick On 5 February 2024 12:54:19 GMT, Sharad Chandran R wrote: >Thanks, Derick. I will create a PECL account. > >The GitHub username for Christopher Jones

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

2024-02-05 Thread Niels Dossche
Hi internals On 17/01/2024 21: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 I'm

Re: [PHP-DEV] [Proposal] Add `savepoint()` method to PDO

2024-02-05 Thread Larry Garfield
On Mon, Feb 5, 2024, at 1:54 PM, Saki Takamachi wrote: > Hi Kentaro, > > Thank you for your important point. > >> While most databases use `SAVEPOINT [name]`, but: >> >> https://github.com/laravel/framework/blob/v10.43.0/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php#L453-L456 >> >>

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

2024-02-05 Thread Ben Ramsey
> I wanted to invite Christopher too (cc-ed), but I don't have his GitHub > username, and I can't find it anywhere. This is Christopher: https://github.com/cjbj Cheers, Ben signature.asc Description: Message signed with OpenPGP

Re: [PHP-DEV] [Proposal] Add `savepoint()` method to PDO

2024-02-05 Thread Saki Takamachi
Hi Kentaro, Thank you for your important point. > While most databases use `SAVEPOINT [name]`, but: > > https://github.com/laravel/framework/blob/v10.43.0/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php#L453-L456 > > ```php > return 'SAVE TRANSACTION '.$name; > ``` > > SQL Server

Re: [PHP-DEV] [Proposal] Add `savepoint()` method to PDO

2024-02-05 Thread Kentaro Takeda via internals
Hi Saki, Aside from a few concerns, I think your proposal is very sensible. I have long felt a disconnect that while we have `beginTransaction()`, `commit()`, and `rollback()` methods, there's no equivalent functionality for `SAVEPOINT` in PDO. It seems natural to support these commonly used

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

2024-02-05 Thread Derick Rethans
Hi Sharad, I've just created the new repositories for the OCI8 and PDO_OCI extensions, which we have moved out of the PHP core source distribution as per a recent RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 I have invited you as a collaborator on these two new repositories:

[PHP-DEV] Re: [RFC][Vote] RFC1867 for non-POST HTTP verbs

2024-02-05 Thread Ilija Tovilo
Hi everyone On Mon, Jan 22, 2024 at 10:23 AM Ilija Tovilo wrote: > > I started the vote on the "RFC1867 for non-POST HTTP verbs" RFC. > https://wiki.php.net/rfc/rfc1867-non-post The RFC has been accepted with 23 yes and 1 no vote. As promised to Sara, I will be setting up a poll for the