Search Discussions
-
Morning All, https://wiki.php.net/rfc/anonymous_classes I'd like to hear thoughts regarding the addition of anonymous classes, patch included. Cheers Joe
Joe Watkins
Sep 23, 2013 at 6:39 am
Oct 1, 2013 at 1:52 pm -
51
Wake up
Good day internals, This morning I read something that's not fun: https://twitter.com/ircmaxell/status/376027280562073600 Yet another good contributor leaves this community (not the whole PHP ...Florin Patan
Sep 11, 2013 at 10:45 am
Sep 14, 2013 at 2:13 pm -
Hi internals! I created an RFC and preliminary implementation for named parameters: https://wiki.php.net/rfc/named_params The RFC and implementation are not yet complete. I mainly want to have ...
Nikita Popov
Sep 6, 2013 at 4:39 pm
Sep 12, 2013 at 1:05 pm -
As something of a response to "Wake up", perhaps some sort of "forum" system for discussion would beat the mailing list. We wouldn't eradicate the mailing list, but discussions could also take place ...
Andrea Faulds
Sep 11, 2013 at 2:40 pm
Sep 13, 2013 at 6:45 pm -
Hi! I tried to widen the naming possibilities by allowing to use keywords as identifiers (for function names, class names, label (goto) names, ...) where possible. It doesn't break any BC ...
Bob Weinand
Sep 11, 2013 at 9:21 pm
Oct 16, 2013 at 9:45 pm -
Hi! I've finally took some time to revive the skipping parameter RFC and patch. For those who doesn't remember what it is please see: https://wiki.php.net/rfc/skipparams TLDR version: The idea is to ...
Stas Malyshev
Sep 2, 2013 at 7:18 am
Sep 3, 2013 at 10:33 am -
Hi all, There isn't any good counter measure session hijack. However, we can regenerate session ID if IP address has changed. Hijacked users might notice that they have been logged out if session ID ...
Yasuo Ohgaki
Sep 24, 2013 at 2:30 am
Oct 1, 2013 at 10:45 am -
That's all true, of course. But there are still places where new patches to the underlying libs (like openssl) get lost in translation and it's PHP's responsibility to add support. For example, about ...
Daniel Lowrey
Sep 16, 2013 at 1:58 pm
Sep 27, 2013 at 3:59 am -
Hi Internals. How do you feel about expanding the is_* functions to accept multiple parameters similar to the way isset() already does? From the manual: "If multiple parameters are supplied then ...
Leigh
Sep 18, 2013 at 9:53 am
Sep 19, 2013 at 10:48 am -
Hi all, It's been a whole from the discussion. I setup vote for RFC: Change crypt() behavior w/o salt. https://wiki.php.net/rfc/crypt_function_salt If I missed something, please let me know. Thank ...
Yasuo Ohgaki
Sep 24, 2013 at 1:42 am
Oct 29, 2013 at 8:49 am -
Hi! This is the (official) RFC thread for the patch proposed in http://php.markmail.org/message/7rn4mbwkbytqa3ig https://wiki.php.net/rfc/keywords_as_identifiers Any feedback about the RFC or the ...
Bob Weinand
Sep 16, 2013 at 12:53 pm
Oct 20, 2013 at 2:03 pm -
Hi, Any updates for "Escaping RFC for PHP Core"? https://wiki.php.net/rfc/escaper I think this is must have item for next PHP. -- Yasuo Ohgaki <span class="m_body_email_addr" ...
Yasuo Ohgaki
Sep 7, 2013 at 3:37 am
Sep 27, 2013 at 1:00 am -
What does this mean? Is this a one-time error? Did anyone else get it? (Do you even get this message, or was I removed already?) Anyone familiar with this? ---------- Forwarded message ---------- ...
Madara Uchiha
Sep 23, 2013 at 3:06 pm
Sep 23, 2013 at 5:13 pm -
It is approaching 2 1/2 years since the last release of PHP 5.2. 5.2 has been declared dead on more than one occasion around here. The dust has more or less settled since PHP 5.3 EOL was announced ...
Thomas Hruska
Sep 2, 2013 at 8:38 am
Sep 9, 2013 at 11:11 pm -
Hi, I am running a PHP script at the command line and piping the output through less: ./myScript | less Since less is an interactive program it puts the terminal into 'raw' mode so that it can read ...
Alain Williams
Sep 14, 2013 at 11:45 am
Sep 18, 2013 at 3:17 pm -
Hi, In Debian we build PHP for GNU/Hurd system, which need some minor fixes available here: http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=blob;f=debian/patches/116-posixness_fix.patch (per ...
Lior Kaplan
Sep 26, 2013 at 2:23 pm
Oct 2, 2013 at 9:55 am -
Hi All, Firstly, let me know if this is particularly spammy/inappropriate for this list. I just wanted to get some feedback on a long-time feature request (2011) about treating PUT the same as POST ...
Dave
Sep 24, 2013 at 5:20 am
Sep 24, 2013 at 4:57 pm -
Hello together, just wanted to mention, what the list of supported Timezones has changedin 5.4. It's already mentioned here, that all "special" timezones, expect of UTC are deprecated ...
Martin Keckeis
Sep 9, 2013 at 11:08 am
Sep 9, 2013 at 9:23 pm -
The stream socket functions are incredibly useful and obviate the need for the sockets extension for the vast majority of potential use-cases. However, it's currently it's not possible bind a socket ...
Daniel Lowrey
Sep 5, 2013 at 5:30 pm
Sep 6, 2013 at 2:30 pm -
Hi internals! I'd like to finish up the argument unpacking proposal ( https://wiki.php.net/rfc/argument_unpacking). The main open question (or at least the focus of the discussion) seems to be ...
Nikita Popov
Sep 23, 2013 at 7:33 pm
Sep 30, 2013 at 12:57 pm -
Hi All, I'd like to RFC on Nested Classes (Draft): https://wiki.php.net/rfc/nested_classes There's been a little bit of discussion already about it, in the usual places mostly, but also while ...
Joe Watkins
Sep 29, 2013 at 9:12 pm
Oct 4, 2013 at 4:34 pm -
Independent but related to - https://wiki.php.net/rfc/constructor-promotion I wrote an RFC about porting Dart-like Automatic Property Initialization to PHP. Nikic was so generous to provide an ...
Gordon Oheim
Sep 27, 2013 at 7:30 am
Sep 27, 2013 at 7:22 pm -
Hi, first of all I want to say that I am just a newbie in PHP. I am switching to PHP from other languages and I am exploring how PHP manages references. To do that I am gathering information about ...
Ruben
Sep 20, 2013 at 12:15 pm
Sep 21, 2013 at 7:45 pm -
Hi all, SG(request_info).post_data/raw_post_data is removed and modules supposed to read it from stream on master. Therefore, I tried to read stream at RINIT in a module as follows, ...
Yasuo Ohgaki
Sep 17, 2013 at 7:18 pm
Sep 18, 2013 at 11:53 pm -
We have recenty discussed a lot of new language features and RFC while our github pull requests are continously growing without getting pulled. We have 74 open pull request. So this is a clal for ...
David Soria Parra
Sep 16, 2013 at 1:36 am
Sep 16, 2013 at 10:43 am -
Hi, The success of builds on Travis seems to hinge on a particular test case: ext/standard/tests/file/disk_free_space_basic.phpt It asserts that if a file is written to, the free space after the ...
Tjerk Meesters
Sep 27, 2013 at 2:37 am
Oct 10, 2013 at 1:12 pm -
Hi internals, I realized we could not retrieve php_json_serializable_ce from other extension module. JsonSerializeable interface is easy to serialize with `json_encode`. So I want to adding getter ...
Chobie
Sep 7, 2013 at 3:43 pm
Sep 13, 2013 at 5:23 pm -
make all dollar sign usage optional except in double quoted strings and when calling calling functions by variable. relevant ...
Yigal irani
Sep 6, 2013 at 10:00 pm
Sep 9, 2013 at 3:58 am -
I'm working on documenting the XMLReader and XMLWriter classes. Is there someone on the list that can answer some questions about the details of how XMLReader works? Thanks. -John
John Stokes
Sep 21, 2013 at 7:32 am
Oct 2, 2013 at 2:45 pm -
Hi all, I would like to get _exactly_ the same sources that has been released. I though all archives are stored in museum.php.net, but apparently not. http://museum.php.net/php5/ Is there any place ...
Yasuo Ohgaki
Sep 30, 2013 at 7:47 am
Sep 30, 2013 at 8:08 am -
Hi all, I notice there are several Withdrawn status RFCs by ircmaxell, aka Anthony Ferrara. I am aware that he withdrew all his RFCs when he "rage-quitted" (his words) internals. However, some of ...
Andrea Faulds
Sep 16, 2013 at 11:08 pm
Sep 17, 2013 at 5:43 pm -
In the light of the recent scandal of the NSA (& others) attacking encryption would it be a good idea to see if we can get an audit of all the security related code in PHP ? It would do a bit to help ...
Alain Williams
Sep 16, 2013 at 10:56 am
Sep 16, 2013 at 3:10 pm -
Hi all, there is no description to be found about what the value of realpath_cache_size actually is. Is it a) max number of files/dirs in the cache or b) overall cache size? I checked php.ini samples ...
Bostjan Skufca
Sep 4, 2013 at 6:28 pm
Sep 5, 2013 at 11:58 am -
Correct. The commands to less are things like: page up/down, search, quit, ... The point about less commands are that they are (generally) single keystrokes, ie the user does not type RETURN after ...
Alain Williams
Sep 30, 2013 at 8:10 am
Nov 15, 2013 at 9:11 am -
Good day, security-conscious internals people. I'm ready to float an RFC + patch for default SSL/TLS peer verification and TLSv1.1/TLSv1.2 support as mentioned in this thread ...
Daniel Lowrey
Sep 30, 2013 at 7:56 pm
Oct 3, 2013 at 10:56 pm -
Heya I would like to have some opinions on the topic inconsistency between methods and __construct See the following code: class A { function __construct($a) {} function foo($a) {} } class B extends ...
Robert Stoll
Sep 26, 2013 at 9:19 pm
Oct 2, 2013 at 6:54 pm -
Hi, I wrote a *rough* patch to add new class entry "definition" for grouping functions, consts and vars. https://github.com/kuzuha/php-src/compare/feature;definition As you know, defining a lot of ...
Kuzuha
Sep 20, 2013 at 6:13 am
Sep 20, 2013 at 7:47 am -
Hello internals, I'm trying to fix deadlock in an ancient php 5.2.17, php hangs on internal libc lock. Backtrace follows #0 0x0000030b555024cb in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 ...
Lazy
Sep 13, 2013 at 8:11 pm
Sep 19, 2013 at 9:51 am -
Dan Brown and myself have been trying to debug an issue with posting to internals, where we think it just doesn't like custom domained gmail addresses. Here's trying a plain-old gmail account. Phil
Philip Sturgeon
Sep 11, 2013 at 4:32 pm
Sep 11, 2013 at 8:00 pm -
I've been doing a good deal of socket work lately and have some minor stream socket server additions to float, but before I do so I need to add some tests. None of the standard stream socket ...
Daniel Lowrey
Sep 5, 2013 at 12:48 am
Sep 5, 2013 at 7:25 am -
Hi, Total requests: 81 New: #471 <https://github.com/php/php-src/pull/471 Bug 64560 #472 <https://github.com/php/php-src/pull/472 Bug 49898 #474 <https://github.com/php/php-src/pull/474 Implement ...
Lior Kaplan
Sep 30, 2013 at 10:19 am
Sep 30, 2013 at 11:31 am -
bugs.php.net appears to be down. -- Thomas Hruska CubicleSoft President I've got great, time saving software that you might find useful. http://cubiclesoft.com/
Thomas Hruska
Sep 27, 2013 at 2:48 pm
Sep 27, 2013 at 3:14 pm -
Hi, there is some talk about contributing new features and roadmaps for PHP. What is missing is talk about maintenance. PHP is developing really fast, if you consider the distribution we reach. Let's ...
Johannes Schlüter
Sep 12, 2013 at 12:18 pm
Sep 13, 2013 at 12:29 am -
Hello, I have found your website wiki.horde.org when searching the web on the topics related to my website theme. I must say your site content is very good and I think we would benefit much from ...
Robert Froslev
Sep 12, 2013 at 9:30 pm
Sep 12, 2013 at 10:03 pm -
Since we've taken a stance against SOPA and the like in the recent past, I'm curious to hear what you all think of the TPP. The Electronic Frontier Foundation explains their position on it here ...
Kris Craig
Sep 29, 2013 at 11:41 pm
Sep 29, 2013 at 11:41 pm -
Hi, Someone pointed out to me recently that since the delimiters are not a requirement of PCRE, and thus should not be considered a part of the regular expression, there really is no need to escape ...
Sherif Ramadan
Sep 28, 2013 at 7:15 pm
Sep 28, 2013 at 7:15 pm -
Hi, 2nd week in a row that we get a lot of new pull requests. Any thoughts about how can we process them faster (especially bug fixes)? Other projects use 2 reviewers before commit or similar ...
Lior Kaplan
Sep 23, 2013 at 7:39 am
Sep 23, 2013 at 7:39 am -
Hi! The PHP development team announces the immediate availability of PHP 5.5.4. This release fixes several bugs against PHP 5.5.3. All PHP users are encouraged to upgrade to this new version. For ...
Julien Pauli
Sep 19, 2013 at 2:29 pm
Sep 19, 2013 at 2:29 pm -
Hi! Could someone grant me Zend karma, or apply attached patch to master, please? Thank you. -- Regards, Mike
Michael Wallner
Sep 17, 2013 at 6:08 am
Sep 17, 2013 at 6:08 am -
In the past week we've been "hammered" with 18 new pull requests, which I'm happy with (especially with the other internals discussions). But now the hard reviewing work begins, any help would be ...
Lior Kaplan
Sep 16, 2013 at 9:26 am
Sep 16, 2013 at 9:26 am
Group Overview
group | php-internals |
categories | php |
discussions | 56 |
posts | 622 |
users | 139 |
website | php.net |
139 users for September 2013
Archives
- June 2016 (1)
- May 2016 (648)
- April 2016 (33)
- March 2016 (575)
- February 2016 (423)
- January 2016 (40)
- December 2015 (266)
- November 2015 (481)
- October 2015 (23)
- April 2015 (156)
- March 2015 (988)
- February 2015 (836)
- January 2015 (1,468)
- December 2014 (710)
- November 2014 (703)
- October 2014 (787)
- September 2014 (730)
- August 2014 (700)
- July 2014 (1,142)
- June 2014 (488)
- May 2014 (816)
- April 2014 (355)
- March 2014 (611)
- February 2014 (971)
- January 2014 (963)
- December 2013 (489)
- November 2013 (468)
- October 2013 (562)
- September 2013 (622)
- August 2013 (451)
- July 2013 (330)
- June 2013 (422)
- May 2013 (364)
- April 2013 (359)
- March 2013 (497)
- February 2013 (537)
- January 2013 (547)
- December 2012 (335)
- November 2012 (148)
- October 2012 (480)
- September 2012 (632)
- August 2012 (661)
- July 2012 (841)
- June 2012 (362)
- May 2012 (317)
- April 2012 (1,101)
- March 2012 (908)
- February 2012 (780)
- January 2012 (428)
- December 2011 (466)
- November 2011 (690)
- October 2011 (331)
- September 2011 (628)
- August 2011 (777)
- July 2011 (558)
- June 2011 (1,099)
- May 2011 (488)
- April 2011 (345)
- March 2011 (236)
- February 2011 (137)
- January 2011 (230)
- December 2010 (434)
- November 2010 (701)
- October 2010 (211)
- September 2010 (277)
- August 2010 (362)
- July 2010 (205)
- June 2010 (399)
- May 2010 (416)
- April 2010 (473)
- March 2010 (635)
- February 2010 (148)
- January 2010 (325)
- December 2009 (335)
- November 2009 (334)
- October 2009 (270)
- September 2009 (205)
- August 2009 (276)
- July 2009 (605)
- June 2009 (460)
- May 2009 (285)
- April 2009 (254)
- March 2009 (351)
- February 2009 (335)
- January 2009 (451)
- December 2008 (347)
- November 2008 (475)
- October 2008 (795)
- September 2008 (620)
- August 2008 (673)
- July 2008 (829)
- June 2008 (654)
- May 2008 (642)
- April 2008 (653)
- March 2008 (872)
- February 2008 (804)
- January 2008 (751)
- December 2007 (752)
- November 2007 (563)
- October 2007 (490)
- September 2007 (499)
- August 2007 (660)
- July 2007 (965)
- June 2007 (359)
- May 2007 (904)
- April 2007 (476)
- March 2007 (451)
- February 2007 (465)
- January 2007 (499)
- December 2006 (480)
- November 2006 (454)
- October 2006 (391)
- September 2006 (437)
- August 2006 (389)
- July 2006 (840)
- June 2006 (397)
- May 2006 (778)
- April 2006 (426)
- March 2006 (591)
- February 2006 (291)
- January 2006 (391)
- December 2005 (434)
- November 2005 (1,060)
- October 2005 (554)
- September 2005 (677)
- August 2005 (1,157)
- July 2005 (419)
- June 2005 (704)
- May 2005 (195)
- April 2005 (446)
- March 2005 (474)
- February 2005 (770)
- January 2005 (210)
- December 2004 (295)
- November 2004 (308)
- October 2004 (558)
- September 2004 (580)
- August 2004 (734)
- July 2004 (927)
- June 2004 (653)
- May 2004 (575)
- April 2004 (774)
- March 2004 (585)
- February 2004 (819)
- January 2004 (700)
- December 2003 (903)
- November 2003 (682)
- October 2003 (530)
- September 2003 (297)
- August 2003 (659)
- July 2003 (604)
- June 2003 (952)
- May 2003 (994)
- April 2003 (557)
- March 2003 (556)