Re: External Message: Re: [PHP-DEV] What's up with emails?

2024-02-22 Thread Michael Kliewe
Am 22.02.2024 um 15:14 schrieb Jeffrey Dafoe: Gmail is rejecting emails after we moved the servers without telling us why, in enough detail to do anything about it. It's not just gmail. I guess it's because of a wrong setting in the mailinglist server. The content of the original email is

Re: [PHP-DEV] [RFC] Deprecate Backtick Operator (V2)

2019-10-05 Thread Michael Kliewe
Hi, Am 04.10.2019 um 17:45 schrieb Mark Randall: Hi Internals, I put forward the following RFC "Deprecate Backtick Operator (V2)" for discussion. https://wiki.php.net/rfc/deprecate-backtick-operator-v2 I believe it is at least worth a discussion as to the pros and cons of deprecating this

Re: [PHP-DEV] [RFC] [VOTE] Deprecate PHP's short open tags

2019-04-24 Thread Michael Kliewe
Hi there, Am 24.04.2019 um 21:07 schrieb Peter Kokot: Hello, On Wed, 24 Apr 2019 at 19:44, Chase Peeler wrote: On Wed, Apr 24, 2019 at 1:27 PM Marco Pivetta wrote: Run a fixer: they are out there, and they are extremely stable too. Also a good chance to finally take a look at code that

Re: [PHP-DEV] Inconsistent float to string vs. string to floatcasting

2019-01-03 Thread Michael Kliewe
Hi, Am 03.01.2019 um 10:21 schrieb Zeev Suraski: On Wed, Jan 2, 2019 at 8:57 PM Nikita Popov wrote: It's usually the other way around. The current behavior is prone to breaking integration code, because data interchange layers generally do not expect floats to use comma separators. The

Re: [PHP-DEV] GC Improvements in PHP 7.3.0

2018-12-07 Thread Michael Kliewe
Am 07.12.2018 um 16:11 schrieb Christoph M. Becker: > Hi! > > NEWS has the following entry[1]: > > | Improved PHP GC. (Dmitry, Nikita) > > I have not been able to find further info regarding this. So my > question: are these minor improvements, or should they be documented in > the migration

Re: [PHP-DEV] Re: patch for imap bug 77153

