Search Discussions
-
Hello Internals, I've been meaning to write up a full-blown RFC for introducing a new standardized HTTP interface for PHP core for some time now. I figure now with PHP 7 on the road map this might be ...
Sherif Ramadan
Oct 30, 2014 at 6:23 pm
Nov 9, 2014 at 6:38 pm -
Hey guys, Does anybody know why we have $_GET and $_POST, but not $_PUT and $_DELETE? As far as I can tell, the only way to get these out currently is to parse their values by reading the incoming ...
Kris Craig
Oct 14, 2014 at 12:47 pm
Oct 30, 2014 at 5:17 pm -
Good evening, I am presenting a new RFC to add a set of three functions to do validated casts for scalar types: https://wiki.php.net/rfc/safe_cast Please read it. Thanks! -- Andrea Faulds ...
Andrea Faulds
Oct 20, 2014 at 10:57 pm
Nov 20, 2014 at 11:07 pm -
Morning internalz, https://wiki.php.net/rfc/ustring This is the result of work done by a few of us, we won't be opening any vote in a fortnight. We have a long time before 7, there is no rush ...
Joe Watkins
Oct 21, 2014 at 7:07 am
Oct 24, 2014 at 2:01 pm -
Although this patch does make it work with PHP 7, it also does do something absolutely different: it reinvents a wheel by coming up with a new XML protocol for debugging. So far I've been silent on ...
Derick Rethans
Oct 25, 2014 at 3:06 am
Oct 30, 2014 at 8:36 am -
Hi! I would like to present to your attention an RFC about using object as keys: https://wiki.php.net/rfc/objkey It was discussed in the past on the list: http://marc.info/?t=141145969600001&r=1&w=2 ...
Stas Malyshev
Oct 27, 2014 at 1:37 am
Oct 30, 2014 at 11:30 pm -
Good evening once again, Here’s another RFC: https://wiki.php.net/rfc/readonly_properties It proposes, with a working implementation, a modifier for properties that makes them readable and writeable ...
Andrea Faulds
Oct 23, 2014 at 11:36 pm
Nov 3, 2014 at 10:01 pm -
Good evening, Since I don’t want this to languish as a ‘Draft’ forever, despite the patch being incomplete, I am finally putting the Big Integer Support RFC “Under Discussion”. The RFC can be found ...
Andrea Faulds
Oct 10, 2014 at 9:34 pm
Oct 23, 2014 at 3:22 pm -
Hello folks, While rambling with some code today, I realized that `call_user_func` behaves strangely, appearing and disappearing from stack traces depending on versions of PHP. For an example, ...
Marco Pivetta
Oct 10, 2014 at 8:28 pm
Dec 1, 2014 at 7:22 am -
Hi internals! We currently have a number of deprecated features, which we likely want to remove in PHP 7. I've created a tracking RFC listing deprecated functionality (if I missed something, please ...
Nikita Popov
Oct 11, 2014 at 8:52 pm
Oct 15, 2014 at 8:24 am -
All, We’ve had some discussions about it during the version name & phpng RFC processes, and now that 5.6.0 is behind us – I think it’s time to get a more concrete game plan for PHP 7.0. I drafted an ...
Zeev Suraski
Oct 14, 2014 at 8:08 am
Oct 16, 2014 at 12:28 am -
Hello! The PHP development team announces the immediate availability of PHP 5.6.1. This fixes some bugs against 5.6.0. All PHP 5.6 users are encouraged to upgrade to this version. For source ...
Ferenc Kovacs
Oct 3, 2014 at 1:27 am
Oct 4, 2014 at 10:27 pm -
Hi internals! During the PHP 5.6 development cycle I have proposed an RFC [1] that suggested the use of exceptions instead of fatal errors in the engine. At the time the proposal was declined, ...
Nikita Popov
Oct 6, 2014 at 9:53 pm
Oct 10, 2014 at 8:43 pm -
Hi, I would like to propose the creation of a team to triage the pull requests on GitHub, to help ensure that the pull requests are handled in a timely manner. I am also volunteering to lead such a ...
John Bafford
Oct 30, 2014 at 9:57 pm
Nov 14, 2014 at 9:38 am -
Hey, I can't find any recent discussion in this mailing list on this topic, i think that most close one is http://grokbase.com/t/php/php-internals/143b6aevsp/unicode-strings. I was also reading ...
Aleksey Tulinov
Oct 14, 2014 at 9:04 am
Oct 16, 2014 at 5:03 pm -
Good afternoon, I've written an RFC which proposes to expose a namespace aliases/imports for user-land code. https://wiki.php.net/rfc/aliases_by_reflection I would like to ask you to open a ...
Miloslav Hůla
Oct 13, 2014 at 12:55 pm
Nov 3, 2014 at 6:46 am -
Hi, I opened a PR making FILTER_VALIDATE_URL more strict and more compliant with standards: https://github.com/php/php-src/pull/826 Can anyone review (and merge) this patch? Thanks! -- Kévin Dunglas ...
Kévin Dunglas
Oct 14, 2014 at 11:42 am
Nov 14, 2014 at 9:45 am -
Heya, I always found it very ugly that it is possible to define a use outside of a namespace. Consider the following: namespace{ //default namespace } use foo\Bar; namespace test{ new Bar(); //error, ...
Robert Stoll
Oct 29, 2014 at 7:55 pm
Nov 13, 2014 at 12:57 pm -
Dear Internals, I finally have a working implementation for return types RFC[1] built on top of master. There are a few notes in the PR[2] about the implementation. I invite you all to review the PR ...
Levi Morrison
Oct 16, 2014 at 4:39 am
Oct 23, 2014 at 10:28 pm -
12
ArrayPath
Hi, I would like to suggest something for php like a class I am using https://github.com/mathiasgrimm/arraypath The reason is to access arrays like this: $idx3 = ArrayPath::get('idx1/idx2/idx3', ...Mathias Grimm
Oct 7, 2014 at 4:05 pm
Oct 8, 2014 at 1:21 am -
Hi, See https://bugs.php.net/63595 Short, changing gmp memory allocator can cause segfaults in various case where gnutls is used and initialized "before" gmp. - - php + gmp + curl = segfaults - - ...
Remi Collet
Oct 10, 2014 at 8:39 am
Oct 21, 2014 at 6:01 am -
Hi! Do we have a page that lists the versions of PHP that are currently supported and when their support expires? If not, why not? What I am looking for is basically a page that lists the information ...
Sebastian Bergmann
Oct 27, 2014 at 9:38 am
Oct 28, 2014 at 6:19 am -
Hi, Julien an me came to an agreement to revert the recent(the remote debugging stuff not part of any official release yet) phpdbg changes after a discussion with Stas and David. We do understand ...
Ferenc Kovacs
Oct 30, 2014 at 10:35 am
Oct 30, 2014 at 9:06 pm -
... like the hidden array element: http://3v4l.org/6uFqf ... like the hidden object property: http://3v4l.org/RPJXH Marc
Marc Bennewitz
Oct 14, 2014 at 3:55 am
Oct 15, 2014 at 6:33 am -
Hi! I wonder why this feature removal is done without even a note on the internals, let alone any discussion. Have I missed something? -- Stanislav Malyshev, Software Architect SugarCRM ...
Stas Malyshev
Oct 9, 2014 at 7:15 pm
Oct 10, 2014 at 12:21 pm -
Hi Nikita, I just remember we was talking that variable names and array keys aren't expected to be that long, so stayed by that approach. Actually some casts would be needed if it's done the other ...
Anatol Belski
Oct 22, 2014 at 7:13 pm
Oct 22, 2014 at 8:09 pm -
Hello! The PHP development team announces the immediate availability of PHP 5.4.34. 6 security-related bugs were fixed in this release, including fixes for CVE-2014-3668, CVE-2014-3669 and ...
Stas Malyshev
Oct 17, 2014 at 4:51 am
Oct 17, 2014 at 4:00 pm -
Hey, I just stumbled over a method call of a non-static method with self and was asking myself again, why does PHP support this behaviour. An example to outline what I am writing of: class A{ ...
Robert Stoll
Oct 12, 2014 at 8:37 am
Oct 28, 2014 at 1:54 pm -
Good evening, Internals! *Disclaimer: *I wanted to bring this discussion inside the internals mailing list not only because of the fact that the PHP.net website's source code on GitHub doesn't have ...
Daniel Ribeiro
Oct 24, 2014 at 6:53 pm
Oct 26, 2014 at 8:37 am -
Hi Anatol, I know, TSRM uses TLS APIs internally. In my opinion, the simplest (and probably efficient) way to get rid of TSRMLS_DC arguments and TSRMLS_FETCH calls, would be introducing a global ...
Dmitry Stogov
Oct 1, 2014 at 6:01 am
Oct 13, 2014 at 1:38 pm -
Hi, Bug 63520 is still not fixed. We have 2 alternative extensions - - jsonc the older one, probably not perfect, but used in a lot of downstream distributions - - jsond the recent one I think it is ...
Remi Collet
Oct 12, 2014 at 6:16 am
Dec 14, 2014 at 7:50 pm -
Hi! I'd like to have a vote on unserialize() improvement proposal outlined here: https://wiki.php.net/rfc/secure_unserialize soon-ish, but since discussion on it has been more than a year ago I'd ...
Stas Malyshev
Oct 27, 2014 at 8:03 am
Oct 28, 2014 at 1:23 pm -
Good early morning (late night for me) internals! I would like to propose a small addition be made to the DateTime date format constant definitions. https://github.com/php/php-src/pull/882 This is my ...
Trevor Suarez
Oct 30, 2014 at 7:03 am
Nov 3, 2014 at 3:11 pm -
Hello, I followed the instructions to mail to this address to measure the reaction of an idea before going through the process of creating an RFC, but I am sorry if this is off topic for this board ...
Dominic Grostate
Oct 2, 2014 at 6:45 pm
Oct 3, 2014 at 12:13 am -
https://github.com/php/php-src/blob/master/ext/opcache/zend_accelerator_module.c#L259 That looks suspicious to me and in simple testing doesn't appear to be the case. I mean, you can set it per-dir, ...
Rasmus Lerdorf
Oct 30, 2014 at 5:10 pm
Nov 5, 2014 at 5:35 am -
Hey folks, A thread on reddit (here: https://www.reddit.com/r/PHP/comments/2jpzzj/php_56_throws_e_deprecated_by_default_for_no/) noted that in 5.6 there is an E_DEPRECATED thrown if ...
Davey Shafik
Oct 20, 2014 at 4:48 am
Oct 20, 2014 at 9:32 am -
Hi I've got an idea for php, but I'm not used to being out in the development environment for PHP / Apache.... I am a web developer in a full-time, but taught at the IT University of Copenhagen in ...
Uve Vesterbrandt
Oct 17, 2014 at 1:15 pm
Oct 17, 2014 at 1:50 pm -
Hi all, Opening the vote on loop + or control structures. https://wiki.php.net/rfc/loop_or Voting will close in 1 week and requires a 2/3 in favour to pass. Remember at this stage the implementation ...
Leigh
Oct 3, 2014 at 8:33 pm
Oct 9, 2014 at 9:50 pm -
Reference to bug: https://bugs.php.net/bug.php?id=62596 PHP 5.3.33 - FPM not given getallheaders function.PHP 5.3.33 - FPM not given getallheaders function. PHP 5.4.33-1~dotdeb.1 (cli) (built: Sep 19 ...
Bradley Weston
Oct 9, 2014 at 9:08 am
Oct 9, 2014 at 1:05 pm -
Guys, in php-src we have this nice file EXTENSIONS listing maintenance status and primary maintainers of extensions. For the following extensions maintainers. Could any of the maintainers please add ...
Johannes Schlüter
Oct 3, 2014 at 12:19 am
Oct 8, 2014 at 12:03 am -
Hi, currently the 5.6 release schedule is not in sync with 5.4 and 5.5 which is a bit inconvenient (it is easier to sync between the RMs if they are targetting the same dates with their release, ...
Ferenc Kovacs
Oct 7, 2014 at 2:08 pm
Oct 7, 2014 at 6:21 pm -
I don’t want to restart any previous threads, but I’d like to get/restart the conversation going with the pecl/http RFC: https://wiki.php.net/rfc/pecl_http <https://wiki.php.net/rfc/pecl_http ...
Will Fitch
Oct 31, 2014 at 8:47 pm
Nov 1, 2014 at 3:43 pm -
Anatol has been doing some great work with Thread Local Storage (under the native-tls branch). I have tested it on Windows and its performance and functionality are now the same as master builds ...
Matt Ficken
Oct 30, 2014 at 4:53 am
Oct 31, 2014 at 3:41 pm -
I've heard through grapevine that PHP was looking for some extra help with some of the system administration tasks. I've been doing Linux administration for about 8 years, and currently run servers ...
Chris Tankersley
Oct 30, 2014 at 2:08 am
Oct 31, 2014 at 8:17 am -
I would like access to edit the wiki and submit RFCs. Thanks, -John
John Bafford
Oct 28, 2014 at 11:47 pm
Oct 28, 2014 at 11:53 pm -
to contribute to the PHP source regularly.
Daniel Sam
Oct 13, 2014 at 6:11 pm
Oct 17, 2014 at 11:53 pm -
Maintaining php.net
Dinesh Kumar Saini
Oct 10, 2014 at 11:00 am
Oct 17, 2014 at 11:50 pm -
Hello :-), Does anyone know something about this bug: https://bugs.php.net/bug.php?id=68128 ? Thanks! -- Ivan Enderlin Developer of Hoa http://hoa-project.net/ PhD. at DISC/Femto-ST (Vesontio) and ...
Ivan Enderlin @ Hoa
Oct 3, 2014 at 7:39 pm
Oct 6, 2014 at 1:55 am -
Hello PHP 5.6.3 RC1 is available for testing. You can download it from http://server.famillecollet.com/php/ The Windows binaries are available at http://windows.php.net/qa/ This release contains a ...
Julien Pauli
Oct 31, 2014 at 5:08 pm
Oct 31, 2014 at 5:08 pm -
Hello PHP 5.5.19 RC1 is available for testing. You can download it from http://server.famillecollet.com/php/ The Windows binaries are available at http://windows.php.net/qa/ This release contains a ...
Julien Pauli
Oct 31, 2014 at 5:08 pm
Oct 31, 2014 at 5:08 pm
Group Overview
group | php-internals |
categories | php |
discussions | 61 |
posts | 787 |
users | 124 |
website | php.net |
124 users for October 2014
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)