Search Discussions
-
Hi, There’s something that I’m not quite following regarding open votes. Why are we saying that ‘votes will end no sooner than X’, instead of actually saying when they *will* end? If there’s no clear ...
Zeev Suraski
Jan 28, 2013 at 9:22 am
Jan 30, 2013 at 9:22 am -
All, Following the discussion at the end of last week, I prepared a draft RFC for the inclusion of Optimizer+ in PHP. In parallel we’re in the process of prepping the source code for independent ...
Zeev Suraski
Jan 29, 2013 at 8:04 am
Feb 5, 2013 at 2:31 pm -
I didn’t want to hijack the Optimizer+ thread so I’m creating a new one, based on the apparent level of interest in ZTS. This isn’t an RFC to remove ZTS by any stretch, but I **am** a bit confused ...
Zeev Suraski
Jan 29, 2013 at 9:03 am
Jan 30, 2013 at 1:18 pm -
I'm happy to say that Property Accessors is ready for a vote for inclusion in 5.5 release. Nikita and I (as well as Stas a bit) have all been working hard to make this happen for 5.5, voting and the ...
Clint Priest
Jan 17, 2013 at 6:20 pm
Jan 30, 2013 at 11:14 am -
I've opened the vote for the "remove calls from incompatible context" RFC: https://wiki.php.net/rfc/incompat_ctx#vote -- Gustavo Lopes
Gustavo Lopes
Jan 20, 2013 at 7:17 pm
May 27, 2013 at 6:20 am -
I've seen discussion on reddit http://www.reddit.com/r/PHP/comments/174qng/lets_make_phps_function_names_consistent/ where many people are surprised why PHP can't have this done. Why inconsistency is ...
Damian Tylczyński
Jan 25, 2013 at 2:24 pm
Jan 28, 2013 at 1:16 pm -
Hi Internals, as you might have read in the 5.5.0alpha4 announcments, we are moving forward with 5.5.0. We are already a bit late on the schedule and we want to begin the beta cycle in 14 days and ...
David Soria Parra
Jan 24, 2013 at 9:39 pm
Jan 26, 2013 at 5:19 pm -
First of all, I think the functionality provided by Clint and Nikita's RFC [1] is in demand and would be an asset to PHP, but I also think it can repackaged more simply. People are comparing the RFC ...
Steve Clay
Jan 23, 2013 at 7:23 pm
Jan 24, 2013 at 1:46 pm -
Hi internals, The php://memory, and its respectful sibling php://temp, appear very useful when we need to compute streams on-the-fly. They offer a lot of services, like avoiding HDD accesses, ...
Ivan Enderlin @ Hoa
Jan 31, 2013 at 9:38 am
Jan 31, 2013 at 2:39 pm -
Can somebody shed some light why: <?php echo new SplFileObject(__FILE__); returns the first line of the file (in that case `<?php`)? SplFileInfo has the path and SplFileObject extends from it but it ...
Hakre
Jan 29, 2013 at 10:36 pm
Jan 30, 2013 at 7:08 pm -
Hey all, After reading the Voting Periods email thread, I'm left wondering a simple question (which has a difficult answer): What should we be voting on when voting on an RFC: on the RFC proposed ...
Anthony Ferrara
Jan 28, 2013 at 7:15 pm
Jan 28, 2013 at 11:14 pm -
Hi internals! I've opened the vote on the proposal for the alternative accessor typehinting syntax: https://wiki.php.net/rfc/propertygetsetsyntax-alternative-typehinting-syntax#voting The vote is ...
Nikita Popov
Jan 21, 2013 at 6:03 pm
Jan 22, 2013 at 11:57 am -
Hi! I've started a vote on CURLFile RFC: https://wiki.php.net/rfc/curl-file-upload#vote Please vote. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227
Stas Malyshev
Jan 21, 2013 at 1:32 am
Jun 3, 2013 at 5:13 pm -
Hi, I wonder if PHP supports PTY? I see old codes (from 2004 to 2010) using proc_open with $descriptors = [[0 = 'pty']] for example. When I try, I have an error because PTY seems to not be ...
Ivan Enderlin @ Hoa
Jan 30, 2013 at 10:51 am
Feb 5, 2013 at 7:36 am -
Has there ever been any discussion on an __init magic method for bootstraping static properties on class load? The usual solution I come up with is manually calling an init method post class ...
Pete Boere
Jan 22, 2013 at 12:29 pm
Jan 23, 2013 at 4:25 pm -
Hi II would like to see "ftp_dir_exists()" function in PHP, right now its kinda unreasonable to expect people to use hacks such as "is_dir()" and having to re-authenticate just to check if the dir ...
KISE
Jan 18, 2013 at 2:53 pm
Jan 18, 2013 at 3:44 pm -
Submitting performance tweaks specific to ARM platforms (both 32 and 64 bit)
Ard Biesheuvel
Jan 17, 2013 at 3:45 pm
Mar 3, 2013 at 11:50 am -
Hello, Again, apologies for prematurely declaring someone else's code 'crap'. There are no bugs in the inline x86 assembler in Zend/zend_operators.h, as far as I can tell, only two kinds of issues ...
Ard Biesheuvel
Jan 18, 2013 at 6:08 pm
Feb 4, 2013 at 5:28 pm -
I just saw this RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys By "non-scalar", presumably we're talking about objects? In the numbers that e.g. resources typically get used, having a ...
Rasmus Schultz
Jan 29, 2013 at 1:03 pm
Feb 1, 2013 at 2:31 am -
Hi, I think some of the README files currently present in the php-src repo would be better kept in the wiki and some of them are already duplicated/made redundant by our existing wiki pages. - ...
Ferenc Kovacs
Jan 29, 2013 at 11:27 am
Jan 30, 2013 at 11:27 am -
Hi, some time ago I created a small patch to make it possible to specify the temp dir by the php.ini. It can be found here: https://bugs.php.net/bug.php?id=60524 (my latest patch (against 5.4.3) also ...
ALeX Kazik
Jan 18, 2013 at 2:02 pm
Jan 28, 2013 at 9:29 am -
Pierre, Can you review this RFC and the votes? The wording "5.5 final release" needs assessing. You probably meant "first 5.5 production release". If anyone interpreted it as it is actually written ...
Christopher Jones
Jan 21, 2013 at 10:44 pm
Jan 24, 2013 at 8:29 am -
https://wiki.php.net/rfc/sendrecvmsg The module ext/sockets, a wrapper around the sockets API, does not include support to recvmsg() and sendmsg(). This RFC addresses this shortcoming by support ...
Gustavo Lopes
Jan 22, 2013 at 5:24 pm
Feb 21, 2013 at 8:23 am -
Can someone please fill in a little information here. When we start looking at multiple threads doing for example database lookups in parallel with the main page generation. Does that involve 'thread ...
Lester Caine
Jan 29, 2013 at 12:29 pm
Jan 29, 2013 at 3:48 pm -
I now added a patch for this proposal: https://gist.github.com/4579298 (For more detailed individual commits see here: https://github.com/nikic/php-src/commits/alternativeSyntax) If there are no more ...
Nikita Popov
Jan 20, 2013 at 3:26 pm
Jan 21, 2013 at 11:15 am -
Hello all, Some of the senior citizens in this community may remember me. I used to be involved in PHP development (and went to some conferences) in 2002-2005. I am now working for Linaro ...
Ard Biesheuvel
Jan 17, 2013 at 1:51 pm
Jan 17, 2013 at 4:01 pm -
just testing my recent change in the accept/reject emails, please first accept this account then delete it. thanks.
Ferenc Kovacs
Jan 28, 2013 at 5:57 pm
Jan 28, 2013 at 6:02 pm -
disclaimer : I realize that by working on Solaris I am in fringe OS territory. So here I am once again trying to build PHP 5.4.11 on a Solaris 10 server with the following configure options ...
Dennis Clarke
Jan 24, 2013 at 6:47 pm
Jan 25, 2013 at 5:01 am -
Hello. This may have already been covered, so apologies ... With https://wiki.php.net/rfc/propertygetsetsyntax-v1.2#references, the return by reference is handled by the use of &get{}. How about ...
Richard Quadling
Jan 21, 2013 at 6:36 pm
Jan 22, 2013 at 11:10 am -
this appears to break tests/classes/unset_properties.phpt on 5.5 branch, can you please look into this?
David Soria Parra
Jan 22, 2013 at 8:16 am
Jan 22, 2013 at 10:50 am -
Hi Stas, What's the status of this fix ? Thanks Pierrick
Pierrick Charron
Jan 17, 2013 at 6:43 pm
Jan 17, 2013 at 9:30 pm -
Hi, we have an open PR for a new SSL stream context option to prevent the CRIME attack vendor. Anybody with more familiar knowledge of SSL should have a look: https://github.com/php/php-src/pull/269 ...
Lars Strojny
Jan 30, 2013 at 9:25 pm
Feb 4, 2013 at 9:34 am -
Vote in RFC
Alejo Simon
Jan 29, 2013 at 1:18 pm
Jan 31, 2013 at 6:43 pm -
Is there a procedure to take regarding removal of a push to the github repo or do you simply close it. I would like to re-submit a push request against the 5.5 branch while removing the old push ...
Jason Gerfen
Jan 29, 2013 at 1:35 pm
Jan 29, 2013 at 8:22 pm -
Hi all, I'm currently writing a php-program to process certain special binary files, which include 32-bit offsets which I need to read and manipulate. The problem is that PHPs int type is only 31-bit ...
Marco Schuster
Jan 25, 2013 at 9:39 pm
Jan 25, 2013 at 10:08 pm -
Seems that is past it's time http://www.novell.com/support/kb/doc.php?id=7003092 I would start with netware folder https://github.com/php/php-src/tree/master/netware and then with all the NETWARE ...
Marius adrian popa
Jan 24, 2013 at 3:39 pm
Jan 24, 2013 at 11:42 pm -
When I look into my registry, I see that .phar files are classified as "phar_auto_file". Does anybody know which program is creating these entries? I remember I used the PHP installer from php.net ...
Hakre
Jan 24, 2013 at 1:40 pm
Jan 24, 2013 at 3:00 pm -
I've wanted a binary PKBDF2() function into PHP for a very long time and didn't want to wait for 5.5 release. Get the patch from ...
Jari Turkia
Jan 22, 2013 at 5:00 pm
Jan 22, 2013 at 11:56 pm -
please note that this breaks ext/pdo/tests/pdo_036.phpt on the 5.5 branch. Please take a look!
David Soria Parra
Jan 22, 2013 at 8:21 am
Jan 22, 2013 at 9:00 am -
Hello all, As I indicated yesterday, I am looking into PHP performance when running on ARM, and while doing that, I ran into the following code in Zend/zend_operators.h. For 32-bit x86, we have the ...
Ard Biesheuvel
Jan 18, 2013 at 11:25 am
Jan 18, 2013 at 11:44 am -
The RFC was unanimously accepted. I've merged it to 5.5 in b8603035. Thank you. -- Gustavo Lopes
Gustavo Lopes
Jan 16, 2013 at 10:41 pm
Jan 16, 2013 at 10:49 pm -
Maybe I can help explain a good example on were this is useful as I also suggested this improvement and created the patch for it: (http://bugs.php.net/bug.php?id=62113) This is actually something I ...
Nathan
Jan 31, 2013 at 7:52 pm
Jan 31, 2013 at 7:52 pm -
Hi! We've released PHP 5.3.22RC1 and 5.4.12RC1 which can be found here: 5.3.20RC1: http://downloads.php.net/johannes/php-5.3.22RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.22RC1.tar.gz ...
Johannes Schlüter
Jan 31, 2013 at 2:59 pm
Jan 31, 2013 at 2:59 pm -
PHP is currently susceptible to the DoS attack described here: http://www.ietf.org/mail-archive/web/tls/current/msg07553.html Obviously this is a fairly narrow scenario, it only comes into play when ...
Chris Wright
Jan 30, 2013 at 11:28 am
Jan 30, 2013 at 11:28 am -
Hello, i found the escaper RFC from Brady. https://wiki.php.net/rfc/escaper https://gist.github.com/3066656 Is here anything work going on? Best regards
Martin Keckeis
Jan 29, 2013 at 9:51 am
Jan 29, 2013 at 9:51 am -
Re: https://github.com/nikic/scalar_objects Initial impression: This patch reminds me of extending native prototypes in Javascript, with similar limitations that may explain why this has fallen out ...
Steve Clay
Jan 28, 2013 at 7:29 pm
Jan 28, 2013 at 7:29 pm -
A large majority has been in favor of the "One year with security fixes only, announce with5.5 final release" option. That means PHP 5.3 end of life (no release, no support, etc.) will happen exactly ...
Pierre Joye
Jan 28, 2013 at 1:34 pm
Jan 28, 2013 at 1:34 pm -
Is there any reason why the function can't be added in the interim before a patch is ready? Or is there a global consensus that the new functionality should be available under the existing function? ...
Matt clegg
Jan 24, 2013 at 1:53 pm
Jan 24, 2013 at 1:53 pm -
Hi Internals, PHP 5.5.0alpha4 has been tagged today. This release contains bug fixes against alpha3, and adds the class name resolution via scalar and the DateTimeImmutable The packages can be found ...
Julien Pauli
Jan 24, 2013 at 11:24 am
Jan 24, 2013 at 11:24 am -
I've kept my head down since it's obvious that there is still no consensus as to how the latest accessors system will work including an RFC to change what is being proposed if it's accepted anyway? ...
Lester Caine
Jan 24, 2013 at 11:00 am
Jan 24, 2013 at 11:00 am
Group Overview
group | php-internals |
categories | php |
discussions | 52 |
posts | 547 |
users | 103 |
website | php.net |
103 users for January 2013
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)