Search Discussions
-
203
GOTO operator
I wrote up a patch for implementing gotos in php scripts a couple months ago as an exercise in working with the Zend engine. I put it aside assuming noone would actually want it, but Wez and Ilia ...Sara Golemon
Jul 29, 2004 at 2:13 am
Aug 19, 2004 at 9:37 am -
On 4/15/2004 Jason Garber asked about a new language construct to simplify testing if a variable isset() and assinging a default value for those that aren't. The thread title was "Construct Request". ...
Marc Richards
Jul 8, 2004 at 12:26 am
Jul 13, 2004 at 4:46 pm -
I did a test roll of PHP 5.0.0 (without version change). Please download and make sure there are no serious show stoppers. You can grab it at http://snaps.php.net/~andi/ Edin, it might be a good idea ...
Andi Gutmans
Jul 12, 2004 at 9:12 pm
Jul 14, 2004 at 10:07 am -
Hi, Although I'm pretty sure I fixed the problem of the memory manager (in zend_alloc.c), I agree with Sterling that it's probably best to disable it for 5.0.0. I don't think that my fix will get ...
Andi Gutmans
Jul 5, 2004 at 5:08 pm
Jul 12, 2004 at 9:01 pm -
Hey, It's a bit quiet here lately :) Has anyone had a chance to try, test and benchmark the realpath() patch I send to the list? Andi
Andi Gutmans
Jul 24, 2004 at 7:35 am
Aug 6, 2004 at 9:32 pm -
Hi, I am using call_user_function_ex() to call mysql_fetch_array, ocifetchinto, etc. error = call_user_function_ex(EG(function_table), NULL, &function_name_zval, &retval, 2, ¶ms[1], 0, NULL ...
John Lim
Jul 22, 2004 at 11:17 am
Jul 26, 2004 at 1:22 pm -
17
Info needed
Hi All, I have patches against PHP5.0.0 to make PHP5.0.0 work for NetWare. What is the ideal way in which these changes can be merged in the CVS HEAD? I have small patches against 68 files. a) Is it ...Kamesh Jayachandran
Jul 14, 2004 at 3:12 pm
Sep 9, 2004 at 9:22 am -
There is some spammer on the bugs page who updates all bugs and adds a new comment to every bug with a URL to a porn page. What can we do? My mailbox gets fuller and fuller... ----- Uwe Schindler ...
Uwe Schindler
Jul 20, 2004 at 3:57 pm
Jul 31, 2004 at 12:37 pm -
Consider the following: <?php $a = array('a', 'b', 'c', 'a'= 0, 'b'= 1, 'c'= 2); sort($a); print_r($a); ? This produces a bogus output: Array ( [0] = a [1] = b [2] = 0 [3] = c [4] = 1 [5] = 2 ) ...
John Coggeshall
Jul 27, 2004 at 7:33 pm
Aug 10, 2004 at 8:48 pm -
Morning After PHP 5.0.0 is now released, are there any plans for opening up HEAD for not-only-bug-fixes again? Do we branch (or is it already) PHP_5_0 and allow only bugfixes there (as with 4.3) and ...
Christian Stocker
Jul 14, 2004 at 8:05 am
Jul 15, 2004 at 10:09 pm -
Hi, I saw this in zend_opcode.c zend_cleanup_class_data(): /* Note that only run-time accessed data need to be cleaned up, * pre-defined data can not contain objects and thus are not probelmatic */ ...
Andrei Zmievski
Jul 22, 2004 at 6:03 am
Jul 23, 2004 at 6:03 am -
Well, allocating it all in stack memory seems intractable - you can easily craft a script that will crash and die. Implementing register reuse may be a better solution though. Moved to internals, ...
George Schlossnagle
Jul 16, 2004 at 1:14 pm
Jul 19, 2004 at 9:57 pm -
12
Memory leak
The executor() change from alloca() to emalloc() seems to have introduced a memory leak (found it with --enable-debug). Before I try and fix it, are we reverting back to do_alloca(), free_alloca()? ...Andi Gutmans
Jul 22, 2004 at 9:26 pm
Jul 23, 2004 at 9:56 pm -
woops, discussion should be on internals@... ---------- Forwarded message ---------- From: Sterling Hughes <sterling.hughes@gmail.com Date: Fri, 16 Jul 2004 00:11:53 -0700 Subject: Re: ...
Sterling Hughes
Jul 16, 2004 at 7:12 am
Jul 19, 2004 at 9:05 pm -
Hi all, I needed to intersect an array with database records indexed by the primary key, with an array with keys and there is no php function that will do it internally. The database array looks ...
Cristiano Duarte
Jul 20, 2004 at 7:23 pm
Jul 21, 2004 at 9:27 pm -
[resend, though I notice gd just got updated with some new functions so the symbol list is out of date. Feedback welcome on the principal of the change, anyway] Building the bundled libgd library ...
Joe Orton
Jul 23, 2004 at 9:18 pm
Aug 31, 2004 at 12:56 pm -
add an Apache2 fastcgi module for PHP(fastcgi.coremail.cn), I hope it will be released with PHP 5.1 branch
Qingfeng Pan
Jul 5, 2004 at 5:48 am
Jul 10, 2004 at 4:39 pm -
Sorry if this is not GOTO related ;) not too sure what list this belongs on, but here it iw (gdb) run -X Starting program: /usr/local/apache/bin/httpd -X [Thread debugging using libthread_db enabled] ...
Kevin Waterson
Jul 30, 2004 at 11:51 pm
Aug 3, 2004 at 7:45 am -
File a.php is required twice with this code on Windows: <?php require_once "a.php"; require_once "A.php"; ? Should I document this behavior or should patch similar to this be applied? Index: ...
Jakub Vrana
Jul 19, 2004 at 9:27 am
Jul 19, 2004 at 9:09 pm -
Hi, I have a very special PHP problem. I use Apache(1.3.31) and PHP 5.0.0rc3 on MorphOS. Normally this PHP and Apache build runs fine. I noticed that all long scripts (over 1000 lines) will kill the ...
Gunnar von Boehn
Jul 9, 2004 at 5:04 pm
Jul 13, 2004 at 7:04 pm -
If possible can the libxml and libxslt libs get updated to newer versions? Libs can be found here: http://ctindustries.net/dom/libxml/ These version will fix some bugs, provide better libxml/libxslt ...
Rob Richards
Jul 18, 2004 at 2:24 pm
Aug 3, 2004 at 11:01 pm -
For the record, herewith: - definitive (?) list of php's fp/rounding/arithmetic issues - analysis of the issues - discussion of options for handling the issues - description of a comprehensive and ...
George Whiffen
Jul 23, 2004 at 8:03 am
Jul 24, 2004 at 8:02 am -
I guess this is too late for 5.0, and I feel like there is bound to be opposition, but this has been bugging me for a while, so I figured I would ask. I use the alternative syntax for control ...
Marc Richards
Jul 13, 2004 at 1:54 am
Jul 13, 2004 at 6:41 pm -
I was playing around with Bug #28817 and seem to have run into an issue when overriding the read_property handler with an extended object (this case a DomDocument object). In order to support ...
Rob Richards
Jul 6, 2004 at 10:12 am
Jul 8, 2004 at 11:39 am -
I believe that a bug was introduced with version 1.3 of php5isapi.c. The sapi_isapi_read_cookies() function used to return NULL when there were no cookies, but was changed to return "" instead. ...
Michael Sisolak
Jul 20, 2004 at 9:55 pm
Jul 23, 2004 at 12:23 am -
Is there any reason there's no safe_pemalloc()? -Sara
Sara Golemon
Jul 20, 2004 at 5:10 am
Jul 20, 2004 at 9:38 pm -
seems sqlite.w32.h did not get updated when sqlite was last updated, so you cannot build a clean php5 on win32. The culprit is the SQLITE_NOTADB define. hacking it in at least lets me build...this is ...
Shane Caraveo
Jul 14, 2004 at 5:03 am
Jul 15, 2004 at 2:27 pm -
Hello, My name is Joe Lapp, and I have written high-speed portal-side parsers in Java for XML, HTML, and various other XML-related syntaxes (e.g. XQL). I am planning a series of new parsing ...
Jtl_phpdotnet
Jul 8, 2004 at 11:11 pm
Jul 10, 2004 at 12:26 pm -
Hi, I have earlier posted my concern about some security issues, that has been dismissed, as mentioned in: http://news.php.net/php.internals/10849 Even though I still hope that my basic questions (as ...
Peter Brodersen
Jul 25, 2004 at 2:16 pm
Jul 26, 2004 at 6:53 pm -
Hi guys, Before 5.0.0 we promised we'll get something together for solving the performance problems caused by Zend always realpath()'ing include files (in expand_filepath()). Attached is a proposed ...
Andi Gutmans
Jul 22, 2004 at 9:30 pm
Jul 22, 2004 at 10:38 pm -
Hi All, I have seen in the ChangeLog mails the word 'MFH'. What is the meaning of it? With regards Kamesh Jayachandran
Kamesh Jayachandran
Jul 21, 2004 at 11:03 am
Jul 21, 2004 at 8:08 pm -
Hi, sometimes I miss some functions in PHP. Most of the times I write this function in PHP and put this function(s) in a extra file and include this file in every project I have. Now I want to write ...
Christian-Kienle
Jul 17, 2004 at 8:00 am
Jul 19, 2004 at 11:20 am -
Hi, I have seen that in php5.0/ext/xslt directory does not have any source except the test scripts whereas in php-4.3.8 I could find the files. In php5.0 there is one extra directory under ext by ...
Kamesh Jayachandran
Jul 16, 2004 at 9:15 am
Jul 16, 2004 at 4:52 pm -
Hello all, I just fetched the latest php5 package for win32 from snaps.php.net (Built On: Jul 07, 2004 06:30 GMT). It seems like the ini-setting for memory_limit is ignored and the default of 8MB is ...
Peter Rendl
Jul 7, 2004 at 10:26 am
Jul 7, 2004 at 12:46 pm -
Hi All, <?php class Foo { const HELLO = "con\n"; function memberfunc() { echo HELLO; //does not work echo Foo::HELLO; //works } } $obj = new Foo(); $obj- memberfunc(); ? With a error_reporting=2047 I ...
Kamesh Jayachandran
Jul 28, 2004 at 1:32 pm
Aug 2, 2004 at 2:14 pm -
Hi All, I found the following unit test failing in PHP-5.0.0. And later found that Testcase was old enough. tests/classes/array_access001.phpt I am attaching my patch. Hope I am correct. With regards ...
Kamesh Jayachandran
Jul 21, 2004 at 8:16 am
Jul 31, 2004 at 12:26 pm -
Forwarded. Goba
Gabor Hojtsy
Jul 25, 2004 at 9:52 am
Jul 26, 2004 at 8:25 pm -
Hi All, I had the tests/classes/factory_and_singleton_010.phpt testcase failing in Linux, NetWare, Windows ports of PHP. And found that this failure is due to one extra line. Attached the patch. With ...
Kamesh Jayachandran
Jul 22, 2004 at 7:25 am
Jul 26, 2004 at 7:12 am -
Hi, Short story I need to patch PHP to allow me to override all file operations done from PHP scripts. I need this to do some extended access control on the files in the environment where PHP will be ...
Øyvind Stegard
Jul 21, 2004 at 12:30 pm
Jul 21, 2004 at 9:48 pm -
I want to use my php.net e-mail address for certain things which require authorization sent back to the e-mail address. However, this is impossible, as a human must respond to the bounceback message ...
Ben Ramsey
Jul 21, 2004 at 2:39 pm
Jul 21, 2004 at 3:49 pm -
hi... i implemented and shortly benchmarked a binary serializer (which means serializing and unserializing php-variables into a binary representation). At the moment it is written as an extension, ...
Bernd Römer
Jul 18, 2004 at 4:18 pm
Jul 18, 2004 at 5:51 pm -
To all, Congratulations are in order. PHP5 is a monumental testament to open source. More importantly, it's also a glowing example of what software _can_ be when you have a dedicated group of ...
Mike Robinson
Jul 15, 2004 at 11:39 pm
Jul 16, 2004 at 6:27 am -
Hello, I discovered this problem tonight while working on a new PHP 5 class that uses an interface. The code example came from http://www.zend.com/php5/articles/engine2-php5-changes.php#Heading5 ...
Jason Garber
Jul 9, 2004 at 7:50 am
Jul 9, 2004 at 9:18 pm -
Hello, Today I was finishing writing the tidy docs and I've noted that the functions $tidy- repairString() and $tidy- repairFile() simply don't work! And I think these functions should be removed. ...
Nuno Lopes
Jul 4, 2004 at 10:05 am
Jul 6, 2004 at 5:32 pm -
Currently on lxr.php.net there is at the top of every page an image stating "PHP4 Cross reference" thanks, andrey
Andrey Hristov
Jul 26, 2004 at 8:41 am
Aug 6, 2004 at 5:37 am -
Hi all! Two small patches to fix typos in php.ini-dist, php.ini-recommended & mail.c These patches fix bug #29122. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net || antony@dovgal.com
Antony Dovgal
Jul 23, 2004 at 12:37 pm
Jul 26, 2004 at 10:09 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (874 total including feature requests) ===============================================[*Compile Issues]============== 28385 Open ...
Internals
Jul 5, 2004 at 7:00 am
Jul 26, 2004 at 7:00 am -
Can someone please post when it's safe to start checking my bugs.php.net folder again? Asshole spammers. -adam -- adam@trachtenberg.com author of o'reilly's "upgrading to php 5" and "php cookbook" ...
Adam Maccabee Trachtenberg
Jul 20, 2004 at 3:46 pm
Jul 20, 2004 at 4:53 pm -
hi, i am trying to compile rpms for php5.0.0 based on taking the 5.0.0 source just released on the 13th, and using the php.spec file from the 4.3.6 source rpm and tweaking it a little. basically, i'm ...
Jeff Stern
Jul 16, 2004 at 10:38 pm
Jul 19, 2004 at 9:25 pm -
Just a short clarification. Code which requires "" should use just that, e.g.: add_property_string(return_value, "table",(msql_field- table?msql_field- table:""), 1); You can see that it's being ...
Andi Gutmans
Jul 19, 2004 at 7:27 am
Jul 19, 2004 at 2:19 pm
Group Overview
group | php-internals |
categories | php |
discussions | 158 |
posts | 927 |
users | 170 |
website | php.net |
170 users for July 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)