Search Discussions
-
Hi Folks: I just stumbled upon a regression in 5.4. In an array, a sub-sub-key of an existing key is now returning a letter of the value indexed by the main key. I'm raising it here so it doesn't get ...
Daniel Convissor
Nov 23, 2011 at 1:50 am
Nov 25, 2011 at 10:11 am -
Hey everyone, After lengthy discussions and various opinion, we believe this issue has been discussed at length and the PSR-0 has had this standard effective for the past 1.5 year. The SplClassLoader ...
David Coallier
Nov 7, 2011 at 1:41 pm
Nov 10, 2011 at 7:10 pm -
Hi all, Few years ago, I have proposed strict session. It seems PHP 5.4 and php-src don't have protection against session adoption yet. Since there will be many TLDs, session adoption attack will be ...
Yasuo Ohgaki
Nov 4, 2011 at 6:33 am
Dec 5, 2011 at 1:59 am -
38
who can vote
Hi. As it was brought up recently that who can vote, and how are the community representatives granted with voting rights, I created an RFC draft for defining that- Please feel free to discuss and ...Ferenc Kovacs
Nov 9, 2011 at 8:07 am
Nov 10, 2011 at 11:28 pm -
Hey all (Filipe), This was brought up in the thread "New dereferencing syntaxes in 5.4". I too think this would be beneficial: $value = ($obj = new Foo)- produceAValue(); but the current parser ...
Ralph Schindler
Nov 30, 2011 at 6:09 pm
Dec 3, 2011 at 9:42 am -
Hi: this revisioin remove the ob_* functions: http://svn.php.net/viewvc?view=revision&revision=299980 is this intentional? if yes, I think this will become a doc problem. thanks -- Laruence Xinchen ...
Laruence
Nov 13, 2011 at 3:11 pm
Dec 30, 2011 at 9:57 am -
Hi internals, I've written a RFC about the optimization of the autoloader error handling. Please take a moment to review the RFC and post any questions, suggestions or concerns here. ...
Christian Kaps
Nov 24, 2011 at 10:28 pm
Nov 26, 2011 at 2:58 am -
Hi Folks: The output of mysqli_fetch_field() produces different results when running against mysqlnd than it does against libmysql. I've mentioned issues along these lines a couple times on the list ...
Daniel Convissor
Nov 18, 2011 at 9:06 pm
Sep 6, 2012 at 7:40 am -
Hello all, My team is interested in permitting .user.ini files to load extensions. We believe this to be a simple fix: add an invocation of php_ini_register_extensions to the end of ...
Edward Z. Yang
Nov 8, 2011 at 8:23 am
Nov 12, 2011 at 7:37 pm -
Hi! I've noticed that if I run PHP 5.4 under Valgrind on my Mac, I get this: Fatal error: Error installing signal handler for 31 in Unknown on line 0 Could not startup. Indeed, valgrind says: ...
Stas Malyshev
Nov 8, 2011 at 5:23 am
Nov 8, 2011 at 10:45 pm -
Hey All, Concerning RC1, __construct() and https://wiki.php.net/rfc/prototype_checks I think we need to round out this discussion on the __construct() signature checking in 5.4. The current behavior ...
Ralph Schindler
Nov 17, 2011 at 9:12 pm
Nov 24, 2011 at 12:32 pm -
Guilherme et al, Since you asked me for feedback on how I would suggest improving the RFC, so here it goes... I think I need to make one thing clear first. I don't think that I can vote yes for this ...
Anthony Ferrara
Nov 10, 2011 at 3:26 pm
Nov 11, 2011 at 7:45 pm -
Greetings! My team and I (which means Ralph Schindler and Enrico Zimuel) took some time this week to: * Build PHP 5.4.0RC1 and run make tests (and send feedback) * Run Zend Framework 1.11 unit tests ...
Matthew Weier O'Phinney
Nov 17, 2011 at 8:46 pm
Nov 18, 2011 at 5:45 pm -
Hi, I'm currently writing a shared extension thta depends on another shared extension (igbinary). "make test" doesn't handle this at the moment, because it removes every extension= line from it's ...
Derick Rethans
Nov 28, 2011 at 1:11 pm
Nov 28, 2011 at 3:48 pm -
12
pecl sqlite
Hi. We moved the sqlite ext from core to pecl with 5.4, but the http://pecl.php.net/package/sqlite still advertises using ext/sqlite instead. Is that intentional? The problem is, that for 5.3, the ...Ferenc Kovacs
Nov 16, 2011 at 11:06 am
Nov 19, 2011 at 12:15 pm -
Hi all, I noticed that "Zend Multibyte Support" won't be on with ./sapi/cli/php -d zend.multibyte=1 nor zend.multibyte=on (in php.ini) This happens both php-src and php-src-5.4. According to ...
Yasuo Ohgaki
Nov 3, 2011 at 12:32 am
Nov 3, 2011 at 11:27 am -
Hi! We have the following issues which I'd really like to put behind us before RC (please correct me if they already were resolved): 1. is_a issue - did we resolve it? If not - does anyone have a ...
Stas Malyshev
Nov 7, 2011 at 6:52 am
Nov 8, 2011 at 11:08 am -
Hi! First of all, I would like to politely ask everybody on the list to change subject if, well, subject of the discussion changes. I was totally under impression that this topic still discusses ...
Stas Malyshev
Nov 23, 2011 at 7:03 am
Nov 24, 2011 at 9:44 pm -
Hi all, I've posted pgsql patch that adds pg_escape_literal()/pg_escape_identifier() which escapes SQL literal and idetifier. (i.e. table names, filed names, etc) https://gist.github.com/1381181 When ...
Yasuo Ohgaki
Nov 21, 2011 at 10:42 pm
Nov 25, 2011 at 4:29 am -
Hi Laruence, Is there anyway to make the PHP CLI webserver tests more resilient? They are failing on gcov.php.net and are high on the list of user test reports: ...
Christopher Jones
Nov 16, 2011 at 7:41 pm
Nov 17, 2011 at 2:07 am -
Hi internals! I want to discuss some details of the new dereferencing syntaxes which were introduced in 5.4. 1. I already mentioned lack of support for dereferencing using the alternative array ...
Nikita Popov
Nov 20, 2011 at 3:42 pm
Nov 30, 2011 at 6:55 pm -
It seems to me, there's a couple of things related to traits that were missed in this implementation. Take the following example: <?php header('Content-type: text/plain'); class Cart { public static ...
Rasmus Schultz
Nov 11, 2011 at 4:00 pm
Nov 17, 2011 at 6:32 am -
Hello, While browsing through the changelog for PHP 5.4, I noticed the new short syntax for creating arrays. I had been wanting this feature for a very long time, and this pushed me to make a ...
Antoine Delignat-Lavaud
Nov 13, 2011 at 1:37 am
Nov 14, 2011 at 2:43 pm -
I'm having trouble getting some changes to the parser to recognize some new syntax. I've attached a patch of what I've done. Here is the syntax I am trying to get to be parsed properly: <?php class ...
Php-dev
Nov 7, 2011 at 2:54 am
Nov 7, 2011 at 5:31 pm -
Hello, Calling session_regenerate_id() inside a same request will generate multiple Set-Cookie headers example code: <? session_start(); session_regenerate_id(); session_regenerate_id(); ? will ...
Patrick ALLAERT
Nov 15, 2011 at 10:09 pm
Jan 20, 2012 at 6:45 am -
I've patched intl to support the new ICU API, adding another parameter to the functions so they assume either the current behavior or call the new API. Example: ...
Gustavo Lopes
Nov 21, 2011 at 3:52 am
Nov 23, 2011 at 12:04 am -
Hi! We're in RC now, and I'm very concerned about the status of DateTime functionality (see bugs 60236, 60237 and XFAILs) - I've reported these problems in June, but not much happened since then. I'm ...
Stas Malyshev
Nov 21, 2011 at 1:41 am
Nov 21, 2011 at 9:27 am -
What would everyone think about multiple levels of visibility for getters/setters? class Sample { public $Variable { public get { return "Public"; } protected get { return "Protected"; } private get ...
Clint M Priest
Nov 19, 2011 at 1:46 am
Nov 19, 2011 at 9:37 pm -
I looked through the mailing list archives, and in several threads the consensus seemed to be that the setters should throw a warning, but the getters should not... Bug report is up at ...
David Zülke
Nov 12, 2011 at 11:06 am
Nov 15, 2011 at 1:25 pm -
Hi Johannes, Any plan to package the RC today? it has been a while since the last RC. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
Pierre Joye
Nov 24, 2011 at 11:22 am
Nov 24, 2011 at 11:42 am -
Hi! I have been using news.php.net ML archive a couple of times lately, and I must say unfortunately it's not the best ML archive I have seen around. No search, no indexing by date/topic, references ...
Stas Malyshev
Nov 23, 2011 at 7:40 pm
Nov 23, 2011 at 9:31 pm -
Hi all, I started today to play with libcurl and went through documentation. I noticed that there were a lot of features that were not exposed in the curl PHP extension which made me wondering if ...
Pierrick Charron
Nov 21, 2011 at 12:19 am
Nov 21, 2011 at 10:50 am -
The RFC here: https://wiki.php.net/rfc/propertygetsetsyntax Talks about allowing a sub-class to access a parent getter via TimePeriod::$Milliseconds or possibly parent::$Milliseconds. Either of those ...
Clint M Priest
Nov 19, 2011 at 7:15 am
Nov 20, 2011 at 12:26 am -
Maintenance of the Phar extension (bug fixing, documentation fixes, etc)
Ralph Schindler
Nov 10, 2011 at 10:00 pm
Nov 19, 2011 at 12:16 pm -
Hi internals! I'd like to get some attention to bug #60039 [1]. It is about the behavior of array_key_exists with "unusual" keys like floats, bools and resources. Currently array_key_exists throws a ...
Nikita Popov
Nov 11, 2011 at 9:40 pm
Nov 18, 2011 at 4:46 pm -
Hi, replying to internals as I don't want to spam the original recipients. 1, the job configuration page is only available for those who have admin group membership in jenkins, but as I mentioned in ...
Ferenc Kovacs
Nov 7, 2011 at 11:24 pm
Nov 8, 2011 at 1:13 am -
Hi: base on feature request: https://bugs.php.net/bug.php?id=60408 , I wrote a patch to make php support const array/string dereference rfc is here, https://wiki.php.net/rfc/constdereference any ...
Laruence
Nov 30, 2011 at 6:06 am
Dec 12, 2011 at 2:46 am -
Hello all, I've had an idea that's been burning in my head for a while. Rather than write an RFC or do any significant work on it, I thought I would bounce this off of you all first. Basically, I see ...
Anthony Ferrara
Nov 23, 2011 at 3:24 pm
Nov 28, 2011 at 10:12 pm -
Hi. I mentioned this before, and I remembered yesterday when David updated the README.RELEASE_PROCESS: http://svn.php.net/viewvc?view=revision&revision=319009 : Currently bugs.php.net uses the ...
Ferenc Kovacs
Nov 12, 2011 at 12:26 am
Nov 26, 2011 at 4:46 pm -
Hello folks, We've run into problems related to using Postgres as a datastore for sessions, which appears to be identified in bug report 52389 (https://bugs.php.net/bug.php?id=52389). We've tried the ...
Eric Crist
Nov 10, 2011 at 8:10 pm
Nov 20, 2011 at 11:41 pm -
Hey guys, I don't have a dev environment on my mac here so I can't upgrade to TRUNK to test so I'm relying on someone on the internals list to test this. ---- PHP INFO ---- 5.3.1 ------ ISSUE ---- ...
Paul Dragoonis
Nov 19, 2011 at 1:46 pm
Nov 19, 2011 at 2:47 pm -
Hi: I have filed a bug about this issue: https://bugs.php.net/bug.php?id=60306 following script: <? $s = "洪仁"; var_dump(mb_convert_encoding($s, "utf8", "gbk")); var_dump(iconv("gbk", "utf8", $s)); ? ...
Laruence
Nov 18, 2011 at 5:10 am
Nov 18, 2011 at 9:04 am -
Hey there, I just noticed some inconsistencies in svn usernames used in SVNROOT/global_avail. After some shell magic involving sed,grep and diff these names don't match the 1607 people on master, as ...
Florian Anderiasch
Nov 12, 2011 at 12:56 am
Nov 15, 2011 at 11:41 am -
Same "copy always" behavior is made with string in ternary operator, and it can be also very annoying e.g: $content = file_get_contents('http://www.w3.org/TR/2011/WD-html-markup-20110525/spec.html'); ...
Miroslav Kubelík
Nov 9, 2011 at 11:51 am
Nov 9, 2011 at 4:10 pm -
Working to implement Getter/Setter Accessor syntax as per https://wiki.php.net/rfc/propertygetsetsyntax but brand new to php internals development. I was planning on having the parser define methods ...
Clint M Priest
Nov 8, 2011 at 2:26 pm
Nov 8, 2011 at 10:01 pm -
I think __invokeStatic() would be a very useful magic function, especially with support for late static binding. you could difine it one and all sub-classes will have that option of basically being ...
Dmitri Snytkine
Nov 28, 2011 at 8:02 pm
Nov 28, 2011 at 8:45 pm -
Hey, who can review this patch? I'm not sure this is the right place to fix this issue - it's related to the literal caching in the Zend Engine's method call init opcodes ...
Timm Friebe
Nov 23, 2011 at 3:03 pm
Nov 23, 2011 at 3:30 pm -
I've notice, back in PHP 5.4.0 beta 2, that this test was failing: Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt] So I went to ...
Dirk Haun
Nov 10, 2011 at 10:01 pm
Nov 18, 2011 at 8:55 pm -
Hi all, I was trying to compile PHP trunk on my machine and here is the error I got: Undefined symbols for architecture x86_64: "_zim_SessionHandler_open", referenced from: ...
Ivan Enderlin @ Hoa
Nov 17, 2011 at 9:38 am
Nov 17, 2011 at 11:47 am -
Hey all, I've spent a bunch of time tracking down this issue (which was intermittent at best) and have identified the problem and have a patch for the solution. Details here: ...
Ralph Schindler
Nov 10, 2011 at 7:44 pm
Nov 10, 2011 at 9:57 pm
Group Overview
group | php-internals |
categories | php |
discussions | 71 |
posts | 690 |
users | 97 |
website | php.net |
97 users for November 2011
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)