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 firs
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
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 i
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 currentl
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
>>
>>
> 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
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 u
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 tran
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:
https:/
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 suggeste
10 matches
Mail list logo