Search Discussions
-
I've implemented an additional feature for type hints that will throw an exception instead of bailing out in case an incorrect type is passed. Test script: <?php class Date { } class Article { public ...
Timm Friebe
Mar 27, 2003 at 4:16 pm
Apr 6, 2003 at 12:33 pm -
namespace A { namespace B{ class C { function D() { print "asdf\n"; } } } } B::C::D(); Apparently, the parser allows nesting namespaces, but they are all registered as global ones. Should be fixed, I ...
Andrei Zmievski
Mar 26, 2003 at 6:02 pm
Mar 26, 2003 at 9:34 pm -
I have the first draft of PHP 5 reflection API ready. You can find it at: http://www.gravitonic.com/software/php/reflection.txt Comments and suggestions are appreciated. -Andrei ...
Andrei Zmievski
Mar 29, 2003 at 8:38 pm
Apr 8, 2003 at 3:10 pm -
Pursuant to the introspection portion of TODO-PHP5, here is a small patch that: - Keeps track of starting/ending line numbers for user functions. - Removes extraneous T_ML_COMMENT token. - Stores the ...
Andrei Zmievski
Mar 13, 2003 at 8:51 pm
Mar 23, 2003 at 9:01 pm -
Hi I have one idea. Store session data in memory instead file. It's fast when file. Yes I know when script is finish all data is delete. But this can be same like file session. But in memory. ...
Ján ©uňavec
Mar 26, 2003 at 1:04 pm
Mar 26, 2003 at 8:22 pm -
Any news about this bug http://bugs.php.net/bug.php?id=22175 ? Tnx -- michel 'ziobudda' morelli <michel@ziobudda.net
Michel 'ziobudda' morelli
Mar 18, 2003 at 3:29 pm
Apr 3, 2003 at 10:21 am -
Hi! Here are two patches that will fix this user request. I hope they look fine. Btw, they are for php5 HEAD. I don't have any karma so I can't commit them even if they look good. So I will leave ...
Magnus Maatta
Mar 30, 2003 at 4:20 pm
Mar 31, 2003 at 2:25 am -
Hi! I've done some performance tests of PHP with and without ZTS (RH7.2 - pthreads). I've noticed that ZTS is signifcally slower than normal mode. My machine was able to response for 100reqs/s ...
Wojtek Meler
Mar 24, 2003 at 12:58 pm
Mar 25, 2003 at 7:26 pm -
Currently when registering functions, the unmodified function name is used as the key for the function table. This leads to problems when an extension class has a constructor that is not all ...
Andrei Zmievski
Mar 18, 2003 at 9:54 pm
Mar 19, 2003 at 8:43 pm -
Hello, all Mordred Labs advisory - Integer overflow in PHP socket_iovec_alloc() function. http://www.securitylab.ru/?ID=36819 IMHO it's not integer overflow, but using of nonexisting second ...
Antony Dovgal
Mar 26, 2003 at 9:25 am
Mar 27, 2003 at 8:57 am -
Hi, Attached is a patch (+ 2 files) that add a default "exception" class to Zend 2. I find this very useful when you just want to throw a simple exception inside of a try {}, but you don't want to ...
Sterling Hughes
Mar 22, 2003 at 9:26 pm
Mar 23, 2003 at 8:00 am -
10
CVSspam
While browsing [fm] today I came across this sexy looking thingy: http://www.badgers-in-foil.co.uk/projects/cvsspam/ Since we're already using chora for http://cvs.php.net/, for which CVSspam has ...Sebastian Bergmann
Mar 24, 2003 at 1:00 pm
Mar 28, 2003 at 12:12 am -
Based on bug #22815, which talks about unsatisfactory performance of the apache 2 sapi, I've decided to conduct several benchmarks to determine the depth of the problem. Based on my tests (ran using ...
Ilia A.
Mar 25, 2003 at 3:51 pm
Mar 25, 2003 at 10:39 pm -
SB The lack of a common interface of thrown exceptions hinders the SB development of applications like PHPUnit that need to be able to SB work with *every* possible exception. Don't we have a way to ...
Stanislav Malyshev
Mar 23, 2003 at 3:24 pm
Mar 23, 2003 at 4:04 pm -
Problem: Solaris libc cannot fopen()/fdopen() more than 255 files. Additionally, it cannot handle file descriptors larger than 255. Although streams now avoids FILE* as much as possible, ZE1 requires ...
Wez Furlong
Mar 25, 2003 at 11:38 am
Mar 26, 2003 at 9:48 am -
could some1 explain the first if here (php_stripslashes:cybase mode) http://lxr.php.net/source/php4/ext/standard/string.c#2324 that have nothing with slashes but with quotes? could this if be removed ...
Moshe doron
Mar 31, 2003 at 12:45 pm
Mar 31, 2003 at 7:53 pm -
Could we disable these error links by default? As people are slowly migrating to 4.3, it is becoming very clear that all sorts of people are getting confused about these. Especially when a spam web ...
Rasmus Lerdorf
Mar 13, 2003 at 9:09 am
Mar 13, 2003 at 6:10 pm -
Well, yes, but we have == and === for other situations, so some sort of analogue for use in switches would be nice (I've been bitten by this one more than once myself!). I'd love to see, say, ...
Ford, Mike [LSS]
Mar 25, 2003 at 11:21 am
Mar 27, 2003 at 9:33 am -
I'm curious as to what the status is of the fixed apache2handler stuff that was discussed regarding whether or not to include it in the 4.3 tree. I was under the impression that despite some ...
Mike Robinson
Mar 14, 2003 at 6:59 pm
Mar 20, 2003 at 7:45 am -
Hello, My idea is to add an extra field to the zend_module_entry struct to enable extension writers to specify additional function entries (eg. class methods entries). That will enable ...
Tal Peer
Mar 17, 2003 at 7:10 pm
Mar 18, 2003 at 2:30 pm -
I hope that this is an appropriate place to post a feature request! I posted a message on the Zend.com "into the future" forum about having a function that would return the full path to a file ...
Kelvin Jones
Mar 13, 2003 at 4:24 pm
Mar 17, 2003 at 9:34 am -
Building PHP with bison versions up to 1.75 works fine, but both bison 1.875 and 1.875a cause a segfault during the startup of PHP. Backtrace: Program received signal SIGSEGV, Segmentation fault. ...
Sebastian Bergmann
Mar 28, 2003 at 7:54 am
Mar 28, 2003 at 2:53 pm -
http://bugs.php.net/bug.php?id=20836 Can someone give me sufficient karma to commit the missing documentation or simply apply the patch? - Timm
Timm Friebe
Mar 22, 2003 at 3:36 pm
Mar 26, 2003 at 12:59 pm -
The attached patch contains a couple of changes to win32 project file for the gettext extension. Added defines to enable plural gettext functions on win32. These functions exist in the current ...
Nathan Fredrickson
Mar 15, 2003 at 7:56 pm
Mar 24, 2003 at 9:00 pm -
Hi, Since we're all working on php5-dev now, i think its time to update the apache module name of php to php5_module or php_module (I'm for the latter). I'll go ahead and do this tommorow unless ...
Sterling Hughes
Mar 23, 2003 at 12:29 am
Mar 23, 2003 at 3:05 pm -
Hi all I have changed the default ini value for html_errors to 0. I think default ini settings should work for production boxes and noone should have html_errors=On for those. The second thing i ...
Marcus Börger
Mar 16, 2003 at 10:35 pm
Mar 19, 2003 at 10:38 pm -
Today I tried to run PHP-GTK with ZE2 changes against current CVS and it segfaulted. I traced it to the fact that PG(http_globals)[TRACK_SERVER_VARS] is no longer available if $_SERVER is not present ...
Andrei Zmievski
Mar 17, 2003 at 9:51 pm
Mar 18, 2003 at 2:06 pm -
Since more and more people running into problems with bison, we should change configure to check for versions 1.28, 1.35 and 1.75. Or does anybody know about any additional version working or any of ...
Marcus Börger
Mar 28, 2003 at 8:51 pm
Mar 29, 2003 at 3:46 pm -
Running the following code: class Foo { var $bar_ref; } class Bar { var $foo_ref; } $foo = new Foo(); $bar = new Bar(); $foo- bar_ref = $bar; $bar- foo_ref = $foo; var_dump($foo); var_dump($bar); $s ...
Jan Schneider
Mar 25, 2003 at 2:13 pm
Mar 29, 2003 at 11:11 am -
Hi, just digged through some user comments in the manual which are sorted date ascending, i.e. oldest posts (from 1999 or 2000) are first. Wouldn't it be better to sort date descending? There are ...
Björn Schotte
Mar 25, 2003 at 9:01 am
Mar 26, 2003 at 11:47 am -
Current HEAD: die("line: " . __LINE__) works as expected, but die(__LINE__) doesn't output anything. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge ...
Jan Schneider
Mar 25, 2003 at 12:56 pm
Mar 25, 2003 at 2:13 pm -
Hello, all. Attached patch provides cyrillic character sets support to htmlentities(), useful for those who wants to see correct cyrillic letters after using this function (at this moment ...
Antony Dovgal
Mar 21, 2003 at 10:41 am
Mar 24, 2003 at 7:50 pm -
Could you please also add a standard Throwable interface and make Exception implement it? Thank you, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help ...
Sebastian Bergmann
Mar 23, 2003 at 6:54 am
Mar 23, 2003 at 3:13 pm -
I asked joe to ask for commit privs as he's the redhat guy doing PHP work, and has useful stuff to commit. -- james
James Cox
Mar 13, 2003 at 3:19 pm
Mar 14, 2003 at 12:43 am -
Hi, I've created a patch for the modification I've made to the OpenSSL extension. The patch modifies the openssl_sign() function to accept a fourth parameter, which specifies the hashing algorithm to ...
Scott
Mar 30, 2003 at 9:36 pm
Mar 30, 2003 at 10:30 pm -
Hi, back on reentrancy.... I know that with some of the libraries the extensions depend on are not reentrant (ie. also not thread safe). The imap library cclient comes to mind (unless something has ...
David Hill \(php.net\)
Mar 27, 2003 at 4:45 pm
Mar 27, 2003 at 6:15 pm -
Hi all, It would seem that Tru64 is pickier about the TZ setting than the rest of the known universe. According to our local TZ expert (who can quote chapter and verse from the UNIX 98 standard) a TZ ...
David Hill \(php.net\)
Mar 24, 2003 at 6:56 pm
Mar 24, 2003 at 9:56 pm -
Hi all, I have found some problems (and possible solutions) concerning use of the gettext extension on multithreaded servers. Usually gettext determines the locale to use for translations from one of ...
Nathan Fredrickson
Mar 21, 2003 at 5:28 pm
Mar 24, 2003 at 7:11 pm -
<snip Compiling resources... Compiling... php_cli.c Linking... php_cli.obj : error LNK2001: unresolved external symbol _zend_is_auto_global ..\Release_TS_inline\cli\php.exe : fatal error LNK1120: 1 ...
Moriyoshi Koizumi
Mar 22, 2003 at 11:06 pm
Mar 22, 2003 at 11:21 pm -
I'm not sure what to do with these, but it annoys me that there are directives which don't even appear in php.ini-dist which can actually affect how PHP works. Here's some I've found, but I'm not ...
Joey Smith
Mar 22, 2003 at 5:26 pm
Mar 22, 2003 at 7:34 pm -
In addition to the gdFreeFontCache segfault I sent yesterday, here is an imagettfbbox() crash. I am starting to wonder if we have a basic incompatibility with the current freetype lib. This is ...
Rasmus Lerdorf
Mar 30, 2003 at 6:19 pm
Mar 30, 2003 at 9:32 pm -
Hi, we are building PHP with the --with-config-file-path compile setting to get our php.ini file from our own location. Now, in some scenarios we need to run PHP with the -c command line option to ...
Mark Striebeck
Mar 28, 2003 at 6:16 am
Mar 30, 2003 at 1:44 am -
Hello, I encountered a weird bug that I cant quite figure out. It has to do with the extended-info mode (-m) of PHP. problem: the opcodes generated in extended-info mode are incorrect testscript: ...
Derick Rethans
Mar 29, 2003 at 8:38 pm
Mar 29, 2003 at 8:49 pm -
It compiles now, but it crashes here on startup: php4ts_debug.dll!zend_register_functions() Line 1159 + 0xb C php4ts_debug.dll!zend_register_module() Line 1254 + 0x26 C ...
Sebastian Bergmann
Mar 25, 2003 at 12:09 pm
Mar 25, 2003 at 2:55 pm -
I was reminded tonight of the following 'feature' of switch: $a = 0; switch($a) { case 'somestring': echo 'Bug?'; break; case 0: echo 'Not a bug'; break; } This will echo 'Bug?' with PHP 4. It seems ...
Joey Smith
Mar 24, 2003 at 1:07 pm
Mar 24, 2003 at 5:58 pm -
Have a look at bug #17079 (http://bugs.php.net/17079). The fix is calling for another fix. Moriyoshi
Moriyoshi Koizumi
Mar 24, 2003 at 3:23 pm
Mar 24, 2003 at 4:38 pm -
<?php namespace Foo { class Bar { function boom() { echo "BOOM!\n"; } } import Bar; $b = new Bar; $b- boom(); ? The import parse error will cause a segfault. -Sterling -- "Programming today is a race ...
Sterling Hughes
Mar 23, 2003 at 5:06 pm
Mar 23, 2003 at 6:14 pm -
This code run in current code (HEAD): class Foo { var $arr = array(); } class FooX extends Foo { function bar() { var_dump($this- arr); } } $foo = new FooX(); $foo- bar(); produces "NULL" as the ...
Jan Schneider
Mar 22, 2003 at 11:44 pm
Mar 23, 2003 at 12:07 pm -
2
test
-- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ JDI Media Solutions http://www.jdimedia.nl/ PHP Magazine - PHP Magazine for ...Derick Rethans
Mar 13, 2003 at 8:49 am
Mar 22, 2003 at 5:17 pm -
Hi, Some users of our program SPIP are stumbling onto the following bug : http://bugs.php.net/bug.php?id=15797 See my comment at the end. It seems several PHP versions are plagued by this problem. ...
Antoine
Mar 21, 2003 at 4:09 pm
Mar 21, 2003 at 6:59 pm
Group Overview
group | php-internals |
categories | php |
discussions | 116 |
posts | 556 |
users | 99 |
website | php.net |
99 users for March 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)