Search Discussions
-
Hi, I create a new thread to discuss about Scalar type hinting. Following the John Crenshaw proposed terminology: proven to be ridiculous in this environment because of the obvious problems inherent ...
Samuel Deal
Feb 27, 2012 at 2:27 am
Mar 12, 2012 at 8:17 pm -
Crossposting to php-internals too since those are the guys who receive the bugreports... Debian unstable packages has recently disabled suhosin patch by default (it is still kept as optional part ...
Ondřej Surý
Feb 2, 2012 at 12:55 pm
Feb 6, 2012 at 5:11 pm -
Hi all, I really missed enums in PHP, So after reading I tryed to synthetise the various views. You can find a draft here : https://github.com/SamNrique/php-src/wiki/RFC-draft (I can't write on the ...
Samuel Deal
Feb 22, 2012 at 4:45 am
Feb 28, 2012 at 3:59 pm -
Opening discussion on RFC pertaining to adding a new option to the configure script with regard to how/whether APXS touches the httpd.conf file. This is my first RFC post so please go easy on me if I ...
Kris Craig
Feb 21, 2012 at 1:02 am
Mar 7, 2012 at 7:05 pm -
I'm building a script that installs PHP 5.3.10 from source. One of the steps is to install apc and mongo support via pecl. I'm building the CGI/FastCGI version. This is on a box that formerly had ...
Tom Boutell
Feb 24, 2012 at 7:52 pm
Mar 3, 2012 at 12:46 pm -
I've gone back and re-read a bunch of the old posts on Type Hinting, and have come to the conclusion that it won't be done any time soon. Not because it doesn't have merit, but because there are at ...
Anthony Ferrara
Feb 26, 2012 at 2:57 pm
Feb 29, 2012 at 12:37 am -
Hi internals! I have written an RFC that proposes to *deprecate* and *remove* the /e modifier: https://wiki.php.net/rfc/remove_preg_replace_eval_modifier Comments welcome!
Nikita Popov
Feb 5, 2012 at 2:59 pm
Mar 4, 2012 at 1:45 pm -
Before writing up a full RFC I want to put out a feeler on something. Currently we have several input parameter objects, chief among them $_GET, $_POST, $_REQUEST, $_SERVER (for the client HTTP ...
Michael Morris
Feb 22, 2012 at 2:57 pm
Feb 27, 2012 at 6:44 pm -
Hi list, I am aware this question might have been discussed to death but I did some googling on $subject and watched the bug/feature tracker and it seems most entries on this issue are old and ...
Ralf Lang
Feb 21, 2012 at 3:45 pm
Feb 23, 2012 at 2:58 pm -
This is another feature that we know we can live without but those familiar with languages that have 'finally' like Java or Python know that it is very neat feature to have in some situations. ...
Dmitri Snytkine
Feb 28, 2012 at 2:05 pm
Feb 28, 2012 at 11:29 pm -
Stas, David, If you're planning to have a PHP 5.4 RC9, should Apache 2.4 support be included? This would reduce any negative user sentiment that "PHP 5.4 doesn't even support the latest Apache". ...
Christopher Jones
Feb 24, 2012 at 7:46 pm
Feb 27, 2012 at 1:21 am -
I first saw this problem while addapting extension to PHP 5.4 but the code is the same in 5.3 : when you call zend_set_user_opcode_handler() it set's a pointer (handler) in zend_user_opcode_handlers ...
Yoram bar haim
Feb 12, 2012 at 12:10 pm
Feb 14, 2012 at 7:05 am -
Hello, I think current events show how important it is to make this case publicly known. On Dec 6th 2005 PHP got a partial protection against HTTP response splitting. A security mitigation == ...
Stefan Esser
Feb 3, 2012 at 11:06 am
Feb 4, 2012 at 3:49 pm -
Hi, As many of you know we made huge improvements in PHP 5.4 memory usage (enabling higher concurrency) and runtime performance. We've done our own benchmarks but it'd be great to hear from others ...
Andi Gutmans
Feb 1, 2012 at 6:09 pm
Feb 6, 2012 at 11:42 pm -
Dmitry: you might want to review this fix. let me explain why crash before this fix. when doing parse_parameter, then convert the object to string by calling the ce- cast_object, and passed the same ...
Laruence
Feb 25, 2012 at 4:42 am
Feb 28, 2012 at 2:42 am -
Hi, I've noticed the following CVE: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0831 and changelog of Ubuntu php5 pacakge: https://launchpad.net/ubuntu/+source/php5/5.3.2-1ubuntu4.13 and ...
Kousuke Ebihara
Feb 14, 2012 at 1:02 pm
Feb 24, 2012 at 12:01 pm -
Hey all, I've created a draft version of the RFC for implementing __castTo() and __assign(): https://wiki.php.net/rfc/object_cast_magic It's still a draft, and has a lot more work to do, but I ...
Anthony Ferrara
Feb 29, 2012 at 2:40 am
Mar 1, 2012 at 10:40 am -
Bump - this is still a live issue on Ubuntu 11.10, for instance. I just hacked my Ubuntu PHP-from-source installer to touch up the Makefile by prepending -lstdc++ to EXTRA_LIBS. That does the job. ...
Tom Boutell
Feb 26, 2012 at 7:19 pm
Feb 27, 2012 at 6:19 pm -
Hello, Perhaps this is a stupid question, but i haven't coded in C in years and i'm not very familiar with development/debugging tools. If I have a php script say 20 lines, How can I see a path of ...
Adi Mutu
Feb 13, 2012 at 8:49 pm
Feb 14, 2012 at 5:58 pm -
Hi: As dmitry said today, there is no way to get a user opcode handler which can be called *after* a specific built-in handler. So please expose zend_vm_get_opcde_handler. Before 5.4 release. :) ...
Xinchen Hui
Feb 13, 2012 at 5:13 pm
Feb 14, 2012 at 7:46 am -
Dear all, I'm asking your help because I'm not able to solve an issue probably related to some foolish mistake I have not yet discovered. I'm trying to develop an experimental extension to interface ...
Christian Ferrari
Feb 28, 2012 at 9:25 pm
Mar 1, 2012 at 10:08 am -
Hi! Just discovered that our stock "php 4 support discontinued" message in bugs looks like: We are sorry, but we can not support PHP 4 related problems anymore. Momentum is gathering for PHP 6, and ...
Stas Malyshev
Feb 26, 2012 at 8:03 am
Feb 27, 2012 at 9:53 pm -
Hello all, I am think(actually drafting) about the compilation system of PHP scripts. I want to make a native C extension which is able to compile the scripts in the Zend Engines opcodes and execute ...
Deepak Balani
Feb 22, 2012 at 5:49 am
Feb 24, 2012 at 9:44 pm -
I'm just looking into my annual dedicated server update since it's the only way to get the current contract prices, and I find that ! and 1 are still advertising support for PHP6 Beta :) I wonder how ...
Lester Caine
Feb 4, 2012 at 8:26 pm
Feb 8, 2012 at 8:13 pm -
Hi, We will probably have to introduce --enable-zend-signals configure switch and disable zend signals by default. Or we will stuck with 5.4 release forever. Thanks. Dmitry.
Dmitry Stogov
Feb 14, 2012 at 10:22 am
Feb 14, 2012 at 5:08 pm -
http://clang-php54.phpunit.de/ might be of interest to some. http://bit.ly/u06eCD has details of how to produce this report. -- Sebastian Bergmann Co-Founder and Principal Consultant ...
Sebastian Bergmann
Feb 5, 2012 at 7:53 pm
Feb 6, 2012 at 5:52 am -
Hi. I don't know if this is the right group to ask this kind of question, but if it isn't please excuse my french ;) As far as I can see, PHP does not report back to Apache error 500 in case of a ...
Jakov Sosic
Feb 13, 2012 at 4:48 pm
Feb 13, 2012 at 11:21 pm -
I'd like to add PHP_INI_PERDIR to max_file_uploads before 5.4.0 and also in the next 5.3 release. This setting is very similar in scope to max_input_vars and other POST-related limiters like ...
Rasmus Lerdorf
Feb 17, 2012 at 9:59 pm
Feb 19, 2012 at 1:15 am -
A couple of quick comments... Why can't the read-only and write-only keywords be implicit instead of explicit? I've never seen another language where you have to explicitly indicate what you're ...
Rasmus Schultz
Feb 4, 2012 at 4:00 pm
Feb 4, 2012 at 9:11 pm -
As promised in another thread, I have created a formal RFC on the topic of including E_NOTICE in the default php.ini.* files. Please note that I am specifically not proposing E_STRICT nor ...
Richard Lynch
Feb 27, 2012 at 4:02 pm
Feb 27, 2012 at 8:22 pm -
Just a couple of quick notes... I think that your proposal looks good, but I'd like to suggest a few Strongly disagree. Enum-values absolutely must translate to a scalar value, probably an int - ...
Rasmus Schultz
Feb 24, 2012 at 3:21 pm
Feb 24, 2012 at 9:31 pm -
4
Dropped streams pooling (Was: svn: /php/php-src/trunk/main/streams/ php_stream_context.h streams.c)
Hi In the spirit of "commit first, ask questions later once urged by other parties", I'm informing internals I've dropped the streams pooling API from trunk. This was never used in PHP in 8 years, ...Gustavo Lopes
Feb 22, 2012 at 8:51 am
Feb 22, 2012 at 9:54 am -
Hi, I was thinking that it could be a good idea (after current version migrates to testing) to upload 5.4RCx to unstable to begin work on transition as soon as possible. RC releases should have ...
Ondřej Surý
Feb 1, 2012 at 10:12 am
Feb 1, 2012 at 3:07 pm -
Hi internals We like to announce the 7th Release Candidate of PHP 5.4.0. We fixed some critical bugs in the PHP 5.4.0 codebase. Therefore we had to release another RC. You can download the packages ...
David Soria Parra
Feb 17, 2012 at 3:19 pm
Feb 23, 2012 at 6:50 pm -
Hi all, we've bumped into a possible bug where file_get_contents() returns empty string if we try to get contents from HTTPS source. This error only occurs if PHP is compiled with ...
Bostjan Skufca
Feb 21, 2012 at 2:54 pm
Feb 21, 2012 at 9:39 pm -
Hi could somebody with karma approve his svn account request and give him karma to the ibm_db2, pdo_ibm and pdo_informix pecl exts? thanks! -- Ferenc Kovács @Tyr43l - http://tyrael.hu
Ferenc Kovacs
Feb 17, 2012 at 10:02 am
Feb 17, 2012 at 7:08 pm -
Definitely. Seriously, there's no code in core using it, so there's no test case. ...and it's been reported on internals@ not bugs.php.net, so there's no bug number. So, after all it doesn't seem to ...
Michael Wallner
Feb 15, 2012 at 9:07 am
Feb 15, 2012 at 4:26 pm -
This is very wrong to recommend: ; NOTE: If you are using the subdirectory option for storing session files [...] ; find /path/to/sessions -cmin +24 | xargs rm because it is prone to '\n' attack. You ...
Ondřej Surý
Feb 8, 2012 at 11:35 pm
Feb 9, 2012 at 12:35 am -
Hi internals We like to announce the 7th Release Candidate of PHP 5.4.0. We fixed some critical bugs in the PHP 5.4.0 codebase. Therefore we release another RC. Hopefully the last one before the ...
David Soria Parra
Feb 3, 2012 at 8:34 am
Feb 4, 2012 at 9:14 am -
Hi, all I just read this post about a vulnerability by loading doctype-declaration of an xml-string given in a request: ...
Simon Schick
Feb 29, 2012 at 6:30 pm
Mar 1, 2012 at 10:03 am -
I am not sure if this is a bug or not, but something is strange with this: I run this little test script, this one is posted on php.net in comments section class MySimpleHeap extends SplMaxHeap { ...
Dmitri Snytkine
Feb 25, 2012 at 1:21 pm
Feb 25, 2012 at 2:08 pm -
I reported a bug some weeks ago regarding how is_callable() works in PHP 5.4: https://bugs.php.net/bug.php?id=51527 Here's the situation: class Foo { public function bar() { return __METHOD__; } } If ...
Matthew Weier O'Phinney
Feb 23, 2012 at 7:35 pm
Feb 24, 2012 at 9:49 am -
I have this weird bug where the warning is printed after the query is executed and printed http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt ...
Marius adrian popa
Feb 13, 2012 at 9:37 am
Feb 13, 2012 at 4:39 pm -
Hello everyone, I've recently came across an odd situation where __FUNCTION__ can produce a misleading results when using traits with aliased methods, see https://bugs.php.net/bug.php?id=61033. ...
Marc Easen
Feb 9, 2012 at 9:36 pm
Feb 12, 2012 at 6:20 pm -
The property accessor functionality is done and is detailed here: https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented Core Patch: ...
Clint M Priest
Feb 3, 2012 at 1:48 pm
Feb 3, 2012 at 7:59 pm -
In 5.3.10 it is still missing .... just saying.... Cheers
Mario Brandt
Feb 19, 2012 at 6:26 pm
Jun 10, 2014 at 8:21 am -
Hey! Could somebody please apply the patch at https://bugs.php.net/patch-display.php?bug=61087&patch=parse_ini_file_memleak.patch&revision=1330018332 (for https://bugs.php.net/bug.php?id=61087)? The ...
Nikita Popov
Feb 25, 2012 at 1:11 pm
Feb 25, 2012 at 1:20 pm -
Hi, Discussion disperses a way I didn't expect. As far as I know, next PHP release will be the 5.5, and would have a strong compatibility with 5.4. So strict typing would not happened for 5.5 ...
Samuel Deal
Feb 24, 2012 at 2:24 am
Feb 24, 2012 at 2:45 am -
Little nag (with patch) to not forget to update 5.3.11 changelog with 5.3.10 changes. O. -- Ondřej Surý <[email protected]
Ondřej Surý
Feb 17, 2012 at 10:55 am
Feb 18, 2012 at 4:33 am -
The new output buffering mechanism has a compatibility function for people / extensions that use the "old way". There is a compatibility function php_output_handler_compat_func(). It is not quite as ...
James Edmunds
Feb 13, 2012 at 8:54 am
Feb 14, 2012 at 7:34 pm
Group Overview
group | php-internals |
categories | php |
discussions | 69 |
posts | 780 |
users | 121 |
website | php.net |
121 users for February 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)