Search Discussions
-
Sorry for nagging again, but his issue still concerns me a lot. The thing is that currently we have inheritance rules that feel a lot like interfaces (see: "rethink OO inheritance strictness"). I'm ...
Michael Wallner
Sep 21, 2006 at 3:02 pm
Oct 7, 2006 at 7:32 am -
Hello, Given the recent discussion about the filter API in the pecl-dev list (http://news.php.net/php.pecl.dev/4123), I summarize again what I proposed a while back. It is very important to agree on ...
Pierre
Sep 16, 2006 at 10:54 am
Sep 25, 2006 at 5:46 pm -
We really need to settle on whether we want unicode.semantics to be changeable at runtime or not. During early development it was ZEND_INI_PERDIR, meaning that it could be changed in .htaccess and ...
Andrei Zmievski
Sep 6, 2006 at 4:38 pm
Sep 10, 2006 at 4:48 pm -
Hi again. To something different: I've read [1] that return type hints for functions have been considered for PHP 6, possibly even planned. In [1], it says: "We will add support for type-hinted ...
Terje Slettebø
Sep 12, 2006 at 9:41 am
Sep 28, 2006 at 7:54 pm -
Hi all. I don't know if this has been discussed before (I've not found it from doing a search), but if it has, please provide me with a link to the discussion. __autoload() is very convenient, but it ...
Terje Slettebø
Sep 10, 2006 at 2:15 pm
Sep 12, 2006 at 5:12 am -
17
Filter Vote
A good deal of time has passed and it seems Derick and Pierre are no closer to the consensus about the filter extension and in the meantime 5.2 release process is stalling. At this point I think as ...Ilia Alshanetsky
Sep 28, 2006 at 11:52 pm
Sep 29, 2006 at 1:42 pm -
Andi asked me to forward this, since it didn't go through to the list on the first try. The patch is available at: http://www.php.net/~andrei/u-5.diff -Andrei
Andrei Zmievski
Sep 27, 2006 at 5:04 pm
Oct 5, 2006 at 4:43 pm -
I see the module API has changed between 5.0 and 5.1. This caused my module to fail to load with: PHP Warning: PHP Startup: z\x17\xfc\xb6d\x12\xfc\xb6: Unable to initialize module Module compiled ...
Michael B Allen
Sep 14, 2006 at 2:45 pm
Sep 14, 2006 at 6:44 pm -
Our CLI module installer uses dl() to manually load the module and validate some basic functionality. This is a very nice feature and I'm disappointed to see it has been deprecated. Will there be any ...
Michael B Allen
Sep 14, 2006 at 11:29 pm
Sep 28, 2006 at 7:11 pm -
Do we have an RSS feed for bugs.php.net? It would really help maintainers keep on top of bugs opened for their extension as email isn't great because a lot of it gets filtered into the generic PHP ...
Andi Gutmans
Sep 28, 2006 at 1:29 am
Sep 28, 2006 at 3:52 pm -
The third 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.0RC3.tar.bz2 (79a9e8ecd8edcfcc033bbd49967ad47a) ...
Ilia Alshanetsky
Sep 1, 2006 at 1:51 am
Sep 2, 2006 at 4:26 am -
Hi... For several reasons I need to call a php script every x minutes. I need that on several platforms so I started to write a pecl extension that implements something like a cron service. I am ...
Roland Schwingel
Sep 28, 2006 at 7:45 am
Oct 4, 2006 at 4:26 pm -
Hi, i just was wondering how existing function names could be used as method names in OO-Extensions for PHP5. I've looked through the SPL-source where this is done with functions like current() and ...
Danhen
Sep 13, 2006 at 8:15 am
Sep 13, 2006 at 4:54 pm -
Hello all. Attached is a patch to tweak expected parameter message a little. Currently: bjori@lindsay 5.2$ sapi/cli/php -c php.ini -r '$obj = new DateTime; timezone_name_get($obj);' PHP Warning: ...
Hannes Magnusson
Sep 10, 2006 at 10:03 pm
Sep 13, 2006 at 6:08 pm -
I wrote an embedded application that can execute php scripts. When the script exits and I call the php_embed_shutdown() function it crashes. Can someone explain to me how I can keep this from ...
Brian Fertig
Sep 11, 2006 at 12:46 pm
Sep 12, 2006 at 4:37 am -
Yes, the trivial answer is to name each file after the symbol it contains, but it limits to one symbol per file (and I was talking about autoloading constants ! :-). Once again, if we don't propose a ...
LAUPRETRE François (P)
Sep 12, 2006 at 11:02 am
Oct 2, 2006 at 8:25 pm -
I sent this to the php-general mailing list but nobody seemed to be able to help me there. I run a shared webserver with a few hundred vhost containers in Apache's config. Recently I got to a point ...
Mark Krenz
Sep 21, 2006 at 2:07 pm
Sep 28, 2006 at 5:11 pm -
Hello, I've made a somewhat simple script that is capable of running a few diagnostic tests on zend_parse_parameters() usage. This tests include reports from possible segfaults to possible ...
Nuno Lopes
Sep 6, 2006 at 4:59 pm
Sep 8, 2006 at 4:43 pm -
Hello! A gcov test run has just been finished on the PHP_5_2 branch. You can view the make log here: http://gcov.php.net/PHP_5_2/make.log.php You can watch the test results: ...
Helly
Sep 7, 2006 at 2:32 am
Sep 7, 2006 at 8:32 pm -
Hi all, I noticed awhile ago how most every use of zend[_u]_hash_init has nSize as 0. Of course it isn't always known how many elements will be added to the array (nTableSize), but there are places ...
Matt W
Sep 27, 2006 at 12:34 pm
Nov 8, 2006 at 4:02 pm -
Hi, Don't know if someone wants to check this out and apply it before 5.2's release, or whether you want it at all. ;-) I just noticed how many of the php_error_docref()'s still have a period (".") ...
Matt W
Sep 25, 2006 at 12:49 pm
Oct 8, 2006 at 1:37 pm -
Hi, I've trouble compiling the snapshot, it bails out in php_apache.c . =Configure= ./configure --prefix=/opt/php6 --enable-bcmath --enable-calendar - --enable-exif --enable-ftp ...
Markus Fischer
Sep 27, 2006 at 6:51 am
Sep 28, 2006 at 8:06 am -
In the discussion about parameter checking in 5.2 I proposed to relax the checks a tiny little bit: Don't test static functions (e.g. useful for factory methods) and allow adding default values to ...
Christian Schneider
Sep 20, 2006 at 7:11 pm
Sep 26, 2006 at 7:46 pm -
Ok, so I've built an extension that uses a C++ library. It compiles fine but the build system is insisting on linking with gcc no matter what I tell it. Is there some simple trick I'm missing as far ...
Stut
Sep 25, 2006 at 9:10 pm
Sep 26, 2006 at 9:13 am -
I am trying to build php 5.2 on Windows with Visual. So far I managed to build everything except for libxml2 dependencies, which do not seem to work. So could anyone please clarify the following ...
Stanislav Malyshev
Sep 12, 2006 at 9:48 pm
Sep 13, 2006 at 1:50 am -
Hello There, My name is Bobby Matthis and I would like to be granted a CVS account to help maintain the user notes on the PHP Manual. I am a very passionate PHP programmer and just want to help out ...
Bobby Matthis
Sep 1, 2006 at 3:14 pm
Sep 1, 2006 at 4:20 pm -
Hi, Noticed this a couple months ago and never sent this simple thing. :-) ERANGE is being triggered too soon because of the wrong variable, which causes the following (in Unicode mode, of course) on ...
Matt W
Sep 25, 2006 at 2:26 pm
Oct 5, 2006 at 11:46 pm -
I posted this to php-general several days ago, and the only response suggested that perhaps I should forward the question to PHP internals. If what's below isn't expected behavior, I'd be glad to ...
Jon Anderson
Sep 25, 2006 at 8:22 pm
Oct 4, 2006 at 7:53 am -
Here is a patch for // $Id: URL.php,v 1.42 2005/10/29 11:17:56 dufuz Exp $ // // Net_URL Class Misspelled variable in function Net_URL::setProtocol() 418c418 < $this- port = is_null($port) ? $this- ...
Alexei
Sep 24, 2006 at 9:11 pm
Sep 24, 2006 at 9:44 pm -
Hello, There are some leaks in PHP associated with virtual_file_ex() usage. The problem is that that function doesn't free the new 'cwd' on error (path not found). Taking a look at ...
Nuno Lopes
Sep 16, 2006 at 11:36 am
Sep 18, 2006 at 6:16 pm -
Hi all. Another issue. :) As usual, I searched the archive first, but found only a few postings from 2004 on the subject, without much clarification, so I'd like to pose the question again. If this ...
Terje Slettebø
Sep 14, 2006 at 6:04 pm
Sep 14, 2006 at 7:19 pm -
Thanks! You rescued my extension. Now I can finish and test the class. As I wrote, I've looked around existing extensions which redefine function names (SPL and zip) and there I found those ...
Danhen
Sep 13, 2006 at 5:55 pm
Sep 14, 2006 at 8:45 am -
Hi all. (Again, I've searched the archives, but haven't found anything on this one) The ArrayAccess interface allows one to essentially overload the index operator "[]" [1], which is nice, as it ...
Terje Slettebø
Sep 13, 2006 at 6:40 am
Sep 13, 2006 at 10:13 pm -
The following script produces a seg fault: <? $class = new MyClass(); class MyClass { public function __construct() { $this- _start(); } public function _start() { $this- _myCall(); } public function ...
Ralph Schindler
Sep 12, 2006 at 6:42 pm
Sep 13, 2006 at 3:01 am -
Hi all, I would like to know, where can I find documentation of Zend API to create fully object oriented extensions to PHP5?? I found at www.zend.com an article from Sara Golemon (but the object ...
Diego do Nascimento Feitosa
Sep 4, 2006 at 11:23 am
Sep 4, 2006 at 12:10 pm -
Hello, it might be a good idea to fix the Quality Assurance website. I doubt that people have much trust in a QA Team that has a puzzle on their website. 5 Downloads but only 4 MD5 hashes and ...
Stefan Esser
Sep 3, 2006 at 10:49 am
Sep 3, 2006 at 2:17 pm -
The bug search doesn't seem to work correctly.. I was trying to find if there were bugs related to the ftp extension, but then i found out searching for 'ftp' wouldn't return anything.. So i wanted ...
Evert | FileMobile
Sep 28, 2006 at 7:58 pm
Sep 28, 2006 at 8:15 pm -
Hi Derick, Currently, we are discussing about the specification of mb_list_encoding () and some other related functions such as mb_list_encodings_alias_names(), mb_list_mime_names() on mailing list ...
Rui Hirokawa
Sep 23, 2006 at 10:46 pm
Sep 28, 2006 at 5:20 pm -
hiho@ll i was just asking myself, if it is possible, to get the return value of a function after the function calls "return" (or throws an exception) and before the value is returned example: class ...
Prometheus Prometheus
Sep 26, 2006 at 11:32 am
Sep 26, 2006 at 4:24 pm -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (583 total including feature requests) ===============================================[*Configuration Issues]======== 37919 Open ...
Internals
Sep 11, 2006 at 9:30 am
Sep 25, 2006 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (635 total including feature requests) ===============================================[*Configuration Issues]======== 38670 ...
Internals
Sep 11, 2006 at 9:00 am
Sep 25, 2006 at 9:00 am -
I remember Rob mentioning something about utf8 in "unicode and xml extensions" @internals. -- Michael
Michael Wallner
Sep 19, 2006 at 2:33 pm
Sep 20, 2006 at 11:39 am -
My extension (plexsso.so) is dymanically linked with a library. That library (libplexsso.so) is a statically linked collection of libs including a custom version of Heimdal Kerberos (libkrb5.a). I ...
Michael B Allen
Sep 15, 2006 at 3:44 pm
Sep 15, 2006 at 8:07 pm -
Hello, 5.2.0RC2 has been released a couple of mins ago, just like the RC3 release, I like to release a bug fixes only Filter release. The three fixed bugs are: - filter.default has been fixed, it was ...
Pierre
Sep 14, 2006 at 6:47 pm
Sep 14, 2006 at 7:11 pm -
Hi, in my on going effort to make PHP todo management more transparent I am wondering what are the current open todo items for PHP 5.2? Obviously bug fixing. Filter ext needs some love on the ...
Lukas Kahwe Smith
Sep 14, 2006 at 3:59 pm
Sep 14, 2006 at 6:42 pm -
Hello, For the record, Tony's patch fixes what we have in the test 035. In my oppinion it is a critical bug fix for 5.2.0. Anyone call to the filter functions may remove permanently the original ...
Pierre
Sep 12, 2006 at 5:05 pm
Sep 14, 2006 at 10:35 am -
(This may be considered too radical for some, but I ask, anyway... Also, if there's a more appropropriate place to ask such questions, let me know, but as this is the developer's list, it seemed like ...
Terje Slettebø
Sep 13, 2006 at 7:48 am
Sep 13, 2006 at 7:56 pm -
Hi folks, There is a missing function from the ibm_db2 driver documentation. I would like to add this to the documentation package. This is my first try at this, I hope this is done correctly. If one ...
KitMan Cheung
Sep 11, 2006 at 8:45 pm
Sep 11, 2006 at 8:49 pm -
Hi, after re-implementing the output handler of ext/zlib I'm quite satisfied and think the majority of the output API is fine now. I still need to test it as web server module, though. Did anybody ...
Michael Wallner
Sep 4, 2006 at 7:55 am
Sep 6, 2006 at 4:46 pm -
So this is a documentation bug and there is no way to check beforehand whether an include($filepath) will succeed or not when safe_mode is on? Kind regards mp.
Matthias Pigulla
Sep 5, 2006 at 3:45 pm
Sep 5, 2006 at 3:54 pm
Group Overview
group | php-internals |
categories | php |
discussions | 86 |
posts | 437 |
users | 97 |
website | php.net |
97 users for September 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)