Search Discussions
-
Its been about a week since RFS for features to go into 5.3 has gone out and while there was not a "flood" of ideas there is a substantial list of key changes people would like to go into this ...
Ilia Alshanetsky
Sep 9, 2007 at 5:07 pm
Sep 12, 2007 at 10:19 pm -
Hi, This is another shot at a patch to manage refcount and is_ref of zvals with macros. The macros are implemented with inline functions that are forcibly inlined (so they will behave the same as ...
David Wang
Sep 4, 2007 at 2:24 pm
Dec 28, 2007 at 11:59 am -
The 5.3 branch was just created in the CVS and is now open for development. Please remember to MFH/MFB your patches to this branch when making your commits. Thanks, Ilia Alshanetsky Release Master
Ilia Alshanetsky
Sep 26, 2007 at 10:53 pm
Oct 8, 2007 at 4:51 am -
There appears to be an issue with the configure script generation that warrants further examination which might just be related to Darwin / Mac OSX but unconfirmed at this time. I have tested this on ...
BuildSmart
Sep 3, 2007 at 5:55 am
Sep 5, 2007 at 3:33 pm -
When we removed the namespace implementation that was scheduled for PHP 5.0 before PHP 5.0's release we kept the T_NAMESPACE and T_USE tokens for forward-compatibility. The new namespace ...
Sebastian Bergmann
Sep 30, 2007 at 4:10 pm
Oct 18, 2007 at 10:12 pm -
Just over a week has passed since the suggested list of features for PHP 5.3 was posted and it looks like all of the people who wanted to throw in their votes managed to do so. My thanks to all of ...
Ilia Alshanetsky
Sep 15, 2007 at 9:52 pm
Sep 24, 2007 at 4:54 pm -
Here's a patch against HEAD that implements the array_get function previously suggested on this list. I also attached a test suite, which should go in ext/standard/tests/array/array_get.phpt. ...
Andrew Shearer
Sep 10, 2007 at 10:13 pm
Sep 13, 2007 at 1:43 pm -
Hello Zoe, now i get the issue. It grabbs more than one line! This means run-tests.php has to be fixed. The whole thing is designed under the assumption that %s catches no new lines and hence only ...
Marcus Boerger
Sep 10, 2007 at 7:00 pm
Sep 14, 2007 at 3:01 pm -
Hi! Following the feedback from the community, we (mostly me and Dmitry) tried to find a good model that would allow multiple namespaces per file without running into too many problems and ...
Stanislav Malyshev
Sep 10, 2007 at 11:21 pm
Sep 20, 2007 at 6:17 pm -
Hi, I made a patch to implement constant folding optimization in the Zend engine. The patch is available at: http://web.ist.utl.pt/nuno.lopes/zend_constant_folding.txt Please review & commit. ...
Nuno Lopes
Sep 8, 2007 at 11:18 am
Dec 7, 2007 at 9:47 pm -
Hi, Following my last post on bytecode optimization (http://news.php.net/php.internals/32113), I would like to discuss a few more things. The patch in that e-mail allowed the engine itself to do ...
Nuno Lopes
Sep 14, 2007 at 5:01 pm
Sep 25, 2007 at 10:46 pm -
When we all get a copy of the patch and get a chance to test it seriously we'll know more. I'm all in favor of having GC and very enthusiastic about this coming about but I doubt you can call it well ...
Andi Gutmans
Sep 8, 2007 at 3:34 pm
Sep 10, 2007 at 8:09 am -
I've seen several examples of PHP_FALIAS within a single module, I'm wondering if it's possible to have one module with aliases referencing functions in another module? - -- Dale
BuildSmart
Sep 8, 2007 at 9:36 am
Sep 11, 2007 at 1:27 pm -
Hello, i am practising with charsets at the moment and so i thought: - How does PHP know the charset i use in my source-code? - Are php-sources limited to specific charsets? - In which areas you have ...
Drysler
Sep 27, 2007 at 5:46 pm
Sep 27, 2007 at 11:33 pm -
hey guys, i'm just going through the latest batch of CVE's and it doesn't look like there's a fix for CVE-2007-4840 yet: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4840 Description PHP ...
Sean finney
Sep 18, 2007 at 7:29 pm
Sep 19, 2007 at 11:07 pm -
I believe it's safe to question source code provided with the PHP source distributions in an attempt to ascertain a possible direction to take if any might be required. I've been trying to determine ...
BuildSmart
Sep 6, 2007 at 1:08 am
Sep 6, 2007 at 9:37 am -
Hi everyone, I would like to use this list to address the major players in bytecode caching tools: Zend, APC, Xcache... One problem I and others have run into is that from time to time we need to ...
Stefan Esser
Sep 20, 2007 at 10:31 am
Sep 21, 2007 at 6:59 am -
Anthony, I need some assistance gathering the information that might be most helpful. This week sometime I will grab a snapshot and install it. Normally I install php via the FreeBSD ports ...
Danny Carroll
Sep 9, 2007 at 8:46 am
Sep 10, 2007 at 1:27 pm -
Hi, Maybe somebody could provide good explanation why you can fix the issue (http://bugs.php.net/bug.php?id=42526). You can't claim that locale insensitive tolower() breaks things, because your ...
Tomas Kuliavas
Sep 3, 2007 at 11:22 am
Sep 10, 2007 at 12:58 pm -
Hi, I'd be very interested to have an overview of compiled variable and backpatching within the interpreter. I can find plenty of emails and code that refers to the two topics, but none that defines ...
Paul Biggar
Sep 23, 2007 at 3:46 pm
Oct 1, 2007 at 5:59 pm -
I was asked to look into the pdoru patch and extension by a client, this is where I noticed that a similar patch is already applied to the rfc1867.c file (http://cvs.php.net/viewvc.cgi/php-src/main/ ...
BuildSmart
Sep 10, 2007 at 1:53 am
Sep 10, 2007 at 9:17 am -
Assume for some reason you have an entity in a namespace which has the same name as something in the global namespace. Within the namespace, you wouldn't need to use the namespace prefix (maybe it ...
Richard Quadling
Sep 11, 2007 at 2:32 pm
Sep 12, 2007 at 7:53 am -
well, some OSes allow subscribing to the notifications from filesystem *bsd (including macos-x) use kqueue, linux and winnt have different mechanisms for the same thing -- Alexey Zakhlestin ...
Alexey Zakhlestin
Sep 11, 2007 at 9:04 am
Sep 12, 2007 at 7:49 am -
Hello, I would like to create an own php function which just prints a certain report as phpinfo() does. The function shall not be included into the general php code, I just want to patch my own ...
Marten Lehmann
Sep 7, 2007 at 5:57 pm
Sep 9, 2007 at 9:06 pm -
Implementing and maintaining the reference cycle garbage collector (GSoC '07) for the Zend engine.
Yiduo (David) Wang
Sep 8, 2007 at 6:07 am
Oct 5, 2007 at 8:20 pm -
I did as much as possible from the steps asked in the php bugs page, but still I want to check with you folks before submitting a bug report. I found a strange behavior in PHP 5.2.4. Try running the ...
Martin Alterisio
Sep 26, 2007 at 6:33 pm
Sep 27, 2007 at 12:42 am -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (56 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Sep 3, 2007 at 10:00 am
Sep 24, 2007 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (790 total including feature requests) ===============================================[*Configuration Issues]======== 42294 ...
Internals
Sep 3, 2007 at 9:30 am
Sep 24, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (630 total including feature requests) ===============================================[*Programming Data Structures]= 40496 ...
Internals
Sep 3, 2007 at 9:01 am
Sep 24, 2007 at 9:01 am -
See the 2nd last comment (by thetaphi@php.net): http://bugs.php.net/bug.php?id=41561 The handling of the @ operator is the issue here. Shouldn't that be turned on/off without touching the INI stuff ...
Jani Taskinen
Sep 3, 2007 at 12:20 pm
Sep 5, 2007 at 1:51 pm -
A newbie question: How can I use zend_parse_parameters to accept object of an external class as parametr. I want for example to build a method that accepts 'DateTime' objects. I know that the syntax ...
Alon
Sep 28, 2007 at 10:57 am
Sep 28, 2007 at 2:04 pm -
I think this is a very bad change. While tests of bundled extensions can be updated accordingly, pecl extension tests have no way to be version agnostic in this regard. -- Michael
Michael Wallner
Sep 28, 2007 at 9:12 am
Sep 28, 2007 at 11:43 am -
Hi all! Are there any information available about the specifics and progress of date_format_locale? Speaking as a non native English speaker this is a highly anticipated function. Three specific ...
Keryx Web
Sep 19, 2007 at 2:19 pm
Sep 19, 2007 at 5:58 pm -
Would anyone object to disallowing setting mail.force_extra_parameters from .htaccess? The problem is that mail.force_extra_parameters can pass arbitrary arguments to mail tool, and some mail tools ...
Stanislav Malyshev
Sep 12, 2007 at 10:45 pm
Sep 13, 2007 at 9:59 am -
PLEASE can we have an assessment of how this new list of features will affect users porting from PHP4 rather than simply assuming that this is just a simple 'upgrade' from PHP5.2.X. As discussion has ...
Lester Caine
Sep 10, 2007 at 12:33 pm
Sep 10, 2007 at 4:15 pm -
Hi all, I have downloaded php5 and php6 drivers for windows a while ago. Drivers are named correctly ( with current date ) but when executed "php -v" found that build dates indicates 1st Sep 2007. ...
Raghubansh
Sep 7, 2007 at 6:13 am
Sep 7, 2007 at 6:54 am -
1
[PATCH] Bug#42718 (FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags)
Hi, Here is a patch to fix bug #42718: http://bugs.php.net/?id=42718&edit=1 The "unsafe_raw" filter is not applied when configured as default filter. I found that the php_sapi_filter() internal ...Arnaud.lb
Sep 29, 2007 at 2:54 pm
Sep 29, 2007 at 8:16 pm -
Hi, I am attaching here a patch for this bug. Please review it. -------- Original Message -------- Subject: bug in odbc extension http://bugs.php.net/bug.php?id=37527 Date: Tue, 18 Sep 2007 15:29:23 ...
Alexandra S.
Sep 23, 2007 at 9:59 am
Sep 25, 2007 at 7:58 am -
Hi, I am attaching here a small patch for this bug. The original error for the reproduction script in this bug was: *Warning*: odbc_execute() [function.odbc-execute ...
Alexandra S.
Sep 23, 2007 at 10:02 am
Sep 25, 2007 at 7:08 am -
i need to a cvs account for joined coding for SPL extention, Marcus Börger let's me email to this mail.thanks. -- We want OpenBiz to become an important and significant institution. That takes time, ...
Jiania Hung
Sep 8, 2007 at 4:31 am
Sep 10, 2007 at 12:22 pm -
Hi, I stand corrected, Oracle does support XML in their relation DB. I've seen some of these articles before, but mistakenly understood that is was a separate DB. My experience of Oracle doesn't go ...
Arnold Daniels
Sep 9, 2007 at 8:53 pm
Sep 9, 2007 at 9:36 pm -
This is against the proper procedure. You're supposed to commit first to HEAD then MFH to the appropriate branch. We don't have the luxury of having some divas around here who think they can do ...
Jani Taskinen
Sep 5, 2007 at 9:06 am
Sep 5, 2007 at 6:23 pm -
Is there going to be a pear installation that works with PHP6 in the near future? - - -- Dale
BuildSmart
Sep 2, 2007 at 5:33 am
Sep 2, 2007 at 6:33 am -
Hi, I'm Christophe, staff of the FOSDEM organization. For the upcoming edition of the conference we'd like to have a lecture concerning PHP6 (this is not yet official neither certain). This means ...
Christophe Vandeplas
Sep 29, 2007 at 3:46 pm
Sep 29, 2007 at 3:46 pm -
http://bugs.php.net/bug.php?id=42637 I've posted a fix to this bug that is working in our test environment. It doesn't seem as if any committers have looked at this yet, can someone please comment? ...
Bill Moran
Sep 28, 2007 at 5:52 pm
Sep 28, 2007 at 5:52 pm -
documentation monkey
Brien J Wankel
Sep 25, 2007 at 4:24 pm
Sep 25, 2007 at 4:24 pm -
I will be working on the yahoo php-icu project (Tex's project - tex@yahoo-inc.com). Presumably you know what this is all about, but if you need further info please contact Tex.
Ed Batutis
Sep 24, 2007 at 11:33 pm
Sep 24, 2007 at 11:33 pm -
I'll be assisting Cipriano Groenendal (CVS account: cipri) with the PEAR::File_DNS package.
Michel Hiemstra
Sep 19, 2007 at 10:28 pm
Sep 19, 2007 at 10:28 pm -
Hi. Please commit the attached patch, to cover the integer overflow that can happen: if ((offset + len) total_len) Cheers, Mattias.
Mattias Bengtsson
Sep 19, 2007 at 9:34 am
Sep 19, 2007 at 9:34 am -
Hi, I have been trying to work on this bug. The problem here is in this scenario: 1. odbc connection is established. 2. odbc connection is closed. 3. trying to do a request (example: odbc_exec) to ...
Alexandra S.
Sep 18, 2007 at 1:29 pm
Sep 18, 2007 at 1:29 pm
Group Overview
group | php-internals |
categories | php |
discussions | 62 |
posts | 499 |
users | 97 |
website | php.net |
97 users for September 2007
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)