Search Discussions
-
Greetings hackers I spoke with Derick today, and we both agreed on releasing an alpha of PHP 5.4 to show the public what we have been working since 5.3. We are going to release an alpha at september ...
Kalle Sommer Nielsen
Aug 10, 2010 at 10:03 pm
Aug 19, 2010 at 7:38 am -
Hi! I think by now, whatever you think on strict typing/typehints, it is clear to everybody that there's no consensus about this feature, and with Rasmus, Zeev & Andi, along with many others, being ...
Stas Malyshev
Aug 11, 2010 at 6:30 pm
Nov 1, 2010 at 11:17 pm -
Folks, http://bugs.php.net/52563 suggests adding an E_NONE constant (set to 0) to go with the various other E_* constants we have. I've hacked up a quick patch against trunk (attached to the report) ...
Adam Harvey
Aug 24, 2010 at 10:49 am
Aug 27, 2010 at 10:15 am -
32
5.4 Alpha?
Greetings geeks With the recent additions to 5.4, aren't we getting closer to have a public alpha release, or just a development test as we have many great additions and changes to the current trunk ...Kalle Sommer Nielsen
Aug 9, 2010 at 9:56 pm
Aug 11, 2010 at 2:13 am -
Hi! I recently noticed this code: <?php error_reporting(E_ALL | E_STRICT); class ObjParent { public function set($param2 = ''){ } } class ObjChild extends ObjParent { public function set(){ } } ...
Stas Malyshev
Aug 19, 2010 at 7:51 am
Aug 20, 2010 at 1:38 pm -
Hello PHP Internals! Recently a RFC was included on the PHP Wiki[1]. I know there've been a lot of buzz related to PHP 5.4, but this is not the subject of this email. I'm here to propose a new ...
Pierrick Charron
Aug 25, 2010 at 12:57 pm
Aug 28, 2010 at 12:19 am -
What's wrong with 5.3 on windows (separate topic please :) A number of extensions were dropped because of the rules applied to building them. In my case php_interbase is missing, and since Firebird ...
Lester Caine
Aug 12, 2010 at 6:59 am
Aug 19, 2010 at 3:40 pm -
Currently, I'm working on several parallel feature additions to the date extension. Specifically with regard to accurate calculation of seasonal equinox, an added paremeter character to display the ...
Kris Craig
Aug 10, 2010 at 1:16 am
Oct 6, 2010 at 2:24 am -
Hi, For now you can only index an array using a scalar type or a string. Is there some rfc or work going on to enlarge the possibility so that it is possible to have some other object like: - closure ...
Mathieu.suen
Aug 6, 2010 at 2:33 pm
Aug 9, 2010 at 2:26 pm -
Hi all! I am developing a small PHP extension and I ATM can't figure out how to get to $_SERVER['SCRIPT_FILENAME'] content while in PHP_RINIT or PHP_RSHUTDOWN function. Can someone please hint me ...
Bostjan Skufca
Aug 9, 2010 at 11:32 am
Aug 12, 2010 at 5:38 pm -
I've updated the wiki page for "Closures with objects extension" with things that are in "Proposal A with modification"s but are not implemented: ...
Gustavo Lopes
Aug 11, 2010 at 1:38 pm
Aug 12, 2010 at 5:31 pm -
Hi, In the following sample code, I expected that the magic method __call only works within the class Test. But it seems that the access control keyword private lost its efficacy when working ...
Shijiang
Aug 3, 2010 at 11:10 am
Aug 4, 2010 at 2:50 am -
Hi, is there any reason why no namespace separator constant exists in PHP. I have many cases where I concatenate strings to a namespace. This ends up with many class constants like const NS_SEPARATOR ...
Christian Kaps
Aug 10, 2010 at 7:56 pm
Aug 10, 2010 at 9:41 pm -
Hello internals, I wonder whether it is possible to implement "static initialization block" feature in PHP, for example: <?php class Foo { } class Bar { public static $baz = 'baz'; public static ...
Jingcheng Zhang
Aug 17, 2010 at 7:39 am
Aug 17, 2010 at 2:59 pm -
I wanted to discuss this bug to try to get it resolved. I briefly discussed this over ICQ and had differing opinions then the person I was talking to, so naturally I wanted a bigger audience. Quick ...
Lonny K
Aug 27, 2010 at 8:01 am
Nov 1, 2010 at 5:19 pm -
Hi guys, long time reader, 2nd time poster. I realize there is much...bitterness about multithreading in PHP. I feel it is important, but I know others don't. I just wanted to write and say that I ...
Alec
Aug 23, 2010 at 3:12 am
Aug 24, 2010 at 11:33 pm -
Hello ! During french PHP test fest, i have tested ReflectionMethod::getPrototype(), and the result is... strange. This is the PHPT file : --TEST-- --FILE-- <?php class Hello { public function ...
Frederic Hardy
Aug 21, 2010 at 3:19 pm
Aug 23, 2010 at 12:09 am -
Hi Even though one cannot bind a static closure to an instance, one can rebind its scope with the Closure::bind/Closure::bindTo: class foo { static protected $field = "foo_field"; static function ...
Gustavo Lopes
Aug 3, 2010 at 6:12 pm
Aug 5, 2010 at 2:04 pm -
1. What optimizations does PHP interpreter make? I guess it should be able to check file modification time and cease to compile it again and again. Is this correct? There is some bytecode form, ...
Stanisław Findeisen
Aug 20, 2010 at 6:16 pm
Aug 20, 2010 at 8:59 pm -
Sounds good to me. Melanie
Melanie Rhianna Lewis
Aug 12, 2010 at 4:59 pm
Aug 12, 2010 at 6:54 pm -
Dear Encore Reader, We have recently published a number of articles regarding our new live event business intelligence service – TourIntel . The response to this revolutionary new service has been ...
CelebrityAccess
Aug 30, 2010 at 6:16 pm
Aug 30, 2010 at 6:16 pm -
hi, Great thing :) I wonder if we could not rename then sapi_* and document which SAPI supports them, instead of using apache_* for fastcgi & co. Cheers, -- Pierre @pierrejoye | ...
Pierre Joye
Aug 27, 2010 at 8:37 am
Aug 27, 2010 at 8:37 am -
hi, when looking at the bug http://bugs.php.net/52045, I figure out that the CLI sapi need to not check php.ini in the current directory (in main/php_ini.c from line 436 to line 442). I need to ...
Jérôme Loyet
Aug 24, 2010 at 6:04 pm
Aug 24, 2010 at 6:04 pm -
Didn't we go back on the decision on deprecating curly braces for string indexing? I think this is the reason why it doesn't emit E_DEPRECATED. Cheers, Mike
Michael Wallner
Aug 18, 2010 at 6:39 am
Aug 18, 2010 at 6:39 am -
hi, Announcing what? I do not know where and when you talked to Derick but seriously, it does not matter. At all. For one, there is no release decision yet. No need to say that there is no RM either. ...
Pierre Joye
Aug 11, 2010 at 12:02 am
Aug 11, 2010 at 12:02 am
Group Overview
group | php-internals |
categories | php |
discussions | 25 |
posts | 362 |
users | 85 |
website | php.net |
85 users for August 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)