Search Discussions
-
Hi guys, the topic says most of it. What do you think about deprecating the global keyword and $GLOBALS with it? Together with this making $_REQUEST, $_GET and $_POST read-only as they should be used ...
Andrey Hristov
Dec 9, 2010 at 10:14 am
Dec 10, 2010 at 1:42 am -
The very simple attached patch adds an option to disable POST data processing, which implies the data can only be read in a stream fashion through php://input. As far as I know, PHP offers no way to ...
Gustavo Lopes
Dec 7, 2010 at 7:13 am
Jul 27, 2011 at 4:50 pm -
Hi: Traits do not provide any special provisioning for handling properties, especially, there is no language solution for handling colliding property names. The current solution/idiom for handling ...
Stefan Marr
Dec 11, 2010 at 4:47 pm
Jan 9, 2011 at 9:14 pm -
Hi, I think traits will lend themselves to frequent runtime checking against the type of class in which they were used. Consider a trait designed for use with an Iterator class; the first thing might ...
Nathan Nobbe
Dec 9, 2010 at 7:44 am
Dec 13, 2010 at 6:44 pm -
18
RFC - MACRO
I want to request a C/C++ feature that i think is good. MACRO <?php MACRO('PF','private function _'); MACRO('SCOPE_CLASS','class MyProject_'); class UseMacro { PF preSave($object) { //... } } ...Mathias Grimm
Dec 22, 2010 at 5:11 pm
Dec 26, 2010 at 5:55 pm -
Hi All, I have a few questions about the performance of PHP web applications *under load* and I would appreciate if there is anyone that would like to share their experiences in terms of any ...
Israel Ekpo
Dec 14, 2010 at 6:06 pm
Dec 16, 2010 at 5:37 pm -
Mantain ext/snmp extension: src & docs
Boris Lytochkin
Dec 14, 2010 at 7:03 pm
Jan 31, 2011 at 11:18 am -
Hello, I work for social network company, where we were running optimization project. One of it's results is patch to Zend engine's Hashtable, which we want to share and ask you for comments and ...
Marcin Babij
Dec 31, 2010 at 3:00 pm
Jan 31, 2011 at 11:36 am -
Forgive me - it's been a *long* time since I've used a listserv, and I'm still getting the hang of getting the message tags exat. Reposting for those who may have missed this because I got the exact ...
Michael Morris
Dec 10, 2010 at 1:25 am
Jan 12, 2011 at 12:20 am -
In the current implementation DateTime is not a value object, but its internal state can be modified at any given time. This can lead to very obscure bugs when references to DateTime objects are ...
Benjamin Eberlei
Dec 5, 2010 at 12:11 am
Dec 5, 2010 at 8:21 pm -
9
Re: EBNF
Dear internals After enviously looking at pythons grammar (http://docs.python.org/dev/reference/grammar.html) I keep feeling that PHP is missing out on a lot of interesting meta projects by not ...Rune Kaagaard
Dec 31, 2010 at 11:42 am
Jan 4, 2011 at 8:56 am -
RFC __autodefine / spl_autodefine This proposal proposes to introduce one function for automagically defining missing definitions at run time. The reader should have a reasonable level of PHP ...
Loon, Reinier van
Dec 6, 2010 at 7:38 pm
Dec 9, 2010 at 3:27 am -
7
LXR
Hi, I've seen quite a few reports that some people are seeing a CentOS test page when going to http://lxr.php.net. I, however, don't. If anyone reading this sees this, can you reply and let me know ...Michael Maclean
Dec 31, 2010 at 7:37 pm
Jan 1, 2011 at 2:03 am -
Attached are source/test and manual patches for the addition of two methods to the SplObjectStorage class. These methods, removeCommon and removeUncommon, add support for the difference and ...
Matthew Turland
Dec 19, 2010 at 5:34 am
Dec 20, 2010 at 8:05 pm -
While a little off topic, I feel that it is worth our having a discussion on project management. Source control, and the like ... Current discussion on 'git' highlights the fact that there is no ...
Lester Caine
Dec 1, 2010 at 8:12 am
Dec 1, 2010 at 1:59 pm -
Hello everyone, Firstly I would like to introduce myself, my name is Marc Easen and I've working with PHP for past 6 years or so. I'm really excited to see where PHP is going with the addition of ...
Marc Easen
Dec 26, 2010 at 1:20 pm
Mar 9, 2011 at 7:35 pm -
It is not the goal to "block" but to prevent the usual processing of $_POST when not required inside a valide POST request which will handle the input differently. Le 7 déc. 2010 23:36, "Tig" ...
Patrick ALLAERT
Dec 7, 2010 at 11:53 pm
Dec 8, 2010 at 7:25 pm -
Dear all, this RFC started by me having a problem on these subjects (not only me I think) : - namespaced functions and constants loading, or rather not-autoloading, - interfaces loading (this time, ...
Nicolas Grekas
Dec 31, 2010 at 1:57 pm
Jan 5, 2011 at 6:20 pm -
Hi. What macros exist regarding processing arrays in PHP (core not userland)? I want to pass ... array('value1', 'value2', 'value3') to a function and in the function have it converted to ...
Richard Quadling
Dec 31, 2010 at 1:49 pm
Dec 31, 2010 at 2:50 pm -
Hi, The proposed patch completely removes ext/mbstring compile-time dependencies. As result the same php binaries may be used for Asian and European languages without performance degradation. ...
Dmitry Stogov
Dec 6, 2010 at 8:31 am
Dec 6, 2010 at 8:49 pm -
Hi! Since my first attempt to make error reporting in PHP more efficient (see epic thread here: http://www.pubbs.net/200908/php/49633-php-dev-patch-error-masks.html) I thought about another approach ...
Stas Malyshev
Dec 19, 2010 at 3:31 am
Dec 19, 2010 at 10:03 am -
I created my own php sapi 1 year ago and it was only single threaded. Now I tried to make it multi-threaded by using TSRM. I got 1 thread starting up and shutting down the TSRM and my module and many ...
Gary Zipfel
Dec 3, 2010 at 10:17 am
Dec 13, 2010 at 6:38 pm -
Hi: While preparing some explanations on how to use traits, I stumbled over an inconsistency in the current implementation. Currently collisions, if they are explicit in the code, lead to a warning ...
Stefan Marr
Dec 5, 2010 at 2:04 pm
Dec 7, 2010 at 12:03 pm -
Hello all, long time no see. When I am inside the body of an autoloader function, am I allowed to assume the invariant that the class passed to the autoloader function does not exist? Last time I ...
Edward Z. Yang
Dec 31, 2010 at 12:15 am
Dec 31, 2010 at 12:37 am -
Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org --- sapi/fpm/fpm/fpm_conf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Cristian Rodríguez
Dec 27, 2010 at 10:50 pm
Dec 28, 2010 at 7:21 am -
Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org --- ext/date/tests/bug51819.phpt | 1 + ext/phar/tests/bug52013.phpt | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Cristian Rodríguez
Dec 27, 2010 at 10:41 pm
Dec 28, 2010 at 12:06 am -
Been pointed this way by some folks that this is the place to set suggestions on changes to the functions or language. I have two at the moment, and that is to the including functions (include, ...
Michael Morris
Dec 9, 2010 at 8:53 pm
Dec 9, 2010 at 9:26 pm -
Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org --- main/snprintf.h | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/snprintf.h ...
Cristian Rodríguez
Dec 27, 2010 at 10:08 pm
Dec 27, 2010 at 10:08 pm -
Hi. Can anyone take a look at http://bugs.php.net/bug.php?id=53166? I've supplied the php-src 5.3 and trunk patches to correct the prototype and reflection. Once done, I can correct phpdoc. Richard. ...
Richard Quadling
Dec 22, 2010 at 1:42 pm
Dec 22, 2010 at 1:42 pm -
ping!
Lytochkin Boris
Dec 21, 2010 at 9:23 pm
Dec 21, 2010 at 9:23 pm -
Ubuntu security contact, as requested.
Steve Beattie
Dec 17, 2010 at 7:17 pm
Dec 17, 2010 at 7:17 pm -
Hello, I hereby ask for access to security related bugs with the security flag set. I was pointed here by Pierre Joye to formally request this. Thanks in advance.
Oden Eriksson
Dec 17, 2010 at 12:28 am
Dec 17, 2010 at 12:28 am -
The PHP development team would like to announce the immediate availability of PHP 5.2.16. This release marks the end of support for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3. ...
Ilia Alshanetsky
Dec 16, 2010 at 12:17 pm
Dec 16, 2010 at 12:17 pm -
The PHP development team would like to announce the immediate availability of PHP 5.2.15. This release marks the end of support for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3. ...
Ilia Alshanetsky
Dec 10, 2010 at 1:25 am
Dec 10, 2010 at 1:25 am -
The PHP development team is proud to announce the immediate release of PHP 5.3.4. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes. Security Enhancements ...
Johannes Schlüter
Dec 10, 2010 at 1:20 am
Dec 10, 2010 at 1:20 am -
I did not see in the announce that you change the two weeks rule to a single week. I really do not consider that going final today is the right thing to do. Maybe for 5.2 but it is definitively not ...
Pierre Joye
Dec 8, 2010 at 9:49 pm
Dec 8, 2010 at 9:49 pm -
Whether you are purchasing a new subscription, renewing an old one, or advertising with us – all purchases allow you to choose one of many wonderful holiday gifts. It's our way of thanking you for ...
CelebrityAccess
Dec 6, 2010 at 7:24 pm
Dec 6, 2010 at 7:24 pm -
The second release candidates of 5.2.15 and 5.3.4 were just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.15RC2.tar.bz2 (md5sum: ...
Ilia Alshanetsky
Dec 3, 2010 at 12:47 am
Dec 3, 2010 at 12:47 am
Group Overview
group | php-internals |
categories | php |
discussions | 38 |
posts | 434 |
users | 98 |
website | php.net |
98 users for December 2010
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)