[PHP-DEV] Re: Annotated PHP 5->7 extension diff

2015-02-08 Thread Maciej Sobaczewski
Hello Jan, An annotated diff would be very welcome! But more or less complete documentation as well. Jan What about placing such informations in the section of PHP manual like http://php.net/manual/en/internals2.php (for ZE3, of course). I suspect that writing regular text files in repo or

[PHP-DEV] Re: [DISCUSSION] Make empty() a Variadic

2015-02-12 Thread Maciej Sobaczewski
W dniu 2015-02-12 o 19:55, Thomas Punt pisze: Hello PHP Internals! I'd like to propose to make empty() a variadic, where if any arguments passed in are considered empty, then false is returned - otherwise return true. My reasoning for wanting this feature is as follows:1)It's a common scenario t

[PHP-DEV] Re: A plea for unity on scalar types

2015-03-13 Thread Maciej Sobaczewski
Currently Scalar Type Declarations are going to fall. We have 33 No votes and I really wonder why there is almost no justification for them. I know that it's not required, but it is a matter of good taste in whole voting proces. I think (and I do really hope) that some of those 33 votes came f

Re: [PHP-DEV] Re: A plea for unity on scalar types

2015-03-13 Thread Maciej Sobaczewski
Eli, I don't even try to. However, when the result is tentative, it's good to be sure that we don't have any incorrect votes. Yes, I'm in favor of this RFC and I never concealed it, *but* I'm not going to discredit any of the voting members. If the final decision will be negative I'll just get

Re: [PHP-DEV] Voting irregularities

2015-03-15 Thread Maciej Sobaczewski
I am aware of this, but unless I just missed it that site doesn't show *when* they got an account. As you already said, there's no acceptation date on that site, but it seems that new accounts are appended to the end of the list - http://people.php.net/?page=33 Probably better than nothing.

[PHP-DEV] Re: Vote process change proposal

2015-03-17 Thread Maciej Sobaczewski
Hello Stelian, just FYI: it was proposed in the past and even implemenented [1], but then reverted [2]. However, I don't remember reasoning back then. Regards, Maciej. [1]: https://github.com/php/web-wiki/pull/1 [2]: https://github.com/php/web-wiki/commit/19ca75aa1e06b3c5ad9a61204bbc34189368

[PHP-DEV] Re: Offical stance wrt. bug reports for unmaintained PECL exts

2015-04-02 Thread Maciej Sobaczewski
W dniu 2015-04-03 o 01:59, Christoph Becker pisze: Hi everybody! It seems there are a lot of (old) bug reports for unmaintained PECL extensions. I wonder what the official stance is on that. For instance, there is #57551[1], which has been "suspended" by Joe Watkins recently. I'm not too happ

[PHP-DEV] Re: adding next-minor and next-major versions to the bugtracker

2015-06-23 Thread Maciej Sobaczewski
W dniu 2015-06-23 o 14:07, Ferenc Kovacs pisze: Hi, I would like to add two new PHP versions to the bugtracker, which can be used for target version for feature requests. Currently filling that out is mandatory, so we have a bunch of feature request with "random" target versions (usually either

[PHP-DEV] Is fgetss() useless?

2014-07-28 Thread Maciej Sobaczewski
Hello guys, so... fgetss(). We have such a beautiful function in PHP. As it's described in the manual: "Get line from file pointer and strip HTML tags". I'm wondering if it has any differences/advantages over using just strip_tags(fgets($stream)). I'm going to write an RFC proposing deprecat

Re: [PHP-DEV] Is fgetss() useless?

2014-07-29 Thread Maciej Sobaczewski
Hello Tjerk, thanks for the explanation. This is close to what I thought. So, if there is a difference, I see no point in proposing to remove it. You can consider this thread as closed ;) Have a nice day, Maciej. Hi Maciej, On Mon, Jul 28, 2014 at 7:21 PM, Maciej Sobaczewski wrote

[PHP-DEV] Re: Remove generated lexers from git?

2014-10-01 Thread Maciej Sobaczewski
Hello, sorry if I'm totally wrong - I have no experience in this area, but if someone is strongly against removing those files for any reason (not that I would) then we might consider passing -i flag while generating C files with re2c. As far as I can see most of the changes listed on every

[PHP-DEV] Re: Removing *.dsw *dsp files from php-src

