Search Discussions
-
Hello Internals, please let's not introduce new inconsistencies. Rather lets make new stuff consistent with old stuff during the alpha phase of 5.3. 1) new keyword 'use'. Semantically it is the same ...
Marcus Boerger
Aug 3, 2008 at 12:29 pm
Aug 14, 2008 at 4:44 pm -
Hello all. I'd like to express my feelings on the "let's-enable-it-by-default" mood that has emerged lately. Extensions enabled by default in 5.2: ctype date dom filter hash iconv json libxml pcre ...
Antony Dovgal
Aug 1, 2008 at 10:12 am
Aug 12, 2008 at 9:51 pm -
Hi Since quite some time (weeks), I have this very strange and annoying include bug in 5.3-dev and now I think is the time to report it :) The reproducable script is here: ...
Christian Stocker
Aug 6, 2008 at 3:35 pm
Aug 12, 2008 at 10:09 am -
Hi all, After speaking with several people about their todo items [1], Johannes and I have settled on the 28th of August for the alpha2 release. We will package on the 27th. Seems like we have a good ...
Lukas Kahwe Smith
Aug 7, 2008 at 7:26 pm
Oct 29, 2008 at 11:52 pm -
25
__getStatic
Hi, on the member side, there is __get, __set, __isset and __unset - on the method side, there is __call (and now: __callstatic). I was wondering why there was no __getstatic and friends, but failed ...Timm Friebe
Aug 14, 2008 at 10:38 pm
Jan 3, 2009 at 1:23 am -
Hi, Currently the way globals work forces to pass a thread-local-storage pointer across function calls, which involves some overhead. Also, not all functions get the pointer as argument and need to ...
Arnaud Le Blanc
Aug 17, 2008 at 2:21 am
Aug 21, 2008 at 12:35 pm -
Hi, this is probably not the best time to raise concerns about __invoke (closures) now that alpha1 is already realeased, but I believe it's worth it. 1) I don't believe that having it thrown as ...
Etienne Kneuss
Aug 2, 2008 at 5:36 pm
Aug 5, 2008 at 7:29 am -
Hi, Is there a reason phar is built shared in win32 snapshots even though the default in config.w32 is to build it statically? Greg
Greg Beaver
Aug 30, 2008 at 2:15 pm
Aug 30, 2008 at 7:25 pm -
12
bug #43941
Hi! Are there any objections to incorporating bugfix for #43941 (fix for how json handles invalid UTF-8 sequences) into 5.2? I had some requests about it, right now it's only in 5.3+. -- Stanislav ...Stanislav Malyshev
Aug 21, 2008 at 1:27 am
Aug 21, 2008 at 11:21 pm -
Hey, it has come to my attention that stream_context_get_default() is / grossly/ misnamed, considering that it can be used (and is the only way) to SET default options. It works more like ini_set() ...
Davey Shafik
Aug 3, 2008 at 11:29 pm
Aug 16, 2008 at 11:06 am -
Hello all, All the recent discussions about namespaces, have left many of us wondering if our implementation is rock solid or not. However the discussions were not really well organized. This is why ...
Lukas Kahwe Smith
Aug 31, 2008 at 1:38 pm
Sep 7, 2008 at 7:51 pm -
I think we either need to make clearstatcache() not affect the realpath cache, or we should add an optional argument to it to specify whether or not the realpath cache should be cleared as well. The ...
Rasmus Lerdorf
Aug 6, 2008 at 10:28 am
Aug 10, 2008 at 4:13 pm -
Hi all, I'm emailling to ask why __call isn't called when you call a private method from outside of function... In my opinion, this error should exist, but when you haven't an __call function, ...
Diogo Neves
Aug 30, 2008 at 8:02 pm
Aug 31, 2008 at 10:50 am -
Hi! Right now, strict inheritance rules do not allow to override public function __get($name) with public function & __get($name) I think we may want to allow this (but not the reverse - overriding ...
Stanislav Malyshev
Aug 8, 2008 at 8:32 pm
Aug 9, 2008 at 12:09 am -
There was a run-tests.php rewrite application accepted for gsoc this summer.. I however haven't heard a word about it since then.. Does anyone know the status of that project? -Hannes
Hannes Magnusson
Aug 15, 2008 at 6:23 pm
Aug 29, 2008 at 2:11 pm -
Hi! I notice that mysql_set_charset function is not part of 5.3 tree and it's test is marked as "usage not recommended". Could you explain what is the reason for that? It's quite unusual to drop ...
Stanislav Malyshev
Aug 6, 2008 at 4:31 pm
Aug 26, 2008 at 3:04 pm -
Hi, Is there a chance to have annotations like in Java or like .NET attributes? Now, I use Java Annotations emulation, through Reflections and PHPDoc blocks. Example: /** Annotation One*/ class ...
Volodymyr Iatsyshyn
Aug 20, 2008 at 2:00 pm
Aug 25, 2008 at 12:44 pm -
Asking to support 10 years old compiler and SDK and at the same time reject fixes for them do not make sense to me. However it is barely relevant, your code is in core, part of the standard feature ...
Pierre Joye
Aug 3, 2008 at 4:14 pm
Aug 6, 2008 at 7:06 am -
Maybe a general question (not sure if its in time to address this stuff for 5.3.0). We are getting more and more extensions with an "exception mode". I guess PDO is the rolemodel here and in absence ...
Lukas Kahwe Smith
Aug 29, 2008 at 11:12 am
Sep 1, 2008 at 6:31 pm -
Was running pspell through g++ and found that a couple of error conditions segments in pspell.c are using the wrong cleanup methods. delete_pspell_manager() should be delete_pspell_can_have_error() ...
Phil Oleson
Aug 11, 2008 at 5:54 pm
Aug 13, 2008 at 11:37 pm -
Hi, A few weeks ago I wrote quite a long posting to internals@ that tried to clarify the situation on the round() function in PHP. I was asked to write it up as an RFC in the wiki, which I have done: ...
Christian Seiler
Aug 23, 2008 at 9:02 pm
Sep 7, 2008 at 1:51 pm -
With all the news of TraceMonkey bringing an order of magnitude speed increase to JavaScript, it was only a matter of time before someone brought up (again) the idea of doing JIT for PHP, so I'll ...
Steve
Aug 25, 2008 at 5:41 pm
Sep 2, 2008 at 4:01 pm -
Hi. Can someone point me to where or how PHP DOESN'T close persistent connections (those opened using mysql_pconnect()) when mysql_close() is called with that connection. Sorry to ask such an obvious ...
Richard Quadling
Aug 29, 2008 at 10:09 pm
Aug 31, 2008 at 5:04 pm -
I am unable to load the Intl extension on Windows XP SP2 using Apache 2.2.8 and the php apache module. I have tried everything I can think of and for the life of me cannot get it to load. The Apache ...
Ryan Panning
Aug 20, 2008 at 4:00 am
Aug 21, 2008 at 4:32 pm -
Hello internals, I use following configure script to build PHP 5.3.0alpha2-dev: #! /bin/sh # # Created by configure './configure' \ '--with-apxs2=/usr/local/apache/current/bin/apxs' \ ...
Uwe Pries
Aug 14, 2008 at 9:30 pm
Aug 15, 2008 at 2:22 pm -
Hi Dmitry: On Tue, Aug 12, 2008 at 08:01:24AM -0000, Dmitry Stogov wrote: ... snip ... ... snip ... Can you please merge this down to 5.2? Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N ...
Daniel Convissor
Aug 13, 2008 at 12:38 am
Aug 14, 2008 at 12:58 pm -
Right, so, if this _is_ still considered experimental, then we should fix it in the documentation; and if it's not, we should fix the configure script. Which one will it be? :) - Tul -------- ...
Maciek Sokolewicz
Aug 2, 2008 at 5:03 pm
Aug 7, 2008 at 1:11 pm -
ext/sessions/mod_files.c:281 has a hardcoded openbasedir-check skipping of "/tmp" path for storing session-files, if sessions.save_path is not manually set. This leads to the failure of ...
Alexey Zakhlestin
Aug 27, 2008 at 8:30 am
Aug 28, 2008 at 6:07 am -
Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c ...
Diego Woitasen
Aug 21, 2008 at 12:52 am
Aug 26, 2008 at 4:25 pm -
I can't seem to get global user function calls to work from namespaces in the latest 5.3 snaps. This is on Win XP SP2 using Apache 2.2.8 and the php5apache2_2.dll. Example: global_file.php ...
Ryan Panning
Aug 20, 2008 at 3:39 am
Aug 21, 2008 at 1:16 pm -
Hi, At first time, it was a bug in the useful xdebug, and I follow it to the PHP code <http://bugs.xdebug.org/bug_view_page.php?bug_id=0000340 . When exception::$message, exception::$line are not of ...
Lupus Michaelis
Aug 14, 2008 at 6:45 pm
Aug 14, 2008 at 7:57 pm -
Can you give me a list of the places you think need investigation? Or better yet mail it to interals so that all ext authors can pick up on this (and I can add it to the todo) list. Does this ...
Lukas Kahwe Smith
Aug 8, 2008 at 7:05 pm
Aug 8, 2008 at 8:25 pm -
Hi, So alpha1 is out the door. Johannes and I still need to get some routine with this release business. First lesson is to package on Wednesday for a release on Thursday. And I need to be more ...
Lukas Kahwe Smith
Aug 5, 2008 at 8:41 pm
Aug 6, 2008 at 3:48 pm -
Hi all, I have two questions about the intended behaviour of ArrayObject::exchangeArray() : 1. What should happen when the argument is an object? The docs suggest that the arg should be an array, but ...
Robin Fernandes
Aug 3, 2008 at 11:08 am
Aug 4, 2008 at 11:52 am -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (67 total -- which includes 26 feature requests) ===============================================[*General Issues]============== ...
Internals
Aug 4, 2008 at 10:00 am
Aug 25, 2008 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1242 total -- which includes 669 feature requests) ===============================================[*Encryption and hash ...
Internals
Aug 4, 2008 at 9:30 am
Aug 25, 2008 at 9:30 am -
Maintaining closures, see http://news.php.net/php.internals/39835
Christian Seiler
Aug 11, 2008 at 7:10 pm
Aug 21, 2008 at 12:02 am -
Hello, here are the patches to adapt the source with your changes: http://patches.colder.ch/php-src/error_handling_HEAD.patch?markup http://patches.colder.ch/php-src/error_handling_53.patch?markup ...
Etienne Kneuss
Aug 8, 2008 at 7:50 pm
Aug 8, 2008 at 8:22 pm -
Hello, The PHP development team would like to announce the immediate availability of PHP 4.4.9. It continues to improve the security and the stability of the 4.4 branch and all users are strongly ...
Derick Rethans
Aug 7, 2008 at 8:47 pm
Aug 8, 2008 at 9:30 am -
Hi, the php-src/ dir is quite filled with outdated READMEs and TODOs, any objection to remove these files: README.PHP4-TO-PHP5-THIN-CHANGES README.QNX README.UPDATE_5_2 README.Zeus TODO TODO-5.1 ...
Johannes Schlüter
Aug 7, 2008 at 3:13 pm
Aug 7, 2008 at 4:53 pm -
Hi, The EXTENSIONS file says EXTENSION: pcntl MAINTENANCE: Unknown STATUS: Working Now that we're removing the EXPERIMENTAL flag: Anybody who wants to step in? johannes
Johannes Schlüter
Aug 7, 2008 at 2:48 pm
Aug 7, 2008 at 3:21 pm -
I presume your MFH commit brought this change to 5.3 as well? I guess returning false is the reasonable expected behavior and so I would chalk it up as a bug fix and not as a BC break. But it would ...
Lukas Kahwe Smith
Aug 6, 2008 at 7:22 am
Aug 6, 2008 at 6:41 pm -
Personally this is one of the reasons that PDO has never attracted me. Providing the tools to flatten some of the differences between *SQL* variations is just as important as flattening the name ...
Lester Caine
Aug 5, 2008 at 7:36 am
Aug 6, 2008 at 5:11 pm -
I'm curious as to how error_log is opened... Is it opened when an error occurs, as in open/append to, or is the file handle kept open when the PHP fastcgi process is spawned? Essentially I want to be ...
Mike
Aug 4, 2008 at 7:52 am
Aug 5, 2008 at 10:18 pm -
Hi all, I made a patch that add the const qualifier in several function parameters in Zend/* where it seems suitable (mostly the API). http://felipe.ath.cx/diff/const-ness.diff (5_3) HEAD comming ...
Felipe Pena
Aug 3, 2008 at 1:12 pm
Aug 4, 2008 at 1:07 am -
Hello Internals, Johannes, Lukas, how about moving ext/dbase to PECL, it is absolutely not a widespread ext and SQLite stuff has prooven to take over local, single file databases pretty much. Given ...
Marcus Boerger
Aug 1, 2008 at 8:03 pm
Aug 3, 2008 at 7:40 pm -
As far as I can tell gmp_testbit was written 15 months ago (committed April 30, 2007?) but it's still sitting in CVS and is the only function in the gmp library ( ...
Guillaume Theoret
Aug 27, 2008 at 4:15 pm
Aug 27, 2008 at 4:26 pm -
Hi all, I am new to PHP and to this forum. I was testing my webserver with PHP and found out that after 500 requests the php-cgi process finished (without cores). I ran it with valgrind and no memory ...
Guido
Aug 24, 2008 at 2:00 pm
Aug 24, 2008 at 4:39 pm -
Hello, I already contributed around 20 tests on array related functions and they all got committed. I would like to contribute some more tests on array related functions. I have CVS account with id ...
Sanjay Mantoor
Aug 21, 2008 at 9:24 am
Aug 21, 2008 at 11:05 am -
Hi all, I just wanted some input from this list. I'm working on a project using the latest snaps of 5.3. There are some features that I need for this project, such as LSB. I've been running into some ...
Ryan Panning
Aug 17, 2008 at 5:45 pm
Aug 17, 2008 at 6:03 pm
Group Overview
group | php-internals |
categories | php |
discussions | 86 |
posts | 673 |
users | 107 |
website | php.net |
107 users for August 2008
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)