2018-11-21 Thread Michael Kliewe
Am 21.11.2018 um 06:13 schrieb Pierre Joye: On Wed, Nov 21, 2018, 6:02 AM Stanislav Malyshev actually the PHP wrapper should not have allowed to pass the mailbox name verbatim, which would only be reasonable in my opinion, if we were supporting arbitrary drivers (which we don't). And of

Re: [PHP-DEV] [RFC] Mixed Typehint

2017-12-19 Thread Michael Kliewe
Am 19.12.2017 um 07:32 schrieb Stanislav Malyshev: > >> I'd like to propose and discuss Mixed Typehint RFC for PHP 7.3: >> https://wiki.php.net/rfc/mixed-typehint >> >> The purpose of this RFC is to introduce "mixed" typehint on language level >> to be used >> as a valid typehint. PHP currently

Re: [PHP-DEV] Re: PHP's mail servers suck

2017-11-08 Thread Michael Kliewe
Am 08.11.2017 um 13:40 schrieb li...@rhsoft.net: > > > Am 08.11.2017 um 13:36 schrieb Michael Kliewe: >> Am 08.11.2017 um 13:27 schrieb li...@rhsoft.net: >>> >>> Am 08.11.2017 um 12:59 schrieb Michael Kliewe: >>>> The PHP mailing list software is not

Re: [PHP-DEV] Re: PHP's mail servers suck

2017-11-08 Thread Michael Kliewe
Am 08.11.2017 um 13:27 schrieb li...@rhsoft.net: > > > Am 08.11.2017 um 12:59 schrieb Michael Kliewe: >> The PHP mailing list software is not configured DMARC compliant. DMARC >> means, either SPF or DKIM has to be valid. The PHP mailing list changes >> the Subject (it a

Re: [PHP-DEV] Re: PHP's mail servers suck

2017-11-08 Thread Michael Kliewe
Am 08.11.2017 um 12:09 schrieb Sara Golemon: > On Wed, Nov 8, 2017 at 2:51 AM, Rasmus Lerdorf wrote: >> So please send your volunteer requests there, but not just a generic offer >> to help. Please include a concrete description of what you plan on doing. >> As in which

Re: [PHP-DEV] Some words about the basic ideas of PHP

2015-10-26 Thread Michael Kliewe
Hi Frank, On 26.10.2015 11:09, Frank Meier wrote: > Hi to all of you, > > first I want to apologize for may bad English, > No problem, it's good enough to understand you. > I write because I feel that that the way how you see your own product PHP > is totally wrong. I do not mean with it that the

Re: [PHP-DEV] PHP 7.0.0RC5 is available

2015-10-16 Thread Michael Kliewe
Hi Maciej, thanks a lot! Michael On 16.10.2015 12:49, Maciej Sobaczewski wrote: > Hello Michael, > > I just synced the changelog. > > Cheers, > Maciej. > > W dniu 2015-10-15 o 22:21, Michael Kliewe pisze: >> Hi guys, >> >> Am 15.10.2015 um 13:26 schri

Re: [PHP-DEV] PHP 7.0.0RC5 is available

2015-10-15 Thread Michael Kliewe
Hi guys, Am 15.10.2015 um 13:26 schrieb a...@php.net: This release contains fixes for 11 reported bugs and over 100 commits with various improvements. Now we've managed to resolve the last of the outstanding issues. Let's help PHP 7.0 along to emerge from its pre-release shell the most

Re: [PHP-DEV] Remove alternative PHP tags

2014-09-11 Thread Michael Kliewe
Am 10.09.2014 um 03:32 schrieb Andrea Faulds: But then I’ve thought more about it. I’m usually OK with certain BC breaks, I just don’t like this specific one. It doesn’t affect me, but, well, I don’t see the point. It doesn’t really help language consistency or anything, (OK, sure, only two

Re: [PHP-DEV] PHP 5.6.0RC2 Released for Testing!

2014-07-30 Thread Michael Kliewe
Hi, any news on this, any big problems that delay RC3? Or will it be skipped? Some info would be nice. Thanks! Michael Am 04.07.2014 um 00:52 schrieb Ferenc Kovacs: Hi, The second Release Candidate for 5.6.0 was just released and can be downloaded from: http://qa.php.net/ The

Re: [PHP-DEV] RFC: ext/mysql deprecation

2012-11-13 Thread Michael Kliewe
Am 14.11.2012 00:23, schrieb Ángel González: So the problem really moves onto the CMS providers, do they support new php versions and drop customers in shared hosting, do they delay supporting the new php versions, or do they reimplement mysql_* in php? We are talking about ~1.5 years until

[PHP-DEV] History of PHP release dates

2012-05-03 Thread Michael Kliewe
Hello there, I was searching for a structured list of PHP releases and I found this site: http://php.net/releases/index.php It is possible to get a serialized array with ?serialize=1, but I only get 3 releases (latest 5.X, latest 4.X and latest 3.X), not all. The parameter max=Y does not

Re: [PHP-DEV] [RFC] discussions, about a 5.3 EOL

2012-03-02 Thread Michael Kliewe
Hi Pierre, Option 1 and 3 are the same ;-) Option 1 One year with bugs fixes followed by one year with security fixes only Option 2 Two years with security fixes only Option 3 One year with bugs fixes followed by one year with security fixes only Option 4 One year with security fixes only

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-01-19 Thread Michael Kliewe
Hi, great to see progress! I have some small questions, please don't feel offended, I just want to know and understand: - According to this website there are still 94 test failures in 5.4 . Can you confirm all of them are minor problems? http://gcov.php.net/viewer.php?version=PHP_5_4 - There