2014-10-02 Thread Maciej Sobaczewski
Hello, shouldn't be this code removed as well? https://github.com/php/php-src/blob/master/ext/ext_skel_win32.php#L38-L51 I can create PR but I'm not sure if I'm correct. Also, probably it just would be faster to remove it for someone with php-src karma than merge PR. Thanks, Maciej. -- PHP

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove support forclasseswithout class entries: Zend/zend_API.c Zend/zend_builtin_functions.cZend/zend_closures.cZend/zend_execute.h Zend/zend_interfaces.cZend

2014-10-10 Thread Maciej Sobaczewski
W dniu 2014-10-10 13:37, Nikita Popov pisze: On Fri, Oct 10, 2014 at 1:36 PM, Maciej Sobaczewski wrote: Hello Nikita, have you removed first points a-d intentionally? https://github.com/php/php-src/commit/3efc331701786d7ffd2587013d71a4 dba0070759 Cheers, Maciej. Yes, these were leftovers

Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7

2014-10-12 Thread Maciej Sobaczewski
I think there should be a little bit more voting "options" - or rather categories. For example, things like this: # style comments in ini files (since PHP 5.3) I don't think we should remove at all (or why is this even deprecated?! Because ini files use ; for comments and not #. Nikita

Re: [PHP-DEV] test sapi/fpm/tests/015.phpt

2014-12-02 Thread Maciej Sobaczewski
interesting, I've checked out https://travis-ci.org/php/php-src/builds before sending my mail, and looked into a couple of failed builds, but couldn't find anything with this particular test. As far as I can see, Remi already marked it as XFAIL. -- PHP Internals - PHP Runtime Development Maili

[PHP-DEV] Re: Blank page php.net/manual/en/class.uconverter.php

2014-12-12 Thread Maciej Sobaczewski
Hi, both locations are fine for me. Which mirror do you use? Cheers, maciej.stol...@leonex.de W dniu 2014-12-12 13:01, Christian Stoller pisze: Hi. When I am on the page http://php.net/manual/en/book.intl.php and click on “UConverter - The UConverter class”, I get linked to a blank page (ht

[PHP-DEV] Re: Bugfest

2014-12-27 Thread Maciej Sobaczewski
Hello, yeah, I had very similiar idea (Symfony inspired me [1]). I also think that 4252 open bugs is quite too much and this number doesn't really reflect actual ammount of work to do. As you said, many bugs are critically outdated, some of them are probably duplicates and so on... I don't h

[PHP-DEV] Re: Bugfest

2014-12-27 Thread Maciej Sobaczewski
Hello guys, the work is going, number of open bugs slowly decreases. Meanwhile, I have sent a reminder[1] to all manual translations MLs, asking doc contributors for closing pending bugs. In best scenario, this should result in about next 40 bugs closed, as they are really easy to fix. One r

Re: [PHP-DEV] Bugfest

2014-12-29 Thread Maciej Sobaczewski
I'm pretty sure that just trying to reproduce a problem and posting results in the comment, would be *very* helpful. W dniu 2014-12-29 o 19:19, Rafael Kassner pisze: Any chance to people without Karma helping here? Maybe trying to reproduce the bug in 5.4+ and asking for feedback? Any workflow

[PHP-DEV] package.xml files in core extensions

2015-10-11 Thread Maciej Sobaczewski
Hello, I wonder if package.xml files in core extensions still serve their purpose and therefore are needed. As written in message of commit introducing them [1]: Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build

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

2015-10-16 Thread Maciej Sobaczewski
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 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 th

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

2020-04-19 Thread Maciej Sobaczewski
time) and that actually blocks me in one of my initiatives, tooo. I'm sorry for the bad news and for  quite irresponsible estimations regarding time I could spend working on that migration with you. Best regards, Maciej Sobaczewski W dniu 19.04.2020 o 17:03, Andreas Heigl pisze:

[PHP-DEV] Re: [RFC] Named arguments

2020-05-05 Thread Maciej Sobaczewski
Hi Nikita! W dniu 05.05.2020 o 15:51, Nikita Popov pisze: Hi internals, I've recently started a thread on resurrecting the named arguments proposal (https://externals.io/message/109549), as this has come up tangentially in some recent discussions around attributes and around object ergonomics.

[PHP-DEV] Re: [RFC] Named arguments Nikita Popov

