Search Discussions
-
Hello internals, __get() and __set() are great, but 90% of the time, I find myself using them to create public readonly properties. The only problem with this is it is horridly inefficient, consuming ...
Jason Garber
May 11, 2006 at 11:35 pm
May 19, 2006 at 2:27 am -
Hello internals, by accident i added both E_STRICT and E_RECOVERABLE_ERROR to E_ALL while MFHing new features as discussed beforehand while decision was only to MFH E_RECOVERABLE_ERROR and not to put ...
Marcus Boerger
May 14, 2006 at 6:59 pm
May 31, 2006 at 12:54 am -
Hello, okay, mistakes happen everyday but it really sucks that PHP.net continues trying to hide mistakes. 1) PHP 5.1.4 was released with a nonsense announcement claiming that there was only a problem ...
Stefan Esser
May 15, 2006 at 1:39 pm
May 19, 2006 at 9:13 pm -
Under CLI ZTS build, when loading a PHP-GTK 2 .dll built against anything this side of PHP 5.1.2 release, I'm seeing an 'access violation' crash on reaching: if (resource_types_table && ...
Steph Fox
May 27, 2006 at 6:48 pm
Jun 5, 2006 at 11:59 am -
There are 2 PHP 5.2 changes there has been a lot of back and forth flaming going around and we need to finally come to a decision about. The two topics are: Inclusion of E_STRICT and ...
Ilia Alshanetsky
May 16, 2006 at 11:26 pm
May 19, 2006 at 12:23 am -
Hello! While I welcome new developments in either procedural or OO interfaces in PHP I do not agree with breaking BC (between 5.1 and 5.2 in this case) just for the sake of OO purity. In this example ...
Derick Rethans
May 11, 2006 at 12:16 pm
May 12, 2006 at 3:41 pm -
Hello internals, i'd like to add two array functions: - bool array_has_more(array $array) checks whether $array has more elements after current position or if array is at last position, preferable ...
Marcus Boerger
May 27, 2006 at 9:29 pm
Jun 4, 2006 at 11:48 am -
All, I'm sure this has been asked somewhere, but since I see requests for features for 5.2 or 6.0, I'd like to add a "simple" item to the list which would be quite useful to me and would simplify and ...
D. Dante Lorenso
May 3, 2006 at 5:57 am
May 5, 2006 at 5:44 am -
I've just created the PHP 5.2 branch from which future 5.X release will be made, so please update your local trees to this branch. The 5.1 branch is dead to patches except for those fixing security ...
Ilia Alshanetsky
May 6, 2006 at 10:27 pm
May 11, 2006 at 12:23 am -
21
php 5.2.0
Hi, I updated my phptodo wiki for the next planned release. Ilia also send me a bunch of items that I threw on there: http://oss.backendmedia.com/PhP52 If you want me to be your personal secretary ...Lukas Smith
May 2, 2006 at 10:07 am
May 3, 2006 at 1:14 pm -
Guys, I know I'm a late bloomer on this one, but when did we discuss the discontinuation of ze1 compatibility mode within the 5.x branch? I recall we agreed to remove it for 6.0, but removing such a ...
Zeev Suraski
May 23, 2006 at 12:47 am
May 28, 2006 at 9:51 pm -
This broke the PEAR Installer: http://phpfi.com/120912 -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Sebastian Bergmann
May 30, 2006 at 12:06 pm
May 31, 2006 at 7:49 am -
To develop the Summer of Code project - PHP Macro Preprocessor
Pavlo Shelyazhenko
May 27, 2006 at 2:27 pm
May 27, 2006 at 4:09 pm -
Hi, Is there a way (planed or already implemented) to accept an ascii string in zend_parse_parameters()? There is the 't', but then I have to convert the string to ascii by-hand and mess around with ...
Nuno Lopes
May 8, 2006 at 10:33 pm
May 15, 2006 at 11:43 pm -
Hello Andi, Zeev, Ilia, the attached patch adds three new functions that make calling functions a lot easier - at least for me in SPL. And it also does a few things correct which are probably ...
Marcus Boerger
May 27, 2006 at 8:34 pm
Jun 5, 2006 at 2:59 pm -
All, Back on the topic of trying to write a 'filled' function in an extension, I have run into trouble. I have declared a function as follows: ---------- 8< -------------------- 8< ---------- static ...
D. Dante Lorenso
May 26, 2006 at 8:45 pm
May 28, 2006 at 11:33 pm -
Hello, I made two extensions for PHP that I’m want to share, but I do not really know how to do it ;) One is a profiling extension, called PhProfile: - works with zend optimizer and similar (as ...
Moritz Möller
May 20, 2006 at 9:16 pm
May 21, 2006 at 9:19 am -
Architectural restrictions aside, is it far off to ask if something like this could be possible in PHP6: <? class TestReservedKeywordMethods { public $value = "2"; public function isset() { if ...
Ralph Schindler
May 10, 2006 at 5:23 pm
May 14, 2006 at 9:09 pm -
Hello internals, right now the fate of E_STRICT error messages is uncertain. A few people think those should change to fatal after a reasonable amount of time, is two years (e.g. 5.0.0) reasonable. A ...
Marcus Boerger
May 30, 2006 at 10:45 pm
Jun 4, 2006 at 11:49 pm -
I am looking for a good place to learn about the following: 1. Writing a customized extension 2. Compiling PHP with customized extensions, including how can I set up a customized location their code ...
Artzi, Yoav \(Yoav\)
May 25, 2006 at 1:58 pm
May 28, 2006 at 8:57 pm -
Hello, The upcoming default PHP Input filter is orphaned. There is no official active maintainer, or not active. I commited most of the required changes and it is getting really neat. Some small APIs ...
Pierre
May 24, 2006 at 1:38 pm
May 26, 2006 at 11:46 am -
I'd like to thank everyone for voting on the topic and making their opinions known. The conclusion is that: E_STRICT will not be a part of E_ALL, however E_RECOVERABLE_ERROR will be, this means no ...
Ilia Alshanetsky
May 19, 2006 at 2:15 pm
May 19, 2006 at 10:38 pm -
Hi all, I wanted to get a 5.2 snapshot for windows but noticed the it did not build. The error in the log is: ext\com_dotnet\com_extension.c(195) : error C2198: 'zend_exception_get_default' : too few ...
Marian Kostadinov
May 10, 2006 at 3:46 pm
May 12, 2006 at 9:56 pm -
All, Is there a way to define a function in an extension which would not require a passed in variable to exist? In other words, can ZE be modified to allow extensions to not trigger E_NOTICE warnings ...
D. Dante Lorenso
May 11, 2006 at 10:49 pm
May 12, 2006 at 12:38 pm -
Hi, It seems I can not get PHP 5.1.3 & FastCGI to work. Had 5.1.3RC2 working with FastCGI. Was this a planned break, and requires some different means of getting it working? Or should I go file a bug ...
Jared Williams
May 3, 2006 at 10:16 am
May 3, 2006 at 7:14 pm -
Is there something broken with FastCGI version shipped with 5.1.4? A quick scan of the lists (general, bugs, windows) shows that people are having problems with it accross the board. Apache + fcgi on ...
Edin Kadribasic
May 12, 2006 at 9:42 pm
May 16, 2006 at 5:08 pm -
Hello, Here is another patch for ext/filter (I still wait the answer for the other one about decimal separator...). This patchs adds the input_get_args function. This functions allows to fetch all ...
Pierre
May 1, 2006 at 2:18 pm
May 2, 2006 at 10:49 pm -
How critical does a bug need to be to warrant a new PHP release (like 5.1.5)? Are there specific criteria already laid out?
Steve
May 26, 2006 at 2:28 am
May 26, 2006 at 5:08 am -
Hello, Until we have a phpdoc entry for pecl filter, I added a page to Lukas' wiki, it is Derick's initial spec but reflecting the current state: http://oss.backendmedia.com/PeclFilter Feel free to ...
Pierre
May 2, 2006 at 1:42 pm
May 3, 2006 at 11:35 am -
Hi all I've created a patch[1] that welcomes new friend into the zend_arg_info family, resource, and a new flag for ZEND_ME_MAPPING and pals, ZEND_ACC_INFO_MAP_TO_FUNCTION. The idea is to make it ...
Hannes Magnusson
May 29, 2006 at 6:52 pm
Jun 8, 2006 at 7:43 pm -
Hello, I'd like to know, if it's possible to create a php function in C which modify the line number and the php interpreter. It will be very useful for tools generating php code (lex, yacc, smarty ...
William Candillon
May 11, 2006 at 7:31 am
May 12, 2006 at 1:39 am -
Some guys at work created this patch and have been running with it for a while now. Could I get a few more eyeballs on this? http://www.brianfrance.com/software/php/curl_multi_read.patch Quote from ...
Brian J. France
May 2, 2006 at 6:48 pm
May 2, 2006 at 10:15 pm -
Hi, After receiving some positive words to go ahead on IRC, I finished porting the output control implementation to HEAD. If there are no further objections, I'm going to commit soonish, so it can be ...
Michael Wallner
May 26, 2006 at 12:36 pm
May 26, 2006 at 10:44 pm -
Hello All, My hard disk crashed over the weekend and after reinstalling everything on a new drive I'm getting the folowing error: c:\php\php5_2\ext\date\lib\parse_date.re(759) : fatal error C1053: ...
Frank M. Kromann
May 25, 2006 at 4:35 am
May 25, 2006 at 4:48 pm -
Internals, Seems the order or left vs right assignment evaluation has changed somehow recently in my upgrade to PHP 5.1.4. See the following code: ---------- 8< -------------------- 8< ---------- ...
D. Dante Lorenso
May 24, 2006 at 4:26 pm
May 25, 2006 at 6:48 am -
Hi, While working on a large embedded project using PHP and SQLite, I ran into some compatibility issues where the sqlite guys broke file compatibility on a dot release. The SQLite situation is: - ...
Al Baker
May 20, 2006 at 7:52 pm
May 23, 2006 at 5:20 am -
Hello Oliver, php source comes with 'run-tests.php' script (try: php run-tests.php -h) and currently with over 2000 test scripts. However as http://gcov.php.net shows this triggers less than 50% of ...
Marcus Boerger
May 13, 2006 at 2:08 pm
May 13, 2006 at 3:46 pm -
Hello internals, i am now done with most bigger parts of 5.2 Todo and the remainder is a bunch of fixes engine wise some folks already found during the MFH phase. Right now my test results look like ...
Marcus Boerger
May 12, 2006 at 12:46 am
May 13, 2006 at 12:44 am -
The extra semi-colon is causing build to fail here. Rob
Rob Richards
May 10, 2006 at 1:40 pm
May 11, 2006 at 12:22 am -
Is this still correct? http://se.php.net/manual/en/install.unix.apache2.php Or is it recommendable to start using apache 2 in production? Regards /Erik
Erik Franzén
May 4, 2006 at 4:50 am
May 8, 2006 at 3:02 am -
Hi, Currently, I have karma for phpdoc only. - http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1103&r2=1.1104&diff_format=u Now I'd like to maintain not only php-doc but peardoc. Lukas Smith ...
TAKAGI Masahiro
May 31, 2006 at 10:11 pm
Jun 1, 2006 at 1:11 am -
I have an extension that interfaces with a library that sets a signal handler for some common signals. In particular the library forks processes and does socket writes so it needs to be able to ...
Michael B Allen
May 24, 2006 at 8:03 pm
May 25, 2006 at 8:24 am -
Hi, which sense does it make if a function like iconv_mime_encoding() requires an field_name as first argument? <rfc2822 Header fields are lines composed of a field name, followed by a colon (":"), ...
Oliver Block
May 20, 2006 at 5:19 pm
May 22, 2006 at 12:38 pm -
Hi, attached are just a few one-line changes to the current README.CVS-RULES files in 5.2 and HEAD, maybe it needs even more massaging. - - Markus
Markus Fischer
May 21, 2006 at 8:40 am
May 21, 2006 at 9:13 am -
I'm on the latest and greatest PHP 5.1.4. I can see the function I think I want in the manual: http://us3.php.net/manual/en/function.xmlwriter-write-raw.php But the manual says it's only in CVS. I ...
D. Dante Lorenso
May 15, 2006 at 4:17 pm
May 15, 2006 at 5:19 pm -
I'm not finished yet, but I'm at a decent check point, so I thought I'd send out what I've done so far with the hope of getting some feedback. The attached files contain the patches and new files ...
Brandon Fosdick
May 12, 2006 at 11:39 pm
May 15, 2006 at 1:08 am -
Hi all Couple of leftovers from hellys MFH regarding ze1; Tests that can be deleted: Zend/tests/bug27641.phpt Zend/tests/bug30332.phpt Zend/tests/bug31828.phpt Zend/tests/bug32080.phpt ...
Hannes Magnusson
May 10, 2006 at 12:43 am
May 10, 2006 at 7:42 pm -
Hi, I have two classes, A and B: B inherits from A. B is written in PHP, A is implemented inside of an extension. B has an array: class B extends A { var $myArray = array("one", "two", "three"); ...
Thomas Moenicke
May 8, 2006 at 11:14 pm
May 9, 2006 at 9:55 pm -
I think I found a bug in the INIT_OVERLOADED_CLASS_ENTRY_EX macro. At least, I think its a bug, somebody else might think its a feature. :) If you do something like INIT_CLASS_ENTRY(ce, "MyClass", ...
Brandon Fosdick
May 9, 2006 at 4:58 am
May 9, 2006 at 7:02 pm -
Hi Marcus! I wondered, why PHP complains, if you have an array type hint in a method prototype and provide an object to this method, that implements the SPL interfaces to use objects as arrays. I ...
Tobias Schlitt
May 9, 2006 at 10:59 am
May 9, 2006 at 1:07 pm
Group Overview
group | php-internals |
categories | php |
discussions | 101 |
posts | 778 |
users | 135 |
website | php.net |
135 users for May 2006
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)