Search Discussions
-
All, I have created a new draft RFC implementing function and constant autoloading in master: https://wiki.php.net/rfc/function_autoloading All feedback is welcome. Thanks Anthony
Anthony Ferrara
Aug 30, 2013 at 1:23 am
Dec 30, 2013 at 4:18 pm -
Hello all, I'd like to propose a new RFC for 5.NEXT: https://wiki.php.net/rfc/const_scalar_expressions This allows for defining constant expressions which are resolved at compile time. for example ...
Anthony Ferrara
Aug 13, 2013 at 4:12 pm
Oct 27, 2013 at 2:28 pm -
Hi internals! I'd like to propose an RFC, which adds dedicated syntax for variadic functions: https://wiki.php.net/rfc/variadics Basically this allows declaring variadics directly in the function ...
Nikita Popov
Aug 28, 2013 at 3:47 pm
Sep 23, 2013 at 1:35 pm -
Hi all, Current session module has a few limitations due to "register_globals" support which is now obsolete. One of them is numeric key indexed session data. i.e. $_SESSION[1] = $var is not allowed ...
Yasuo Ohgaki
Aug 7, 2013 at 6:59 am
Aug 11, 2013 at 3:24 am -
Hi, there has been some chatter about windows.php.net, which drives me to the question: Do we need that site? Why and for what? Few data items: * The "news" on w.p.n are not really maintained and ...
Johannes Schlüter
Aug 31, 2013 at 8:05 pm
Sep 2, 2013 at 3:16 pm -
Hi internals! This RFC proposes to add a syntax for argument unpacking: https://wiki.php.net/rfc/argument_unpacking Basically, this is the "complement" of the variadics RFC: It is not about declaring ...
Nikita Popov
Aug 30, 2013 at 3:23 pm
Sep 1, 2013 at 1:06 am -
Hi all, I realized that not many users are using "more entropy" parameter Therefore, I made Request #65501 uniqid(): More entropy parameter should be true by default ...
Yasuo Ohgaki
Aug 22, 2013 at 10:59 am
Aug 24, 2013 at 10:31 am -
Everyone - Hi! Since this is my first post to this list, I'll introduce myself: I'm an engineer who has been working on HipHop VM in New York for the last half year or so after a long time working at ...
Sean Cannella
Aug 7, 2013 at 8:00 pm
Feb 2, 2014 at 6:06 pm -
Hi, I would like to react on Stat's "it's-not-our-problem" comment in https://bugs.php.net/bug.php?id=63520 I am very sad to see a core developer take such a passive-aggressive stance against ...
Ondřej Surý
Aug 28, 2013 at 6:55 am
Aug 29, 2013 at 2:45 pm -
Hello, We recently successfully embedded PHP into our application using an approach based on the embed SAPI. However, our application is large and complex, written entirely in C++, requires a bit ...
J David
Aug 16, 2013 at 4:36 pm
Aug 20, 2013 at 3:59 am -
Dear list, I recently ran into big problems with crc32() and ip2long() both of which I was using in the same codebase. I know these issues have been debated at length in the past, but this really ...
Rasmus Schultz
Aug 27, 2013 at 4:05 pm
Sep 7, 2013 at 6:20 pm -
Hi! I've looked at travis-CI results for PHP (e.g. https://travis-ci.org/php/php-src/) and I am seeing that there are two extensions that produce fails that break the build: Bug #39858 (Lost ...
Stas Malyshev
Aug 11, 2013 at 3:49 am
Aug 22, 2013 at 6:05 pm -
Idea for an RFC for a more powerful (and backward compatible) API of random number generator functions. The following psaudocode is self explained (hopfully) const RAND_ALGO_LIBC const ...
Marc Bennewitz
Aug 28, 2013 at 8:59 pm
Sep 1, 2013 at 10:01 pm -
Hi internals! Is there any particular reason why we only pass return_value_ptr to internal functions if they have the ACC_RETURN_REFERENCE flag set? Why can't we always provide the retval ptr, even ...
Nikita Popov
Aug 3, 2013 at 6:16 pm
Aug 31, 2013 at 3:20 pm -
Subject: Switch from json extension which have a problematic (non-free) license to jsonc dropin free alternative. RFC: https://wiki.php.net/rfc/free-json-parser Remi.
Remi Collet
Aug 29, 2013 at 5:54 am
Aug 30, 2013 at 2:42 pm -
Hi all, A user requested that crypt() should raise error without 2nd(slat) parameter. https://bugs.php.net/bug.php?id=55036 crypt() without salt generates extremely weak password hash. In addition to ...
Yasuo Ohgaki
Aug 7, 2013 at 10:18 am
Aug 22, 2013 at 11:30 am -
By way of a background. I've been doing a review of the exting code base looking at how to establishing a roadmap extend OPcache functionality across all supported OSes and SAPIs. And this raises a ...
Terry Ellison
Aug 19, 2013 at 4:05 pm
Aug 20, 2013 at 6:40 pm -
Hi all, Following patch against master https://gist.github.com/yohgaki/6198611 implements FR #17860 https://bugs.php.net/bug.php?id=17860 This patch removes unneeded session writes. i.e. session data ...
Yasuo Ohgaki
Aug 10, 2013 at 3:45 am
Aug 10, 2013 at 10:19 am -
Hi, I've just bumped into https://bugs.php.net/bug.php?id=65322 recently, and I would like you get some opinions on the issue. Personally I think that it is a really bad design to introduce ...
Ferenc Kovacs
Aug 8, 2013 at 3:11 pm
Sep 29, 2013 at 5:13 pm -
Hi! For me (64-bit linux) test upload_2G.phpt also fails with this output: Test PHP 5.6.0-dev Development Server started at Sun Aug 11 02:43:04 2013 Listening on http://localhost:8964 Document root ...
Stas Malyshev
Aug 11, 2013 at 2:42 am
Sep 2, 2013 at 7:46 am -
Hi internals! This is a spinoff from the variadics thread. Quoting Stas: This is a general issue in PHP that we might want to fix: Currently a method A is not compatible with a method B if A has less ...
Nikita Popov
Aug 29, 2013 at 9:33 am
Sep 18, 2013 at 12:56 pm -
Hi, I prepared a patch to replace sapi_globals' request_info post_data and raw_post_data with a temp stream and remove support for HTTP_RAW_POST_DATA. [1] PROS: * save up to 300% on post_data_len ...
Michael Wallner
Aug 27, 2013 at 12:08 pm
Sep 16, 2013 at 3:49 pm -
Hi internals. I started a work of refactoring magic methods from internals. The first goal was to never write ourselves things like "__get", but use macros for those names. (get, set, invoke, ...
Julien Pauli
Aug 2, 2013 at 4:47 pm
Aug 29, 2013 at 4:08 pm -
I don't see this new option referenced in the provided php.ini-{production,development} Remi.
Remi Collet
Aug 19, 2013 at 8:19 am
Aug 20, 2013 at 5:33 pm -
Hi Internals, Our RC1 of PHP 5.5.2 has been released for testing. It fixes some bugs in the 5.5 branch. You'll find details in the NEWS file. The packages can be found at ...
Julien Pauli
Aug 2, 2013 at 8:05 am
Aug 10, 2013 at 4:23 pm -
I like how all the \"why I need a Git account\" reasons above are copied verbatim from the list of reasons one *doesn\'t* need a Git account :) Primary reason would be helping with ...
Damian Wadley
Aug 8, 2013 at 2:29 am
Aug 8, 2013 at 8:29 am -
Hi, there were branches with the names 5.3 5.4 5.5 in our main repository. This was confusing with PHP-5.x which we use. As those where full merged they were most likely pushed by accident. I have ...
Johannes Schlüter
Aug 15, 2013 at 5:55 pm
Aug 15, 2013 at 7:30 pm -
As I have no Zend karma, is anybody kind enough to merge the bison blacklist patch? https://github.com/php/php-src/pull/402 -- Regards, Mike
Michael Wallner
Aug 8, 2013 at 6:56 pm
Aug 9, 2013 at 6:47 am -
Hey Johannes, could you take a look at: https://gist.github.com/anonymous/6143477 You can reproduce in 5.5 with: sapi/cli/php ext/mysqli/tests/mysqli_poll_kill.php main/streams/cast.c:306 is: if ...
Rasmus Lerdorf
Aug 3, 2013 at 5:51 pm
Aug 5, 2013 at 11:42 am -
Hi, Please find attached a patch for adding large file size support to PHP 5.5.1. Basically, it allows 32 bits machine to address file larger than 4GB, get correct results when asking for their size, ...
X Ryl
Aug 30, 2013 at 2:43 pm
Aug 30, 2013 at 3:27 pm -
Hi, I'm please to say that we keep processing the requests faster and faster, leaving only few not handled in their first week. Thanks for everyone who helped. New: #420 ...
Lior Kaplan
Aug 27, 2013 at 6:00 pm
Aug 28, 2013 at 12:37 pm -
Hello together, an incompatible change was made to the 5.4 series without any notice. It's related to RecursiveDirectoryIterator https://bugs.php.net/bug.php?id=64228 See the source here ...
Martin Keckeis
Aug 20, 2013 at 1:08 pm
Aug 21, 2013 at 10:29 am -
https://bugs.php.net/bug.php?id=62853 Originally produced and submitted by vanmeeuwen Can we have this patch checked for inclusion? We cannot do paginated responses properly without it. Kind Regards, ...
Henry Fallon
Aug 15, 2013 at 11:00 am
Aug 15, 2013 at 11:04 am -
Looking at https://bugs.php.net/bug.php?id=65463 My brain is foggy on why we call zend_destroy_modules() before zend_hash_destroy(GLOBAL_CLASS_TABLE) in zend_shutdown(). Anyone remember the reason? I ...
Rasmus Lerdorf
Aug 17, 2013 at 8:52 pm
Aug 17, 2013 at 9:24 pm -
array_unique() is perfect for removing duplicates in a string array, but not so great for an array of objects. SORT_REGULAR was added to compare items without casting them to string. However it uses ...
Matthieu Napoli
Aug 13, 2013 at 10:15 am
Aug 15, 2013 at 10:49 am -
Hi requinix, recently I've seen your mail address more often in the bug tracker providing useful comments helping users and developers triaging bugs. Would you be interested in quickly introducing ...
Johannes Schlüter
Aug 7, 2013 at 10:42 pm
Aug 8, 2013 at 2:17 am -
What do you think to add the -fsanitize=address option (if available) for the debug build ? Note, this will make build / test slower. Remi.
Remi Collet
Aug 30, 2013 at 8:54 am
Aug 30, 2013 at 8:54 am -
Hi internal, I have met a strange behavior with stream_get_contents and stream wrapper. This is explained here: https://bugs.php.net/65581. Thoughts? -- Ivan Enderlin Developer of Hoa ...
Ivan Enderlin @ Hoa
Aug 29, 2013 at 8:36 am
Aug 29, 2013 at 8:36 am -
Hi! I'm looking into tests fails that I get with mysqlnd and mysql enabled, and on bug_39858.phpt I've noticed a strange thing. The code goes like this: $stmt = $db- prepare("CALL p()"); $stmt- ...
Stas Malyshev
Aug 25, 2013 at 5:52 am
Aug 25, 2013 at 5:52 am -
Hello! The PHP development team announces the immediate availability of PHP 5.4.19 and PHP 5.5.3. These releases fix a bug in the patch for CVE-2013-4248 in OpenSSL module and compile failure with ...
Stas Malyshev
Aug 22, 2013 at 11:33 pm
Aug 22, 2013 at 11:33 pm -
(reporting about two weeks) Merged requests (past 7 days): #359 <https://github.com/php/php-src/issues/359 PHPTests for the DOMDocument::load and DOMDocument::loadXML #360 ...
Lior Kaplan
Aug 21, 2013 at 11:24 pm
Aug 21, 2013 at 11:24 pm -
Did I overlook the announcements for 5.4.18 & 5.5.2? Or aren't they posted to this list anymore? Jan
Jan Ehrhardt
Aug 17, 2013 at 8:40 pm
Aug 17, 2013 at 8:40 pm -
Hello internals, About 3 weeks have passed since I announced the use_function RFC. A number of issues were raised, and I believe all of them have been resolved at this point. I would like to initiate ...
Igor Wiedler
Aug 15, 2013 at 2:40 pm
Aug 15, 2013 at 2:40 pm -
Merged requests (past 7 days): #214 <https://github.com/php/php-src/pull/214 First fixes for a 64bit compatible ftp extension #394 <https://github.com/php/php-src/issues/394 typofixes - non living ...
Lior Kaplan
Aug 7, 2013 at 8:15 am
Aug 7, 2013 at 8:15 am -
Hi! This would probably work fine. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227
Stas Malyshev
Aug 2, 2013 at 6:47 pm
Aug 2, 2013 at 6:47 pm
Group Overview
group | php-internals |
categories | php |
discussions | 45 |
posts | 451 |
users | 84 |
website | php.net |
84 users for August 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)