Search Discussions
-
Good evening again, Previously I wrote to this mailing list about my proposal to add reference assignment to list() with a new syntax ("[PHP-DEV] Proposal: Implement FR #7930 (list() constructor ...
Andrea Faulds
Oct 24, 2013 at 10:14 pm
May 15, 2014 at 7:12 pm -
Hi, as one could already have seen, the links to the extension DLLs has been integrated into the PECL website. Basically the builds done until now are shown. Together with the automatic builds this ...
Anatol Belski
Oct 7, 2013 at 9:53 am
Jan 20, 2014 at 10:30 am -
Hi all, Currently, we have many encoding settings. It would be nicer if we have central encoding settings. https://wiki.php.net/rfc/default_encoding The patch is PoC, but the intent would be clear ...
Yasuo Ohgaki
Oct 29, 2013 at 10:50 am
Jan 16, 2014 at 12:41 am -
I'm planning on adding some MIME type to the CLI web server. For PHP 5.5.5 CLI web server I added the .pdf MIME type. I was using the webserver for a conference exhibition hall demo and needed to ...
Christopher Jones
Oct 25, 2013 at 7:55 pm
Nov 23, 2013 at 9:07 am -
Hi Internals It's already mid-october and according to our release schedule we have to release PHP 5.6 in 10 months from now. The past has shown that we need approx 5 months to stablize a release and ...
David Soria Parra
Oct 14, 2013 at 9:43 pm
Nov 6, 2013 at 10:28 pm -
Hi, the pull request https://github.com/php/php-src/pull/500 fixing the bug #50333 is ready to review. Manual tests done so far on linux and windows in TS and NTS mode with CLI and Apache show no ...
Anatol Belski
Oct 18, 2013 at 3:33 pm
Nov 5, 2013 at 6:47 am -
Hello, You are receiving this email because your project has been selected to take part in an effort by the PHP QA Team to make sure that your project still works with PHP versions to-be-released ...
Julien Pauli
Oct 31, 2013 at 2:26 pm
Nov 4, 2013 at 2:13 pm -
Hi all, Without 'true', session_regenerate_id() will not delete old session data which may contain sensitive data. It was made to 'false' by default for users relying on the bug. (PHP 4.x, IIRC) ...
Yasuo Ohgaki
Oct 22, 2013 at 6:54 am
Nov 4, 2013 at 3:33 am -
Greetings, Unfortunately, as you will no doubt well be aware, Anthony Ferrara, aka ircmaxell, decided to cease contributing to PHP. This is not a matter I wish to discuss here, but it is relevant to ...
Andrea Faulds
Oct 18, 2013 at 12:05 am
Nov 1, 2013 at 7:15 pm -
Evening Chaps, Following on from discussion regarding assertion API in PHP, the following RFC is now up for discussion: https://wiki.php.net/rfc/expectations Please do point out any missing sections ...
Joe Watkins
Oct 18, 2013 at 9:46 pm
Nov 1, 2013 at 2:37 am -
Hi internals. Doing a git branch --all , I notice that we still carry very old branches (back from the svn or even cvs times). Here is the list : remotes/origin/experimental/5.2-WITH_DRCP ...
Julien Pauli
Oct 29, 2013 at 10:57 am
Oct 31, 2013 at 4:36 pm -
Hi, There is a new patch that is changing serialization in GMP: http://git.php.net/?p=php-src.git;a=commitdiff;h=4218e89f8df4ca3897e3aad595e0c2c9cf4c3aca It fixes the bug but it also introduces BC ...
Jakub Zelenka
Oct 30, 2013 at 9:37 pm
Oct 30, 2013 at 10:38 pm -
Good evening all, I often receive duplicate emails when somebody replies to me or to a thread containing me. I assume this is because of use of the "Reply All" button, where "Reply List" should be ...
Andrea Faulds
Oct 29, 2013 at 7:08 pm
Oct 30, 2013 at 7:50 am -
Hi guys, While checking a RFC page I noticed the Status was showing "Under discussion" while the RFC list (https://wiki.php.net/rfc) was showing it was Implemented. Then I checked several other RFC's ...
Renan Gonçalves
Oct 28, 2013 at 4:52 pm
Oct 29, 2013 at 7:04 pm -
Hi, The proposed patch for PHP master branch eliminates a number of calls related to Garbage Collector. https://gist.github.com/dstogov/7218890 I don't see any failed PHPT tests and I can't imagine a ...
Dmitry Stogov
Oct 29, 2013 at 5:29 pm
Oct 29, 2013 at 6:15 pm -
Hi there, I'm not member of the PHP community, but ... I have a proposal to add one new optional boolean paramter for SoapServer::handle method. to allow control whether result is sent directly to ...
Krzysztof karasek
Oct 29, 2013 at 8:45 am
Oct 29, 2013 at 1:50 pm -
Hi internals, I'm working on making a tool to build arbitrary combinations of PHP and extensions for testing purposes. At the moment, it's hard to test specific combinations (e.g. a specific version ...
Ryan McCue
Oct 27, 2013 at 11:27 am
Oct 29, 2013 at 12:40 pm -
Hello there! I am currently looking into alternative build systems - such as Ninja - and wanted to ask, in which steps PHP is compiled. Currently I am working on a bigger system which utilizes Ninja ...
Kevin Ingwersen
Oct 27, 2013 at 6:30 pm
Oct 29, 2013 at 11:16 am -
Sorry folks, quite a few bug db notifications were lost over the weekend and today. For the folks who regularly watch the php-bugs list, could you go and peruse the bug db manually and look through ...
Rasmus Lerdorf
Oct 29, 2013 at 7:19 am
Oct 29, 2013 at 7:19 am -
Ok folks, after a *very* busy weekend of infrastructure shuffling and hacking and as you may have noticed, git.php.net is back and accepting pushes. It is on a new machine, so expect to see a warning ...
Rasmus Lerdorf
Oct 28, 2013 at 2:20 pm
Oct 28, 2013 at 2:20 pm -
Evening Chaps, https://bugs.php.net/bug.php?id=64439 What do we think of the following approach: https://github.com/php/php-src/pull/505 Cheers Joe
Joe Watkins
Oct 25, 2013 at 6:40 pm
Oct 28, 2013 at 1:34 pm -
Hi, Following the git problems in the last few days, merges weren't possible. New: #503 <https://github.com/php/php-src/pull/503 Rename pcre_printint.src to pcre_printint.c and update from upstream ...
Lior Kaplan
Oct 28, 2013 at 7:35 am
Oct 28, 2013 at 7:35 am -
Hi internals! I'd like to propose an RFC, which allows the use of exceptions within the engine and also allows changing existing fatal errors to exceptions: https://wiki.php.net/rfc/engine_exceptions ...
Nikita Popov
Oct 24, 2013 at 5:41 pm
Oct 27, 2013 at 7:21 pm -
I have only this email to contact, but when I opened today php.net in Google Chrome I've got next message "The Website Ahead Contains Malware". Link for details ...
Konstantin Leboev
Oct 24, 2013 at 8:04 am
Oct 25, 2013 at 7:41 am -
Hi all, atm only the git tags are signed using gpg. It would be awesome to also sign the tar files people download from the Downloads page. Also distros could verify those easily. I brought this up ...
Pierre Schmitz
Oct 25, 2013 at 3:52 am
Oct 25, 2013 at 3:52 am -
Hi, I'm proposing two simple patches that eliminate a lot of useless zval copying. For example they remove only about 800 calls to zend_hash_copy() (25%) on each request to wordpress-3.6.0 home page ...
Dmitry Stogov
Oct 23, 2013 at 12:36 pm
Oct 24, 2013 at 4:55 pm -
Hi, I have started the vote for extended keyword support RFC: https://wiki.php.net/rfc/keywords_as_identifiers Deadline is Monday, next week (28.10.2013) Bob Weinand
Bob Weinand
Oct 21, 2013 at 2:32 pm
Oct 24, 2013 at 2:35 pm -
Hi, This morning I couldn't access php.net as it was listed by Google as a Malicious page ...
Pascal Chevrel
Oct 24, 2013 at 8:04 am
Oct 24, 2013 at 8:04 am -
Hi all, var_export() does not use full precision for floating-point numbers https://bugs.php.net/bug.php?id=64760 var_export() is supposed to export variables to be imported. Therefore, it should use ...
Yasuo Ohgaki
Oct 24, 2013 at 12:59 am
Oct 24, 2013 at 12:59 am -
Hello there. I have absolutely no real clue where to post this but rather into some sort of development mailing list. Recently, I started to work on some tool that will compile a lot of PHP scripts ...
Kevin Ingwersen
Oct 23, 2013 at 6:20 pm
Oct 23, 2013 at 8:19 pm -
Good evening everyone, I have a simple suggestion for a feature addition, which I have already implemented. Over 13 years ago, someone suggested adding support for assigning by reference in list(), ...
Andrea Faulds
Oct 23, 2013 at 5:50 pm
Oct 23, 2013 at 6:07 pm -
Hello all, I implemented FR #65917 (getallheaders() is not supported by the built-in web server). FR #65917 is actually my own feature request; I created it because I had tried to use it with the CLI ...
Andrea Faulds
Oct 17, 2013 at 6:59 pm
Oct 23, 2013 at 1:47 pm -
Hi, It felt a bit weird to report a bug about the bug tracker, so I decided to post it here. I came across this random bug: https://bugs.php.net/bug.php?id=64386 The stats are: Votes:105Avg ...
Tjerk Meesters
Oct 23, 2013 at 9:53 am
Oct 23, 2013 at 9:53 am -
https://medium.com/building-potluck/be7ebb17deff -- Pierre @pierrejoye | http://www.libgd.org
Pierre Joye
Oct 22, 2013 at 2:34 pm
Oct 22, 2013 at 2:34 pm -
yeah, and don't forget that 5.3 was already released, and the 5.4 branch was already created before the new release process rfc got voted and accepted, so that was the main reason why those versions ...
Ferenc Kovacs
Oct 18, 2013 at 4:30 pm
Oct 21, 2013 at 12:39 pm -
Hi, This week we've reached to PR #500 after 2 years of getting PRs officially. The more steady stream of PRs started in March 2012... so it's around a PR a day in average. New: #493 ...
Lior Kaplan
Oct 21, 2013 at 11:36 am
Oct 21, 2013 at 11:36 am -
0
PR #479
Can someone with Zend karma take a look at this ? https://github.com/php/php-src/pull/479/files Replace invalid code with a proper #error I would have merged myself, but don't have the karma for it ...Lior Kaplan
Oct 21, 2013 at 10:34 am
Oct 21, 2013 at 10:34 am -
It looks like Coverity ran a new scan today. Here is a summary of new things it found. If you haven't already, go to https://scan.coverity.com/projects/191 and poke around. I think you can just join ...
Rasmus Lerdorf
Oct 20, 2013 at 12:29 am
Oct 20, 2013 at 12:40 am -
Zend karma having folks, Is there any chance someone can pull https://github.com/php/php-src/pull/497 into PHP-5.4 and PHP-5.5, please? It's a backport of a fix that's already in master to use $YACC ...
Adam Harvey
Oct 18, 2013 at 6:00 pm
Oct 19, 2013 at 5:34 am -
Hi All, (First, a quick aside: I'm new here, so let me know if I'm treading on any toes or failing to do my homework properly. Also, apologies for long-windedness; it's a personal flaw.) I would like ...
Rowan Collins
Oct 14, 2013 at 9:33 pm
Oct 18, 2013 at 4:03 pm -
35
Assertions
Morning All, I'd like to draw some attention to how poor assertions are in PHP. The current assertion API is not usable in my opinion; it has a considerable overhead, relies on eval(), and is ...Joe Watkins
Oct 17, 2013 at 7:25 am
Oct 18, 2013 at 1:50 pm -
Hello, I would like to propose the introduction of an 'InvalidStateException' into the SPL extension. Within the existing exceptions I am not able to find a type that would represent a state error, ...
Benjamin Schneider
Oct 17, 2013 at 1:30 pm
Oct 17, 2013 at 6:10 pm -
It has come to my attention that it's possible to abuse some autoloader by trying to autoload class names like "Foo\Bar\..\..\uploads\exploit.php" for example, which could be transformed to ...
Jordi Boggiano
Oct 17, 2013 at 7:27 am
Oct 17, 2013 at 1:49 pm -
Hi! The PHP development team announces the immediate availability of PHP 5.5.5. This release fixes about twenty bugs against PHP 5.5.4, some of them regarding the build system. All PHP users are ...
Julien Pauli
Oct 17, 2013 at 11:45 am
Oct 17, 2013 at 11:45 am -
Hi, as part of the extension version check on PECL it turned out, that the extensions in the core are almost completely out of track with their versions, not even to talk about version macros names ...
Anatol Belski
Oct 15, 2013 at 3:16 pm
Oct 16, 2013 at 7:50 pm -
Just to be sure everybody has a chance to read and comment: -- Regards, Mike
Michael Wallner
Oct 15, 2013 at 12:54 pm
Oct 16, 2013 at 4:18 pm -
To those interested, a patch enabling TLS peer verification by default for client streams is now available here: https://wiki.php.net/rfc/tls-peer-verification Please note that this RFC is limited to ...
Daniel Lowrey
Oct 16, 2013 at 1:38 pm
Oct 16, 2013 at 2:30 pm -
Hello there, This is a two-part patch. The first part patches one part of bug #64874, which is that lone JSON primitive values (true, false, null, string, number) cannot be deserialised with ...
Andrea Faulds
Oct 16, 2013 at 12:21 pm
Oct 16, 2013 at 12:21 pm -
Testing upcoming 5.5.5, I noticed that the new test fails on 32bits build (ok on 64bits) $ cat ../ext/standard/tests/serialize/bug64146.diff 003+ 004+ Notice: Trying to get property of non-object in ...
Remi Collet
Oct 16, 2013 at 8:54 am
Oct 16, 2013 at 10:13 am -
Salathe (http://chat.stackoverflow.com/transcript/message/12364625#12364625) pointed me here to fill this form out. I need the account to help to handle tickets in the bug tracker. (Closing etc.) I ...
Bob Weinand
Oct 15, 2013 at 12:35 pm
Oct 15, 2013 at 6:38 pm
Group Overview
group | php-internals |
categories | php |
discussions | 66 |
posts | 562 |
users | 101 |
website | php.net |
101 users for October 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)