Re: [PHP-DEV] DateInterval bug

2015-04-14 Thread Andreas Heigl
ndent. > > Either that or do away with math you can't rely on. I think what we should > aim for in programming languages is the opposite of "isn't necessarily > going to work..." > > Regards > Peter > As far as I can see in http://3v4l.org

Re: [PHP-DEV] LDAP module enhancements

2015-04-22 Thread Andreas Heigl
; Is that still the case? I’m sending people listed as maintainers a copy > of this email to be sure. > > Côme > -- ,,, (o o) +-

Re: [PHP-DEV] Proposal: interfaces for object to scalar type casting

2015-05-13 Thread Andreas Heigl
nt $money) { $money = $money * CURRENT_VAT; return $money; } which would alter the object in question! Or are we talking about two completely different things? Cheers Andreas --

Re: [PHP-DEV] LDAP module requirements?

2015-06-22 Thread Andreas Heigl
en/ldap.requirements.php I can do that if you'd like ;) Cheers Andreas -- ,,, (o o) +-----ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5&q

[PHP-DEV] Deprecating ldap_sort

2015-06-24 Thread Andreas Heigl
a=blob;f=include/ldap.h;h=c05489766510af132e562a60418fc27d5f2aae50;hb=HEAD#l2018 -- ,,, (o o) +-----ooO-

Re: [PHP-DEV] Deprecating ldap_sort

2015-06-25 Thread Andreas Heigl
Hi Anatol. Côme already replied to the technical aspects of what we are trying to do. Am 25.06.15 um 17:56 schrieb Anatol Belski: > Hi Andreas, > >> -Original Message----- >> From: Andreas Heigl [mailto:andr...@heigl.org] >> Sent: Wednesday, June 24, 2015

Re: [PHP-DEV] Deprecating ldap_sort

2015-06-26 Thread Andreas Heigl
eas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:a

Re: [PHP-DEV] [RFC] UString

2015-06-30 Thread Andreas Heigl
DateTime($timestring); Just my 2 Cent. Cheers Andreas -- ,,, (o o) +-----ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org

Re: [PHP-DEV] [RFC] UString

2015-07-02 Thread Andreas Heigl
eparate topic). >> >> I'd also recommend "IntlString" rather than "UString" as nearly all >> the Intl classes follow this convention. The one notable exception >> being UConverter (which yes, I added, and I regret the departure in >&g

Re: [PHP-DEV] Very strange error message

2015-07-09 Thread Andreas Heigl
,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto

Re: [PHP-DEV] Move internals discussion to a better medium

2015-08-02 Thread Andreas Heigl
unication. And to be honnest: For me it shows a certain understanding of the way the web works when you are able to setup your tools to be able to follow the discussions on internals. And I'm not sure Whether I want someone messing arround with the language that powers 80% of the WorldWideW

Re: [PHP-DEV] Re: Move internals discussion to a better medium

2015-08-02 Thread Andreas Heigl
Hi Niklas > Am 02.08.2015 um 16:26 schrieb Niklas Keller : > > 2015-08-02 15:29 GMT+02:00 Rowan Collins : > >>> On 2 August 2015 13:54:46 BST, Niklas Keller wrote: >>> We're discussing issues here, so what's wrong with an issue tracker? >> >> No, we're discussing every aspect of the project, f

Re: [PHP-DEV] Re: Move internals discussion to a better medium

2015-08-02 Thread Andreas Heigl
> Am 02.08.2015 um 17:12 schrieb Niklas Keller : > > 2015-08-02 16:48 GMT+02:00 Andreas Heigl : > >> Hi Niklas >> >>> Am 02.08.2015 um 16:26 schrieb Niklas Keller : >>> >>> 2015-08-02 15:29 GMT+02:00 Rowan Collins : >>> >>&g

Re: [PHP-DEV] Move internals discussion to a better medium

2015-08-03 Thread Andreas Heigl
> Am 03.08.2015 um 09:31 schrieb Rowan Collins : > >> On 2 August 2015 23:35:38 GMT+01:00, Marcio Almada >> wrote: >> This is their email announce the end of their mailing list back in >> 2015 >> https://mail.mozilla.org/pipermail/rust-dev/2015-January/011558.html > > Amusingly, the first rep

Re: [PHP-DEV] Re: Move internals discussion to a better medium

