Search Discussions
-
107
short_open_tag
Hi! I wonder - is there a reason why short_open_tag config value is per-dir and not PHP_INI_ALL? After all, as I understand, it is private for each compilation. So suppose you preferred it generally ...Stanislav Malyshev
Mar 7, 2008 at 8:46 pm
Apr 1, 2008 at 9:29 pm -
RFC: REPLACE THE FLEX-BASED SCANNER WITH AN RE2C [1] BASED LEXER Situation: The current flex-based lexer depends on an outdated and unsupported flex version. Alternatives include either updating to a ...
Marcus Boerger
Mar 2, 2008 at 10:22 pm
Mar 23, 2008 at 2:00 pm -
You're wrong. We can rename it later *if* it gets merged into ext/date, but you can't simply use a classname with a prefix that conflicts with something else. Merging it would most likely change API ...
Derick Rethans
Mar 21, 2008 at 4:35 pm
Apr 2, 2008 at 6:07 am -
Hi, Please look at the stream wrappers in include_path patch I posted last week. Thanks, Greg
Gregory Beaver
Mar 20, 2008 at 11:53 pm
Mar 31, 2008 at 6:36 am -
Hi, The attached patch for PHP_5_3 is going to provide general solution to control some aspects of PHP compilation. It is absolutely necessary for all opcode caches to make cached scripts work ...
Dmitry Stogov
Mar 7, 2008 at 10:17 am
Mar 22, 2008 at 12:17 pm -
Hi all, Since I'm still awake at 3am... Aside from Pierre's arguments in favour of using package.xml to set the extension version (which 3 PECL extensions - two of them Pierre's - do at present), ...
Steph Fox
Mar 23, 2008 at 2:50 am
Mar 25, 2008 at 4:00 pm -
Hello, I would like know which itens below needs be backported to 5_3: - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) - Added "jump label" operator (limited "goto"). (Dmitry, ...
Felipe Pena
Mar 26, 2008 at 1:05 pm
Mar 30, 2008 at 9:31 pm -
Hi all, recently there were quite a few proposals about stuff for 5.3. If we implement them all we won't finish in a "soonish" time and we get new ideas postponing the 5.3 release therefore the ...
Johannes Schlüter
Mar 6, 2008 at 5:10 pm
Mar 19, 2008 at 1:32 pm -
Hi, It has been over two years since the last time we wrote to the list to consider the inclusion of litespeed SAPI module in the stand PHP distribution. By that time, our code has been added to CVS ...
George Wang
Mar 24, 2008 at 8:27 pm
Apr 24, 2008 at 3:20 am -
Hello Internals, we all were asked to stop discussing syntax of namespaces as we were told that we would decide after the namespace functionality was fully implemented. Now I think that the ...
Marcus Boerger
Mar 21, 2008 at 9:39 pm
Mar 26, 2008 at 11:42 pm -
19
phar API
Hi, i just read the phar examples in the manual and found things like this: $p = new Phar('coollibrary.phar'); if (Phar::canWrite()) { $fp = fopen('hugefile.dat', 'rb'); $p['data/hugefile.dat'] = ...Benjamin Schulz
Mar 27, 2008 at 1:34 pm
Mar 29, 2008 at 4:32 pm -
Hi, as we introduce NOWDOC in 5.3 it would be logical to allow a double quoted syntax sister of NOWDOC which acts as HEREDOC (same as for $var = "$var" vs $var = '$var'). Currently we have the ...
Lars Strojny
Mar 22, 2008 at 8:17 pm
Apr 1, 2008 at 10:51 pm -
OK, so I just put in 140-something module updates... manually, grumble. I (hopefully) avoided anything in core, whether that be PHP 4 or 5 - the way we version core modules is going to need much more ...
Steph Fox
Mar 31, 2008 at 11:02 am
Apr 1, 2008 at 3:03 pm -
First of all, re2c is easily available for windows - easier to find then flex - just visit the re2c homepage and download the pre-compiled binary. It's not in zip.zip yet, there is no need for it to ...
Elizabeth M Smith
Mar 17, 2008 at 5:13 pm
Mar 31, 2008 at 3:39 pm -
Hello Internals, as of today PHP 5.3 uses a scanner based on re2c = 0.13.3 (latest dev version) instead of the outdated flex version we required so far. This in particular means: a) You need to get ...
Marcus Boerger
Mar 16, 2008 at 9:29 pm
Mar 17, 2008 at 10:40 pm -
Hi! (Apologies for starting a new thread.) I compiled 5.2.5 last night and noticed that it effectively breaks all static calls which have no static keyword assigned in the function's definition ...
Till
Mar 1, 2008 at 7:15 pm
Mar 2, 2008 at 8:45 pm -
Hi, i noticed that some changes was made that 100% break all apps that do such stuff: class x extends y { public static function foo() { new self(); } } class y { private function __construct() { ...
Marco Kaiser
Mar 27, 2008 at 8:25 am
Mar 31, 2008 at 10:35 pm -
Attached is a simple proposed patch that fixes Bug 43477. Basically, the code that set the error mode of the ICU converter was giving it an instruction (the context parameter) to only skip or ...
Stephen Bach
Mar 18, 2008 at 3:51 am
Mar 24, 2008 at 4:55 pm -
Last year PHPUnit participated in the GSoC under the umbrella of PHP. Is this possible this year as well? I discussed this issue with Marcus and Chris DiBona at the mentor summit and the consensus ...
Sebastian Bergmann
Mar 6, 2008 at 8:09 am
Mar 11, 2008 at 4:24 am -
Hey list, I really /really/ hate to cause additional noise on this list, but I'm developing software in the PHP 5.3 snapshots with a timeline for release around the same time this version of PHP is ...
Jeremy Privett
Mar 29, 2008 at 1:12 am
Apr 17, 2008 at 1:23 pm -
Hi, Before I say anything, I have just concluded 20 hours of travel and feel kinda funny, so please take that into consideration :). Regarding API changes, let's first be clear: 1) Any changes to ...
Greg Beaver
Mar 28, 2008 at 10:13 pm
Apr 9, 2008 at 3:43 pm -
Hi Marcus, The ext/tokenizer/tests/token_get_all_variation17.phpt is probably the last broken test. It has a memleak. I am not trying to fix it because you should know it much better, also re2c ...
Dmitry Stogov
Mar 25, 2008 at 10:19 am
Mar 25, 2008 at 8:39 pm -
The Google Summer of Code sponsors students to work on Open Source projects over each summer. This RFC introduces guidelines and goals involving how we handle the SoC process. Synopsis: ------------- ...
Philip Olson
Mar 4, 2008 at 10:18 pm
Mar 7, 2008 at 10:31 pm -
Hi, Ok so we have a wiki up and running at wiki.php.net. It is integrated with master.php.net, so you can use your cvs password to login. Pierre and I are currently the only ones with admin accounts, ...
Lukas Kahwe Smith
Mar 5, 2008 at 9:29 am
Mar 6, 2008 at 9:15 am -
Hello Rui, many thanks!!! Sunday, March 23, 2008, 12:40:59 PM, you wrote: You can provide a --SKIPIF-- section to detect MB support (http://qa.php.net/write-test.php ). --SKIPIF-- <?php if ...
Marcus Boerger
Mar 23, 2008 at 1:45 pm
Mar 25, 2008 at 12:50 am -
Hi, I would like to deprecate php_dirname() in 5_3 as it has been moved to the engine (zend_dirname()). Any concerns? 5_3: http://lars.schokokeks.org/php/5_3-deprecating-php_dirname.diff HEAD: ...
Lars Strojny
Mar 6, 2008 at 12:15 am
Mar 6, 2008 at 3:33 pm -
Good morning, I just want to bring attention to the fact that while benchmarks show that PHP 5.3 is faster than PHP 5.2 on linux systems on MacOS/X the opposite is shown. Actually just executing ...
Stefan Esser
Mar 31, 2008 at 9:37 am
Mar 31, 2008 at 11:28 pm -
Hi All, One of the proposals for Google Summer of Code is a replacement of the autoconf part of our current build system. This email is a clarification of some of the concerns that may arise if it is ...
Scott MacVicar
Mar 20, 2008 at 12:58 am
Mar 26, 2008 at 11:14 am -
Hi, I found some time to whip up a quick patch against 5.3. This patch allows adding stream wrappers to include_path on both windows and unix. This means one can set an include_path to ...
Gregory Beaver
Mar 7, 2008 at 5:06 am
Mar 21, 2008 at 7:44 am -
New patches attached. I have fixed the forward_static_call (I am not attached to the name and am open to suggestions) patch to use a callable. in doing this I also added an additional check to make ...
Mike Lively
Mar 13, 2008 at 4:14 am
Mar 20, 2008 at 9:28 pm -
Hello, I was trying to compile the latest PHP6 dev release and I keep getting the following error: gcc: /root/php6.0-200803301630/Zend/zend_ini_parser.c: No such file or directory gcc: no input files ...
Graham Frank
Mar 30, 2008 at 7:04 pm
Mar 31, 2008 at 7:22 am -
Hi all, playing around with PHP 6 I noticed the following BC issue: floatval("4.2foo") gives an E_NOTICE "A non well formed numeric value encountered". The type casting (float)"4.2foo" still works as ...
Christian Schneider
Mar 4, 2008 at 2:17 pm
Mar 26, 2008 at 10:46 pm -
This looks like a fairly big change, with changes to tests, although glancing over the patch they all seem to be syntactical/format-wise. Does this commit cause any behavioral changes? -- Edward Z. ...
Edward Z. Yang
Mar 16, 2008 at 9:25 pm
Mar 16, 2008 at 10:29 pm -
When a header has been set using header('Foo: bar') it can be replaced with other headers, but it cannot be removed. For instance, one could imagine that the auto_prepend_file calls header('Vary: ...
Christian Schmidt
Mar 27, 2008 at 11:00 pm
Mar 31, 2008 at 8:14 am -
Hello! I've backported the Dmitry's patch (HEAD) for to drop zend.ze1_compatibility_mode in PHP_5_3 branch. Would be interesting remove it in 5_3? :) Here's the patch: ...
Felipe Pena
Mar 11, 2008 at 1:26 am
Mar 18, 2008 at 2:51 pm -
Hello developers. I saw some days ago that there is need in rewriting of check_parameters.php to be less false-positive and so on... So i wrote new version - based on state machines _and_ regex. Base ...
Alexandr Savchuk
Mar 11, 2008 at 5:01 am
Mar 13, 2008 at 7:30 am -
When php_stream_cast is passed any of the _AS_FD-like options, what is the ret argument supposed to point to? This does not seem to be decided consistently; from a quick survey: ext/openssl/xp_ssl.c: ...
Joe Orton
Mar 11, 2008 at 9:42 am
Mar 11, 2008 at 11:27 am -
Hi: It is still possible to re-asign $this in a number of ways examples <?php $this .= '123'; var_dump($this); //Notice: Undefined variable: this in this.php on line 3 //string(3) "123" <?php ...
Cristian Rodriguez
Mar 6, 2008 at 9:38 pm
Mar 8, 2008 at 3:17 pm -
Hello, I just wanted to find out the status of bug 43053 (http://bugs.php.net/bug.php?id=43053) which is regarding inconsistent handling of floating point numbers which seems to have changed in PHP ...
Ryan Brothers
Mar 13, 2008 at 4:56 pm
Apr 21, 2008 at 3:07 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (59 total including feature requests) ===============================================[*Configuration Issues]======== 42262 Open ...
Internals
Mar 3, 2008 at 10:00 am
Mar 31, 2008 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (1077 total including feature requests) ===============================================[*Compile Issues]============== 44250 Open ...
Internals
Mar 3, 2008 at 9:30 am
Mar 31, 2008 at 9:30 am -
Hi Dmitry, This is a very nice addition - I wonder if you might be interested in a patch to enable stream wrappers in include_path? There are a couple of ways this could be done, but the one I think ...
Gregory Beaver
Mar 5, 2008 at 8:24 pm
Mar 6, 2008 at 9:14 pm -
I've developed the patch listed in http://bugs.php.net/44393 over the last few weeks, and I just thought I'd try to solicit some feedback. It's an enhancement to the Windows ISAPI module which allows ...
Richard Krehbiel
Mar 26, 2008 at 6:21 pm
Mar 28, 2008 at 1:50 pm -
Hi Dmitry, I finally got around to upgrading my compiler over the weekend, but I still have to fiddle with line 229 of zend_execute.h to get sane nmake output in the 5_3 branch. And I'm not alone - ...
Steph Fox
Mar 10, 2008 at 4:27 pm
Mar 12, 2008 at 3:43 pm -
Hi all We should probably discuss some ideas for Google Summer of Code this year. I see people have already added few to the wiki page[1] which is great and all but wikis aren't for discussions.. The ...
Hannes Magnusson
Mar 9, 2008 at 3:17 pm
Mar 10, 2008 at 12:39 am -
Hello developers, I made a patch for the bug#39018: $x = 'test'; @$x[4] == 'a'; (@$x[4]) == 'a'; (@($x[4])) == 'a'; @($x[4]) == 'a'; $foo = 'test'; $x = @$foo[6]; Actually, all cases above shows ...
Felipe Pena
Mar 4, 2008 at 1:27 am
Mar 7, 2008 at 8:47 pm -
There is a patch by gwynne, which introduces platform-specific hack for darwin/macos-x. ...
Alexey Zakhlestin
Mar 31, 2008 at 3:37 pm
Apr 15, 2008 at 4:32 pm -
Hi I am currently involved within Open Solaris community and for the first time we have recently integrated PHP core runtime as part of base OS. Currently, I am working on improving the PHP ...
Sriram Natarajan
Mar 31, 2008 at 8:57 pm
Mar 31, 2008 at 9:59 pm -
Hi, If var_dump would dump the type info into PHP comments then var_dump would be also valid PHP code. That'd be very cool. I guess this would be rather easy to code as we already have var_export. ...
Karoly Negyesi
Mar 27, 2008 at 7:14 am
Mar 30, 2008 at 8:06 pm -
I would like to request a CVS account to commit the translations to the russian translation of the php manual. I have discussed with Antony Dovgal about it.
Alexey Romanenko
Mar 22, 2008 at 5:25 pm
Mar 22, 2008 at 7:39 pm
Group Overview
group | php-internals |
categories | php |
discussions | 95 |
posts | 872 |
users | 121 |
website | php.net |
121 users for March 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)