Re: [PHP-DEV] [RFC] [Vote] Pre-vote announcement for Random Extension 5.x

2022-06-07 Thread Go Kudo
2022年6月4日(土) 18:03 Côme Chilliet : > Le 31 mai 2022 11:54:18 GMT+02:00, Go Kudo a écrit : > >Hi internals. > > > >Although I have explained that due to the global turmoil I will delay > >voting on the RFC as long as possible, it is time to start voting on the > >RFC in order to get the implementa

Re: [PHP-DEV] DB specific PDO subclasses questions.

2022-06-07 Thread Philip Hofstetter
Hi, On 6 Jun 2022 at 21:15:12, Dan Ackroyd wrote: > > 2. Other than the SQLite blobOpen functionality, does anyone know of > any other functionality that is exposed by SQLite or Postgres that > isn't currently exposed through the magic PDO methods? > a wrapper around PQescapeIdentifier in lib

Re: [PHP-DEV] [RFC] [Vote] Pre-vote announcement for Random Extension 5.x

2022-06-07 Thread Tim Düsterhus
Hi On 5/31/22 11:54, Go Kudo wrote: - More detailed description in RFC a) For the Random\Engine interface I suggest to clarify that the returned bytestring will be interpreted as a little endian integer. b) I'm still missing an explanation of the guarantees the Randomizer implementation

Re: [PHP-DEV] Re: Adding new closing tag =?> for keeping trailing newline

2022-06-07 Thread Robert Landers
On Mon, Jun 6, 2022 at 6:47 PM shinji igarashi wrote: > > Hello! > > I asked for opinions on reddit also. > https://www.reddit.com/r/PHP/comments/v5le6h/adding_new_closing_tag_for_keeping_trailing/ > > Popularity on reddit and acceptance by people with voting rights on > internals can be different

Re: [PHP-DEV] Adding new closing tag =?> for keeping trailing newline

2022-06-07 Thread Craig Francis
On 7 Jun 2022, at 16:27, Robert Landers wrote: > > On Mon, Jun 6, 2022 at 6:47 PM shinji igarashi > wrote: >> >> Hello! >> >> I asked for opinions on reddit also. >> https://www.reddit.com/r/PHP/comments/v5le6h/adding_new_closing_tag_for_keeping_trailing/ >> >> Popularity on reddit and accep

Re: [PHP-DEV] DB specific PDO subclasses questions.

2022-06-07 Thread Michał Marcin Brzuchalski
Hi Dan, pon., 6 cze 2022 o 21:15 Dan Ackroyd napisał(a): > Hi, > > I'm looking at making an RFC for subclassing PDO to expose database > specific methods in a less magic way, aka implementing what was > discussed here: https://externals.io/message/100773#100813 > > I have two questions for peopl

Re: [PHP-DEV] Re: Adding new closing tag =?> for keeping trailing newline

2022-06-07 Thread Sara Golemon
On Tue, Jun 7, 2022 at 10:27 AM Robert Landers wrote: > FWIW, I think it makes a lot of sense, having used golang's template > language (not everyone is generating HTML with PHP). I think you may > just be dealing with a vocal minority and it would be worth putting to > an actual vote. Even if it

Re: [PHP-DEV] Adding new closing tag =?> for keeping trailing newline

2022-06-07 Thread CHU Zhaowei
> declare(ignore_newline_after_close_tag=false); // defaults to true, i.e > existing behavior > This would avoid any new syntax rules, but still provide the ability for > php-as-template-engine to behave in the user's preferred mode. I thought it's a consensus on internal that we should avoid su