Search Discussions
-
OK, first of all I apologise for not posting this in the "right place", but this is an unreproducable bug (the worst kind...), and I need some educated guesses as to what is causing it. This thing ...
Russ Garrett
Sep 5, 2004 at 7:33 pm
Sep 10, 2004 at 8:38 pm -
Hei, This is Rasmus' patch including a configure option "--disable-path-normalization" to enable this patch. By default this option is of course turned off. I am planning to commit this patch after ...
Derick Rethans
Sep 14, 2004 at 12:10 pm
Sep 16, 2004 at 6:44 am -
I'm doing a PHP compile for New York PHP's AMD64 Project. The goal is to enable all the hottest and modern extensions, and then let people hack with their favorite extensions to find problems and ...
Hans Zaunere
Sep 25, 2004 at 2:21 am
Nov 3, 2004 at 2:40 pm -
And the last one, the most questionable patch. ATM ZE2 calls destructor at the end of the request and no matter is there were a fatal error (which should probably stop executing the script). In some ...
Antony Dovgal
Sep 10, 2004 at 5:58 am
Sep 18, 2004 at 7:57 pm -
I am using PHP Version 5.0.1, MySQL 5.0.1-alpha-nt, and Apache/2.0.48 with Windows XP with SP2. When I use mysql_connect in a php page in Apache to connect to the "localhost" I get: Warning: ...
Sam Hobbs
Sep 16, 2004 at 4:01 am
Sep 17, 2004 at 2:30 pm -
Hi, Attached is the promised patch to do realpath() caching. You can set cache size and TTL via the php.ini (default is 2 minutes TTL and 16K memory). It doesn't use the SAPI time() but uses the ...
Andi Gutmans
Sep 21, 2004 at 1:28 am
Sep 27, 2004 at 10:51 pm -
This is Rasmus' patch but only enabled on platforms where it's known to work. Applies to HEAD: the apache2handler SAPI builds and loads a shared extension OK like this on Linux/i686. It looks like ...
Joe Orton
Sep 16, 2004 at 9:39 am
Dec 20, 2004 at 4:33 pm -
Hi Devs, what would probably be a nice addition: 1. static classes: static classes can only contain static methods and attributes <?php static class foo { public static function bar() {} } ? 2. final ...
Michael Virnstein
Sep 28, 2004 at 12:45 pm
Sep 30, 2004 at 8:11 pm -
Please see: Copying HTML from a document to another document http://marc.theaimsgroup.com/?l=php-general&m=109419037409980&w=2 It has been more than two weeks without a reply. I suspect there is a ...
Sam Hobbs
Sep 19, 2004 at 6:30 pm
Sep 20, 2004 at 3:58 am -
Hello internals, What is the best way, from within a php script, to tell that the script is being run on the command line? I've used if(defined('STDIN')) but that seems kind of kludgey. If there is ...
Jason Garber
Sep 30, 2004 at 9:10 pm
Sep 30, 2004 at 10:05 pm -
Hello Dmitry, does anything speak against changing soap's ctor's to __construct which is the PHP 5 way of doing things? Patch is attached. -- Best regards, Marcus
Marcus Boerger
Sep 9, 2004 at 10:22 am
Sep 10, 2004 at 9:49 pm -
When playing with PHP5 I tried the following code: foreach (new DirectoryIterator('.') as $file) { if (preg_match("/^\./", $file)){ continue; } print "<a href='$file' $file</a <br / \n"; } the result ...
Aaron Wormus
Sep 1, 2004 at 3:32 pm
Sep 9, 2004 at 2:44 am -
hey, i needed strptime() for a project i'm working on, its awful handy when you are making dates with strftime(). any objections to committing the attached patch? -sterling
Sterling Hughes
Sep 28, 2004 at 4:13 am
Sep 28, 2004 at 4:50 pm -
I just commited a big patch to Zend and the commit message didn't come through. Any idea why? revision 1.1 date: 2004/09/08 22:14:12; author: andi; state: Exp; - Some architectural changes: a) We ...
Andi Gutmans
Sep 8, 2004 at 10:40 pm
Sep 12, 2004 at 10:18 am -
Hi All, I have updated the php to latest HEAD from then on compiling zend_execute.c keeps hanging. This is the compile command I could see, /bin/sh /root/kamesh/work/php-src/libtool --silent ...
Kamesh Jayachandran
Sep 25, 2004 at 12:18 pm
Sep 28, 2004 at 6:49 pm -
You cannot just remove an extension from a *stable* cvs branch. Please revert this. Edin
Edin Kadribasic
Sep 13, 2004 at 4:43 pm
Sep 14, 2004 at 6:22 am -
Hi list, HEAD is broken for me following Derick's new sort flag addition earlier today. The attached one-liner may be a wrong fix, neither self nor D are sure. However it _does_ allow HEAD to build ...
Steph
Sep 13, 2004 at 2:06 pm
Sep 14, 2004 at 1:02 am -
Hello, I think that the last unserialize() changes (2004-09-05) have broken it, because now I can't even do a simple 'pear list'. I can reproduce this problem in both my two pcs. Can someone check ...
Nuno Lopes
Sep 10, 2004 at 6:44 pm
Sep 12, 2004 at 12:52 pm -
Hi All, what this MBO_0 mean? I could see the MBO_0 ifdefs removed in 1.62 version of TSRM.c whether this change has got anything to do with memory leak fix. I could see 246888 bytes of leak for each ...
Kamesh Jayachandran
Sep 9, 2004 at 9:51 am
Sep 9, 2004 at 5:30 pm -
This is a simple example of why making a parse error out of undefined Exception types is going to be very problematic. function test($a) { if (!extension_exists('sqlite')) { return; } try { ...
Alan Knowles
Sep 1, 2004 at 1:01 pm
Sep 2, 2004 at 6:47 am -
d:\home\php\php5\Zend\zend_vm_spec.h(647): error C2084: function 'int ZEND_VM_NULL(zend_execute_data *,void *** )' already has a body d:\home\php\php5\Zend\zend_vm_spec.h(646): see previous ...
Sebastian Bergmann
Sep 24, 2004 at 4:12 am
Sep 27, 2004 at 6:33 pm -
Guys, There's no feedback about the new VM architecture and it's hard to maintain the patches as changes are being made to the source base constantly. I will recommit the patches on Monday unless ...
Andi Gutmans
Sep 22, 2004 at 6:09 pm
Sep 24, 2004 at 5:18 pm -
Hi All, Have a situation where I want to unserialize a string received from an untrusted source over HTTP (a Javascript client in this case). For basic types this is no concern but when it comes to ...
Harry Fuecks
Sep 5, 2004 at 3:33 pm
Sep 6, 2004 at 9:19 am -
Hi, Take it at face value but I get the following results with the new VM vs. 5.0.x on the bench.php script I commited to php5/Zend/tests. PHP 5.0.x PHP 5.1.x 37.5secs vs 29secs You know I'm not a ...
Andi Gutmans
Sep 23, 2004 at 11:43 pm
Sep 27, 2004 at 2:44 pm -
Going through some error handling code, I noticed that while Plaintext and HTML errors use the error_prepend_string and error_append_string php.ini directives in the construction of their error ...
Sara Golemon
Sep 9, 2004 at 6:36 pm
Sep 14, 2004 at 5:35 pm -
Hi All, This is my first attempt at submitting a patch so please be gentle :). The feature requested in #29416 is something I've wanted to see for a while, so I decided to have a go at adding it. I ...
Stuart Dallas
Sep 1, 2004 at 7:54 pm
Sep 2, 2004 at 8:35 pm -
Trying to register a constant value for a class and it keeps crashing. Learning C as I go, so I would appreciate some insight. I can figure out that my *property value is lost during zend_hash_add() ...
Robert Silva
Sep 27, 2004 at 1:29 am
Sep 28, 2004 at 12:31 am -
Hi Helly, I had the tests/classes/factory_and_singleton_009.phpt testcase failing in Linux, NetWare, Windows ports of PHP. And found that this failure is due to one extra line. Attached the patch. ...
Kamesh Jayachandran
Sep 23, 2004 at 11:15 am
Sep 24, 2004 at 12:21 pm -
4
5.0.2RC1
I'd like to roll 5.0.2 tomorrow. Has anyone had a chance to test 5.0.2RC1? Can I go ahead? Ilia, when are you planning on rolling 4.3.9? AndiAndi Gutmans
Sep 21, 2004 at 8:50 pm
Sep 22, 2004 at 7:48 am -
Hi, I need to load more than one "additional_module" in my self-made SAPI-module. Looking around at the php/zend-API, I thought that the php_module_startup(...) function provides such functionality: ...
Norbert Wagner
Sep 10, 2004 at 9:04 pm
Sep 21, 2004 at 11:56 am -
Hi, (Long time lurker, first time poster). *Windows only* 4.3.9rc2 sendmail.c sets the date header if you don't supply one, unfortunately it doesn't respect DST: I'm in the UK in daylight savings ...
Carter, John
Sep 9, 2004 at 9:03 am
Sep 20, 2004 at 7:17 am -
Another one patch for ZE. This one fixes the bug #29378. It looks like this bug was done intentionally (I'm not sure, just an assumption), so zend_std_get_property_ptr_ptr() doesn't call __get. ...
Antony Dovgal
Sep 10, 2004 at 5:58 am
Sep 16, 2004 at 10:46 pm -
this is actually a relevant discussion for internals... ---------- Forwarded message ---------- From: Sterling Hughes <sterling.hughes@gmail.com Date: Wed, 8 Sep 2004 23:26:00 -0700 Subject: Re: ...
Sterling Hughes
Sep 9, 2004 at 6:26 am
Sep 10, 2004 at 7:36 am -
This patch adds some quite useful functionalities to socket_get_options() function. 1st of all, it adds the constant SOL_IP to indicate IP layer in the level parameter. 2nd, and the most important, ...
Leonardo Pedretti
Sep 30, 2004 at 6:47 pm
Oct 1, 2004 at 2:50 pm -
we're experiencing truncation of cookie values. is there a hard-coded limit in php? there's nothing in the docs. i didn't find any bugs at bugs.php.net about this. thanks, dietrich
Dietrich Ayala
Sep 28, 2004 at 6:24 pm
Sep 28, 2004 at 7:01 pm -
The downloadable tar.gz for PHP-5.0.2 is named .tar.tar rather than .tar.gz -Sara
Sara Golemon
Sep 24, 2004 at 5:40 pm
Sep 27, 2004 at 8:15 pm -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (386 total including feature requests) ===============================================[*Compile Issues]============== 28103 Open ...
Internals
Sep 6, 2004 at 7:30 am
Sep 27, 2004 at 7:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (833 total including feature requests) ===============================================[*Configuration Issues]======== 29208 Open ...
Internals
Sep 6, 2004 at 7:00 am
Sep 27, 2004 at 7:00 am -
Is there something we can do about serialization breaking between 5.0.xand 5.1.x? IIRC we don't save the PHP version number with serialized data. If so, we could adjust the types according to version ...
Andi Gutmans
Sep 26, 2004 at 8:07 pm
Sep 26, 2004 at 8:35 pm -
I'm working on creating object wrappers for native php types. With ZE2 and the cast_object object handler, I am able to "unbox" the objects to their native php types with simple casts, but as ZE2 ...
Robert Silva
Sep 25, 2004 at 2:03 am
Sep 25, 2004 at 10:02 am -
For quite a while I have been fighting with what I believe to be a bug in the Zend Engine 2. In PHPUnit2 I have the following code: public function run(PHPUnit2_Framework_Test $test) { // $test- ...
Sebastian Bergmann
Sep 22, 2004 at 7:52 pm
Sep 23, 2004 at 2:28 pm -
It would seem that this bug has appeared again, in 5.0.1 on Apache 2.0.50 I've had a report about it on the firebird-php list, and on checking it would seem that it can be reproduced. Could someone ...
Lester Caine
Sep 10, 2004 at 11:28 am
Sep 14, 2004 at 10:06 am -
i need to commit an extension to PECL, but i havent used my CVS account in ages (since 4.0B). i dont recall my password and i've long since changed ISPs and email addresses. what do i need to do ? ...
L0t3k
Sep 13, 2004 at 4:10 pm
Sep 13, 2004 at 5:14 pm -
Hi, I just realised that Example 34-2. Validating file uploads Is still showing a bullshit example. It constructs a destination path for move_uploaded_file() that consists of user input. There is no ...
Stefan Esser
Sep 7, 2004 at 6:15 pm
Sep 8, 2004 at 12:41 am -
Should unserialize_callback_func not be mentioned here? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: ...
Sebastian Bergmann
Sep 5, 2004 at 7:54 pm
Sep 6, 2004 at 7:19 am -
3
OpenSSL
I have nothing to gain from this directly myself, but I did wonder about this: Why is the OpenSSL library used still version 0.9.6c from December 2001 while there have been many more releases since ...Ron Korving
Sep 3, 2004 at 1:59 pm
Sep 4, 2004 at 9:15 am -
Hello, I want to write an OO extension in C++ for my PHP 4.3.8 under linux. I have already written some extensions in C for my own purposes, which introduce new functions to PHP. Studying the sources ...
Jan Gerritsen
Sep 3, 2004 at 3:04 pm
Sep 3, 2004 at 9:03 pm -
Hi all: I'm very new to PHP internals, and I would like to get some help: I added a few lines of code to sapi_apache.c and mod_php4.c (from original source of php-4.3.8); but when I make I get: make: ...
Manuel Vázquez Acosta
Sep 30, 2004 at 9:34 pm
Sep 30, 2004 at 10:50 pm -
After 3 days tracing this thing, I found the problem. Any suggestions? Im trying to define a class constant by allocating a zval str using ALLOC_ZVAL in PHP_MINIT for my extension. This class ...
Robert Silva
Sep 28, 2004 at 7:00 pm
Sep 28, 2004 at 11:15 pm
Group Overview
group | php-internals |
categories | php |
discussions | 118 |
posts | 580 |
users | 114 |
website | php.net |
114 users for September 2004
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)