Search Discussions
-
Hi Pierrick, I've taken just a quick look into concept and patch. It looks interesting and might be useful in some areas, but I see several significant problems: 1) Have you thought about ...
Dmitry Stogov
Sep 8, 2010 at 7:32 am
Sep 17, 2010 at 6:39 pm -
I do not understand this. I see no one other than Symfony / Doctrine people pushing for this annotations patch. How can this special-purpose feature (which would add entirely new language semantics ...
Nate Abele
Sep 14, 2010 at 5:25 pm
Sep 18, 2010 at 10:47 am -
All, I've just written an RFC (with a patch against trunk) to implement a Comparable interface similar to that in Java — in effect, allowing object instances to be compared with semantics defined in ...
Adam Harvey
Sep 30, 2010 at 1:33 pm
Oct 6, 2010 at 4:04 pm -
Hello all. In trying to follow the annotations threads currently running, I've come to realise just how little I understand a LOT of what I read here. But, then again, I don't need to, so hurrah for ...
Richard Quadling
Sep 17, 2010 at 9:02 am
Sep 19, 2010 at 4:05 pm -
This thought is brought on mainly by watching the annotations drama that is currently occupying internals, does anyone else agree it might be a good idea to have a slightly more formal procedure for ...
James Butler
Sep 16, 2010 at 1:38 am
Nov 6, 2010 at 3:49 pm -
Greetings geeks, This topic still lacks a defined conclusion. There are several rumors that something was decided, but I can't confirm this without archived proof. Here's the code: $str = "I am an ...
Philip Olson
Sep 22, 2010 at 9:34 pm
Sep 28, 2010 at 10:53 pm -
Hello, Based on comments from the annotations thread, I have created a docBlock parser RFC at http://wiki.php.net/rfc/docblockparser This RFC does not deal with annotations per se, but only with the ...
Chad Fulton
Sep 16, 2010 at 8:56 pm
Sep 17, 2010 at 2:01 pm -
Hi, Started using 5.3 and stumbled into what appears to be a bug with the __invoke() magic method. It works fine if used in an object for a class defining __invoke() is stored in a local variable, ...
Nathan Nobbe
Sep 29, 2010 at 7:44 pm
Oct 3, 2010 at 12:03 pm -
Well, while I'm sending e-mails... Unrelated to the Comparable RFC, are there any objections to adding a function that simply wraps compare_function()? It's depressingly common to end up writing a ...
Adam Harvey
Sep 30, 2010 at 2:44 pm
Oct 3, 2010 at 11:47 am -
At the current state zend_object_proxies are pretty broken. - They'd need an explicit zend_objects_store_dtor otherwise zend_objects_destroy_object causes a SEGV. - Any op other than set/get or cast ...
Michael Wallner
Sep 3, 2010 at 9:35 am
Sep 4, 2010 at 1:44 am -
Hi! Since I'm using this function in each project I'm working on, how about making it a built-in function? function between ($text, $between, $and) { $start = strpos($text, ...
Alex Baumann
Sep 5, 2010 at 12:45 pm
Sep 30, 2010 at 3:59 pm -
What's the idea behind breaking compatibility of backwards compatible APIs? ;) Cheers, Mike
Michael Wallner
Sep 27, 2010 at 2:21 pm
Sep 28, 2010 at 10:57 am -
Hi, [Note: I am new to this list and I don't actively work on php internals. I have been occasionally glancing at some php internals here n there for interest and better understanding.] I raised this ...
J Ravi Menon
Sep 15, 2010 at 5:57 pm
Sep 16, 2010 at 4:16 am -
Dear list, To better reflect the behavior of the snmpget command that comes with the Net-SNMP package the patch attached makes an array of OIDs as a parameter for the snmpget()/snmpgetnext() function ...
Jorrit Kronjee
Sep 20, 2010 at 7:46 pm
Sep 21, 2010 at 9:20 pm -
Hi all Where can I find a tutorial how to setup a project, develope and compile PHP from source using IDE environment under Linux? What IDE do you use if any? Daniel
Daniel Stefaniuk
Sep 6, 2010 at 9:35 am
Sep 6, 2010 at 10:30 am -
Hi guys, I have encountered a problem when I writing config.w32 and config.m4 about my extension. The online doc on PHP.net only gives some examples, but where can I find a complete syntax reference ...
范一璠
Sep 20, 2010 at 3:35 am
Sep 20, 2010 at 8:31 am -
Hello, Having to do some work in Python recently, I had to dig into WSGI and found that its model, much similar to what JSGI, PSGI, Rack do, seemed likely to bring a potentially high performance ...
FGM
Sep 13, 2010 at 12:24 pm
Sep 13, 2010 at 3:15 pm -
Hello ! I have seen this comment about - {} = syntax in log of revision 302923 of trunk : "PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: - {} = , which seems to have been never an ...
Frederic Hardy
Sep 10, 2010 at 7:05 am
Sep 10, 2010 at 11:15 am -
Hey guys (and girls), I have been reading this list for sometimebut this is the first time I'm actually posting something.This might fit better in a C\C++ forum but I base my question on the notion ...
Jeff Brown
Sep 16, 2010 at 9:57 am
Oct 1, 2010 at 1:06 am -
Hello, I'm working with sessions in my PHP applications. My pages can take long time to be executed (~500ms) and I've simultaneous requests for the same session (Ajax requests). My problem is that I ...
ROZE Samuel
Sep 26, 2010 at 9:15 am
Sep 26, 2010 at 6:04 pm -
I have recently tried registering a class (via zend_register_class) inside of a PHP_FUNCTION, though this may sound weird and an unecessary function I ask that you ignore this request.I have noticed ...
Jeff Brown
Sep 18, 2010 at 8:01 pm
Sep 19, 2010 at 7:00 pm -
If I define a descendant class, I *obviously* know what create_object should do, as this should only effect internal classes. So could anybody please explain to me why the parent's create_object is ...
Michael Wallner
Sep 2, 2010 at 4:04 pm
Sep 3, 2010 at 7:56 am -
Hello, I was wondering how early a zend_eval_string call can be made. Currently it works fine in a PHP_FUNCTION(), but was hoping to put it in a PHP_MINIT() in hopes of it just executing once. It ...
Matthew C. Rice
Sep 17, 2010 at 9:37 pm
Sep 18, 2010 at 10:52 am -
After reading a little of this back and forth of annotations, validation and documentation (oh my). I thought, why not just abstract the standard types (string, int, bool, etc...) to SPL classes. ...
Stanley Sufficool
Sep 17, 2010 at 1:28 am
Sep 17, 2010 at 7:47 am -
Hello, I am getting this error when using pcntl_fork. The OS is bsd and php ver is 5.2.3 used in cgi mode. Fatal error: Call to undefined function pcntl_fork() in... I have included the ext/pcntl ...
Bharat Nagwani
Sep 13, 2010 at 4:59 pm
Sep 13, 2010 at 5:02 pm -
Hi Is there any reason for we don't support expressions like: test() or throw new Exception('test() failed'); If no, is there any argument against supporting such a syntax in trunk? -- regards, Kalle ...
Kalle Sommer Nielsen
Sep 5, 2010 at 12:19 pm
Sep 5, 2010 at 12:30 pm -
Hi, The attached patch modifies internal ZE data structures. It gives 4% less heap memory usage on waiting PHP process (2210KB instead of 2304KB) and up to 7% improvement on applications with many ...
Dmitry Stogov
Sep 13, 2010 at 11:59 am
Sep 13, 2010 at 11:59 am -
Se non visualizzate le immagini cliccate qui English - Deutsch - Français - Epañol ARTEFORM il metallo che arreda. Scopri le nuove emozioni 2010. Guarda la gallery Informativa Privacy - Ai sensi del ...
Arteform
Sep 7, 2010 at 8:15 am
Sep 7, 2010 at 8:15 am -
Hello, i have a question the installation-list could not solve.thus i try my luck here... I have a script (php-cli) which results in segfault. If i increase stack size by... ulimit -s unlimited ...
Hajo Locke
Sep 2, 2010 at 8:01 am
Sep 2, 2010 at 8:01 am -
hi, A quick note about the addition of an internals upgrade guide. Please keep it up to date while changing or adding features/APIs: ...
Pierre Joye
Sep 1, 2010 at 10:38 am
Sep 1, 2010 at 10:38 am
Group Overview
group | php-internals |
categories | php |
discussions | 30 |
posts | 277 |
users | 72 |
website | php.net |
72 users for September 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)