Search Discussions
-
hi, It should have been done before 5.4.0 was out, but better late than never. I put together four options here: https://wiki.php.net/rfc/php53eol I'm in favor of option #1, as it gives enough time ...
Pierre Joye
Mar 2, 2012 at 12:34 pm
Mar 6, 2012 at 3:05 pm -
Hey all, As promised, I've created a POC patch to implement scalar type hints, the way that zend_parse_parameters handles hinting. First off, here's the patch: Directly apply-able without re2c: ...
Anthony Ferrara
Mar 9, 2012 at 2:32 am
Mar 12, 2012 at 9:50 pm -
I caused this situation myself by not explicitly differentiating between the default charset for the internal htmlspecialchars() and htmlentities() functions and the output charset directive ini ...
Rasmus Lerdorf
Mar 12, 2012 at 6:49 am
Apr 1, 2012 at 4:04 pm -
Hi Internals, The initial migration is done and initial testing was successful. http://git.php.net/?p=php-src.git;a=summary http://github.com/php/php-src Please note that some branches and tags were ...
David Soria Parra
Mar 19, 2012 at 3:24 pm
Mar 20, 2012 at 10:14 pm -
Hi, internals! I've got a suggestion about refactoring our tests suite. I'd like to remove XFAIL institution and mark all failing tests just as FAIL. XFAIL has a problem that it hides attention from ...
Alexey Shein
Mar 29, 2012 at 10:00 pm
Apr 7, 2012 at 2:37 pm -
OK what changed in the automatic updates from PHP5.3.9 to 5.3.10 that stops '<?=' working when it was working previously? I do not recall the state of short_open_tag changing but was that 'defaulted' ...
Lester Caine
Mar 5, 2012 at 1:50 pm
Mar 7, 2012 at 9:32 pm -
Hi Internals, with 5.4. out of the door, we can start thinking about moving the php-src repository to git. Commit access to the php-src SVN repository will be disabled on March 15. I will run the ...
David Soria Parra
Mar 3, 2012 at 9:58 pm
Mar 16, 2012 at 3:36 am -
https://wiki.php.net/rfc/php_ini_bcmath_default This is the only other RFC I've been rummaging around in my head but hadn't brought up.
Michael Morris
Mar 6, 2012 at 9:04 pm
Mar 7, 2012 at 8:20 pm -
Hey all, I know given all the discussion about this topic lately, this is a hot topic. But I whipped together a quick POC patch to implement scalar type casting for function parameters. Let me ...
Anthony Ferrara
Mar 2, 2012 at 3:48 am
Mar 5, 2012 at 9:42 pm -
It is somewhat unintuitive that parse_str() is subject to the max_input_vars limitation and there are sites that use parse_str() to parse things that aren't directly coming from user query args. ...
Rasmus Lerdorf
Mar 14, 2012 at 7:42 pm
Mar 15, 2012 at 3:07 pm -
Hi all, As you may know, the cURL PHP extension is currently not in sync (featurewise) with the original libcurl. I started to work on it to make it as close as possible from the original libcurl. I ...
Pierrick Charron
Mar 10, 2012 at 4:57 pm
Mar 13, 2012 at 12:32 pm -
Hi with the php-src migrated to git we start receiving pull request on github. A few things to notice: - developers can pull the requests as described here ...
David Soria Parra
Mar 20, 2012 at 10:16 am
Mar 21, 2012 at 1:56 am -
PHP currently allows users to provide type hints for functions and methods, although the type hints are currently limited to objects and arrays: ...
Adam Jon Richardson
Mar 1, 2012 at 2:01 am
Mar 2, 2012 at 8:53 am -
Hi internals, just a heads up. The PHP_5_4 branch is open for commits again. - David
David Soria Parra
Mar 2, 2012 at 12:33 am
Mar 13, 2012 at 7:12 pm -
Someone mentioned having trouble with the form so I'm just doing a quick test. Also curious to see where these requests actually go. Please disregard.
Test - Please ignore
Mar 2, 2012 at 10:41 pm
Mar 9, 2012 at 11:44 am -
Plugins are a big deal (see http://oneofmanyworlds.blogspot.in/2012/03/difficult-decision.html for a recent example.) In this era of mashups and breakneck innovation, developers must rely on vast ...
Adam Jon Richardson
Mar 6, 2012 at 7:34 am
Mar 31, 2012 at 8:13 am -
I just got caught on a production server with the 5.4 upgrade on debian, pretty much everything works fine, except the E_ALL change. I have to admit I missed the discussion where it was added, and ...
Alan Knowles
Mar 6, 2012 at 4:08 pm
Mar 7, 2012 at 11:03 am -
OK having jumped through several hoops trying to get a stable installation of Apache2.4.1 with PHP5.4 and Firebird 2.5.1 I now have a machine running and while I've not been able to do a speed ...
Lester Caine
Mar 18, 2012 at 9:14 am
Mar 19, 2012 at 9:07 pm -
Hi, all Today I read a post around that: http://nikic.github.com/2012/03/06/Scalar-type-hinting-is-harder-than-you-think As some of us are leading to the 3rd and some to the 4th or other ways ...
Simon Schick
Mar 17, 2012 at 1:38 pm
Mar 19, 2012 at 7:11 am -
Hello internals, I've been involved in a discussion at the PHP Standards Group and we recently had the following statement: *Say you had a loop, and inside that loop you wanted to modify a param I'm ...
Klaus Silveira
Mar 15, 2012 at 2:21 pm
Mar 15, 2012 at 7:14 pm -
Hello, Can somebody shed some light on these 2 defines? Thanks. #define ZEND_MM_SMALL_FREE_BUCKET(heap, index) \ (zend_mm_free_block*) ((char*)&heap- free_buckets[index * 2] + \ ...
Adi Mutu
Mar 2, 2012 at 12:51 pm
Mar 5, 2012 at 6:45 am -
Hello! The PHP Development Team would like to announce the immediate availability of PHP 5.4.0. This release is a major leap forward in the 5.x series, and includes a large number of new features and ...
David Soria Parra
Mar 1, 2012 at 11:29 pm
Mar 2, 2012 at 12:28 am -
1. I had fun with a couple of small git merges today. I was trying to use local clones as briefly outlined on irc by dsp. The goal is to have different local directories for each of the three ...
Christopher Jones
Mar 22, 2012 at 11:24 pm
Mar 27, 2012 at 8:16 pm -
Hi Stas, Just FYI. Following bugs are needed to be fixed before 5.4.1, I think. https://bugs.php.net/bug.php?id=61526 Which is right, doc or code? https://bugs.php.net/bug.php?id=61507 This is worse ...
Yasuo Ohgaki
Mar 31, 2012 at 2:27 am
Mar 31, 2012 at 8:44 am -
Hi, All I just came around that talk a couple of days ago .. http://www.youtube.com/watch?v=R2Cq3CLI6H8 I don't know much about hash-maps and internal php-stuff at all, but they say that the fix ...
Simon Schick
Mar 14, 2012 at 8:27 pm
Mar 18, 2012 at 3:59 pm -
Please review https://bugs.php.net/bug.php?id=61291 And attached patch.... Without the patch 37 PASSED TESTS 0 SKIPPED TESTS 2 FAILED TESTS: mhash_001.phpt mhash_003.phpt With the patch 34 PASSED ...
Remi Collet
Mar 5, 2012 at 4:45 pm
Mar 11, 2012 at 10:40 pm -
Hey all, I've drafted an RFC for the Parameter type casting hint proposal that I posted to before. Attached to the RFC is a patch that's proposed for inclusion in core for functionality (it doesn't ...
Anthony Ferrara
Mar 4, 2012 at 1:28 am
Mar 5, 2012 at 8:15 am -
Hello could you add more karma for me on the following folders : ext/interbase ext/pdo_firebird git push origin remote: Welcome mariuz. remote: You have insufficient Karma! remote: I'm sorry, I ...
Marius adrian popa
Mar 30, 2012 at 10:18 am
Mar 30, 2012 at 8:17 pm -
hi! How do you solve: $ git merge --no-ff --log PHP-5.4 Auto-merging Zend/zend_language_scanner.c CONFLICT (content): Merge conflict in Zend/zend_language_scanner.c Auto-merging ...
Pierre Joye
Mar 28, 2012 at 12:14 am
Mar 28, 2012 at 10:18 am -
Hi, internals! There was a discussion recently on IRC that our current git working process is not perfect (especially about keeping one branch-only bugfixes) so that's a suggestion to use (and modify ...
Alexey Shein
Mar 25, 2012 at 8:45 pm
Mar 27, 2012 at 6:17 pm -
Hello all. Openssl starting from version 0.9.8 supports the ECDSA signature algorithm. Return value of the openssl_get_md_methods() also includes "ecdsa-with-SHA1" string. But if I call ...
Sergey Ryazanov
Mar 20, 2012 at 10:46 pm
Mar 23, 2012 at 12:18 pm -
https://wiki.php.net/rfc/changes_to_include_and_require Since the reaction to the first of the two suggestions was largely negative I've withdrawn it for now to focus on the second of the two ...
Michael Morris
Mar 8, 2012 at 4:05 pm
Mar 8, 2012 at 5:22 pm -
I have made a wiki account with user name MichaelMorris - I don't think I have permissions to submit an RFC as of yet. I'll post this here for now. I've brought this up before, but can now simplify ...
Michael Morris
Mar 6, 2012 at 2:45 pm
Mar 7, 2012 at 9:26 am -
PHP Internals folks-- My name is Eric Stenson, and I'm a developer at Microsoft working on IIS. I've been given the task of upgrading our php_wincache extension to work on PHP5.4, and I've run into a ...
Eric Stenson
Mar 15, 2012 at 6:56 pm
Mar 21, 2012 at 8:36 am -
Hi guys, could you please remove this cruft: dpkg-source: warning: ignoring deletion of file ext/standard/var_unserializer.c.orig dpkg-source: warning: ignoring deletion of file ...
Ondřej Surý
Mar 12, 2012 at 9:52 pm
Mar 13, 2012 at 7:13 am -
Hi, just a quick note on 5.3.11 planning: We will migrate to git in roughly one week. I'll give it a few days to verify migration works fine afterwards and then start the 5.3.11 process. Best is to ...
Johannes Schlüter
Mar 6, 2012 at 10:49 am
Mar 6, 2012 at 6:18 pm -
Hi, Now that the git migration is reaching php-src, I would like to know what will we do with cvs.php.net (eg. the pserver still running on it). There is also a mention of cvsup.php.net on ...
Ferenc Kovacs
Mar 18, 2012 at 7:20 pm
Sep 10, 2012 at 12:34 pm -
Hi! We would like to announce the first RC of the 5.4.1 version. This will be mainly a bugfix version, including all bugfixes that did not make the cut for 5.4.0 and new issues since then. Please ...
Stas Malyshev
Mar 30, 2012 at 6:23 am
Mar 30, 2012 at 5:35 pm -
Hi, Can you tell me which one of you guys has any blogs on which i can read about the php internals? I've already subscribed to laruence's , problem is google translate is pretty bad at translating ...
Adit adit
Mar 8, 2012 at 9:58 am
Mar 12, 2012 at 8:09 pm -
Hello! Please clarify whether or not get_magic_quotes_gpc() and get_magic_quotes_runtime() are deprecated, because I do not think they are. Deprecated means people should not use them while writing ...
Philip Olson
Mar 2, 2012 at 1:56 am
Mar 3, 2012 at 2:40 pm -
I've been writing software for Windows in Visual Studio since forever and also know user-land PHP like the back of my hand and, even after a few Google searches, I'm still scratching my head over ...
Thomas Hruska
Mar 31, 2012 at 4:15 pm
Mar 31, 2012 at 10:27 pm -
Hi, Since the git work flow in the wiki requires to apply patch to lowest possible branch, then merge upwards. This changes old work flow, commit trunk, then merge to release. I've committed simple ...
Yasuo Ohgaki
Mar 30, 2012 at 1:00 am
Mar 30, 2012 at 9:44 am -
Hi Internals, we will start migrating the php-src repository today and SVN access will be closed by 21:30 UTC. Thanks do Alexander Moskaliov we now have a much better, rewritten Mail script. Thanks ...
David Soria Parra
Mar 18, 2012 at 6:00 pm
Mar 18, 2012 at 6:48 pm -
Hey all, I had messaged about these patches before, but with the 5.4 release process happening I think it slipped through the cracks. I have 3 patches that are ready for inclusion... ...
Anthony Ferrara
Mar 4, 2012 at 1:29 pm
Mar 4, 2012 at 3:29 pm -
Hey guys, Please forgive me if this has already been addressed elsewhere, but what can we expect to happen with regard to migrating Subversion credentials over to Git? I.e. how/when will that happen, ...
Kris Craig
Mar 2, 2012 at 7:11 pm
Mar 2, 2012 at 7:45 pm -
Per RFC: https://wiki.php.net/rfc/propertygetsetsyntax Detailed Implementation Notes Document: https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented Getters/Setters has been built. This is my ...
Clint M Priest
Mar 29, 2012 at 3:13 am
Mar 31, 2012 at 1:36 pm -
Hello I'm wondering if there is a recommended way to validate a multi-type parameter in an internal function. If a parameter is expected to be "long or string" or to be "integer or null", a simple ...
François Gannaz
Mar 23, 2012 at 4:26 pm
Mar 24, 2012 at 7:43 pm -
Hi, Whenever I activate the gettext extension, PHP-FPM dumps a heap upon starting (see output below) Although the output finishes with "Aborted. Failed", the php processes are working ok, gettext ...
Steven VAN POECK
Mar 23, 2012 at 11:51 am
Mar 23, 2012 at 1:02 pm -
Hello all, I've drafted an RFC and functional-complete patch for disucssion another alternative to add scalar object casting magic methods. https://wiki.php.net/rfc/object_cast_to_types Please review ...
Anthony Ferrara
Mar 4, 2012 at 1:30 am
Mar 4, 2012 at 2:48 am -
Hi internals! Laruence and myself yesterday tried to slightly modify the set_error_handler behavior, but the change which we considered trivial was not perceived as such by others. So we are taking ...
Nikita Popov
Mar 24, 2012 at 1:26 pm
Mar 27, 2012 at 1:44 pm
Group Overview
group | php-internals |
categories | php |
discussions | 96 |
posts | 908 |
users | 121 |
website | php.net |
121 users for March 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)