Search Discussions
-
Hello, following some discussions on the list (re. multiple namespaces in file) as well as a short discussion on IRC regarding not being able to do "use yeti::xml::DomDocument as DomDocument;" - I do ...
Derick Rethans
Dec 4, 2007 at 10:16 pm
Dec 20, 2007 at 5:04 pm -
Hi all, Was hoping to send this off earlier but I was travelling for the past week and had very limited email access. As promised in the past few weeks we have spent a significant amount of time in ...
Andi Gutmans
Dec 3, 2007 at 9:02 pm
Jan 18, 2008 at 5:07 am -
What was the conclusion on Wez' patch from march [1]? The discussion seemed to steer a bit off, on the discussion of scoping rules, but is there any reason _not_ to implement Wez' patch in HEAD? Even ...
Troels knak-nielsen
Dec 15, 2007 at 4:18 pm
Mar 23, 2008 at 2:44 pm -
Hi, I've been furiously working behind the scenes with Stas and Dmitry, and have some enhancements to namespaces in the form of 2 patches. 1) multiple namespaces per file 2) use ::name; 1) multiple ...
Gregory Beaver
Dec 11, 2007 at 11:12 pm
Dec 16, 2007 at 1:38 am -
Hello Everyon, Casting a SimpleXML object to an array gives different results in PHP 5.2.5 and PHP 5.3-dev. Source: $xml = simplexml_load_file("sample.xml"); foreach($xml- column as $column) { ...
Frank M. Kromann
Dec 7, 2007 at 10:09 pm
Dec 12, 2007 at 8:39 pm -
Hi, Attached is a quick patch for PHP 5.2.5 that replaces RSA's copyrighted implementation of MD5 with my public domain one: http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/popa3d/popa3d/md5/ ...
Solar Designer
Dec 9, 2007 at 1:15 am
Feb 7, 2008 at 6:02 pm -
Hi guys, Can anyone shed some light on the advantages of the spl_autoload over the standard __autoload ? is there any ? kind regards Andrew
Andrew Mason
Dec 28, 2007 at 11:56 am
Jan 1, 2008 at 7:24 pm -
In-Built PHP Functions for parsing of basic arithmetic and if possible fraction to decimal and decimal to fraction $arithmetic_string = "3*5"; echo arith($arithmetic_string); // returns float 15 ...
Nathan Rixham
Dec 7, 2007 at 2:52 pm
Dec 9, 2007 at 12:48 am -
I just thought of something that might be a solution to the lookup rules that we currently have in the namespaces implementation. Whether it's good or not, I just wanted to throw it out there. Here ...
Jessie Hernandez
Dec 12, 2007 at 5:45 am
Jan 4, 2008 at 2:26 pm -
Hi, We don't need moderation, we don't need read-only. We need people to follow a simple common-sense checklist. Before sending a message to php-internals, ask these questions of yourself: 1) am I ...
Gregory Beaver
Dec 13, 2007 at 7:03 pm
Jan 11, 2008 at 8:40 am -
Hi! I've never posted on internal before, but I've been a long time reader of it. I've been using PHP for a long time, I think it all started back in 2000 sometime, anyway - this is hardly a place to ...
Fredrik Holmström
Dec 31, 2007 at 11:28 am
Jan 3, 2008 at 8:54 am -
i have the following settings in my /etc/php.ini pcre.backtrack_limit=10000 pcre.recursion_limit=10000000 test case ini_get_all() tests [ext/standard/tests/general_functions/ini_get_all.phpt] FAIL. ...
Phpxcache
Dec 30, 2007 at 3:22 am
Mar 5, 2008 at 7:44 pm -
Howdy, I've been trying to find someone who could help me with a fix for a few bugs in PDO_ODBC, and had no luck so far. I am more than happy to compensate someone for the time spent fixing these ...
Travis Raybold
Dec 18, 2007 at 3:36 pm
Dec 21, 2007 at 5:08 pm -
1) Lack of cohesiveness of name resolution rules Why is this an argument against: name resolution rules with namespaces change completely the way names are resolved in PHP. How does it affects: this ...
Martin Alterisio
Dec 10, 2007 at 4:37 pm
Dec 10, 2007 at 9:11 pm -
Gentleman, This morning I went to see Lukas speaking at the Brazilian PHP Conference and he mentioned http://people.php.net He said that it started with the idea to map the PEAR developers. I went to ...
Silvano Jr
Dec 2, 2007 at 3:35 am
Dec 3, 2007 at 6:38 pm -
========================= original problem ========================= the biggest problem caused by early class binding is that it's unfriendly to opcode cachers. parent1.php class P { function ...
Phpxcache
Dec 30, 2007 at 9:35 am
Jan 27, 2008 at 2:32 am -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (63 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Dec 3, 2007 at 10:00 am
Dec 31, 2007 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (944 total including feature requests) ===============================================[*Directory/Filesystem functions] 35980 ...
Internals
Dec 3, 2007 at 9:30 am
Dec 31, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (626 total including feature requests) ===============================================[*Compile Issues]============== 43389 Open ...
Internals
Dec 3, 2007 at 9:02 am
Dec 31, 2007 at 9:00 am -
Please let me do a little explanation of the title first. Japanese is an interesting language where context is vital to the meaning of a word. Sayonara usually means a simple "good bye", but within a ...
Martin Alterisio
Dec 26, 2007 at 5:04 am
Dec 26, 2007 at 9:05 pm -
HI, As maintainer of the iODBC driver manager project i have some fixed and enhancements for the php odbc layer that i would like to submit for review and inclusion into the code base. The fixes that ...
iODBC Maintainer
Dec 20, 2007 at 6:05 pm
Dec 26, 2007 at 12:00 am -
Hi, I had started this thread on another mailing list but was told that I had better chances of an apropriate response on this list. Can someone please respond to my last mail in the thread below. ...
Rashmi Badan
Dec 19, 2007 at 10:00 am
Dec 20, 2007 at 5:07 am -
I read that type hinting for function return values was going to be implemented, is this true? If not, is it something that could be implemented if I were to write a patch?
Sam Barrow
Dec 27, 2007 at 6:17 pm
Jan 1, 2008 at 12:25 am -
If anyone here is experienced enough to help me, I will pay for a patch to allow for multiple class inheritance (class D extends A, B, C) against PHP 5.3 CVS. Or if you can just help me get started ...
Sam Barrow
Dec 25, 2007 at 8:23 pm
Dec 26, 2007 at 4:06 am -
I have a proposal for prototype of __autoload function in PHP 5.3.0. In this version of PHP namespaces will be available. Prototype of __autoload could look like this: __autoload($classname, ...
Wojciech Malota
Dec 22, 2007 at 8:44 pm
Dec 23, 2007 at 4:24 am -
Consider the following code: foo.php: <?php class test { public static function foo() { echo "I'm foo in class test\n"; } public static function foo2() { self::foo(); } } ? foo2.php: <?php namespace ...
Martin Alterisio
Dec 20, 2007 at 11:36 pm
Dec 23, 2007 at 4:14 am -
Has anyone tried refactoring a "real world" application/library to use namespaces? I've been pondering about how to algorithmically/mechanically prepare a non namespaced code for namespaces ...
Martin Alterisio
Dec 21, 2007 at 8:30 pm
Dec 22, 2007 at 12:58 pm -
Consider the following code: test.php: <?php include 'foo.php'; use test::foo; foo(); ? foo.php: <?php namespace test; function foo() { } ? Is it expected behavior that the scripts ends in: Fatal ...
Martin Alterisio
Dec 20, 2007 at 7:20 pm
Dec 21, 2007 at 2:46 am -
Hello! I packed PHP 4.4.8RC1 today, which you can find here: http://downloads.php.net/derick/ Please test it carefully, and report any bugs in the bug system, but only if you have a short ...
Derick Rethans
Dec 20, 2007 at 12:43 pm
Dec 20, 2007 at 5:24 pm -
Hi, I started looking at coverage of the ext/tokenizer this week. I tried to commit testcases related to token_get_all() today but looks like my CVS ID doesn't let me commit to ext/tokenizer. The ...
Raghubansh
Dec 14, 2007 at 3:49 pm
Dec 14, 2007 at 4:53 pm -
Since everyone is in the "namespace" frame of mind, is there a possibility of a "namespace" access modifier? The way I envision this working is that if for example: namespace Foo; class Bar { ...
Ralph Schindler
Dec 12, 2007 at 11:20 pm
Dec 13, 2007 at 4:40 am -
I raised bug http://bugs.php.net/bug.php?id=43480 noting that the behaviour of the array functions next, current, prev had been changed in 5.3. Previously (5.2 and before) it was possible to use ...
Robert nicholson
Dec 4, 2007 at 1:59 pm
Dec 4, 2007 at 7:01 pm -
I am currently working on a Object-Oriented Library extension that wraps a lot of functionality in PHP's standard library dealing with strings, arrays, fileIO, etc. into classes. (String class, ...
Jordan Wambaugh
Dec 3, 2007 at 5:00 pm
Dec 4, 2007 at 1:42 am -
Within the last few days i read some of the posts concerning the new namespace implementation and it's alleged problems. And ... I really have to say, that I do not understand whats the problem with ...
Hans Moog
Dec 27, 2007 at 8:29 am
Jan 3, 2008 at 1:31 am -
For those of us who gave up following the namespace debate 150+ emails ago, can someone from the core maintainers let the rest of us plebs know if namespaces are likely to be included any time soon. ...
Andrew Mason
Dec 17, 2007 at 5:25 am
Dec 17, 2007 at 5:16 pm -
Hate to bring this one up; I'll be brief! for instance smarty get's upgraded and has it's own namespace, I have a class which extends it, soon to be in my applications namespace which implements an ...
Nathan Rixham
Dec 12, 2007 at 12:39 pm
Dec 12, 2007 at 4:39 pm -
Heya, I wondered why bug #43495 [1] (array_merge_recursive crash with recursive arrays) was fixed without committing a test case -- the bug reporter even supplied a very simple reproduce code. As ...
Christian Hoffmann
Dec 8, 2007 at 8:11 pm
Dec 8, 2007 at 8:23 pm -
Hi, I am porting my software from Linux to µC/OS-II OS. On Linux I ran the Boa Web server with PHP. The µC/OS-II has a basic open source Http Server that does not support PHP or CGI. What I was able ...
Talya Nevo
Dec 31, 2007 at 8:50 am
Dec 31, 2007 at 10:42 am -
http://bugs.php.net/bug.php?id=43696 Description: ------------ as you can see in zend_compile.c opline- opcode = ZEND_INIT_NS_FCALL_BY_NAME; ZEND_INIT_NS_FCALL_BY_NAME's op1 is initialized, so is op2 ...
Phpxcache
Dec 28, 2007 at 9:12 am
Dec 28, 2007 at 9:47 am -
Hi, How are you? I want to build a DLL to my php code and using like that, well I found the README.WIN32-BUILD-SYSTEM, but I don't understand many thinks, I need to use Visual C++ of MS?? or I can ...
Daniel Rivas
Dec 24, 2007 at 11:03 pm
Dec 25, 2007 at 7:57 am -
Patching libGD
Alexey Chupahin
Dec 22, 2007 at 7:36 pm
Dec 22, 2007 at 8:07 pm -
Developing the PHP runtime Translating the documentation
Sungyun
Dec 21, 2007 at 3:34 am
Dec 21, 2007 at 8:54 am -
Hi Brain, I've committed your patch into all branches, because it not only improve performance on x86_64, but also fixes a bug in x86 code. Thank you very much. Dmitry.
Dmitry Stogov
Dec 20, 2007 at 1:22 pm
Dec 20, 2007 at 6:03 pm -
Another reminder for CVS id . I have been working with Raghubansh Kumar & Zoe Slattery. Some of my test cases have already been committed with the help of Raghubansh. I have been writing test cases ( ...
Dharmanna Pidagannavar
Dec 18, 2007 at 4:55 am
Dec 18, 2007 at 12:43 pm -
Hello! As we all know, PHP 4's general releases will stop being made at the end of the year. We've two weeks until then, and I think it'd be a good idea to wrap all latest fixes up into PHP 4.4.8. I ...
Derick Rethans
Dec 14, 2007 at 3:35 pm
Dec 17, 2007 at 11:42 am -
Hello all, I'm playing around with 5.3, and I noticed the following interesting behavior: class A { private static $cls = __CLASS__; public static function who() { print static::$cls; } } class B ...
Michael J. I. Jackson
Dec 14, 2007 at 11:07 pm
Dec 15, 2007 at 12:07 am -
Hi, There's been enough confusion, here's the patch again, this time against 5.3, no tests for clarity http://pear.php.net/~greg/multi.5.3.patch.txt This patch allows: <?php namespace A; class a {} ...
Gregory Beaver
Dec 4, 2007 at 6:12 pm
Dec 4, 2007 at 9:05 pm -
Hello, Currently stream_set_write_buffer() only works with file streams. If used on socket streams it always returns -1 and does nothing. This can be quite problematic when using datagram sockets ...
Vincent NEGRIER
Dec 2, 2007 at 8:45 pm
Dec 3, 2007 at 11:31 pm -
I will be out of the office starting 24/12/2007 and will not return until 02/01/2008. I will have no email access during this time. I will respond to your email asap on my return.
Andy Wharmby
Dec 31, 2007 at 12:02 pm
Dec 31, 2007 at 12:02 pm -
Could someone please take a quick look at bug #43231 (http://bugs.php.net/bug.php?id=43231)? Johnannes said in mid-November that he had a patch for it but it's been sitting idle since then. Should be ...
Chuck Hagenbuch
Dec 27, 2007 at 3:38 pm
Dec 27, 2007 at 3:38 pm
Group Overview
group | php-internals |
categories | php |
discussions | 63 |
posts | 752 |
users | 135 |
website | php.net |
135 users for December 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)