Search Discussions
-
I see that in PHP5.1 the handling of date() was changed, and now I see that at least on my machine (and all machines we have, actually) all date() functions suddently started to return dates in UTC ...
Stanislav Malyshev
Sep 27, 2005 at 10:52 am
Sep 30, 2005 at 1:02 pm -
Hello all, I know this issue has most likely been discussed to death here so I apologise in advance for starting a new thread about it. I just need to get my head around the reasoning for introducing ...
Colin Tucker
Sep 13, 2005 at 11:00 pm
Sep 19, 2005 at 11:54 pm -
Hello, Do we really want to support unicode for functions, classes, methods and variables names? I really like to have unicode for comments (// /* */) and inside quotes. But having: <?php function ...
Pierre Joye
Sep 13, 2005 at 11:21 am
Sep 16, 2005 at 3:01 pm -
40
5.1.0RC2
Any last minute additions to 5.1.0RC2 or can we roll it? ZeevZeev Suraski
Sep 14, 2005 at 11:20 am
Sep 18, 2005 at 4:28 am -
Guys, could we take a look at making the ref to temp var fix a bit narrower? Currently we try to catch it at call-time. This means that something like: current(explode(' ','a b')) as per bug #34468 ...
Rasmus Lerdorf
Sep 12, 2005 at 7:57 am
Sep 14, 2005 at 9:48 pm -
Hello internals, the patch implements __toString to have obejcts be automatically converted to strings anywhere a string is requested. We have talked a lot about this in the past and during OSCON ...
Marcus Boerger
Sep 25, 2005 at 12:37 pm
Jan 27, 2006 at 4:42 pm -
Hello all. I'm currently working on unicode support in serialize()/unserialize() and stuck with some issues. Here they are: 1) What to do with unserializing serialized unicode strings when ...
Antony Dovgal
Sep 9, 2005 at 9:49 am
Sep 14, 2005 at 8:22 pm -
14
5.0.5
If there are no (ultra last) objections, I'll roll 5.0.5 tomorrow morning (.il/Europe time) and post it in the evening. ZeevZeev Suraski
Sep 4, 2005 at 9:00 pm
Sep 14, 2005 at 8:11 pm -
Hi, Currently there is no way to fetch a big message/attachment through ext/imap if memory_limit is enabled. I'd like to kindly ask for consideration of the following patch: ...
Michael Wallner
Sep 22, 2005 at 4:05 pm
Sep 27, 2005 at 7:24 am -
sb@wopr-mobile php-5.1 % make install exit 0; /usr/local/src/php/php-5.1/ext/sqlite/libsqlite/src/parse.y Installing PHP CLI binary: /usr/local/php-5.1/bin/ Installing PHP CLI man page: ...
Sebastian Bergmann
Sep 9, 2005 at 8:22 am
Sep 13, 2005 at 3:01 am -
I've created a new module, which is an improvement to the socket library. I however do not plan on re-writing every single function. So I need to find a way to somehow access the socket library's ...
RG
Sep 11, 2005 at 7:20 pm
Sep 14, 2005 at 1:39 am -
Reposting from php-general@lists.php.net to the internals@lists.php.net list because I'm told that's the right place for a discussion like this.... In tracking down a bug that I am seeing on a site I ...
Tim Nufire
Sep 27, 2005 at 4:32 pm
Oct 7, 2005 at 5:18 pm -
Hi, For those of you that I didn't already bother with the news :) There is a new site for downloads of precompiled windows binaries of PECL extensions at http://pecl4win.php.net/ To see for which ...
Edin Kadribasic
Sep 29, 2005 at 11:44 am
Sep 30, 2005 at 8:27 pm -
Hei, I committed a patch to make ord() work on IS_BINARY strings earlier today (http://news.php.net/php.cvs/33862). Andrei doesn't like that because the description in the docs says "ord -- Return ...
Derick Rethans
Sep 8, 2005 at 7:55 pm
Sep 14, 2005 at 9:46 am -
Hi, Although this is not as hot as references or Unicode stuff, I would like to discuss a new topic. Currently PHP accepts more parameters to a function than the required. In English: <? function ...
Nuno Lopes
Sep 19, 2005 at 9:28 pm
Sep 20, 2005 at 9:28 am -
Hi, I found a bug in DOM. It surprises me that it's never been seen and/or fixed before. I can't find anything about in the PHP bugtracker anyway. The reason why I'm posting here and not writing a ...
Ron Korving
Sep 16, 2005 at 8:06 am
Sep 16, 2005 at 11:56 am -
Hi, I've made a simple patch to allow a user to retrieve the SQL syntax error occured in either sqlite_exec(), sqlite_query() or sqlite_unbuffered_query(). Untill now this wasn't possible, because ...
Nuno Lopes
Sep 2, 2005 at 6:15 pm
Sep 8, 2005 at 9:33 pm -
I'm getting this on shutdown with PHP 5.1 when using persistent connections with a dl'd PDO. Dan mentioned something similar with the ibm_db2 extension: ==23982== ==23982== Jump to the invalid ...
Wez Furlong
Sep 23, 2005 at 2:27 am
Sep 30, 2005 at 3:33 pm -
Jani, damnit, stop trying so hard to make things difficult. If you read the bug reports, they were both with PHP 5.0.3. Since we're using PHP 5.1 as the source for both PHP 5.1 and PECL, this ...
Wez Furlong
Sep 24, 2005 at 11:58 pm
Sep 25, 2005 at 5:21 pm -
Hi, I am currently testing Jessie Hernandez Namespace Patch and I see some problems in the lack of an appropriate ini-Setting that points to a path where the user's class-repositories resist. I know ...
Thorsten Suckow-Homberg
Sep 19, 2005 at 8:47 pm
Sep 19, 2005 at 9:19 pm -
Hello, Can someone tell me what I'm doing wrong here? I'm using PHP 4.3.11 on Red Hat 5.0 (Cobalt). /home/sites/www.harvardchemclub.org is a symbolic link that points to /home/sites/site66. I've ...
Aaron Greenspan
Sep 14, 2005 at 3:48 pm
Sep 14, 2005 at 7:34 pm -
6
crc32
I've patched original crc32 PHP function to allow incremental crc32 counting. It touches only a few lines of original code. New crc32 function signature is int crc32(string str [,int prev_sum]) With ...Wojtek Meler
Sep 5, 2005 at 11:30 am
Sep 14, 2005 at 2:02 pm -
(This either went under the radar on php-general or no one there wants to touch it, so someone suggested I submit it here. It deals more with internals stuff anyway.) The following message is from a ...
Ben Ramsey
Sep 8, 2005 at 9:01 pm
Sep 10, 2005 at 2:17 pm -
Hello, Without arguing again about the """fix""" for the memory corruption discovered earlier this summer and without anyone able to reproduce with a medium size script, _why_ in the world one ...
Pierre Joye
Sep 11, 2005 at 10:54 pm
Sep 14, 2005 at 12:34 pm -
Would it be possible to remove the Subject and Observer interfaces or at least delay them until a later release? The problem with the Observer interface is that any class implementing it is only ...
Jeff Moore
Sep 13, 2005 at 5:07 am
Sep 13, 2005 at 10:25 pm -
Certain things you take for granted: The sun will come up. Politicians are dishonest. Resource destruction functions (fclose(), mysql_disconnect(), etc...) will actually shutdown their resources. ...
Sara Golemon
Sep 8, 2005 at 12:34 am
Sep 8, 2005 at 7:35 pm -
oops, wrong button... ----- Original Message ----- From: "Steph" <steph@zend.com To: "James Ellis" <james.ellis@gmail.com Sent: Tuesday, September 27, 2005 12:46 PM Subject: Re: [PHP-DEV] Issues with ...
Steph
Sep 27, 2005 at 11:47 am
Sep 30, 2005 at 8:31 am -
After reading the php|architect article on PDO by Ilia I have a couple of questions: 1) Does unsetting $stmt trigger a closeCursor() as well? I assume so, but the article doesn't mention it. It only ...
Ron Korving
Sep 22, 2005 at 10:53 am
Sep 22, 2005 at 1:11 pm -
Hello all, This crept up as the result of a bug report (not mine -- http://bugs.php.net/34494), and a small discussion on IRC: Why does an E_STRICT get raised when extending a class, and altering the ...
Sean Coates
Sep 21, 2005 at 2:54 pm
Sep 21, 2005 at 10:28 pm -
I ran across this today and it surprised me: $ php -r 'define("X", "stdClass"); $x = new X; var_dump($x);'; Fatal error: Cannot instantiate non-existent class: x in Command line code on line 1 I ...
Jason Sweat
Sep 19, 2005 at 3:18 pm
Sep 19, 2005 at 5:01 pm -
My apologies for my DOM-mistake today, but right now I came across something that totally stunned me. It's a total paradox situation that just has to be one of the biggest bugs I've ever come across ...
Ron Korving
Sep 16, 2005 at 12:30 pm
Sep 16, 2005 at 1:11 pm -
Hi All, I could not see the latest snaps of php-5.0.6-dev on http://snaps.php.net. But still could I could get http://snaps.php.net/php5-STABLE-latest.tar.bz2. With regards Kamesh Jayachandran -- ...
Kamesh Jayachandran
Sep 15, 2005 at 2:49 pm
Sep 15, 2005 at 5:54 pm -
PHP Fatal error: Class PDOStatement must implement interface Traversable as part of either Iterator or IteratorAggregate i n Unknown on line 0 make: [test] Error 254 (ignored) exit 0; ...
Kevin Waterson
Sep 11, 2005 at 1:26 pm
Sep 14, 2005 at 2:02 pm -
FC1 and FC4 Using php5-200509110430 gcc-3.3.2 /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_execute': ...
Kevin Waterson
Sep 11, 2005 at 6:46 am
Sep 11, 2005 at 8:18 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (372 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Sep 5, 2005 at 7:30 am
Sep 26, 2005 at 7:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (647 total including feature requests) ===============================================[Arrays related]=============== 31114 ...
Internals
Sep 5, 2005 at 7:00 am
Sep 26, 2005 at 7:00 am -
Hi, As you surely know, arrays are often badly initialized: <?php // $array is undefined $array['index'] = 'value'; ? Wouldn't it be such a good thing to let the programmers know that this is a bad ...
Etienne Kneuss
Sep 4, 2005 at 10:37 am
Sep 24, 2005 at 6:34 pm -
I use the binary installation of PHP 5.0.4 from http://www.entropy.ch/software/macosx/php/ And a tiny test case trying to introduce the module hello, with the function hello_world() that simply ...
Fredrik Olsson
Sep 22, 2005 at 2:00 pm
Sep 23, 2005 at 3:17 pm -
Hi-- Could someone with karma check that this patch is ok for bug #34565 and commit it to CVS? The patch is against HEAD -- not sure if a separate commit needs to be made against the 4.x and 5.x ...
Marco Tabini
Sep 20, 2005 at 9:53 pm
Sep 21, 2005 at 1:23 pm -
maintaining pear HTML_AJAX Pierre told me to use this form
Joshua Eichorn
Sep 9, 2005 at 5:28 pm
Sep 9, 2005 at 11:39 pm -
Submitting patch for Unicode impl of strtok(), since I don't have a proper test setup, as yet. -- Rolland
Rolland Santimano
Sep 9, 2005 at 6:20 pm
Sep 9, 2005 at 6:48 pm -
Hi, version_compare('5.1.0-dev', '5.1.0b3') always claims 5.1.0-dev is older. This has been causing intermittent problems with testing PEAR and other packages with the latest CVS of PHP. Could we ...
Greg Beaver
Sep 5, 2005 at 6:42 pm
Sep 6, 2005 at 1:20 pm -
curl-devel-7.10.6 and curl-7.10.6 In function `zif_curl_multi_init': /php/php5-200509051030/ext/curl/multi.c:65: undefined reference to `_zval_ptr_dtor_wrapper' ...
Kevin Waterson
Sep 5, 2005 at 9:45 pm
Sep 6, 2005 at 7:03 am -
Hi, I try do get PHP 5.0 running on a fresh Windows 98 box. Unfortunately there are some issues with some missing dlls. I was able to sort most of them out (e.g. missing ODBC32.dll), but there is at ...
Andreas Ahlenstorf
Sep 27, 2005 at 9:30 am
Sep 27, 2005 at 11:31 am -
2
GD
Greetings, My team has added read support for TGA, PIC and SGI formatted images to the GD library bundled with PHP 5.0.5 can we get this added into the gd released with php? or anything similar we ...Andi \"Debug\" Ireland
Sep 15, 2005 at 5:47 pm
Sep 15, 2005 at 11:49 pm -
Hi, as nobody was able to answer my question on IRC, I just drop it here: Is it useless (yet even counter-productive) to enable pass_by_ref in an ARG_INFO section for a function or method that ...
Michael Wallner
Sep 15, 2005 at 2:06 pm
Sep 15, 2005 at 2:33 pm -
Hi, For performance' sake, I have to know if this is true: Is it the case that when I do this: <?php $array = array("one" = array(0,1,2), "two" = array(4,5,6)); $one = $array["one"]; ? That $one is ...
Ron Korving
Sep 15, 2005 at 10:38 am
Sep 15, 2005 at 11:27 am -
I have created a PECL extension that I am so far calling "rpmfile" that has the ability to read the header information from Red Hat Package Manager (RPM) files and I wish to publish this code in PECL.
Andrew Teixeira
Sep 12, 2005 at 12:20 pm
Sep 12, 2005 at 12:41 pm
Group Overview
group | php-internals |
categories | php |
discussions | 96 |
posts | 677 |
users | 120 |
website | php.net |
120 users for September 2005
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)