Search Discussions
-
Hello, This is my first time using a mailing list, so please bear with me. Some time back I suggested that PHP should have a property get/set syntax similar to that of Microsoft's C# language. One of ...
President
Nov 28, 2010 at 11:18 pm
Dec 6, 2010 at 12:45 pm -
96
Hold off 5.4
Given the current state of trunk, I think 5.4 release process should not begin tomorrow (alpha or whatever other status). There are numerous identified issues that we need to fix before even think to ...Felipe Pena
Nov 23, 2010 at 1:31 am
Dec 3, 2010 at 1:59 am -
Hi folks, I'll start a series of topics (in this thread) about meta attribute (aka. Annotations) discussion. So as soon as we agree on each topic I'll open another point to be discussed. Only when we ...
Guilhermeblanco
Nov 15, 2010 at 5:07 pm
Nov 18, 2010 at 6:05 pm -
Hi, every now and then while writing classes I forget to add the "function" keyword between my visibility modifier and the method name in a class declaration. I don't think it is required for ...
Johannes Schlüter
Nov 27, 2010 at 5:40 pm
Dec 2, 2010 at 4:29 pm -
63
git anyone?
hi, We have moved not too long ago and for what I see it gave some opportunities to many of us to see what are the other tools on the market, git and github in particular. I think 99% of the active ...Pierre Joye
Nov 25, 2010 at 1:47 am
Dec 2, 2010 at 4:35 pm -
Hi, With the recent chaos in the way we begin and ended releases, we would like to propose a clean way to deal with releases and related decisions: [1] PHP releases have always been done ...
Felipe Pena
Nov 23, 2010 at 1:21 am
Jan 29, 2011 at 1:17 pm -
Greetings I wanted to raise this topic before we go Alpha with trunk, regarding our beloved magic_quotes feature. There seems to be mixed opinions regarding it so I thought I would take it up for ...
Kalle Sommer Nielsen
Nov 17, 2010 at 4:08 pm
Nov 21, 2010 at 1:29 am -
Hey all, I was recently working on some code which made use of bit arrays and I came across feature request 50648: Format for binary numbers. While it's just more syntactic sugar (0b11111011010 vs ...
Jonah H. Harris
Nov 10, 2010 at 9:31 pm
Aug 6, 2011 at 6:14 pm -
Hi all, I'm here again to presents another proposal, which adds support for instantiating a class and calling its methods and accessing its properties on same command. Example: <?php class bar { ...
Felipe Pena
Nov 26, 2010 at 7:36 pm
Nov 6, 2011 at 1:26 pm -
Hi, The proposed patch allows compiling PHP with --enable-zend-multibyte and then enable or disable multibyte support at run-time using zend.multibyte=0/1 in php.ini. As result the single binary will ...
Dmitry Stogov
Nov 18, 2010 at 2:27 pm
Dec 7, 2010 at 7:31 am -
I think we need to pass along the string length to all the stream functions to maintain binary string safety through this code. This would fix annoying problems like http://bugs.php.net/39863 and a ...
Rasmus Lerdorf
Nov 14, 2010 at 7:53 pm
Nov 19, 2010 at 2:24 pm -
Hi guys, there is several bug reports about having problem compiling differents SAPI at once. http://bugs.php.net/52419 http://bugs.php.net/48989 http://bugs.php.net/53271 I'm also experiencing the ...
Jérôme Loyet
Nov 11, 2010 at 4:36 pm
Nov 14, 2010 at 6:46 pm -
Hi, we're a bit further along now; and with the typehinting resolved (http://thread.gmane.org/gmane.comp.php.devel/62298/focus=62858) I want to start started with PHP 5.4 with the first alpha on ...
Derick Rethans
Nov 1, 2010 at 10:32 pm
Nov 2, 2010 at 7:27 pm -
Hi, Previously we decided to remove "break/continue $var" syntax. I even implemented it in PHP6 brunch, however it wasn't backported into trunk. Could I do it? Thanks. Dmitry.
Dmitry Stogov
Nov 18, 2010 at 3:04 pm
Nov 24, 2010 at 4:41 pm -
Before I gut PDO_DBLIB one more time to implement native parameter binding for stored procedures, what are the thoughts on returning the column values from the database as the native PHP type when ...
Stanley Sufficool
Nov 4, 2010 at 1:52 am
Nov 7, 2010 at 6:07 pm -
Hi, Completely different topic :) I've been looking a bit into performance around json encoding, hashing+encryption (aes) and serialize()/unserialize(). Data that is marshaled and often transmitted ...
Andi Gutmans
Nov 25, 2010 at 5:47 pm
Dec 2, 2010 at 5:11 pm -
Hello, I was just skimming through Traits RFC document on the wiki trying to find a practical use for them. The first thing that comes to my mind is a Singleton implementation - this is where I found ...
Simas Toleikis
Nov 16, 2010 at 5:46 pm
Nov 22, 2010 at 12:52 pm -
Hi, after the 5.3.3 release I was approached with the request to restructure the NEWS file -- for instance by grouping entries by extension -- so users can identify whether there are bug fixes ...
Johannes Schlüter
Nov 18, 2010 at 10:39 pm
Nov 20, 2010 at 9:50 am -
In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the expected behavior for bindtextdomain ...
Gerry Reno
Nov 5, 2010 at 8:04 pm
Nov 23, 2010 at 1:52 am -
Hello out there! I just asked myself, just like that: Why shouldn't it be possible to create a php-work flow which allows the immediate parallelization over GPU to make, for instance, the execution a ...
Kenan Sulayman
Nov 12, 2010 at 3:23 pm
Nov 13, 2010 at 3:28 pm -
At the beginning of the year, someone put in a request for an option to enable echo tags when short tags are disabled (http://bugs.php.net/bug.php?id=50662). I've written a patch and two tests for ...
Galen Wright-Watson
Nov 11, 2010 at 2:21 am
Nov 15, 2010 at 2:52 am -
Oops, should've sent this to the list too. ----- Forwarded message from Alexander Schrijver <alexander.schrijver@gmail.com ----- Date: Mon, 1 Nov 2010 13:28:59 +0100 From: Alexander Schrijver ...
Alexander Schrijver
Nov 1, 2010 at 12:31 pm
Nov 3, 2010 at 9:21 pm -
Hi, I filed a bug report with an attached patch that adds an E_STRICT warning when defining a function with a required parameter after an optional function parameter, for example: function ...
John Bafford
Nov 24, 2010 at 5:28 pm
Nov 25, 2010 at 2:09 am -
Hi 2010/11/15 Gustavo André dos Santos Lopes <cataphract@php.net : Why do we need a leak_variable() function in a regular build unlike leak() and crash() which are defined in zend_builtin_functions.c ...
Kalle Sommer Nielsen
Nov 15, 2010 at 7:25 am
Nov 16, 2010 at 5:51 pm -
Hi. [1] vs [2] Not asking for a change or anything. Regards, Richard. [1] http://svn.php.net/viewvc?view=revision&revision=277701 [2] http://www.urbandictionary.com/define.php?term=mongoid -- Richard ...
Richard Quadling
Nov 8, 2010 at 11:01 am
Nov 8, 2010 at 5:38 pm -
mainly submitting PHPTs fixes.
Eyal Teutsch
Nov 21, 2010 at 2:27 pm
Dec 5, 2010 at 2:02 pm -
The check to prevent extract() overwriting $GLOBALS got broken at some point - here's a fix: Index: ext/standard/array.c =================================================================== --- ...
Joe Orton
Nov 19, 2010 at 4:33 pm
Nov 20, 2010 at 12:15 am -
Hi, I am reading the 5.4 vs 7.0 debate. And, here's something I really need to follow up on: "We should reserve major versions for BC breaks. Just like we've always done". If that's what you've ...
Karoly Negyesi
Nov 27, 2010 at 11:51 am
Nov 27, 2010 at 1:25 pm -
Hello out there! This morning I asked myself whether it's possible to extend a class without calling the child, but the initially extended class? It can, in some circumstances, really be important. ...
Kenan Sulayman
Nov 25, 2010 at 3:44 pm
Nov 25, 2010 at 4:08 pm -
Hi all, I had a thought this morning and would like some feedback. Don't you think it would make sense to allow the callback psuedo-type to also allow the new Closure class to be an acceptable data ...
Nathan Nobbe
Nov 24, 2010 at 6:00 pm
Nov 25, 2010 at 2:24 pm -
Hello php internals list, My name is Mike Harsch. I'm new here, so please set me straight on matters of etiquette and protocol. I've recently been spending a lot of time using the DTrace feature in ...
Mike Harsch
Nov 18, 2010 at 12:01 am
Nov 18, 2010 at 5:41 am -
Hi guys, we've just received a bug report (http://bugs.php.net/53310) relating incompatible atomic code on SPARC < 9. I have no access to a SPARC system and don't how to correct this. Does anyone ...
Jérôme Loyet
Nov 14, 2010 at 11:50 pm
Nov 16, 2010 at 2:36 pm -
Hi. Some extensions provide a lot of constants. Currently, there is no mechanism to group related constants. Whilst many constants are prefixed with the extension name, within that group, there is no ...
Richard Quadling
Nov 8, 2010 at 12:33 pm
Nov 9, 2010 at 6:39 am -
Zend/zend_compile.h:508:1: warning: C++ style comments are not allowed in ISO C90 Zend/zend_compile.h:508:1: warning: (this will be reported only once per input file) Lines 508 and 509 Someone with ...
Andrey Hristov
Nov 30, 2010 at 12:42 pm
Nov 30, 2010 at 12:55 pm -
Hi everyone, I've been taking another look at iterators lately, and compiled trunk and started experimenting with traits. I also looked at an old mail from Marcus regarding iterator_apply, and find ...
Nathan Nobbe
Nov 25, 2010 at 9:52 pm
Nov 28, 2010 at 1:22 am -
Hi, Is this intended not being able to give a new name to a method even in case of no conflict? In the following example, I try to provide the name "sayIt" additionally to "saySomething" from trait ...
Patrick ALLAERT
Nov 18, 2010 at 3:02 pm
Nov 18, 2010 at 6:01 pm -
Hi, Simas' question yesterday lead me to take a look at the RFC on the wiki and I have a quick question. Specifically on the 'Rejected Features' - 'Interfaces Propagation' section. So it sounds like ...
Nathan Nobbe
Nov 17, 2010 at 6:06 pm
Nov 17, 2010 at 7:06 pm -
Hi guys, I'm sure when FPM should call extensions MINIT and MSHUTDOWN functions. MINIT is called once by the master process after it forks any children. It's done by calling php_module_startup() in ...
Jérôme Loyet
Nov 11, 2010 at 12:01 am
Nov 11, 2010 at 10:11 pm -
Hi all. I am investigate in the reason Bug #52477 (http://bugs.php.net/52477) and found that it appear because in PHP 5.2.14 there are two constant PS_DELIMITER and PS_UNDEF_MARKER. The value it's ...
Alexandr Verbitsky
Nov 8, 2010 at 1:28 pm
Nov 8, 2010 at 7:15 pm -
Hello everyone, As a bit of proactive documentation, I'm trying to determine exactly what the disqualifying conditions are for chroot's availability in PHP. So far as I can tell, from ...
Justin Martin
Nov 6, 2010 at 8:37 pm
Nov 6, 2010 at 9:29 pm -
Like the idea, Couple of questions... What would happen if the string contained a matching pattern twice or me, which would be 'returned', also does this allow the rest of the string to be pretty ...
James Butler
Nov 3, 2010 at 8:33 pm
Nov 3, 2010 at 9:46 pm -
OS: Windows (XP and 7 tested) PHP: 5.2.9 and 5.3.3 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 ...
128bitencrypted at gmail dot com
Nov 30, 2010 at 10:15 pm
Nov 30, 2010 at 10:15 pm -
Hi. it was rejected for inclusion that time, but maybe it could be a good idea to try to propose it again. this kind of discussion should be taken place on internals@lists.php.net , I've just cc'ed ...
Ferenc Kovacs
Nov 30, 2010 at 8:37 am
Nov 30, 2010 at 8:37 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
Nov 29, 2010 at 5:41 pm
Nov 29, 2010 at 5:41 pm -
hi, To avoid any possible issue or features introduced without consensus, I'd to ask to first revert the current implementation from trunk. There is clearly no consensus on this feature and the RFCs ...
Pierre Joye
Nov 25, 2010 at 1:37 am
Nov 25, 2010 at 1:37 am -
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
Nov 24, 2010 at 4:23 pm
Nov 24, 2010 at 4:23 pm -
to get HL7 help
Ranu jain
Nov 22, 2010 at 6:33 am
Nov 22, 2010 at 6:33 am -
The first 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.15RC1.tar.bz2 (md5sum: ...
Johannes Schlüter
Nov 18, 2010 at 8:40 pm
Nov 18, 2010 at 8:40 pm -
So I committed my code and get this error from subversion: "looks like a limp dick if you ask me"
Something Bogus
Nov 18, 2010 at 3:15 pm
Nov 18, 2010 at 3:15 pm -
Hi folks, Could you please recommend the fastest way to save/restore a state of a PHP application? Looks like the igbinary extension is a possible way to go. Are there any faster, possibly even more ...
Pavel Shevaev
Nov 14, 2010 at 11:25 am
Nov 14, 2010 at 11:25 am
Group Overview
group | php-internals |
categories | php |
discussions | 55 |
posts | 701 |
users | 119 |
website | php.net |
119 users for November 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)