2015-08-04 Thread Andreas Heigl
ering the entry barrier" is in the end a discussion about "let's bring it all to HTTP". The internet is so much more than HTTP. And the internet is so much more than an implementation of that protocol by any service provider be it google or yahoo or whatnot. Cheers Andreas

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Andreas Heigl
ber the case sensitivity on osx (for hfs) can be > enabled optionally, or? Case sensitivity is not an issue of OS X but of the underlying Filesystem which is by default on HFS+ disabled. You can enable case sensitivity by reformating the partition using case-sensitive HFS+ Cheers Andreas -- Andreas Heigl andr...@heigl.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] LDAP module requirements?

2015-08-10 Thread Andreas Heigl
ason behind the cleanup (and therefore removal of ifdefs) was that we wanted to optimize PHPs ldap-functions and remove those calls to long-deprecated functions in the OpenLDAP library. Sonwe'll have to check what's possible with the Solaris lib. Out of interest: What is for you the benefit of using the Solaris-ldap lib instead of the OpenLDAP lib? I'd like to get a feeling for the issue! Cheers Andreas -- Andreas Heigl andr...@heigl.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] LDAP module requirements?

2015-08-12 Thread Andreas Heigl
Hi Rainer. > Am 12.08.2015 um 13:00 schrieb Rainer Jung : > > Hi Côme, > >> Am 11.08.2015 um 16:58 schrieb Côme BERNIGAUD: >>> On 2015-08-11 00:36, Rainer Jung wrote: >>> The current problems should be mostly around the above four compiler >>> warnings. I can test any patches you want me to tes

Re: [PHP-DEV] LDAP module requirements?

2015-08-13 Thread Andreas Heigl
Hi Rainer. Am 13.08.15 um 16:39 schrieb Rainer Jung: > Am 12.08.2015 um 13:17 schrieb Andreas Heigl: >> Hi Rainer. >> >>> Am 12.08.2015 um 13:00 schrieb Rainer Jung : >>> >>> Hi Côme, >>> >>>> Am 11.08.2015 um 16:58 schrieb Côme BER

Re: [PHP-DEV] [RFC] Default expression

2024-08-26 Thread Andreas Heigl
? 6) } in which case it should definitely fail as the interface doesn't provide a default. Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] [RFC] [Discussion] Using and Mentioning Third-party Packages in PHP Documentation and Web Projects

2024-08-26 Thread Andreas Heigl
Best Practices. My 0.02€ from having done some maintenance on php.net. Cheers Andreas -- ,,, (o o) +--------

Re: [PHP-DEV] [RFC] [Discussion] Using and Mentioning Third-partyPackages in PHP Documentation and Web Projects

2024-08-27 Thread Andreas Heigl
Hey Christoph, hey all. Am 27.08.24 um 13:46 schrieb Christoph M. Becker: On 27.08.2024 at 07:03, Andreas Heigl wrote: I see this a bid differently to be honest. While I understand that using third party packages in our internal tools might make things easier in the short term it will cause a

Re: [PHP-DEV] DateTimeImmutable

2013-03-27 Thread Andreas Heigl
(o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5" E 08°23'58" | | htt

Re: [PHP-DEV] Continued try blocks

2013-04-26 Thread Andreas Heigl
gards Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Request #65501 uniqid(): More entropy parameter should be true by default

2013-08-22 Thread Andreas Heigl
ould be enabled and if it breaks there is one space to reset to the previous behaviour. > >> >> -- >> Yasuo Ohgaki >> yohg...@ohgaki.net > Regards Andreas -- ,,,

Re: [PHP-DEV] Regenerating session ID automatically when IP address has changed

2013-09-27 Thread Andreas Heigl
very half hour? Suddenly the IP for a valid SID has changed and the legitimate user gets kicked out. Every half hour. No Attacker needed. Does that improve things? Regards Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] [VOTE] Void Return Type RFC

2015-10-28 Thread Andreas Heigl
en see that the assignment for $a doesn't make sense in the first place. Whether that should be possible at all is then open for a completely different discussion. Just my (probably wrong) 2 cent (and probably too late to the show). Cheers Andreas PS: I'd have voted +1 if I had karma ;) > -- ,,,

Re: [PHP-DEV] Small regression in PHP-LDAP

