Search Discussions
-
58
fd patch
Just a last heads up before the release here. Do we really want this patch in? I think that it was put in a bug-fix release in a rather hasty manner, with no real reason. We've already experienced ...Zeev Suraski
May 20, 2003 at 1:53 am
May 21, 2003 at 10:49 am -
The following patch: http://marcus-boerger.de/php/ext/exception.diff allows in a short, straight forward and easy way to suppress errors and optionally throw exceptions instead. This is supposed to ...
Marcus Börger
May 4, 2003 at 12:53 am
May 13, 2003 at 9:25 pm -
With PHP5 as of today, a "clean" configure - with just --with-apxs compiles PHP5 with a bundled libxml2. That can't be right? I have libxml2-dev installed. Do I really have to use ...
Adam Dickmeiss
May 16, 2003 at 2:50 pm
May 18, 2003 at 9:59 pm -
Sterling, You have just added 3.5 MB of source into the PHP code tree despite your assurances that libxml was only "slightly" bigger than expat which takes up "only" 432 KB. This is IMHO completely ...
Edin Kadribasic
May 6, 2003 at 10:17 pm
May 9, 2003 at 11:20 am -
The following patches are aimed at deprecating the use of stdio by the script lexer in PHP 4, because certain stdio libraries impose restrictive limits on the number of open handles*. The patches ...
Sascha Schumann
May 1, 2003 at 11:04 pm
May 6, 2003 at 11:14 pm -
Hi, Well, OK, I have libxml2 successfully bundled with PHP, and I've further gone ahead and created a C-level compatibility layer which maps expat <- libxml2. I've also moved the detection logic for ...
Sterling Hughes
May 3, 2003 at 5:34 pm
May 19, 2003 at 6:00 pm -
I'd like modify the PHP mail() function to add the $_SERVER['SERVER_NAME'] into the header if it's available. It would be equivalent to adding a line into the headers argument from the PHP end that ...
Patrick Gibson
May 23, 2003 at 7:51 pm
May 27, 2003 at 12:37 am -
Hi, I figure I'll just throw this out into the wilderness, I want closures and function pointers in PHP. In other words I want the ability to do: $var = function ($a, $b) { return $a + $b; }; And ...
Sterling Hughes
May 19, 2003 at 2:41 pm
May 19, 2003 at 5:50 pm -
Hi, today I discovered that I had overlooked a zend_fopen call in zend_execute.c which caused PHP/Solaris to still fail in some cases. The new patch modifies the specific section of code (right at ...
Sascha Schumann
May 13, 2003 at 7:56 pm
May 14, 2003 at 1:44 pm -
Hi, I'd like to submit a small patch that allows xml_parser_create and xml_parser_create_ns (Expat version) to honor the encoding of an XML document (including UTF-16). This solves bug #23293. With ...
Adam Dickmeiss
May 7, 2003 at 9:43 am
May 11, 2003 at 8:44 am -
Hi there, the patch[1] which eliminates use of stdio in the script lexer has been successfully running on php.net for half a day now. I'd still love to hear from Win32 experts whether there is a ...
Sascha Schumann
May 5, 2003 at 10:36 pm
May 6, 2003 at 11:28 am -
Hi, I've implemented a very lightweight, efficient hash table for zend engine 2. This is a table that's appropriate for usage in many of the areas where then Zend hash table implementation is ...
Sterling Hughes
May 21, 2003 at 2:59 pm
May 22, 2003 at 2:27 pm -
Howdy, I have a 12Meg xml file that I am trying to get PHP 4.3.1 to parse using libxml2 with xmldoc(), and it takes ~ 11 minutes to do this on a P4 1.8Hhz box. The same operation in libxml2's python ...
Walt Boring
May 1, 2003 at 11:22 pm
May 5, 2003 at 12:32 pm -
Hi, Property access with PHP5 is very slow compared to PHP4. The reason for this is that property access must be verified *every* time. This seems really unnecessary unless we're indirectly accessing ...
Sterling Hughes
May 24, 2003 at 5:41 pm
May 25, 2003 at 7:38 pm -
Hi, *Disclaimer* I am only talking about the API that is exposed to the user and not about any CS that don't relate to this (brackets, indenting etc.). *Disclaimer* As PHP development is beginning to ...
Lukas Smith
May 15, 2003 at 11:59 am
May 15, 2003 at 6:11 pm -
I am trying to figure out what is internally different about exec between CLI and mod_php. If exec() a script from CLI and said script forks, I get my prompt right back. test.php ------------ <?php ...
Brian Moon
May 29, 2003 at 5:54 pm
May 30, 2003 at 9:01 pm -
Hi, I had prepared a fix for bug #23610 (http://bugs.php.net/23610) that complains PATH_TRANSLATED is not populated under Apache2 SAPI, but I ended up reverting it as Shane told me that the patch was ...
Moriyoshi Koizumi
May 17, 2003 at 8:44 pm
May 18, 2003 at 5:54 pm -
Hi, Besides in-php use of class method/property overloading, XML-RCP can be a perfect application of this functionality. But again it touchs the sensitive topic of case sensitivity of Zend. With CS, ...
Wei He
May 18, 2003 at 12:39 pm
May 18, 2003 at 3:17 pm -
Hi everyone, I recently developed a new extension to PHP called 'kadm5'. This extension enables you to create, modify, and delete Kerberos V principals and policies on a remote Kerberos ...
Holger Burbach
May 16, 2003 at 1:25 pm
May 28, 2003 at 10:11 am -
This is getting worse per day it seems... maybe we just should start charging for filing bugs ;) Derick -- ------------------------------------------------------------------------- Derick Rethans ...
Derick Rethans
May 23, 2003 at 4:52 pm
May 23, 2003 at 6:29 pm -
It was - see the huge thread 'Bundling libxml2 default?' on this list for the discussion.
Joao Prado Maia
May 19, 2003 at 6:23 pm
May 20, 2003 at 8:17 am -
I hope this is the right list - it's kinda a tech-support question, but it's a development build and I think it's definitely a bug. Feel free to flame away if I'm not in the right place. For the past ...
Chris Snyder
May 10, 2003 at 4:38 pm
May 11, 2003 at 1:00 pm -
Hi Rasmus, There are several people who are reporting on the bugs site that if you enable open_base_dir on 1 vhost it affects all vhosts in PHP ever since 4.2.2. Didn't you report that this issue was ...
Edin Kadribasic
May 7, 2003 at 8:23 am
May 7, 2003 at 8:30 pm -
Hi, The attached patch (against zend_execute.c 1.316.2.10) changes a "Call to a member function on a non-object" from E_ERROR to E_WARNING so it can be handled by a "user space" error handler. Best ...
Morten Poulsen
May 23, 2003 at 3:40 pm
May 26, 2003 at 10:47 pm -
Hi, It seems that nobody cares about the aggregation bug. I know someone can avoid using aggregation by proxy calls or even method duplication like what I'm doing now. But what I'm warrying about is ...
Wei He
May 22, 2003 at 5:26 pm
May 24, 2003 at 4:23 am -
ZS As to summarize the preliminary results: ZS ZS Yay: wez, rasmus, edin, uwe, sascha ZS ZS Nay: zeev, georg s., derick, sterling ZS ZS Jani, you were originally on the 'yay' side regarding the ZS ...
Stanislav Malyshev
May 20, 2003 at 2:58 pm
May 21, 2003 at 8:26 am -
Since i've setup my local sendmail (smail) I can't send messages to any php.net e-mail address. when I use my mailserver it goes fine. whats the problem? using smail is faster so thats why I'm using ...
Allowee
May 28, 2003 at 1:11 pm
May 28, 2003 at 1:59 pm -
Hi, has anybody tried PHP5 head with the Sablotron , libxml2 combination? The configure would be Something like: './configure' \ '--enable-xslt' \ '--with-xslt-sablot=/usr/local' \ ... -- Adam -- ...
Adam Dickmeiss
May 26, 2003 at 6:39 pm
May 27, 2003 at 10:03 am -
CGI and CLI on Windows: LIBXML2! 00270be5() module_registry_cleanup(_zend_module_entry * 0x00d3b6c8, void * * * 0x00c92980) line 1332 + 28 bytes zend_hash_apply(_hashtable * 0x1032bac0 ...
Sebastian Bergmann
May 25, 2003 at 6:55 am
May 26, 2003 at 5:36 pm -
Hi, I've attached a small patch which removes HANDLE_NUMERIC() from zend_hash.c, and moves it instead to the necessary places in zend_execute.c, in the form of a zend_is_numeric_key() function ...
Sterling Hughes
May 22, 2003 at 6:18 pm
May 23, 2003 at 12:10 pm -
This is the third and final release candidate of the upcoming maintenance release of PHP 4.3.2. Please download and test it as much as possible on real-life applications to uncover any remaining ...
Jani Taskinen
May 15, 2003 at 11:28 pm
May 17, 2003 at 8:09 am -
I've got fixes for str_replace to let it handle multidimensional arrays, but I'm not sure if it should be applied to the 4.3 branch or not. On the one hand it changes function behavior so it ...
Pollita
May 16, 2003 at 5:26 pm
May 16, 2003 at 6:39 pm -
Hello, I'm hearing some conflicting reports and I'd like to see other's thoughts on this. Loading an external module using dl() at runtime obviously loads the module per request (ie, performance ...
Hans Zaunere
May 1, 2003 at 8:13 pm
May 1, 2003 at 8:32 pm -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (884 total including feature requests) ===============================================[*Configuration Issues]======== 20490 ...
Internals
May 3, 2003 at 2:00 pm
May 31, 2003 at 2:00 pm -
Jani, ok, fd patch is out, and there are no critical bugs in the bug db other than the vague #20190 which I think is actually fixed. Unless someone else can reproduce that bug at this point let's ...
Rasmus Lerdorf
May 21, 2003 at 3:04 pm
May 22, 2003 at 6:43 am -
Any news for the release date of php5 ? 09/2003 ? 10/2003? Tnx and sorry. -- michel 'ziobudda' morelli <[email protected]
Michel 'ziobudda' morelli
May 6, 2003 at 1:33 pm
May 10, 2003 at 2:27 am -
I'm developing an extension that talks to a serial device (under RedHat 7.3). The dynamic module will then be loaded into a CLI PHP, which will use an ncurses interface, MySQL connectivity, etc. to ...
Hans Zaunere
May 6, 2003 at 3:06 pm
May 7, 2003 at 3:28 pm -
I cannot compile the code in CVS at the moment. This is the error I'm getting: make: *** No rule to make target `/usr/local/src/php-cvs/php5/ext/xml/expat/xmlparse.c', needed by ...
Per Lundberg
May 5, 2003 at 1:12 pm
May 5, 2003 at 2:33 pm -
For me with 4.3.2RC2 (Win32 build) this code no longer works as it should: function test($param = -1) { echo $param; } test(); Instead of printing -1, is prints 0 instead. I tracked this for a while ...
Michael Sisolak
May 2, 2003 at 5:04 pm
May 2, 2003 at 5:34 pm -
Hi, After upgrading to bison 1.875b (on win32 with CygWin) I have problems with the ini parser. It reports a parse error on the last line of the ini file. Even if that line is empty. The error report ...
Frank M. Kromann
May 1, 2003 at 7:17 pm
May 2, 2003 at 6:17 am -
during configure of PHP 4.3.2-RC3 under solaris 9 the following occurs: checking for dlfcn.h... no this leads to the fact that no dynamic things never work and compiler warning that "dlsym" is ...
Uwe Schindler
May 28, 2003 at 3:54 pm
May 30, 2003 at 9:36 am -
an object that is in a namespaced class that is serialized and then deserialized becomes a "__PHP_Incomplete_Class Object ( [__PHP_Incomplete_Class_Name]". It seems serialize/deserialize don't ...
Dmitriy Myshkin
May 21, 2003 at 7:46 pm
May 24, 2003 at 5:41 pm -
Can somebody with karma check in the following patch? If zend_open fails for require_once or include_oncde, file_handle is not defined and can't be used for the error/warning message. Changed to ...
Brian J. France
May 20, 2003 at 12:31 am
May 20, 2003 at 1:06 am -
Could you please add ext/xml/expat again? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
Sebastian Bergmann
May 19, 2003 at 5:34 pm
May 19, 2003 at 6:18 pm -
Hey, as we can still correct 'mistakes' I think we should rename stream_register_filter to stream_filter_register in order to have it fit more in line with stream_filter_append and ...
Derick Rethans
May 19, 2003 at 1:20 pm
May 19, 2003 at 2:52 pm -
Hey, why not merge ADT into SPL? IMHO the abstract data types "belong" into the SPL and having only one extension for these would be nice, too. This was something I forgot to discuss with Marcus and ...
Sebastian Bergmann
May 11, 2003 at 6:31 am
May 11, 2003 at 1:14 pm -
Hi, this is an updated version of the no-stdio patch. It now features consequent socket support. Earlier PHP versions use a temporary file in that case on Win32 which might fail for various reasons ...
Sascha Schumann
May 6, 2003 at 11:48 am
May 6, 2003 at 3:35 pm -
Hi, This short script can reproduce the aggregation bug I reported above. class bar { function doit() { print " Doing...\n"; } } class foo { function foo() { print_r(aggregation_info($this)); ...
Wei He
May 23, 2003 at 4:20 pm
Jun 18, 2003 at 1:25 am -
Currently the call to ldap_bind only supports the method LDAP_AUTH_SIMPLE (as it is hardcoded in the php function definition). Can we put the method parameter (as see in the call to ldap_bind_s) back ...
Nathaniel David Gallaher
May 19, 2003 at 10:26 pm
Jun 4, 2003 at 3:29 pm -
I'm testing PHP 4.3.2RC4 and i think i found a bug in unserialize function If you run this script: <?php error_reporting (E_ALL); $a = array(4); $str = serialize($a); print('Serialized array: ...
Iacopo Spalletti
May 22, 2003 at 2:30 pm
May 22, 2003 at 11:00 pm
Group Overview
group | php-internals |
categories | php |
discussions | 193 |
posts | 994 |
users | 167 |
website | php.net |
167 users for May 2003
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)