Search Discussions
-
Will method overloading by method signature be implemented in php6 or even php 5.3? Example: <?php namespace xyz; import core::TestClass; class Test extends TestClass { public string function ...
Hans Moog
Oct 13, 2007 at 4:46 pm
Oct 18, 2007 at 4:32 pm -
Here http://www.php.net/~derick/meeting-notes.html#cleanup-for-vs is a phrase "For both strings and arrays, the [] operator will support substr()/array_slice() functionality" will it appear in php5.x ...
Alexey Zakhlestin
Oct 1, 2007 at 11:30 am
Oct 10, 2007 at 9:20 pm -
Hi folks- I've hit upon something with namespaces and autoloading that I think is a little out of order. If you take the attached 3 files, put them in the same directory, and run demo.php, you will ...
Chuck Hagenbuch
Oct 20, 2007 at 2:42 am
Oct 23, 2007 at 4:42 am -
25
Class Posing
From [1]: Objective-C permits a class to wholly replace another class within a program. The replacing class is said to "pose as" the target class. All messages sent to the target class are then ...Sebastian Bergmann
Oct 2, 2007 at 9:41 am
Oct 4, 2007 at 8:27 am -
A while ago I posted a proposal to add support for tainted variables to PHP, to alert programmers at run-time when they make the common mistake of using uncleansed input with include, echo, system, ...
Wietse Venema
Oct 3, 2007 at 12:35 am
Oct 6, 2007 at 12:39 am -
Hi all! Since many packages (wordpress, propel, horde, phing, etc.) use "import" as either class or function name, and we couldn't find a good solution to make it work with import keyword without ...
Stanislav Malyshev
Oct 22, 2007 at 9:29 pm
Nov 1, 2007 at 8:24 am -
Hi all, import Foo::Bar AS DomDocument; import Foo::Exception; import MyStuff::Dom::XsltProcessor; Result in a "Fatal error: Import name '...' conflicts with defined class" Of course i want to refer ...
Benjamin Schulz
Oct 2, 2007 at 11:56 am
Oct 3, 2007 at 8:57 pm -
This bug has been open for a while: http://bugs.php.net/bug.php?id=27792 Having run into this issue recently, here's a patch (hopefully attached, mail.app and list filters willing) against PHP 5.3 to ...
Wez Furlong
Oct 14, 2007 at 10:13 pm
Nov 9, 2007 at 8:54 pm -
Hi, One important thing we forgot to discuss is to drop VS6 support fin 5.3 and finally move to VS2005. It has a couple of side effects but it is a one time job and should make our life easier on ...
Pierre
Oct 2, 2007 at 11:34 am
Oct 6, 2007 at 10:05 pm -
13
[PATCH] in_class_exists() for detecting __autoload() called by class_exists() and interface_exists()
Hi again, The attached patches for PHP 5.3 and PHP 6 add in_class_exists(). The function is intended to be used in __autoload(). The following test script demonstrates its usage: <?php ...Gregory Beaver
Oct 3, 2007 at 6:18 am
Oct 7, 2007 at 5:32 am -
Hi, I remember that we discussed the question of exception throwing from core in the very early days of php 5, when the suggestion of turning all errors into exceptions first came up. I remember that ...
Lukas Kahwe Smith
Oct 17, 2007 at 4:09 pm
Oct 22, 2007 at 3:52 pm -
http://www.potentialtech.com/cms/node/48 Hope that article doesn't come across as too harsh, but I really feel like it needed to be said. -- Bill Moran http://www.potentialtech.com
Bill Moran
Oct 15, 2007 at 6:05 pm
Oct 16, 2007 at 8:29 am -
Hi all, Could someone point me to the message(s) explaining why the executor is unstable when an exception is thrown in __autoload()? Thanks, Greg
Gregory Beaver
Oct 2, 2007 at 5:21 am
Oct 6, 2007 at 8:20 pm -
Hi folks working at Sun Microsystems QA org we are integrating php into our new Open Solaris release (php 5.2.4 for now) we have run the functional test suite shipped within the php release to ...
Jean jayet
Oct 17, 2007 at 12:16 pm
Oct 19, 2007 at 2:18 pm -
hi, i think it would be really handy to introduce the with() feature from JavaScript (and probably other OOP languages) into php. so for sample the following --------------------------- $class=new ...
Sebastian
Oct 10, 2007 at 1:46 pm
Oct 18, 2007 at 7:54 am -
Hey all, Now that macros for manipulating refcount and is_ref have been implemented, I’m ready to submit patches for the GC. I know you all have been waiting for this for a long time ☺. I have made ...
David Wang
Oct 8, 2007 at 7:12 am
Nov 25, 2007 at 10:53 pm -
Hi! I've had a long mail-dialogue with Wez regarding bugfixes for the Interbase modules (the old interbase and the new PDO version). In the PHP_5_3 branch I have worked on the files mentioned below. ...
Lars Westermann
Oct 23, 2007 at 10:11 pm
Oct 24, 2007 at 6:02 pm -
Hi! I've had a long mail-dialogue with Wez regarding bugfixes for the Interbase modules (the old interbase and the new PDO version). In the PHP_5_3 branch I have worked on the files mentioned below. ...
Lars Westermann
Oct 23, 2007 at 10:12 pm
Oct 24, 2007 at 3:34 pm -
I was wondering if someone already think about modifying the actual behavior of undefined constants in php6. I'm desperate with some if(DEBUG) print_r($_SESSION); - and lot others case - Is there a ...
News.php.net
Oct 19, 2007 at 8:36 am
Oct 21, 2007 at 7:52 am -
Hi all, Benjamin has in fact unearthed a bug in the implementation of import. This code: <?php namespace Foo; import Blah::Exception; $a = new Exception; ? should in fact be implicitly importing ...
Greg Beaver
Oct 3, 2007 at 7:46 pm
Oct 5, 2007 at 6:54 am -
Hello, I've been thinking about Solaris support for PHP and some of the difficulty surrounding reproducing bugs under different Solaris OS versions, not to mention OS patch versions. I work at a ...
Rob Thompson
Oct 16, 2007 at 2:36 am
Nov 21, 2007 at 2:22 am -
The attached patch against HEAD attempts to unify the phpinfo() output of the PDO drivers for Oracle, MySQL, and PostgreSQL by always including the PECL module version string and the $Id$ CVS ...
Martin Jansen
Oct 12, 2007 at 3:54 pm
Nov 9, 2007 at 7:43 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (62 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Oct 1, 2007 at 10:00 am
Oct 29, 2007 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (866 total including feature requests) ===============================================[*Configuration Issues]======== 42294 ...
Internals
Oct 1, 2007 at 9:30 am
Oct 29, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (634 total including feature requests) ===============================================[*Programming Data Structures]= 40496 ...
Internals
Oct 1, 2007 at 9:00 am
Oct 29, 2007 at 9:00 am -
Hi All, When ever i have executed the php files it throws the following warning message, PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/msql.so' - ...
Sivasakthi
Oct 24, 2007 at 12:01 pm
Oct 25, 2007 at 3:58 am -
I was wondering why objects are always converted to longs when performing arithmetic. While looking at bug 42780: http://bugs.php.net/bug.php?id=42780 The only way not to lose precision is to ...
Rob Richards
Oct 10, 2007 at 5:40 pm
Oct 18, 2007 at 8:02 pm -
For a while, we were scratching our heads over why persistent connections were not being created when using PDO_OCI, even though we were explicitly calling PDO::setAttribute() to set ...
Ben Ramsey
Oct 26, 2007 at 5:38 pm
Oct 26, 2007 at 6:52 pm -
Hi! I am trying to understand the internal workings of two PHP-additions to the DOM-functionality. 1. When using the shortcut DOMElement::nodeValue on an element node, where the standard says ...
Keryx Web
Oct 24, 2007 at 8:56 am
Oct 24, 2007 at 7:34 pm -
Hi, This was posted by the author of nginx (http://nginx.net/) a high performance web-server/reverse proxy on the nginx mailing list http://php-fpm.anight.org/ Pages are primarily in Russian so if ...
Yusuf Goolamabbas
Oct 24, 2007 at 2:10 am
Oct 24, 2007 at 7:30 am -
What's the chance that there will be a better multicore cpu support throught a better fork functionality in PHP 6? Today pcntl_fork is available only on Unix/Linux cgi versions. Thanks, Markus
Markus L.
Oct 23, 2007 at 9:31 pm
Oct 23, 2007 at 9:37 pm -
Hello, Using dynamic class names works fine without namespaces, but doesn't work at all with namespaces. Take this simple example: <?php namespace test; class Foo {} $class = "Foo"; $foo = new ...
Magnus Määttä
Oct 21, 2007 at 1:57 pm
Oct 22, 2007 at 9:23 pm -
Hi. From what I understand about the argument list for zend_parse_parameters(), you separate optional parameters from mandatory ones using pipe (|). e.g. if (zend_parse_parameters(ZEND_NUM_ARGS() ...
Richard Quadling
Oct 10, 2007 at 7:38 am
Oct 10, 2007 at 6:17 pm -
Hi everyone, I just subscribed to this list in hopes of working out some PHP bugs that have to do with Solaris. I've been trying to find out some reason why the getcwd() PHP function fails under some ...
Rob Thompson
Oct 2, 2007 at 12:11 am
Oct 2, 2007 at 5:27 pm -
Hi internals, once again a proposal for a bugfix. This time concerning http://bugs.php.net/bug.php?id=40501. As the standard escape character is \\ , but the RFC says ", I added a optional escape ...
David Soria Parra
Oct 1, 2007 at 9:36 pm
Oct 2, 2007 at 11:06 am -
Attached is a patch for the MySQL and SQLite drivers of PDO that implements the feature request from #42589 by adding the name of the table where the column is from to the output of getColumnMeta(). ...
Martin Jansen
Oct 13, 2007 at 9:46 am
Oct 13, 2007 at 2:45 pm -
Here is a patch for bug 41822. The expand_filepath() function will not work in Solaris if a non-root user attempts to read a file under a directory with only (--x) permissions. Currently ...
Rob Thompson
Oct 5, 2007 at 7:09 am
Oct 5, 2007 at 2:08 pm -
Hi, I spent a while tonight tinkering with the parser to try to figure out how to allow it to use T_IMPORT as well as T_STRING for method names, and quickly came to the conclusion that this causes ...
Gregory Beaver
Oct 3, 2007 at 2:46 am
Oct 5, 2007 at 2:15 am -
How can i do subj ? I try make this with follwoing code: declare prop: zend_declare_property_null(ns_ce_ ## my_class, "prop", strlen("prop"), , ZEND_ACC_PROTECTED TSRMLS_CC); at constructor: zval ...
Denis Gabaidulin
Oct 4, 2007 at 8:19 pm
Oct 4, 2007 at 9:39 pm -
As classes are resolved at run-time, couldn't resolved interfaces of SPL also? Instead of use the prefix '::'. e,g, namespace foobar; class foo implements SplSubject { } Regards, Felipe.
Felipe Pena
Oct 29, 2007 at 12:17 pm
Nov 8, 2007 at 11:27 pm -
A few different proposals have mentioned the possibility that import or use statements might trigger autoload. My initial reaction is that this would be bad, BUT: it could let us use autoload to ...
Chuck Hagenbuch
Oct 24, 2007 at 7:41 pm
Oct 24, 2007 at 7:50 pm -
With thanks to Sara we looked at OnUpdateUTF8String to access a php.ini value in OCI8 in PHP 6. One of our engineers sent me a proposed patch for zend_ini.c in PHP6 to allow OnUpdateUTF8String to ...
Christopher Jones
Oct 16, 2007 at 8:35 pm
Oct 24, 2007 at 3:26 am -
Hi, I've already opened a feature request (#43048) but I feel, that there need to be a discussion on that topic. The problem is, that the current pseudo-namespacing used by a huge number of projects ...
Lars Strojny
Oct 22, 2007 at 8:56 am
Oct 22, 2007 at 12:51 pm -
(bool) DOMDocument::keepUnknownCharacterEntities = false; If set to true (before calling DOMDocument::load() or DOMDocument::loadXML()), when parser will occur an unknown entity, it won't crash, but ...
Freyjkell
Oct 18, 2007 at 5:15 pm
Oct 18, 2007 at 8:06 pm -
When building HEAD, GCC complains about a stray backslash in ext/mysql/php_mysql.c. The attached patch fixes this. - Martin
Martin Jansen
Oct 12, 2007 at 7:19 am
Oct 12, 2007 at 7:24 am -
I manage the development team (PHP) for Interactivate, San Diego, CA's largest web agency. We have 21 dedicated developers. Johnny Negretti
Johnny Negretti
Oct 11, 2007 at 10:23 pm
Oct 12, 2007 at 7:11 am -
With PHP 5.3 will there be a get_namespace($object) function equivalent to get_class($object)?
Michael Gauthier
Oct 5, 2007 at 3:49 am
Oct 6, 2007 at 12:03 am -
snaps.php.net doesn't have 5.3 yet. will it appear there? -- Alexey Zakhlestin http://blog.milkfarmsoft.com/
Alexey Zakhlestin
Oct 5, 2007 at 3:36 pm
Oct 5, 2007 at 7:11 pm -
Hi, I updated the 5.3 todo list [1] yesterday evening. I also just spotted a minor mistake. I put the visibility patch under todo items, where it should have gone under future releases. We should ...
Lukas Kahwe Smith
Oct 5, 2007 at 12:17 pm
Oct 5, 2007 at 12:24 pm
Group Overview
group | php-internals |
categories | php |
discussions | 75 |
posts | 490 |
users | 113 |
website | php.net |
113 users for October 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)