Search Discussions
-
Hi Derick, This patch breaks PEAR::Date (because it reserves class "Date") and all applications those use it. Was this break discussed? Do we really like it in 5.2? Thanks. Dmitry. ...
Dmitry Stogov
Jul 18, 2006 at 2:16 pm
Jul 19, 2006 at 8:19 pm -
Hi (Marcus), unfortunately I'm not very happy with the direction OO strictness takes in PHP. I'm sure I'm not alone and many people second this feeling. Precisely, let's have a look at the following: ...
Michael Wallner
Jul 21, 2006 at 8:55 am
Aug 8, 2006 at 12:28 am -
Hello, Many people (incl. php devs) asked me if I can include zip in 5.2.0. Ilia thought it was too late in the game and planed to do it in 5.2.1. I like to have it in, as experimental. Please note ...
Pierre
Jul 19, 2006 at 3:38 pm
Aug 2, 2006 at 6:20 pm -
Hi, After looking through the new Memory Manager code, I assumed this would be the case... (and just now got to test). Since heap- size is only updated when a 256K or whatever block is *actually* ...
Matt W
Jul 25, 2006 at 4:12 am
Jul 29, 2006 at 3:26 am -
Hello, We need a PHP 4 release. We need it now and we will need more and regular releases in the near future. It is clear that the current RM is not able to do his job in time and in coordination ...
Pierre
Jul 18, 2006 at 1:32 pm
Jul 20, 2006 at 1:45 pm -
Hi. First up, I use windows. I do NOT use Apache. I also do not use IIS. I use Sambar Server as this fits my needs very well and is extremely easy to work with and I can get a client's intranet ...
Richard Quadling
Jul 15, 2006 at 8:10 pm
Aug 9, 2006 at 2:29 pm -
I was poking around at the TODO and I saw this: * make configure print out a summary when it's done (like XEmacs) I'm working on a patch to bring in this functionality, out of sheer "I need to learn ...
Gwynne
Jul 1, 2006 at 9:17 am
Jul 7, 2006 at 8:36 pm -
19
E_STRICT
Hi, PEAR is currently in the process of deciding from when on we want to mandate PHP5 as the target platform. Currently it looks like sometime in the next 3-6 months we will likely only accept PHP5 ...Lukas Smith
Jul 12, 2006 at 5:34 pm
Jul 21, 2006 at 8:51 pm -
Just updated to the latest PHP 5.2-dev from CVS and now I get an Fatal error with the following code *** <?php class foo { public function __get($member) { return array("foo"= "bar","bar"= "foo"); } ...
Christian Stocker
Jul 19, 2006 at 12:51 pm
Jul 20, 2006 at 8:06 am -
Now that everyone had their say (I hope) I've made a quick tally of the votes so far: Rename date & timezone classes to DateTime and DateTimeZone respectively Tony Derick Mike Rasmus Andi Ilia Don't ...
Ilia Alshanetsky
Jul 19, 2006 at 3:16 pm
Jul 20, 2006 at 6:30 am -
Hello internals, attached is a patch that brings the '#line' directive to php. This is especially usefull for parser generators or any other code shuffling/generator tools. Any opinions? If nothing ...
Marcus Boerger
Jul 15, 2006 at 6:26 pm
Aug 7, 2006 at 6:09 pm -
So this is the reason you think you can break the upcoming release now? Please revert it, as I don't want to see yet another broken release just because you decided you can do what you want. "Test ...
Antony Dovgal
Jul 23, 2006 at 6:50 am
Jul 24, 2006 at 9:11 pm -
Hi, I think many people agree that PHPs means for a developer to get the last error message(s) are way suboptimal. INI(track_errors) and $php_errormsg or hacking some error handler magic are--despite ...
Michael Wallner
Jul 11, 2006 at 10:35 am
Jul 18, 2006 at 2:44 pm -
It's been quite sometime since 5.2 was branched and looking over our "todo" majority of planned changes were made. Therefor I'd like to make an RC1 on Thursday next week and start the stabilization ...
Ilia Alshanetsky
Jul 13, 2006 at 3:04 pm
Jul 19, 2006 at 3:35 pm -
Hi there, With the guidance of Phil Driscoll, I have put together a new installer for PHP on Windows. It replicates much of the same functionality of his installer, but also boasts the following ...
John Mertic
Jul 24, 2006 at 2:52 pm
Aug 1, 2006 at 11:17 pm -
Hi, I don't know if array_combine() was intentionally made binary-key unsafe, but it seems wrong and inconsistent since binary keys work everywhere else I can think of -- including array_flip() and ...
Matt W
Jul 21, 2006 at 12:28 pm
Jul 26, 2006 at 12:02 pm -
Hello, I am currently implementing a packaging tool in PHP. If you know PHAR, it is the same kind of tool, which allows to implement a virtual file tree in a single physical file. In such a tool, ...
LAUPRETRE François (P)
Jul 10, 2006 at 2:50 pm
Jul 19, 2006 at 3:39 pm -
Sending 3rd time this time without the attachment. You can get the diff at http://gutmans.org/alloc.zip -----Original Message----- From: Andi Gutmans Sent: Thursday, July 06, 2006 11:06 PM To: ...
Andi Gutmans
Jul 8, 2006 at 3:57 am
Jul 14, 2006 at 12:06 pm -
I do agree with Phil here; the last thing we would want is to leave extra junk in the user's http.conf, nor we want to "break things" because they have different things enabled, thus resulting in a ...
John Mertic
Jul 26, 2006 at 12:12 pm
Jul 27, 2006 at 8:38 pm -
Attached is a patch for my initial cut for unicode and XML (made against the /ext directory). I started with XMLReader since it was the smallest. The code can probably be optimized a bit, but I want ...
Rob Richards
Jul 17, 2006 at 9:55 pm
Jul 24, 2006 at 5:41 pm -
Hello, So Andrei asked me to upgrade the zlib extension, but I have a few questions I would like to discuss with you: * when receiving an unicode string, what should we do? compress with as-is, ...
Nuno Lopes
Jul 25, 2006 at 10:23 pm
Aug 9, 2006 at 4:24 pm -
Hello internals, Andrei asked me whether we could do something about the double lowercasing when calling zend_is_callable_check_func(). The attached patch adds the new fetch flag ...
Marcus Boerger
Jul 15, 2006 at 8:52 pm
Jul 18, 2006 at 12:31 am -
Hi all, I'm a C newbie and just started experimenting with the PHP internals a couple weeks ago... A few days ago I noticed assignment/comparison of char variables to '' (nothing between single ...
Matt W
Jul 8, 2006 at 9:12 am
Jul 10, 2006 at 11:11 am -
Hi, I've wished there was a *printf() float specifier that wouldn't include trailing zeros/point, as simply converting to string (echo, %s, etc.) can result in scientific notation, which I *don't* ...
Matt W
Jul 20, 2006 at 12:20 pm
Aug 3, 2006 at 9:20 am -
Hi, There are a couple things I don't like about how number_format() works currently, so I'm hoping the functionality changes this patch provides can be added. :-) First is that when you're working ...
Matt W
Jul 19, 2006 at 10:54 am
Jul 24, 2006 at 9:01 am -
Bonsoir, I sure bore the list , but I still miss something. There was that thread about "memory_get_usage with new Memory Manager" where Ilia (et al.) evocated the overhead induced by the ...
bertrand Gugger
Jul 29, 2006 at 6:04 pm
Jul 29, 2006 at 11:42 pm -
<?php $var=1234; echo filter_data($var, FILTER_VALIDATE_INT); ? should the return values be either NULL or 1234? well, it should return 1234 if var was abc1234 then it would return NULL, is that ...
Kevin Waterson
Jul 26, 2006 at 5:25 pm
Jul 29, 2006 at 11:33 am -
Hi all, I was just updating the dec[bin|hex|oct] functions to convert numbers = 2^32 since the [bin|hex|oct]dec counterparts were updated way back in PHP 4.1. My question is if negative numbers ...
Matt W
Jul 26, 2006 at 9:27 am
Jul 29, 2006 at 9:46 am -
Hi all! It occured several times in the past weeks, where I needed the filename without extension as well as the file extension extracted from a pathname. Since first calling pathinfo() and then ...
Tobias Schlitt
Jul 14, 2006 at 7:54 pm
Jul 15, 2006 at 1:52 pm -
Hello Everyone, With the current version of CVS PHP_5_2 branch I get this compiler warning: c:\php\php5_2\zend\zend.c(565) : warning C4700: local variable 'tsrm_ls' used without having been ...
Frank M. Kromann
Jul 18, 2006 at 7:59 pm
Jul 19, 2006 at 9:05 am -
Rasmus and I talked about this some more yesterday, and I think there is an alternate, better approach. PHP will attempt to decode the incoming request data as described below. The variables that it ...
Andrei Zmievski
Jul 7, 2006 at 6:09 pm
Jul 10, 2006 at 11:13 pm -
Hi all, As I was working on upgrading the dec[bin|hex|oct] functions to convert large doubles, I noticed how much slower things were when converting Unicode strings to double. I found that converting ...
Matt W
Jul 31, 2006 at 8:58 am
Aug 3, 2006 at 4:12 pm -
Hello, I've upgraded from 5.1.1 to 5.1.2 and discovered the following unexpected difference. Best shown by example. <? function getArray(&$arr) { $arr[] = 12; } getArray($p = array()); print_r($p); ? ...
Rishad Omar
Jul 24, 2006 at 3:54 pm
Jul 24, 2006 at 7:25 pm -
Hello, it was requested several times, that PHP allows FILE UPLOAD hooks. Attached is the URL to a patch against PHP_5_2 that I am going to commit in 3-4 days. If you see any problems in it, then ...
Stefan Esser
Jul 3, 2006 at 12:39 pm
Jul 5, 2006 at 3:42 pm -
I would like to submit a replacement for the Win32 mssql extension that I have recently completed. The extension provides the same set of functions as mssql, but uses OLEDB to talk to SQLServer ...
Chung Leong
Jul 28, 2006 at 9:27 pm
Jul 29, 2006 at 8:44 pm -
I just realized that it's the first time I used a quadruple pointer. Must celebrate. -Andrei
Andrei Zmievski
Jul 18, 2006 at 10:15 pm
Jul 19, 2006 at 7:22 am -
I am considering changing the required arg storage type for 't' and 'T' specifiers from void* to zstr*, since they can return either char* or UChar* and the zstr union encapsulates both. Thoughts on ...
Andrei Zmievski
Jul 18, 2006 at 5:35 pm
Jul 19, 2006 at 6:51 am -
Hi, The main reason of patch is reducing memory allocation overhead and speedup memory management. The patch requires full PHP rebuild including "buildconf". Now "configure" has no ...
Dmitry Stogov
Jul 18, 2006 at 9:24 am
Jul 19, 2006 at 6:49 am -
Hello, In the past months we moved many extensions to PECL. However we keep their bugs management in bugs.php.net. I would like to move it to PECL and removed their entry in bugs.php.net. Even if an ...
Pierre
Jul 16, 2006 at 6:34 pm
Aug 2, 2006 at 9:02 pm -
The first release candidate of PHP 5.2.0 is finally out and the source packages can be found here: http://downloads.php.net/ilia/php-5.2.0RC1.tar.bz2 (fa36d378f7f1fd547b881b6323ae2c60) ...
Ilia Alshanetsky
Jul 24, 2006 at 7:57 pm
Jul 26, 2006 at 11:33 pm -
Hello internals, Attached is a patch against PHP_4_4 allowing to specify a charset when talking to MySQL using ext/mysql and client libraries that come with MySQL = 4.1.13 (the default being utf8). ...
Olivier Hill
Jul 6, 2006 at 3:37 pm
Jul 6, 2006 at 4:17 pm -
Want to improve the yaz extension.
Yaz Chitlins
Jul 25, 2006 at 11:34 pm
Jul 26, 2006 at 12:12 am -
You probably have seen my HEAD patches to parameter parsing API that implement varargs support. I was thinking this functionality could be useful for PHP 5 as well. I've tested it pretty thoroughly ...
Andrei Zmievski
Jul 20, 2006 at 3:44 pm
Jul 21, 2006 at 1:28 am -
When executing ZEND_FETCH_OBJ_IS on a non-object, the handler dispatches to zend_fetch_property_address_read_helper with type==BP_VAR_IS and ends up generating an error (isset() is supposed to be ...
Sara Golemon
Jul 5, 2006 at 8:59 pm
Jul 6, 2006 at 6:14 am -
The subject line gives a pretty good idea what this question is about. Yes, I'm well aware of the dangers of making core changes, and I'm only doing it to give myself a better idea what's going on ...
Gwynne
Jul 5, 2006 at 12:02 pm
Jul 5, 2006 at 3:43 pm -
Did I miss something? -- Matt Sicker
Matt Sicker
Jul 28, 2006 at 4:27 pm
Jul 28, 2006 at 5:51 pm -
Write a SAPI for Domino Web Server
Chenybin
Jul 26, 2006 at 5:41 am
Jul 26, 2006 at 6:47 am -
Hello, I was wondering if we could make ZEND_FUNCTION() declaration static. This represents a compatibility break with previous PHP versions, but only extensions that already declare the function as ...
Nuno Lopes
Jul 24, 2006 at 4:48 pm
Jul 24, 2006 at 5:13 pm -
I've just started developing a new extension, checked out the latest source and found this snafu. I assume it's a typo. -Stut
Stut
Jul 23, 2006 at 8:45 pm
Jul 23, 2006 at 11:40 pm -
Shouldn't this be E_STRICT instead? Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org
Derick Rethans
Jul 21, 2006 at 4:25 pm
Jul 23, 2006 at 6:34 am
Group Overview
group | php-internals |
categories | php |
discussions | 95 |
posts | 840 |
users | 100 |
website | php.net |
100 users for July 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)