Search Discussions
-
Hi. it was mentioned multiple times on the list, that exceptions from php core is prohibited. do we have some documentation about this? the more detailed email on this topic was from Lukas: ...
Ferenc Kovacs
Feb 24, 2011 at 9:29 am
Sep 5, 2012 at 1:51 pm -
I was reading the RFC for the proposed enum language structure and was wondering if I could get some clarification on the implementation. Forgive me if this is in the patch or has been discussed ...
Jarrod Nettles
Feb 14, 2011 at 1:51 pm
Feb 24, 2011 at 7:31 am -
All, I have cross-compiled php-cgi for a MIPS device (mediaplayer), but the binary is quite large, more than 3MB. I'm using: ./configure --prefix=../result/php-5.3.5 --host=i686-pc-linux-gnu ...
Martin Herrman
Feb 19, 2011 at 6:24 pm
Feb 22, 2011 at 4:21 am -
Heya, I just wanted to attract attention to this new substring search algorithm that seems faster better stronger.. According to the author of course. I don't quite have the required knowledge to ...
Jordi Boggiano
Feb 27, 2011 at 11:51 am
Mar 3, 2011 at 8:25 pm -
The default serialize precision is currently [1] set at 100. A little code inspection shows precision, in this case, takes the usual meaning of number of significant digits. Given that the implicit ...
Gustavo Lopes
Feb 8, 2011 at 1:26 am
Feb 9, 2011 at 10:21 am -
Hello, I haven't seen a magic method proposed in a while so I am not sure how people feel about them, obviously adding them can break BC (although it is recommended people should not use __). I'm ...
Chris Stockton
Feb 4, 2011 at 4:30 am
Feb 7, 2011 at 3:39 pm -
Hello experts, I have a question on PHP module unloading. We are using PHP 5.3.2 on BSD. We are looking to use PHP as a module with APC cache due to performance reasons. I have limited APC memory to ...
Bharat Nagwani
Feb 20, 2011 at 10:55 pm
Feb 22, 2011 at 3:28 am -
I've included a patch for review adding the ability to optionally pass options to the DOMDocument::loadHTML[File] functions diff -ru php-5.3.5.orig/ext/dom/document.c php-5.3.5.new/ext/dom/document.c ...
James Devine
Feb 16, 2011 at 11:57 pm
Feb 17, 2011 at 11:26 pm -
Hi list, this code is not working with the current trunk: Without only a space after ":" it's working. Regards, Carsten
Carsten Wiedmann
Feb 24, 2011 at 4:28 pm
Feb 25, 2011 at 11:29 am -
Maybe I'm doing something wrong... But as of this change, I can't build the CLI on Windows: Regards, Carsten
Carsten Wiedmann
Feb 22, 2011 at 12:32 pm
Feb 22, 2011 at 2:50 pm -
The first release candidates of 5.3.6 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.6RC1.tar.bz2 (md5sum: f78d7b47ddbfca42ebdfcdef2adfe859) The ...
Johannes Schlüter
Feb 17, 2011 at 1:17 pm
Feb 17, 2011 at 4:12 pm -
Could someone kindly take a look at the PHP multicasting patch? Thanks Dinh ---------- Forwarded message ---------- From: D Mytty <demytty@yahoo.com Date: Sat, Feb 26, 2011 at 4:16 PM Subject: PHP ...
Dinh
Feb 27, 2011 at 5:16 am
Mar 4, 2011 at 8:16 pm -
Hello list, at the moment I'm having a problem with most filesystem functions (because they are using tsrm_realpath_r internally) and a special situation. Steps to reproduce: even this should be ...
Carsten Wiedmann
Feb 26, 2011 at 1:11 pm
Feb 26, 2011 at 4:51 pm -
Hi all, would it be safer that get_class return the fully qualified class name ? namespace A\B\C { class Test { } echo get_class( new Test ); // it prints A\B\C\Test }; It should print \A\B\C\Test, ...
Martin Scotta
Feb 23, 2011 at 6:15 pm
Feb 23, 2011 at 6:48 pm -
Hi. 2 tests for ZipArchive. ZipArchive::addGlob() ZipArchive::addPattern() Documentation to follow. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
Richard Quadling
Feb 2, 2011 at 11:54 am
Feb 2, 2011 at 11:57 am -
Hi. I was looking at the cause for a test failing. It came down to ... size_t n; if (n < 0) { // Code never reached as n is unsigned and cannot be negative. } I'm not a strong c developer, but from ...
Richard Quadling
Feb 1, 2011 at 1:35 pm
Feb 1, 2011 at 3:15 pm -
Hi, a quick note: It's just a bit more than a month since 5.3.5 but as 5.3.5 didn't include most fixes done since 5.3.4 it's already time for 5.3.6. Therefore 5.3.6RC1 will come on Thursday 17th, ...
Johannes Schlüter
Feb 15, 2011 at 9:15 pm
Feb 15, 2011 at 9:15 pm -
Hi Moriyoshi, Some ext/exif and Zend/tests/multibyte tests are still broken after your mbstring related changes on December. ext/exif just can't work because you changed the prototypes of ...
Dmitry Stogov
Feb 14, 2011 at 1:35 pm
Feb 14, 2011 at 1:35 pm -
Hi guys (and sorry for my english), For now, we have __callStatic, but we don't have __getStatic, __setStatic and so on. Will these functions be implemented in the near future ? These static ...
Sébastien Durand
Feb 8, 2011 at 4:01 pm
Feb 8, 2011 at 4:01 pm -
Translating the documentation
Afshin Mehrabani
Feb 3, 2011 at 3:44 pm
Feb 3, 2011 at 3:44 pm -
someone can help me to make the ZEND_ASSIGN operator overloading? i've looked de pecl operator extension but i dont have the necessary skills to do that.
Mathias Grimm
Feb 1, 2011 at 10:23 pm
Feb 1, 2011 at 10:23 pm
Group Overview
group | php-internals |
categories | php |
discussions | 21 |
posts | 137 |
users | 47 |
website | php.net |
47 users for February 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)