Search Discussions
-
Hi, Could you check out my last mail about the unserialize stuff?: http://news.php.net/php.internals/74947 After looking into the issue a bit more I think that our current fix isn't what we want. It ...
Ferenc Kovacs
Jun 17, 2014 at 2:05 pm
Jul 29, 2014 at 8:44 am -
Good evening, I have created an RFC containing two proposals. The first is a less cumbersome syntax for arrays. At present, string keys in arrays are declared like this: “stringKey” = 3, That’s a ...
Andrea Faulds
Jun 1, 2014 at 5:59 pm
Jun 3, 2014 at 9:11 pm -
Hi everyone (already discussed this a bit off-list with Julien), Ilia and I sat down last week at International PHP Conference to discuss https://bugs.php.net/bug.php?id=65641. This is a pretty ...
David Zuelke
Jun 12, 2014 at 7:48 pm
Jun 30, 2014 at 9:23 am -
ping? -Hannes
Hannes Magnusson
Jun 12, 2014 at 10:47 pm
Jun 16, 2014 at 9:07 pm -
Hi! As decided in https://wiki.php.net/rfc/php53eol, 5.3 EOL is 1 year after the 5.5.0 release, which is on June 20th. Do we want to make one last release before EOL with latest security patches ...
Stas Malyshev
Jun 13, 2014 at 11:38 pm
Jul 30, 2014 at 7:16 pm -
Hey :-) I spent few hours analyzing PHP's IO multiplexing parts. IO multiplexing refers to calls to select() / poll() / epoll() or kqueue(). Simple notice : everything is sparse everywhere, we don't ...
Julien Pauli
Jun 17, 2014 at 10:05 am
Jun 23, 2014 at 8:17 am -
Hi internals! I have created a proposal for a more consistent and complete variable syntax for PHP 6: https://wiki.php.net/rfc/uniform_variable_syntax The RFC is targeted at PHP 6 because it breaks ...
Nikita Popov
Jun 9, 2014 at 1:33 pm
Jul 2, 2014 at 6:20 pm -
Good evening again, I’ve been working on a patch to add bigints to PHP for more than a fortnight now. It’d based on the phpng branch and very much unfinished, but is somewhat working. A draft RFC is ...
Andrea Faulds
Jun 20, 2014 at 12:35 am
Jul 7, 2014 at 12:53 am -
Hi Bob, I'm wondered why you introduced this wired syntax in PHP-5.6. class FooBar { const bar = ["bar" = 3]["bar"]; } It wasn't a part of RFC, it wasn't covered by tests, and it actually doesn't ...
Dmitry Stogov
Jun 30, 2014 at 7:06 pm
Jul 22, 2014 at 6:00 am -
hi, One of the last reminding so called "security" feature is open_basedir. On Windows f.e. it is very easy to create application pool with the right users/permissions settings (IIS) or only ...
Pierre Joye
Jun 17, 2014 at 8:26 am
Jun 19, 2014 at 10:18 pm -
Hi, I've just got notification about https://bugs.php.net/bug.php?id=50921 (because I was commenting on the past). I've checked why do we not set http 500, and found this ...
Ferenc Kovacs
Jun 25, 2014 at 9:06 am
Jul 8, 2014 at 7:22 pm -
Good evening, I managed to somehow miss that the 2 week minimum to hold a vote had passed this weekend for my Bare Name Array Literal and Bare Name Array Dereference RFCs. Oh well, better late than ...
Andrea Faulds
Jun 19, 2014 at 11:45 pm
Jun 28, 2014 at 9:24 pm -
managed to reach Sara through twitter( https://twitter.com/Tyr43l/status/456777526908837888), but still not done. almost commited the missing info to UPGRADING, but then I got some second thoughts ...
Ferenc Kovacs
Jun 9, 2014 at 5:32 pm
Jun 11, 2014 at 1:01 pm -
Hi, I just wrote a patch to add fallocate() syscall support for streams. It relies on posix_fallocate(), so that it should support many Unixes. Linux's got a specification with a fallocate() ...
Julien Pauli
Jun 13, 2014 at 2:20 pm
Jul 10, 2014 at 9:19 am -
Hi internals, I came across this old bug: https://bugs.php.net/bug.php?id=34407 The desired behaviour for that particular person: "the (world) now" = "The (World) Now" Currently PHP adopts a very ...
Tjerk Meesters
Jun 30, 2014 at 11:55 am
Jul 3, 2014 at 1:46 pm -
In a unit test, test doubles (dummies, fakes, stubs, spys, and mocks) are used to simulate the behavior of complex, real objects when a real object is difficult or impossible to incorporate into a ...
Sebastian Bergmann
Jun 28, 2014 at 1:36 pm
Jul 2, 2014 at 9:07 pm -
Hey. I am working on a nodejs module that allows to embed PHP (to use it within HTTP servers, for example). I wish to extend with a small thing. Instead of starting, running and shutting down the ...
Ingwie Phoenix
Jun 26, 2014 at 9:50 am
Jun 27, 2014 at 3:48 pm -
Hi, looking for tasks to invest a little spare time in the weeks to come I had a look at http://gcov.php.net/viewer.php?version=PHP_5_5 The test coverage is suspiciously low... Test coverage of 5.4 ...
Nicolai Scheer
Jun 4, 2014 at 8:06 pm
Jun 6, 2014 at 3:46 am -
Hi, There were some vocal feedback about not spamming the list and/or not letting the generic traffic of the internals@ making the PR mails ignored, so I I've changed it to <span ...
Ferenc Kovacs
Jun 11, 2014 at 6:52 pm
Jun 12, 2014 at 1:19 pm -
Hey. I am not particulary sure if this is the right list to ask this, but I decided I would just try (besides, its the only list I subscribed to). For an application that I run, I have bumped against ...
Kevin Ingwersen
Jun 11, 2014 at 2:08 am
Jun 11, 2014 at 8:15 pm -
Hi, anybody have any idea why did ext/mysqli/tests/mysqli_reap_async_query.phpt started to fail after my commit which only changed the NEWS file? is this an intermittent test, or maybe the mysql lib ...
Ferenc Kovacs
Jun 3, 2014 at 11:06 am
Jun 4, 2014 at 1:38 am -
Dear all, a couple of weeks ago, I proposed a change to the handling of the situation where methods are called on non-objects. Instead of an E_ERROR, the engine would raise an E_RECOVERABLE_ERROR, ...
Timm Friebe
Jun 29, 2014 at 10:40 am
Jul 28, 2014 at 12:02 am -
Good evening, It’s worrying that pull requests to php-src on GitHub often go neglected. To solve this, I propose an account be set up which would “watch” the repo on GitHub and then have its email ...
Andrea Faulds
Jun 9, 2014 at 1:34 am
Jun 9, 2014 at 2:14 pm -
Hi, I wanted to ask what's our current consensus about feature requests like this: https://bugs.php.net/bug.php?id=67309 The requested function wouldn't provide anything which isn't currently ...
Ferenc Kovacs
Jun 3, 2014 at 7:41 am
Oct 22, 2014 at 9:07 pm -
Good evening, I’m using lxr.php.net and trying to find some stuff in phpng. However, it can’t find some things which most definitely are in the branch as they’re in the checked-out, up-to-date copy ...
Andrea Faulds
Jun 5, 2014 at 10:50 pm
Jul 4, 2014 at 11:09 pm -
@Stas: do not forget to change the date in the NEWS file, before you announce 5.4.30. It now says in the Windows builds on http://windows.php.net/download/ Jan
Jan Ehrhardt
Jun 26, 2014 at 11:10 am
Jun 26, 2014 at 3:55 pm -
I'm moving the discussion to internals@, here is the context those who didn't get the original mail: http://news.php.net/php.cvs/78956 I don't have any technical issues with this change, and I also ...
Ferenc Kovacs
Jun 19, 2014 at 2:58 pm
Jun 20, 2014 at 5:53 am -
You can view the Pull Request on github: https://github.com/php/php-src/pull/693 Pull Request Description: This should be a fairly cheap win to make pcntl_signal_dispatch() somewhat faster in the ...
Noreply
Jun 11, 2014 at 3:43 pm
Jun 12, 2014 at 12:19 pm -
hi, Just a head up here: http://news.php.net/php.pecl.dev/11879 Please reply there if interested :) Cheers, -- Pierre @pierrejoye | http://www.libgd.org
Pierre Joye
Jun 11, 2014 at 8:01 pm
Jun 12, 2014 at 3:09 pm -
Hi While browsing over some of the code base, I felt over ftp_ssl_connect(), which we only enable in our builds if the openssl extension is available, and even then, we only enable it if it is built ...
Kalle Sommer Nielsen
Jun 7, 2014 at 7:26 am
Jun 10, 2014 at 8:14 am -
https://github.com/php/php-src/pull/674 It fixes bug 66622: https://bugs.php.net/bug.php?id=66622 I've prodded people on #php.pecl and nobody has had any complaints about it, so I don't anticipate ...
Levi Morrison
Jun 8, 2014 at 11:46 pm
Jun 9, 2014 at 1:41 am -
Hi, is it by itention, that there is no zend_update_property_resource in zend_API.c (as of 5.5.12)? What is the usual and official way to add such a function and what can I do to make it happen? If ...
Nicolai Scheer
Jun 4, 2014 at 7:52 pm
Jun 6, 2014 at 7:10 am -
It seems this fix breaks Horde (Horde_Imap_Client). Here is the code: https://github.com/horde/horde/blob/master/framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php If first __construct call ...
Remi Collet
Jun 4, 2014 at 6:25 pm
Jun 5, 2014 at 6:47 am -
Hi, As Internal Class doesn't support newInstanceWithoutConstructor, some user code use the above hack (ex phpunit-mock-object) $object = unserialize( sprintf('%s:%d:"%s":0:{}', ...
Remi Collet
Jun 12, 2014 at 11:44 am
Jun 17, 2014 at 7:48 am -
Hi internals people, I was curious to know why the memory limit in php.ini was set to 128MB so I digged into the repository history and I saw that it was bumped from 16MB to that value in 2006 ...
Pascal Chevrel
Jun 16, 2014 at 11:51 am
Jun 16, 2014 at 1:19 pm -
Developing the PHP runtime, Maintaining an official, bundled PHP extension
Peter Seo
Jun 23, 2014 at 4:12 am
Jul 14, 2014 at 1:29 pm -
Hi PHPers, I've been fighting with gnupg_verify for days now and cannot understand how it works. It returns an array in the form of: array ( 0 = array ( 'fingerprint' = 'BLABLABLA' 'validity' = 0 ...
Tsvetan Nikolov
Jun 14, 2014 at 12:08 pm
Jun 14, 2014 at 6:23 pm -
2
test
test mailFerenc Kovacs
Jun 10, 2014 at 7:57 pm
Jun 11, 2014 at 5:08 am -
You can view the Pull Request on github: https://github.com/php/php-src/pull/692 Pull Request Description: test pull request for hopefully triggering the first PR notification email to internals@
Noreply
Jun 10, 2014 at 8:29 pm
Jun 10, 2014 at 8:52 pm -
Hi, I think it would be really nice, if we could have a policy that bugfixes should always have an issue on http://bugs.php.net. Of course if the bug was spotted and fixed before a public (stable or ...
Ferenc Kovacs
Jun 5, 2014 at 12:00 pm
Jun 6, 2014 at 3:16 am -
PHP Internals folks-- I'm working on the opcode cache part of Wincache, and I believe that Wincache isn't properly handling the scope and prototype fields of the zend_op_array struct when copying it ...
Eric Stenson
Jun 24, 2014 at 7:10 pm
Jun 30, 2014 at 8:08 pm -
Hi, I just noticed that when we patched the crypt_blowfish signedness bug in 2011, a commit to the UPGRADING file for PHP 5.4+ wrongly listed $2z$ as a supported prefix. It is not supported. This: - ...
Solar Designer
Jun 27, 2014 at 5:09 am
Jun 27, 2014 at 3:02 pm -
On a default Ubuntu setup when writing 5.5 code I noticed an improvement with the resolution of class names such that an alias could be used even though a similar name already exists in the same ...
Greg
Jun 16, 2014 at 3:20 pm
Jun 19, 2014 at 2:53 pm -
About a month ago I've submitted PR 644 to GitHub. The contained patch unifies the cookie handling in ext/session and setcookie() so we get consistent Set-Cookie headers in our HTTP responses ...
Martin Jansen
Jun 12, 2014 at 5:28 am
Jun 12, 2014 at 9:03 am -
Hi On modern distro, md4/md5 digest are not allowed anymore (ex RHEL-7), thus this test is failing. Patch proposal (verify only modern algo) ...
Remi Collet
Jun 11, 2014 at 3:54 pm
Jun 11, 2014 at 9:56 pm -
The OS is Debian 7.5. $ uname -a Linux leviathon 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3+deb7u1 x86_64 GNU/Linux What I did: wget http://downloads.php.net/tyrael/php-5.6.0beta4.tar.bz2 tar -jxf ...
Levi Morrison
Jun 8, 2014 at 10:50 pm
Jun 8, 2014 at 11:17 pm -
Hello, this is my first post to this group, so I hope this is the right place. One day, I started working on an API, which I thought, would be cool to be the official php API. I was roughly adding ...
Thomas Gossmann
Jun 1, 2014 at 6:45 pm
Jun 1, 2014 at 6:48 pm -
I am pleased to say that we have released the Saxon/C beta version 0.3.1. It has been uploaded to the Saxonica servers, which can be accessed from the following location ...
O'Neil Delpratt
Jun 28, 2014 at 7:55 pm
Jun 28, 2014 at 7:55 pm -
Hello! The PHP development team announces the immediate availability of PHP 5.5.14. This fixes some bugs against 5.5.13 as well as 8 CVEs. All PHP 5.5 users are encouraged to upgrade to this ...
Julien Pauli
Jun 27, 2014 at 9:54 am
Jun 27, 2014 at 9:54 am -
Hello! The PHP development team announces the immediate availability of PHP 5.4.30. Over 20 bugs were fixed in this release, including the following security issues: CVE-2014-3981, CVE-2014-0207, ...
Stas Malyshev
Jun 27, 2014 at 4:12 am
Jun 27, 2014 at 4:12 am
Group Overview
group | php-internals |
categories | php |
discussions | 60 |
posts | 487 |
users | 84 |
website | php.net |
84 users for June 2014
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)