Search Discussions
-
Hi dmitry: it seems you have fix the issue that error in register_variable will cause php process exit. here is a fix I made before: http://pastebin.com/7BLAVaWr , I think maybe this is a lighter ...
Laruence
Jan 4, 2012 at 7:00 am
Jan 5, 2012 at 10:09 am -
Hi, Recently we've found a huge problem in PHP traits implementation. It performs copying of each op_array (with all opcodes!) for each method used from trait. This not only makes traits extremely ...
Dmitry Stogov
Jan 13, 2012 at 9:36 am
Jan 17, 2012 at 8:32 am -
hi, Moving this discussion here as it makes little to non sense to discuss that any longer on security@ We are now very late behind an acceptable delay to provide a fix for the hash DoS, to say it ...
Pierre Joye
Jan 9, 2012 at 3:42 pm
Jan 10, 2012 at 10:07 am -
Hi, reflection is a great tool for testing, but it still misses support for mocking classes/methods marked as final. I created a small patch https://gist.github.com/1621839#file_php_finals.patch, ...
Jan Dolecek
Jan 16, 2012 at 6:06 pm
Jan 18, 2012 at 10:35 am -
Hi! As we are nearing the release of 5.4.0, I'd like to ask everybody not to commit anything to 5.4 branch without the approval of one of the RMs (myself or David) from now until release of 5.4.0. ...
Stas Malyshev
Jan 7, 2012 at 10:40 pm
Jan 20, 2012 at 9:44 am -
Hello all, I've noticed that on windows.php.net that all the builds are x86. I was wondering if there is any reason (technical or not) not to distribute x64 builds as well there. It's quite annoying ...
Anthony Ferrara
Jan 17, 2012 at 11:46 pm
Jan 20, 2012 at 9:20 am -
Hi! We'll be announcing RC6 very soon, and we're planning the final release for February 2nd. The two weeks in between are meant for testing and finding out any critical issues that could prevent us ...
Stas Malyshev
Jan 19, 2012 at 10:55 pm
Mar 27, 2012 at 4:44 pm -
Hello, With some frequency, I find bugs which are not "bogus", so much as they are reported based on a misunderstanding. Usually this happens for documentation problems, where someone has ...
Justin Martin
Jan 24, 2012 at 11:11 pm
Jan 27, 2012 at 8:02 pm -
Hi geeks! We're unable to disable the ereg extension today, yet it's been deprecated since PHP 5.3.0. Is this by design? Regards, Philip
Philip Olson
Jan 10, 2012 at 7:49 am
Jan 11, 2012 at 12:55 am -
Dear List, I realized the other day that ReflectionFile is missing from the Reflection API. A search for "ReflectionFile" on Google will reveal a number of implementations of classes with exactly ...
Rasmus Schultz
Jan 29, 2012 at 11:51 pm
Jan 30, 2012 at 11:33 pm -
Hi Stas, We've just found one more critical problem in 5.4. Apache/PHP crashes in case of error on startup, when display_startup_errors=1. It's probably related to new output API. I afraid it may ...
Dmitry Stogov
Jan 25, 2012 at 3:07 pm
Jan 30, 2012 at 10:50 pm -
Hi, I added the new RFC https://wiki.php.net/rfc/csrandombytes which is in its first draft. I attempted to be fair with respect to the discussion that has already taken place here. How does this get ...
Tom Worster
Jan 9, 2012 at 12:43 am
Jan 9, 2012 at 7:54 pm -
Hello everyone, For the result of session_status(), the corresponding constants for the sessions state are - PHP_SESSION_DISABLED = 0 - PHP_SESSION_NONE = 1 - PHP_SESSION_ACTIVE = 2 I'd like to ...
Justin Martin
Jan 28, 2012 at 7:17 pm
Jan 28, 2012 at 10:59 pm -
Hey Internals, I'm trying to add a new method to SplDoublyLinkedList named "clear" I've successfully compiled please see the output: $dll = new \SplDoublyLinkedList(); ...
Paul Dragoonis
Jan 8, 2012 at 3:32 pm
Jan 9, 2012 at 1:51 pm -
Sorry, problem is not solved yet.
Yoram bar haim
Jan 31, 2012 at 8:04 am
Feb 1, 2012 at 10:31 am -
Hi, I currently work on a daemon implemented in PHP and as such, I want to keep all configurations in place while the php binary can be used by other cli scripts with the default /etc/php.ini file. I ...
Robert Eisele
Jan 25, 2012 at 11:23 pm
Jan 27, 2012 at 1:51 pm -
I'm trying to upload the latest getters/setters patch to: https://bugs.php.net/bug.php?id=49526 I get "Uploaded file is empty or nothing was uploaded." Is there a problem or a file size limit? The ...
Clint M Priest
Jan 28, 2012 at 1:49 am
Jan 29, 2012 at 1:54 am -
vrana has raise a good point in a potentially dangerous behavior with ini_set() in https://bugs.php.net/bug.php?id=60668. Here is my proposed patch. Feedback is appreciated. Thanks! Kiyoto Tamura ...
Kiyoto Tamura
Jan 26, 2012 at 2:00 am
Jan 26, 2012 at 8:23 pm -
Hi, I was compiling PHP 5.4 SVN for Windows and noticed that the NTS Debug version does not compile correctly if mysqlnd is enabled. The ZTS Debug, ZTS Release and NTS Release versions work without ...
Christian Seiler
Jan 21, 2012 at 9:10 pm
Jan 23, 2012 at 11:15 pm -
Hi: the origin thread is too long, so I open a new thread for this. I have made another patch try to fix this issue. the key point is, randomizing the table size(tableMask). instead of double the the ...
Laruence
Jan 5, 2012 at 8:54 am
Jan 6, 2012 at 1:28 pm -
Hi: I have fixed #60825 (Segfault when running symfony 2 tests) cvs mail here: http://news.php.net/php.cvs/67503 should I also commit this fix to 5.4 branch now? thanks -- Laruence Xinchen Hui ...
Laruence
Jan 21, 2012 at 5:19 pm
Jan 24, 2012 at 1:09 pm -
Hi Stas, I did run the test of bug #55871 and got memory leaks. This patch remove them. Could you please review the patch and if it is Ok i'll commit it to 5.4 Thanks Pierrick
Pierrick Charron
Jan 20, 2012 at 3:35 am
Jan 20, 2012 at 6:25 pm -
Hi, I may be doing this wrong, but on a fresh Debian 6.03 install on a VMWare VM (VMWare tools installed, build-essential installed), the php5.4 rc4 tarball from snaps.php.net ...
Steven VAN POECK
Jan 6, 2012 at 5:06 pm
Jan 13, 2012 at 3:49 pm -
I dont seem to have the karma for doing this in RFC so ill propose it here, and once karma make an RFC Is it possible to have a 2nd option on file_exists so that it returns the path you specified ...
Keloran
Jan 4, 2012 at 4:19 pm
Jan 5, 2012 at 1:03 am -
in zend_vm_execute.h:701 PHP free's the function struct in case of ZEND_OVERLOADED_FUNCTION. the problem is that in PHP 5.4, the opline calling the function hast a pointer to the very same struct in ...
Yoram bar haim
Jan 29, 2012 at 4:08 pm
Jan 30, 2012 at 9:34 am -
Hi Internals, we are a few weeks into the git migration, so I want to give you a short status update. - web/ is completly migrated. all php websites are updating from the git repositories now. ...
David Soria Parra
Jan 25, 2012 at 11:36 pm
Jan 26, 2012 at 2:50 pm -
Hello all, I know it seems like there always is infinite pile of work to do before the PHP 5.4 release comes out, but I think this bug is worth looking at. https://bugs.php.net/bug.php?id=52211 I ...
Edward Z. Yang
Jan 5, 2012 at 6:42 pm
Jan 20, 2012 at 11:00 am -
Hi, I fixed https://bugs.php.net/bug.php?id=52078, I would like to add the test improvement to the 5.4 branch also, is it ok to commit, or should I wait the release with it? see ...
Ferenc Kovacs
Jan 19, 2012 at 7:07 pm
Jan 19, 2012 at 9:35 pm -
I fill a bug : https://bugs.php.net/bug.php?id=60748 (trivial patch proposed, shouldn't break anything) Just a notice, there is no mysqlnd component in bug tracker... (or I was unable to find it...) ...
Remi Collet
Jan 13, 2012 at 5:29 pm
Jan 16, 2012 at 6:05 pm -
While <?php class a { public function b() { $f = function () { $this- c(); }; } } compiles as expected with PHP 5.4, the following <?php class a { public function b() { $f = function () use ($this) { ...
Sebastian Bergmann
Jan 7, 2012 at 9:31 am
Jan 10, 2012 at 6:21 pm -
I'm flooded with this warning when my system is under a high load and uses a lot of sockets/file descriptors. I get it in stream_select: "E_WARNING: E_WARNING caught: stream_select(): You MUST ...
Hannes Landeholm
Jan 13, 2012 at 1:14 pm
Jan 13, 2012 at 11:06 pm -
Hi, On http://snaps.php.net/ Lastest is php5.4-201201041830 Is something broken ? Best regards, Remi. P.S. and FYI, php 5.4.0 will be in fedora 17 (RC5 should be in rawhide next week)
Remi Collet
Jan 13, 2012 at 3:22 pm
Jan 13, 2012 at 3:45 pm -
Hi, Can someone have a look to this annoying bug ? I have try to move tsmr_startup to pre_config hook, but with no success. I don't see any change in sapi/apache2handler which explain this issue (no ...
Remi Collet
Jan 4, 2012 at 6:06 am
Jan 4, 2012 at 8:15 pm -
Hello, Can anybody tell me what this struct is used for ? I'm new to the internals of php. Thanks, A
Adi Mutu
Jan 30, 2012 at 4:11 pm
Jan 30, 2012 at 8:47 pm -
The problem here is that you can push multiple changesets at once and the header will get very long. Max subject length are arbitrary. I understand that it's useful, so you suggested having a mail ...
David Soria Parra
Jan 24, 2012 at 7:34 pm
Jan 26, 2012 at 8:32 am -
I just have a general question regarding patch inclusions. When a patch is submitted is there a formal review and testing of the patch prior to inclusion? From what I have been following from this ...
Jason Gerfen
Jan 24, 2012 at 11:36 am
Jan 24, 2012 at 9:02 pm -
Hi I initially sent this to php-db, but I guess it really belongs on internals. The C API for SQLite3 has an sqlite3_create_collation() feature that's missing from PHP's SQLite3 class API. I'm ...
B dewar
Jan 23, 2012 at 10:28 pm
Jan 24, 2012 at 7:21 pm -
I'm trying to finish up some more difficult pieces of the getter/setter rfc. Is there any documentation on the compiler anywhere? Any possible disassembler to see the op-codes in an assembly type of ...
Clint M Priest
Jan 21, 2012 at 5:16 pm
Jan 23, 2012 at 2:21 pm -
2
Re: SOAP
Hi Alex, Right now it's possible to use SOAP with proxy using special options in SoapClient constructor (http://www.php.net/manual/en/soapclient.soapclient.php) new SoapClient($wsdl, ...Dmitry Stogov
Jan 10, 2012 at 7:11 am
Jan 10, 2012 at 5:18 pm -
Looks like wiki.php.net is down... I'm getting an nginx gateway timeout.
Clint M Priest
Jan 1, 2012 at 3:49 am
Jan 2, 2012 at 10:22 am -
Hey Dmitry, could you take a look at this one. I think this is mostly your code and I am a bit lost in the path manipulation that is going on here. This is bug https://bugs.php.net/51860 and it can ...
Rasmus Lerdorf
Jan 28, 2012 at 11:06 pm
Jan 30, 2012 at 7:42 am -
Is there any intention behind enabling the mail.add_x_header configuration directive in php.ini-production? http://lxr.php.net/opengrok/xref/PHP_TRUNK/php.ini-production#1018 This setting exposes ...
Martin Jansen
Jan 27, 2012 at 9:37 am
Jan 27, 2012 at 10:07 am -
Hello, is it just me or is the php website having issues doing function lookups etc? I checked several mirrors and they return no results for many functions and many links from Google are broke to. ...
Chris Stockton
Jan 23, 2012 at 6:36 pm
Jan 23, 2012 at 6:41 pm -
1
salsa.lo
Just updated and tried to compile, getting this: make: *** No rule to make target `/opt/php-core/trunk-accessor/ext/hash/hash_salsa.c', needed by `ext/hash/hash_salsa.lo'. Stop. I see that commit ...Clint M Priest
Jan 20, 2012 at 4:20 am
Jan 20, 2012 at 4:23 am -
I have noticed that master.php.net has been offline for a few days now, resulting in a failure to login at the PHP Wiki. Are you guys having this same issue?
Klaus Silveira
Jan 19, 2012 at 2:28 am
Jan 19, 2012 at 2:59 am -
Hi all, I'v add support of "*" modifier for sprintf, it exist in sprintf C implementation (http://www.cplusplus.com/reference/clibrary/cstdio/printf/) Usage: sprintf("%.*f", 2, 2) // output "2.00" ...
Azat Khuzhin
Jan 13, 2012 at 1:10 pm
Jan 13, 2012 at 7:01 pm -
Hi, i've searched bugs database a lot but couldn't find something about this one. Setup: Windows Vista PHP5.4 RC4 php_pdo_sqlsrv as additional extension Code: <?php $iTest = 1; if($iTest < ...
Daniel Henning
Jan 5, 2012 at 8:31 pm
Jan 10, 2012 at 2:59 am -
Hi, What is the status of this RFC: Closures: Object extension? https://wiki.php.net/rfc/closures/object-extension _md
Marcello Duarte
Jan 6, 2012 at 3:00 pm
Jan 6, 2012 at 5:37 pm -
We've got a problem with PHP 5.3.8 and a third party (open source) library (WSo2 SOAP). At some point during the request to the PHP script, some structures seem to be getting corrupted causing PHP to ...
Andrew Morum
Jan 6, 2012 at 3:37 pm
Jan 6, 2012 at 3:41 pm
Group Overview
group | php-internals |
categories | php |
discussions | 67 |
posts | 428 |
users | 103 |
website | php.net |
103 users for January 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)