Search Discussions
-
I have written an RFC proposing backwards-compatible support for source files without an opening <?php tag: https://wiki.php.net/rfc/source_files_without_opening_tag This RFC is not yet listed at ...
Tom Boutell
Apr 8, 2012 at 4:32 pm
Apr 10, 2012 at 8:44 pm -
Now that the flamewar has died down a little I'd like to try to have a civil discussion about this idea - *without* my admittedly inflammatory suggestion to kill <?php altogether. So here is what I ...
Tom Boutell
Apr 7, 2012 at 1:26 pm
Apr 9, 2012 at 8:52 pm -
Hi! One of the annoying things I've encountered in working with PHP was dealing with functions having long optional parameter lists, especially if you need to change only the last one - you have to ...
Stas Malyshev
Apr 17, 2012 at 10:54 pm
Jan 28, 2013 at 7:29 pm -
Hi all, This is the RFC as in the title. Although it's not a direct security measure, but it's related to critical security problem prevention. If you are not familiar to how to execute arbitrary PHP ...
Yasuo Ohgaki
Apr 10, 2012 at 8:00 am
May 5, 2012 at 4:38 pm -
Per recent discussions, I have drafted an RFC for this. This proposal offers what I believe to be a more sane and realistic approach to addressing the question of incorporating a new breed of ...
Kris Craig
Apr 12, 2012 at 11:03 pm
Apr 16, 2012 at 11:34 pm -
Hi folks, today I read this post, I think that some points are valid, follow the link for you guys http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ Adir Kuhn ZCE - Zend Certified ...
Adir Kuhn
Apr 10, 2012 at 4:21 pm
May 9, 2012 at 8:09 am -
Hi all, There are many different use cases were in code we expect classes names as arguments to functions as fully qualified names. We do this in ZF a lot with our Service Location and DI components, ...
Ralph Schindler
Apr 14, 2012 at 7:50 pm
Sep 8, 2012 at 7:27 pm -
Hi, I sent an email last year about this issue, but it got sidetracked (partly it was my fault): http://www.mail-archive.com/[email protected]/msg54267.html So this time, I would like focusing ...
Ferenc Kovacs
Apr 16, 2012 at 8:14 am
Mar 2, 2013 at 8:08 am -
hi! Without willing to end discussions prematurely, it looks to me that everything possible have been said about the various opening tags proposals. For one, I do not follow any of these discussions ...
Pierre Joye
Apr 15, 2012 at 10:47 am
Apr 16, 2012 at 11:11 pm -
Hey internals! Currently the empty() language construct only works on variables. You can write if (empty($array)) but not empty if (empty(getSomeArray()). The original reason for this restriction ...
Nikita Popov
Apr 10, 2012 at 10:53 pm
May 5, 2012 at 3:48 pm -
Hi internals! As per the comments I created an RFC, proposing to allow arbitrary expressions to be passed to empty() and isset(): https://wiki.php.net/rfc/empty_isset_exprs The patch is available as ...
Nikita Popov
Apr 12, 2012 at 9:42 pm
May 5, 2012 at 12:22 pm -
Hi! 5.4.1 will be the first release we're releasing using our new git setup. I would like to refine a process that we used to have for releases and make small tweaks hopefully to allow us more ...
Stas Malyshev
Apr 9, 2012 at 6:54 am
May 5, 2012 at 5:30 pm -
Hi, This post is about bug #18556 (https://bugs.php.net/bug.php?id=18556) which is a decade old. As the recent comments on that page indicate, there's not a deterministic way to resolve this issue, ...
C.Koy
Apr 20, 2012 at 10:25 am
Apr 23, 2012 at 10:23 am -
That was my reaction as well. Why someone would spend this much time and documentation on such a trivial issue, I'm at a loss. Don't we have bigger fish to fry? This is what I was thinking, plus ...
Rasmus Schultz
Apr 14, 2012 at 8:35 pm
Apr 15, 2012 at 11:50 pm -
Please see: https://wiki.php.net/rfc/source_files_without_opening_tag After following the discussion I have updated the RFC with the following major changes: * Forbade the use of ? entirely in "pure ...
Tom Boutell
Apr 10, 2012 at 11:53 pm
Apr 13, 2012 at 2:21 am -
So, I've been reading articles for a decade now that say that readfile() is great and wonderful except for memory usage. Specifically, that it reads a file into memory entirely, and then prints it to ...
Larry Garfield
Apr 30, 2012 at 5:22 am
May 11, 2012 at 10:02 am -
I'm curious to know the benefits of this. Care to explain why or when this would be useful? Dmitri Snytkine Web Developer Ultra Logistics, Inc. Phone: (888) 220-4640 x 2097 Fax: (888) 795-6642 ...
Dmitri Snytkine
Apr 12, 2012 at 4:11 pm
Apr 14, 2012 at 8:34 pm -
IMHO, PHP is a great template language. This is what makes it so simple and powerful, compared to other web languages. So far, we have "<?php", "<?=" and various legacy syntaxes like "<?". A ...
Sébatien Durand
Apr 6, 2012 at 3:15 am
Apr 7, 2012 at 7:13 pm -
I was just reading about the new async/await keywords in C# 5.0, and while this has no particular relevance to PHP as such, it got me thinking about this idea... What if you could resume execution ...
Rasmus Schultz
Apr 2, 2012 at 12:44 pm
Apr 6, 2012 at 1:59 pm -
I've spent the last few days pouring over the Zend engine source code. I think I have a basic understanding on the memory management. Likely what I say may be incorrect, so I apologize in advance ...
Luke Scott
Apr 6, 2012 at 11:45 pm
Apr 10, 2012 at 9:51 am -
hi! Before I go with a RFC and all that, I would like to check the current feeling about killing ext/imap. The c-client project is dead since quite some time already. I do not see any viable ...
Pierre Joye
Apr 27, 2012 at 1:49 pm
Jan 31, 2014 at 9:03 am -
16
Some Stats
Number of posts to internals since Jan.1,2012 (top 15): [[email protected]] = 249 [[email protected]] = 193 [[email protected]] = 146 [[email protected]] = 105 [[email protected]] = 98 ...Rasmus Lerdorf
Apr 17, 2012 at 6:58 am
Apr 18, 2012 at 3:32 pm -
Hi guys, I wanted just ask about the latest fileinfo fixes as I see so far nothing was merged. This fixes should be merged into the current 5.3.11 and 5.4.1 branches. The info about the changes is in ...
Anatoliy Belsky
Apr 10, 2012 at 11:24 am
Apr 11, 2012 at 5:40 am -
You've misunderstood me. While you may have set out with the goal of discussing making PHP completely case-sensitive, that doesn't preclude others from suggesting fixes for the specific bug you ...
Galen Wright-Watson
Apr 23, 2012 at 11:07 pm
May 5, 2012 at 11:31 pm -
I always wondered why can't we do something like this in php class MyClass{ private $storage = new ArrayObject(); public function __construct($v){ // whatever } // rest of class } Why can't we create ...
Dmitri Snytkine
Apr 13, 2012 at 7:19 pm
Apr 19, 2012 at 8:27 am -
Hi: I have made a RFC to allow user use T_AS in the closure declaration, like: function () use($long as $l, &$long as $r) { } here is the RFC: https://wiki.php.net/rfc/useas any ideas? thanks -- ...
Laruence
Apr 12, 2012 at 3:38 pm
Apr 13, 2012 at 6:42 pm -
The only "open comments" I have on this project is the "read-only" and "write-only" keywords. Are the dashes acceptable or undesirable? write-only was not in the original RFC but made sense to have ...
Clint M Priest
Apr 20, 2012 at 2:10 am
Jul 16, 2012 at 9:27 pm -
Hi I have exposed ICU's Calendar API to PHP via the intl extension. It allows date calculations with Gregorian, Chinese, Coptic, Ethiopic, Hebrew, Indian, Islamic (civil/religious), Japanese, ...
Gustavo Lopes
Apr 2, 2012 at 8:35 am
Apr 19, 2012 at 6:16 pm -
Hi, I wrote a RFC that proposes removal of PHP tags. There is actually strong public demand for it, and I also think it is necessary to leverage PHP to a genuine, modern scripting language ...
Moriyoshi Koizumi
Apr 1, 2012 at 2:00 am
Apr 1, 2012 at 2:54 pm -
I've updated the RFC to include details on adding isset/unset as well as references, detailed below: isset/unset: class TimePeriod { private $Seconds = 3600; public $Hours { get { return $this- ...
Clint M Priest
Apr 24, 2012 at 12:31 pm
Apr 25, 2012 at 6:52 am -
Hi internals! The internal is_numeric_string [1] function is used to check whether a string contains a number (and to extract that number). Currently is_numeric_string also accepts hexadecimal ...
Nikita Popov
Apr 17, 2012 at 11:20 am
Apr 17, 2012 at 9:41 pm -
There has been talk of making PHP a better templating language. After all, it did start out there. Folks have mentioned ideas like making it easier to output escaped content, etc., but these are all ...
Tom Boutell
Apr 9, 2012 at 3:10 pm
Apr 10, 2012 at 8:14 am -
Hi all, I finally found some time today to update the RFC based on discussions here. Please have a look and let me know if I missed anything or if there's anything else that needs clarifying ...
Kris Craig
Apr 24, 2012 at 7:53 pm
Apr 25, 2012 at 1:09 am -
Something for the weekend (flamewar) http://www.reddit.com/r/programming/comments/s6477/9223372036854775807_9223372036854775808/ http://news.ycombinator.com/item?id=3832069
Marius adrian popa
Apr 13, 2012 at 9:40 am
Apr 17, 2012 at 5:43 pm -
Please bear with me as I am going to address a few things that (being new) I seem to have over looked upon my initial pull request @ https://github.com/php/php-src/pull/21. I have forked and ...
Jason Gerfen
Apr 3, 2012 at 10:47 am
Apr 12, 2012 at 3:26 am -
I'm having some trouble setting up the re2c to allow the isset/unset. Here are the definitions, I've added the two T_ISSET statements: ------------------------------------------------------------ ...
Clint Priest
Apr 26, 2012 at 3:41 am
May 7, 2012 at 11:07 pm -
Hi, I suggest we add a function boolval(). It simply converts the given argument to a boolean, like strval(), intval() and floatval(). I already have an implementation ready[1]. Why? * It is missing ...
Jille Timmermans
Apr 27, 2012 at 8:14 pm
Apr 30, 2012 at 2:48 am -
Heya, It appears that many extensions do not expose proper version information. Here an abstract of the various things I found using the following script: $ for i in `php -m`; do php --re $i | grep ...
Jordi Boggiano
Apr 23, 2012 at 2:47 pm
Apr 26, 2012 at 2:50 pm -
Hi all, I'm actually putting my head into ext/mysqlnd and I noticed weird things about its API. As you should know, ext/mysqlnd is a replacement for libmysql, that is, all our 3 MySQL-related ...
Jpauli
Apr 24, 2012 at 11:35 am
Apr 24, 2012 at 5:08 pm -
Hi, This is my first extension I'm working on. I'm trying to make a class available to the user space with 1 private property that is an array. I posted my source and question here ...
Matthew Hernandez
Apr 7, 2012 at 6:23 pm
Apr 8, 2012 at 8:00 pm -
I just saw Daniel changing some of the PEAR classes to use Exceptions, and it's pretty clear that this could cause havoc with the end users. The problem being that there is no 'soft' landing for the ...
Alan Knowles
Apr 4, 2012 at 2:02 am
May 22, 2012 at 9:32 pm -
Hello everyone, The following bug report brings up a good point: https://bugs.php.net/61784 The get_magic_quotes_gpc() function returns 0/1 before 5.4, but now it returns boolean false. Instead it ...
Philip Olson
Apr 24, 2012 at 3:29 pm
Apr 25, 2012 at 12:29 am -
Hey there, due to the widespread acceptance of binary number format (0b1010101) and the growing demand for backwards compatibility I've started to work on support for Roman Numerals (I, II, III, ...) ...
Florian Anderiasch
Apr 1, 2012 at 12:19 pm
May 25, 2012 at 5:11 am -
Hello, I found this zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) and many examples using it. I can successfully call this and it will call the user function ...
Yader Hernandez
Apr 27, 2012 at 4:43 am
Apr 28, 2012 at 10:41 pm -
Hi folks, I'm attempting to create an RFC on wiki.php.net but I don't get a "create this page" button. Is this the right place for me to start an RFC? Thanks. -- Tom Boutell P'unk Avenue 215 755 1330 ...
Tom Boutell
Apr 8, 2012 at 2:22 pm
Apr 8, 2012 at 8:56 pm -
Hello, The removal of sqlite in PHP 5.4 has not been thoroughly thought through. In the documentation it says it has been moved to PECL. Then you go to PECL and the only thing you find is the version ...
Helmut Tessarek
Apr 1, 2012 at 7:47 am
Apr 1, 2012 at 9:29 am -
Is this intentional? buildconf: You need autoconf 2.59 or lower to build this version of PHP. You are currently trying to use 2.68 Most distros have separate autoconf 2.13 or 2.59 packages. On ...
Sebastian Bergmann
Apr 29, 2012 at 11:19 am
Apr 29, 2012 at 1:20 pm -
Hi, the topic of variable argument-lists for functions in connection with getting the parameters by reference came up. This is currently not possible with func_get_args(), though a "hack" with ...
Stefan Neufeind
Apr 17, 2012 at 10:02 pm
Apr 18, 2012 at 6:46 am -
Hi! As one, I have regular small but annoying issues with git. No big deal or stoppers but they are mostly due to my lack of clue. Following a little bit the questions and discussions on IRC, it ...
Pierre Joye
Apr 13, 2012 at 9:31 am
Apr 14, 2012 at 9:25 am
Group Overview
group | php-internals |
categories | php |
discussions | 94 |
posts | 1,101 |
users | 145 |
website | php.net |
145 users for April 2012
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)