2015-11-03 Thread Andreas Heigl
t is not supported! Please use ldap(s)://hostname:port instead" @come do you see to the version note in the documentation or shall I? Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Small regression in PHP-LDAP

2015-11-03 Thread Andreas Heigl
Am 03.11.15 um 20:07 schrieb Andrea Faulds: > Hi Andreas, > > Andreas Heigl wrote: >> +1 on that solution. Just throwing "host:port" onto something doesn't >> help anyone. Try that with "www.google.com:443" in your favourite >> browser. Most wi

Re: [PHP-DEV] Re: Small regression in PHP-LDAP

2015-11-05 Thread Andreas Heigl
try to prohibit such things in future). Cheers Andreas -- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Re: static:: and PHP 7 (from bug #70997)

2015-11-30 Thread Andreas Heigl
RCrRd Apart from that you are calling an instance-method as a static method by using A::test(). Cheers Andreas -- ,,, (o o) +

Re: [PHP-DEV] Re: Anonymous voting on wiki

2016-01-10 Thread Andreas Heigl
27;s a change to the RFC-Process it shoud need a 2/3rd majority. Just my 2 cent. Cheers Andreas PS: If there's no one else I would try to set up the RFC but would be very gratefull to have someone mentor me there. > -- ,,,

Re: [PHP-DEV] Re: Anonymous voting on wiki

2016-01-12 Thread Andreas Heigl
on their vote. In my eyes that would mean that there is not even available *who* voted on the RFC to keep even that anonymous whether someone voted or not. Or did I miss something? Cheers Andreas -- ,,, (o o) +--

Re: [PHP-DEV] Re: Anonymous voting on wiki

2016-01-12 Thread Andreas Heigl
,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org

Re: [PHP-DEV] Re: Anonymous voting on wiki

2016-01-12 Thread Andreas Heigl
Am 12.01.16 um 15:53 schrieb Zeev Suraski: > > >> -Original Message----- >> From: Andreas Heigl [mailto:andr...@heigl.org] >> Sent: Tuesday, January 12, 2016 4:21 PM >> To: Eli ; internals@lists.php.net >> Subject: Re: [PHP-DEV] Re: Anonymous voting on wik

Re: [PHP-DEV] Re: Anonymous voting on wiki

2016-01-12 Thread Andreas Heigl
,,, (o o) +-----ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5&quo

Re: [PHP-DEV] [RFC] [Re-proposed] Adopt Code of Conduct

2016-01-20 Thread Andreas Heigl
you Derick for stepping up! I would have done it myself but you've been faster ;) Let's work this out all together! Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Specific incident in relationship to the proposed Code of Conduct

2016-01-24 Thread Andreas Heigl
e CoC-Debate. > [...] > > Open to suggestions/comments on this. I'll work on pull requests to > Derrick's repo over the next couple of days to let folks share their > thoughts. My Suggestions is: * everyone read the three documents stated above and * let's think about how to provide safe spaces where people with bad feelings

Re: [PHP-DEV] [RFC] Add PHP_ENGINE Constant

2016-02-03 Thread Andreas Heigl
es to run the code in the same manner. That's what the language-specification is there for. My 2 Cent Cheers Andreas > > cheers > Dan > -- ,,, (o o) +--

Re: [PHP-DEV] RFC Proposal: Maybe monad and execution time polymorphic methods

2016-03-22 Thread Andreas Heigl
> Am 22.03.2016 um 15:56 schrieb Larry Garfield : > >> On 3/21/16 10:23 PM, Côme Chilliet wrote: >> Le lundi 21 mars 2016, 17:04:30 Facundo Martinez Correa a écrit : >>> But then I realized the problem. There >>> are many times where we need uncertainty. Code is a reflection of reality, >>> and

Re: [PHP-DEV] Functorial interfaces

2016-05-12 Thread Andreas Heigl
So calling (new Bar())->foo(new BaseClass()) will fail as the method 'b' isn't implemented, but it should be according to the interface... Hope that helps ;) Cheers Andreas --

Re: [PHP-DEV] Moving PHP internals to GitHub

2023-04-12 Thread Andreas Heigl
,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Moving PHP internals to GitHub

2023-04-12 Thread Andreas Heigl
Just my 0.02€ Cheers Andreas -- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@h

[PHP-DEV] Improving Mailing-List interactions - was: [PHP-DEV] Moving PHP internals to GitHub

2023-04-13 Thread Andreas Heigl
,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Re: Improving Mailing-List interactions - was: [PHP-DEV] Moving PHP internals to GitHub

2023-04-13 Thread Andreas Heigl
Hey On 13.04.23 10:38, Tim Düsterhus wrote: Hi On 4/13/23 10:29, Andreas Heigl wrote: 1. Remove modification of the emails on the lists server so that DKIM and DMARC will finally work Yes, please, but for different reasons: Filtering is much more reliably performed using the 'li

Re: [PHP-DEV] Re: Improving Mailing-List interactions - was: [PHP-DEV] Moving PHP internals to GitHub

2023-04-13 Thread Andreas Heigl
On 13.04.23 10:50, Tim Düsterhus wrote: Hi On 4/13/23 10:46, Andreas Heigl wrote: DMARC is less of a concern, because the list apparently already performs DMARC mangling for a policy that is not 'none' Apart from (possibly) modifying the body and the subject line which then break

Re: [PHP-DEV] Re: [VOTE] PHP Technical Committee

2023-05-12 Thread Andreas Heigl
list and in the end the vote on an RFC should have the last say in regards to code. My 0.02€ Cheers Andreas -- ,,, (o o) +------

Re: [PHP-DEV] Re: [VOTE] PHP Technical Committee

2023-05-12 Thread Andreas Heigl
Hey Larry, hey all On 12.05.23 17:36, Larry Garfield wrote: On Fri, May 12, 2023, at 3:12 PM, Andreas Heigl wrote: [...] In essence to me the internals list is a group that discusses technical topics regarding PHPs sources. The outcome and the vote whether something will become part of the

Re: [PHP-DEV] Re: [VOTE] PHP Technical Committee

2023-05-12 Thread Andreas Heigl
Hey Arvids, Hey all On 12.05.23 17:48, Arvids Godjuks wrote: On Fri, 12 May 2023 at 18:12, Andreas Heigl wrote: Hey Larry, Hey all On 12.05.23 16:42, Larry Garfield wrote: On Fri, May 12, 2023, at 11:57 AM, Jakub Zelenka wrote: On Fri, Apr 28, 2023 at 11:00 AM Jakub Zelenka wrote: Hi

Re: [PHP-DEV] RFC [Concept] - Interface Properties

2023-05-28 Thread Andreas Heigl
nly sense to me then. Just my 0.02€ Cheers Andreas-- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.o

Re: [PHP-DEV] RFC1867 (multipart/form-data) PUT requests

2023-06-27 Thread Andreas Heigl
uest()` you will always get the same result. The Request as it came in. Just my 0.02€ Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] [VOTE] Interface Default Methods

2023-07-02 Thread Andreas Heigl
My 0.02€ Cheers Andreas -- ,,, (o o) +-----ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5" E 08°2

Re: [PHP-DEV] [VOTE] Interface Default Methods

2023-07-03 Thread Andreas Heigl
n `use`. My 0.02€ Cheers Andreas -- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org

Re: [PHP-DEV] Introducing 2 new modes to round function

2023-07-21 Thread Andreas Heigl
hp/php-src/pull/11741 > > > > I'm not sure if such minor improvement requires RFC, but as someone may > > have some concerns I create this thread to get your feedback. > > > > Kind regards, > > Jorg > > -- Andreas Heigl -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] Adding a donate link to the PHP website

2023-11-29 Thread Andreas Heigl
HP and influencing the way PHP evolves. Happy to help in any way to make this happen. Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Adding a donate link to the PHP website

2023-11-30 Thread Andreas Heigl
On 30.11.23 09:39, James Titcumb wrote: On Thu, 30 Nov 2023 at 07:28, Andreas Heigl <mailto:andr...@heigl.org>> wrote: [...snip...] I suppose that is actually nothing that an RFC can do as I imagine that everyone from the PHP Group needs to support this and ev

Re: [PHP-DEV] Adding a donate link to the PHP website

2023-12-01 Thread Andreas Heigl
Hey Ben On 01.12.23 01:04, Ben Ramsey wrote: On Nov 30, 2023, at 02:45, Andreas Heigl wrote: On 30.11.23 09:39, James Titcumb wrote: On Thu, 30 Nov 2023 at 07:28, Andreas Heigl mailto:andr...@heigl.org>> wrote: [...snip...] I suppose that is actually nothing that an RFC can d

Re: [PHP-DEV] [VOTE] [RFC] Final anonymous classes

2023-12-03 Thread Andreas Heigl
(o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5" E 08°23'58" | | https://andreas.heigl.org https://hei.gl

Test 3

2024-02-14 Thread Andreas Heigl
test 3 -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Testemail No 4

2024-02-14 Thread Andreas Heigl
Disregard this test email. -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Another test-Email

2024-02-15 Thread Andreas Heigl
Feel free to disregard. -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

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

2024-02-22 Thread Andreas Heigl
gs came together: Us moving to a new listserver and Gmail introducing new ways of fighting spam. The later is what makes life hars now and would also have caused trouble on the old server. We are currently in the process of implementig all of the stuff that gmail expects us to have. The last ones are ARC and one-click unsubscribe. If you want to know more about the hoops we have to jump in addition to moving the list to a new server check out https://blog.google/products/gmail/gmail-security-authentication-spam-protection/ Cheers Andreas -- Andreas Heigl

Re: [PHP-DEV] is this thing on?

2024-03-04 Thread Andreas Heigl
mmunity of volunteers. Cheers Andreas -- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59

Re: [PHP-DEV] Requiring GPG Commit Signing

2024-04-02 Thread Andreas Heigl
---ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5" E 08°23'58"

Re: [PHP-DEV] [Discussion] "Internal" attribute and warning

2024-05-18 Thread Andreas Heigl
s Software Engineer Utrecht NL -- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5" E

Re: [PHP-DEV] [Discussion] "Internal" attribute and warning

2024-05-18 Thread Andreas Heigl
Am 18.05.24 um 19:46 schrieb Robert Landers: On Sat, May 18, 2024 at 7:38 PM Andreas Heigl wrote: Hey all. Am 18.05.24 um 16:00 schrieb Robert Landers: Hello internals, I've been thinking about having an "internal" attribute that will emit a warning if called from outside

Re: [PHP-DEV] [Discussion] "Internal" attribute and warning

2024-05-19 Thread Andreas Heigl
Hey Robert. Am 19.05.24 um 09:38 schrieb Robert Landers: On Sat, May 18, 2024 at 9:11 PM Andreas Heigl wrote: Am 18.05.24 um 19:46 schrieb Robert Landers: On Sat, May 18, 2024 at 7:38 PM Andreas Heigl wrote: Hey all. Am 18.05.24 um 16:00 schrieb Robert Landers: [snip] I guess that

Re: [PHP-DEV] [RFC] Asymmetric Visibility, v2

2024-06-03 Thread Andreas Heigl
usualy use-case, but why explicitly disallowing it? Cheers Andreas -- ,,, (o o) +-----ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] [Discussion] Add date_test_set_now() function

2024-07-01 Thread Andreas Heigl
. Just my 0.02 € Cheers Andreas [https://www.php-fig.org/psr/psr-20/] -- ,,, (o o) +---------ooO-(_)-Ooo-+ | Andreas Hei

Re: [PHP-DEV] [RFC] Deprecations for PHP 8.4

2024-07-07 Thread Andreas Heigl
,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] [RFC] Deprecations for PHP 8.4

2024-07-07 Thread Andreas Heigl
Hey all Am 08.07.24 um 07:05 schrieb Juliette Reinders Folmer: On 8-7-2024 6:57, Andreas Heigl wrote: Am 08.07.24 um 05:04 schrieb Juliette Reinders Folmer: [...] I also don't agree that there are "more appropriate replacements available". The  suggested `hash()` replaceme

Re: [PHP-DEV] [Vote] Asymmetric visibility v2

2024-07-26 Thread Andreas Heigl
On 26 July 2024 18:25:53 UTC, Larry Garfield wrote: > Voting for Asymmetric Visibility is now open. > > https://wiki.php.net/rfc/asymmetric-visibility-v2 > > The vote will end on 9 February, probably afternoonish in my timezone. > That's a pretty long voting period... -- Andreas Heigl

Re: [PHP-DEV] [RFC] [VOTE] Transform exit() from a language construct into a standard function

2024-08-07 Thread Andreas Heigl
Stupid question maybe, but are we voting on the RFC or on the patch? If the patch does not match what.the RFC proposes, then the patch has a problem. That should IMO though not affect voting on an RFC. Or am I.missimg something? Cheers Andreas On 7 August 2024 16:27:56 CEST, Derick Rethan

Re: [PHP-DEV] [RFC] [VOTE] Transform exit() from a language construct into a standard function

2024-08-08 Thread Andreas Heigl
Hey Gina, hey all Am 08.08.24 um 15:44 schrieb Gina P. Banyard: On Wednesday, 7 August 2024 at 17:07, Andreas Heigl wrote: Stupid question maybe, but are we voting on the RFC or on the patch? If the patch does not match what.the RFC proposes, then the patch has a problem. That should IMO

Re: [PHP-DEV] RFC Process: more productive conversations

2019-03-25 Thread Andreas Heigl
> Am 25.03.2019 um 15:39 schrieb Peter Bowyer : > >> On Mon, 25 Mar 2019 at 14:02, Dan Ackroyd wrote: >> >> I don't believe forcing people to explain their votes actually does that. >> >> It does something quite similar, of forcing people to try to >> articulate how the RFC needs to change f

Re: [PHP-DEV] Re: [RFC] Allow throwing exceptions from __toString()

2019-05-13 Thread Andreas Heigl
o if this has already been discussed then I'd really appreciate a hint to the discussion. Thanks Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr.

Re: [PHP-DEV] Wiki display problem

2019-06-03 Thread Andreas Heigl
ier today, may have > been overlooked ? > > Cheers > Joe > -- ,,, (o o) +-----ooO-(_)-Ooo

Re: [PHP-DEV] Wiki display problem

2019-06-03 Thread Andreas Heigl
Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org

Re: [PHP-DEV] The real world ...

2019-06-13 Thread Andreas Heigl
triggered the fault, which may explain why they were not >> even aware there was a problem :( From the 'development' side, NitroDb-> >> should obviously be handling the problem anyway. >> > > display_errors=Off in production. > While that

Re: [PHP-DEV] The real world ...

2019-06-13 Thread Andreas Heigl
Hey Lester, hey All Am 13.06.19 um 10:36 schrieb Lester Caine: > On 13/06/2019 08:55, Andreas Heigl wrote: >>> display_errors=Off in production. > > Which give a white screen ... fine for security but useless for people > using the site! > >> While that makes a

Re: [PHP-DEV] The real world ...

2019-06-13 Thread Andreas Heigl
things. Cheers Andreas > > Cheers, > Sjon > > On Thu, Jun 13, 2019 at 9:56 AM Andreas Heigl wrote: > >> Hey All >> >> Am 13.06.19 um 09:41 schrieb Nikita Popov: >>> On Thu, Jun 13, 2019 at 9:35 AM Lester Caine wrote: >>> >>>> Seen

Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Andreas Heigl
o the workflow it's not as easy as we all thought to do the actual move. For more infos feel free to head over to https://github.com/phpdoctest/meta Cheers Andreas -- ,,,

Re: [PHP-DEV] [VOTE] Strict operators directive

2019-07-09 Thread Andreas Heigl
(o o) +-----ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'5

Re: [PHP-DEV] Changing fundamental language behaviors

2019-09-12 Thread Andreas Heigl
. Who then has the mandate to do so? 2. By what authority are you making this statement? I'm looking forward to your answers. Cheers Andreas > > > > For areas like that - our options are either doing nothing, or providing > opt-in mechanisms to cater to stricter-loving audiences

Re: [PHP-DEV] [RFC] Prevent disruptions of conversations

2019-09-20 Thread Andreas Heigl
a good choice if that is the tone of development. People will leave PHP because they are not sure whether PHP has a future when the people creating the language can't even decide on how to talk to one another... Just my 0.02 € Cheers Andreas > --

Re: [PHP-DEV] [RFC] Prevent disruptions of conversations

2019-09-20 Thread Andreas Heigl
e the internals newsgroup to be able to ship PHP 7.4 > successfully. Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] [Discussion] Unifying Documentation and UI-Based Editing

2019-09-22 Thread Andreas Heigl
Moving to JSON means we have to *redo* it again. Which – again – binds working forces > > > 4. Source? > Sauce? Tomato Sauce? https://github.com/marandall/phpdoc-editor > > Avoid the XML parsing code. It's pure cancer. A personal note here: An XSLT file would

[PHP-DEV] Moving the documentation to git

2020-02-03 Thread Andreas Heigl
Andreas [https://news-web.php.net/php.doc/969387429] -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

Re: [PHP-DEV] Re: What about a magic __toArray() method?

2020-02-03 Thread Andreas Heigl
> $class = (new class{ >> public function __toArray(){ >> echo "casted\n"; >> return >> [ >> 'key'=>'value' >> ]; >> } >> }); >> >> >> $casted = (array)$class; >&g

[PHP-DEV] Re: Moving the documentation to git

2020-02-04 Thread Andreas Heigl
Hey Nikita, hey all. Am 04.02.20 um 12:11 schrieb Nikita Popov: > On Tue, Feb 4, 2020 at 8:09 AM Andreas Heigl <mailto:andr...@heigl.org>> wrote: > > Hi Andreas, > > would you mind pushing the current en/de repos to > https://github.com/phpdoctest/en and de so it

Re: [PHP-DEV] Re: Moving the documentation to git

2020-02-04 Thread Andreas Heigl
Hey Nikita. Am 04.02.20 um 15:20 schrieb Nikita Popov: > On Tue, Feb 4, 2020 at 2:08 PM Nikita Popov wrote: > >> On Tue, Feb 4, 2020 at 1:48 PM Andreas Heigl wrote: >> >>> Hey Nikita, hey all. >>> >>> Am 04.02.20 um 12:11 schrieb Nikita Popov: >

Re: [PHP-DEV] Re: Moving the documentation to git

2020-02-04 Thread Andreas Heigl
Hey Nikita. Am 04.02.20 um 15:49 schrieb Nikita Popov: > On Tue, Feb 4, 2020 at 3:46 PM Andreas Heigl wrote: > >> Hey Nikita. >> >> Am 04.02.20 um 15:20 schrieb Nikita Popov: >>> On Tue, Feb 4, 2020 at 2:08 PM Nikita Popov >> wrote: >>> >>

[PHP-DEV] Re: Moving the documentation to git

2020-02-11 Thread Andreas Heigl
uring the last weeks. Cheers Andreas Am 04.02.20 um 08:09 schrieb Andreas Heigl: > Hey folks. > > During the last year I took a bit of time aside to bring the > documentation from SVN to git. And about a month ago I informed the > DOCs-Mailinglist about the current status and the

Re: [PHP-DEV] Make var_dump() use serialize_precision

2020-02-18 Thread Andreas Heigl
er be used at all? Nope ;-) Cheers Andreas PS: I'd absolutely appreciate the change!!! -- ,,, (o o) +-ooO-(_)

Re: [PHP-DEV] Proposal for a new basic function: str_contains

2020-03-03 Thread Andreas Heigl
,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:and

Re: [PHP-DEV] Proposal for a new basic function: str_contains

2020-03-03 Thread Andreas Heigl
Am 03.03.20 um 14:29 schrieb Nicolas Grekas: > Le mar. 3 mars 2020 à 11:04, Rowan Tommins a > écrit : > >> On Tue, 3 Mar 2020 at 08:46, Andreas Heigl wrote: >> >>> >>> While it is mainly aimed at being a mere convenience-function that could >>>

Re: [PHP-DEV] Re: OSI approval for PHP 3.01 license

2020-03-04 Thread Andreas Heigl
a) and I couldn't find that commit on svn.php.net any more to have more information on it... Insight would be highly appreciated ;-) Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

[PHP-DEV] The state of the PHP-Group (was: OSI approval for PHP 3.01 license)

2020-03-07 Thread Andreas Heigl
l seem to be rather loosely defined). This is merely about whether there should be some fresh blood in the group to reduce the bus-factor. Cheers Andreas -- ,,, (o o) +

[PHP-DEV] Moving the PHP Documentation to git

2020-04-19 Thread Andreas Heigl
(o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andr...@heigl.org N 50°22'59.5" E 08°23'58" | | http://andreas.heigl.org

Re: [PHP-DEV] Deprecating uniqid()

2020-05-03 Thread Andreas Heigl
d think of showing people the way to UUIDs. As the function itself was never intended for cryptographically secure values I would not see random_* functions or the like as a replacement. My 0.02 € Cheers Andreas -- ,,, (o o) +-ooO-(_)-Ooo-

  1   2   >