2020-05-06 Thread Maciej Sobaczewski
W dniu 06.05.2020 o 09:43, Christoph M. Becker pisze: On 06.05.2020 at 08:25, Maciej Sobaczewski wrote: I'm on the fence when it comes to the feature itself so I will skip that part entirerly but I'd like to draw attention to one more problem. Many PHP Manual translations tra

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

2016-12-10 Thread Maciej Sobaczewski
Hi Kalle W dniu 10.12.2016 o 15:16, Kalle Sommer Nielsen pisze: Hi Nikita 2016-11-18 15:55 GMT+01:00 Nikita Popov : Hi internals! I've submitted this RFC for PHP 7.1 previously, but didn't follow through due to time constraints. Now I'd like to propose an extended version for PHP 7.2 and vot

[PHP-DEV] Re: bugsnet cleanup

2017-01-07 Thread Maciej Sobaczewski
Hi Joe, W dniu 08.01.2017 o 07:46, Joe Watkins pisze: Morning internals, Some of you may have noticed that a few of us have put considerable effort into cleanup of pull requests on github, these are now manageable and I'm quite confident that we will be able to merge pull requests in a timely m

Re: [PHP-DEV] bugsnet cleanup

2017-01-17 Thread Maciej Sobaczewski
W dniu 17.01.2017 o 18:47, Niklas Keller pisze: 2017-01-17 18:22 GMT+01:00 Andreas Heigl : Hi All. Am 17.01.17 um 17:51 schrieb Christoph M. Becker: On 17.01.2017 at 17:35, Stanislav Malyshev wrote: People can now cross-reference issues, discuss, get notifications, and have some simplified/

[PHP-DEV] Re: windows.php.net is moving to new IP

2017-01-18 Thread Maciej Sobaczewski
W dniu 18.01.2017 o 07:47, Jan Ehrhardt pisze: "Anatol Belski" in php.internals (Tue, 17 Jan 2017 20:14:55 +0100): I'm writing to inform, that the current Windows infrastructure hosting sponsor doesn't plan to support the project anymore. Furthermore, a notification was given, that the servers w

[PHP-DEV] Re: Outdated links on https://wiki.php.net/systems

2017-01-18 Thread Maciej Sobaczewski
W dniu 18.01.2017 o 15:28, Christoph M. Becker pisze: On 18.01.2017 at 13:18, Markus Fischer wrote: On 18.01.17 10:44, Maciej Sobaczewski wrote: I will ask differently: will wiki.php.net/systems be updated afterwards? I saw a few outdated links there, maybe someone can correct/remove them

[PHP-DEV] Redesign of bugs.php.net

2017-01-22 Thread Maciej Sobaczewski
Hello, I know it's bringing the same thread again but since my last post[1] I gathered some feedback on /r/php, including a few membmers of PHP.net. https://github.com/Sobak/bugsnet-redesign-mockup this is the repo for my experimental approach on redesigning PHP.net. Short story: I took the desi

Re: [PHP-DEV] Redesign of bugs.php.net

2017-01-23 Thread Maciej Sobaczewski
Looks good to me, great work, thanks! Just one thing, comments' text look tiny, don't they? Hi Mike, do you judge by the screenshots or an online demo? http://sobak.pl/php-bugs-mockup/bug.html Thank you for the kind words, by the way. Cheers -- PHP Internals - PHP Runtime Development Mail

[PHP-DEV] Re: [PHP-WEBMASTER] Redesign of bugs.php.net

2017-01-23 Thread Maciej Sobaczewski
W dniu 23.01.2017 o 09:44, Andreas Heigl pisze: Am 23.01.17 um 08:22 schrieb Maciej Sobaczewski: Hello, I know it's bringing the same thread again but since my last post[1] I gathered some feedback on /r/php, including a few membmers of PHP.net. https://github.com/Sobak/bugsnet-red

[PHP-DEV] Re: JS error on PR tool

2017-05-01 Thread Maciej Sobaczewski
Hi Adam, workaround for this issue has just been applied. Cheers, Maciej. W dniu 01.05.2017 o 23:01, Adam Baratz pisze: Hi, I'm getting a JS error that's preventing this page from loading completely: https://qa.php.net/pulls/ The error is: Uncaught TypeError: Cannot read property 'msie' of u