Search Discussions
-
Howdy, Due to recent discussions, I have an idea for avoiding the whole mess of annoying coding standards commits that Jani and Derick constantly make. Follow the coding standards! Geeze Luise, its ...
Sterling Hughes
Apr 4, 2003 at 4:29 pm
Apr 6, 2003 at 8:02 am -
What does everyone think about disallowing non-instance calls to methods which are not declared static? Currently, this works: class A { function B() { return 1; } } A::B(); But really, if B was ...
Andrei Zmievski
Apr 4, 2003 at 2:53 pm
Apr 7, 2003 at 7:52 pm -
Current HEAD: <?php class Foo { var $foo; } ? works, but <?php class Foo { /** */ var $foo; } ? causes Parse error: parse error, unexpected T_VAR, expecting T_FUNCTION in e:\var.php on line 5 -- ...
Sebastian Bergmann
Apr 2, 2003 at 5:49 am
Apr 2, 2003 at 3:59 pm -
Hi! Here is the contens of the php.net/distributions dir: php-4.2.3.tar.gz index.php php-4.2.3-Win32.zip mime.c.diff-3.0.gz php-4.3.0-dev-zend2-alpha1pl1.tar.gz php-3.0.17-win32.zip ...
Gabor Hojtsy
Apr 11, 2003 at 2:51 pm
Apr 11, 2003 at 7:43 pm -
I'm trying to track down a ze1 bug for edin: http://bugs.php.net/bug.php?id=23132 What's happening is that under certain conditions (like the testcase in the bug) Variables passed by reference into a ...
George Schlossnagle
Apr 10, 2003 at 8:44 pm
Apr 15, 2003 at 2:46 pm -
Hi As it's quite hard/expensive for Windows users to compile their own extensions, is there a possibility to add some PECL-extensions into the Windows releases? Mainly there are ext/radius and ...
Christian Stocker
Apr 3, 2003 at 10:30 am
Apr 11, 2003 at 3:43 pm -
Hi, After some discussions with various people at the PHP-Con, I decided it was important that we (at least) have libxml integrated with PHP by PHP5. When it comes to XML processing, expat is a ...
Sterling Hughes
Apr 27, 2003 at 11:55 pm
Apr 29, 2003 at 7:21 am -
13
flex version
Hello PHP hackers, What version of flex is needed to compile PHP5 from CVS? My version bails out like this: [Thu Apr 17 10:58:15] per@salem:/usr/local/src/php-cvs/php5 make ...Per Lundberg
Apr 17, 2003 at 9:10 am
Apr 18, 2003 at 11:16 am -
Hi, The attached patch allows constant expressions within class variables and constants. I came into this problem when I wanted the following sequence: class foo { const A = 1<<0; const B = 1<<1; ...
Sterling Hughes
Apr 8, 2003 at 1:28 am
Apr 10, 2003 at 8:56 am -
Any objections to modifying zend_lookup_class() to support fully qualified class names? Meaning, if it's passed 'A::B' it will lookup class B in namespace A? This change would take a care of several ...
Andrei Zmievski
Apr 4, 2003 at 4:20 pm
Apr 10, 2003 at 1:44 pm -
This from the latest snap php5-200304270530 seems to have an issue with kerberos Kevin /bin/sh /home/kevin/html/php/dev/php5/php5-200304270530/libtool --silent --preserve-dup-deps --mode=compile gcc ...
Kevin Waterson
Apr 27, 2003 at 11:24 am
Apr 29, 2003 at 10:05 am -
I noticed that there have been a few checkins on Zend HEAD after the branch for 4.3. Are these being explicitly dropped, or have they just been forgotten? Thanks. Peter
Peter Bowen
Apr 28, 2003 at 8:23 pm
Apr 29, 2003 at 4:03 pm -
I'm trying not to do too much all at once...but yes, file_set_contents (now file_put_contents???) is on my list. There is one thing I wanted to discuss in that regard though... What do you think of a ...
Pollita
Apr 8, 2003 at 3:36 pm
Apr 8, 2003 at 11:23 pm -
I just noticed the fact that --enable-all also works for all --with-xyz by being mailed about it. IMHO there should be an --with-all. This because we have a clear difference between --enable-xy and ...
Marcus Börger
Apr 5, 2003 at 2:56 pm
Apr 6, 2003 at 11:02 am -
Here are some further functions which directly or indirectly cause a segfault. In some cases, the prior function invocation screwed up the engine internals, so that the next function call resulted in ...
Sascha Schumann
Apr 1, 2003 at 10:44 am
Apr 2, 2003 at 10:40 pm -
In main/SAPI.c on lines 33,524, and 672 PHP checks for HAVE_ZLIB when it needs to check for HAVE_ZLIB && !defined(COMPILE_DL_ZLIB) because otherwise we now get missing symbols when linking. This ...
Michael Loftis
Apr 18, 2003 at 11:21 pm
Apr 21, 2003 at 8:39 am -
Sure. I followed the instructions in README.SUBMITTING_PATCH and only had "diff -u" in my .cvsrc. Now I have "diff -uw" and hope this is what you expect. Massimo *-----------------* ? twobugs.txt ...
SQUILLACE MASSIMO
Apr 8, 2003 at 8:46 am
Apr 9, 2003 at 5:09 pm -
Apparently the changes you made to cleanup the ini settings forcing in CLI do not work as expected: <?php var_dump(ini_get('register_argc_argv')); var_dump(ini_get('html_errors')); ...
Jani Taskinen
Apr 16, 2003 at 3:03 am
Apr 21, 2003 at 2:13 pm -
Hi! It looks like the xml_set_*_handler() functions are currently broken. Code that works perfectly with the PHP_4_3 branch fails with HEAD and produces messages like: Warning: xml_parse(): Unable to ...
Jan Schneider
Apr 8, 2003 at 11:35 am
Apr 17, 2003 at 1:44 am -
I have written an extension. Unfortunatelly I had to use some C++. After building I have some problems with 3 functions: zval_add_ref, REGISTER_LONG_CONSTANT, php_error_docref. If I include their ...
Grzegorz Godlewski
Apr 12, 2003 at 12:58 pm
Apr 14, 2003 at 4:54 pm -
I'm not completely sure but from first glance at exif it is *completely* broken everywhere. You're not supposed to use zval_dtor() on parameters you get via zend_get_parameters_ex(). They are ...
Andi Gutmans
Apr 2, 2003 at 5:30 am
Apr 5, 2003 at 12:28 pm -
Howdy, I have found something that I find a bug in php. If I have log_errors = on in the php.ini and don't set the error_log entry, I can never set it in a php script. I have the error_log commented ...
Walt Boring
Apr 29, 2003 at 8:48 pm
May 2, 2003 at 9:40 am -
Hello, I was trying to make a screenshot of a parse error today, but found out that I was unable to get it shown on the screen. Error reporting was set to 2047 in php.ini, but still nothing to see ...
Derick Rethans
Apr 23, 2003 at 8:53 pm
May 2, 2003 at 8:23 am -
[snip] Lets have a unified diff first? (see README.SUBMITTING_PATCH). --Wez.
Wez Furlong
Apr 27, 2003 at 11:12 am
Apr 28, 2003 at 6:24 pm -
I've made a note/comment in the bug itself but figured I should post it here too. This bug is NOT yet fixed. In 4.3.1 the code can and still does produce bogus code that doesn't set error. my ...
Michael Loftis
Apr 24, 2003 at 9:06 pm
Apr 24, 2003 at 10:48 pm -
<?php class foo { final public $bar = 10; } $f = new foo; $a = 'bar'; $f- $a = 20; echo $f- bar; ? outputs : 20 Final needs to be runtime. -Sterling PS: Insert mention of how this feature doesn't ...
Sterling Hughes
Apr 18, 2003 at 6:33 pm
Apr 18, 2003 at 9:08 pm -
In tune with the current 'const' patches by Sterling, and because I found it useful (and more consistent than the original behaviour IMHO), attached is a patch which implements compile-time constants ...
Chris Vandomelen
Apr 8, 2003 at 7:33 pm
Apr 8, 2003 at 9:39 pm -
I see that some (not all) of the functions found in GD 2.0.12 have been introduced into the bundled libgd, but even though functions like imagesetclip()/getclip() are there PHP wrappers haven't been ...
John Coggeshall
Apr 7, 2003 at 3:27 am
Apr 7, 2003 at 9:12 pm -
Ok, lets be professional (sorry for shouting). The idea behind this feature is making newbies and not so expirienced developer's life easier. It is one of those things that help the users. You must ...
Marcus Börger
Apr 5, 2003 at 12:05 pm
Apr 6, 2003 at 11:28 pm -
There currently is a keyword "use" in the engine, reserved for future use: 1.1 (zeev 29-Oct-00): | T_USE [...] With all the discussions about errors and ini settings, why not use use to put PHP into ...
Timm Friebe
Apr 6, 2003 at 2:02 pm
Apr 6, 2003 at 2:44 pm -
I've ported three GD functions from the 2.0.12 version of GD into the bundled version: imagesetclip(), imagegetclip(), and imagecopyrotated()... I may go through and port more but I wanted to see the ...
John Coggeshall
Apr 4, 2003 at 6:09 pm
Apr 5, 2003 at 1:34 am -
4
GD Patch
Does anyone have a problem with me committing the T1Lib/GD patch for error reporting? -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot org ...John Coggeshall
Apr 4, 2003 at 3:09 pm
Apr 4, 2003 at 3:59 pm -
PHP is now a Microsoft Partner Issued on: April 1, 2003 Software: PHP Platforms: All The PHP Group has is proud to announce that we are now a partner of Microsoft Corporation. Description After many ...
Magnus Maatta
Apr 1, 2003 at 3:40 am
Apr 1, 2003 at 1:50 pm -
This failed mbstring test comes up many times. mbstring folks, could you make this test smarter please? -Rasmus
Rasmus Lerdorf
Apr 30, 2003 at 2:07 pm
Apr 30, 2003 at 3:00 pm -
Just a quick question, with Apache 1.3.27, I can no longer use --with-apxs in head PHP5 . Should I file a bug report is there an obvious answer? -- Adam -- Adam Dickmeiss mailto:adam@indexdata.dk ...
Adam Dickmeiss
Apr 28, 2003 at 8:28 pm
Apr 28, 2003 at 9:01 pm -
I'm gonna release RC2 tonight, in 3-4 hours after sending this email. So if you really want some important stuff get more testing than the snapshots get, it's about the time to commit and MFH. :) I'm ...
Jani Taskinen
Apr 28, 2003 at 4:55 pm
Apr 28, 2003 at 6:53 pm -
Hi gents, The hp-ux compiler has an issue with a couple of lines in ext/mysql/libmysql/my_tempnam.c in the php 4_3 & PHP5 code stream. There are two uneeded lvalue casts that the compiler chokes on. ...
David Hill
Apr 24, 2003 at 7:40 pm
Apr 28, 2003 at 4:21 pm -
3
Jumadi
How to make Socket with PHP best Regards: Jumadi Francisco Simangunsong. ___________________________________________________________________Jumadi Francisco Simangunsong
Apr 4, 2003 at 2:46 am
Apr 24, 2003 at 5:58 am -
Howdy, One thing that would make it much easier for Zend/PHP to integrate with other runtime environments, is letting PHP_FUNCTION() functions accept the argument stack as a parameter, and then ...
Sterling Hughes
Apr 21, 2003 at 2:18 pm
Apr 21, 2003 at 5:22 pm -
Hi. When I tag to my package, I have received messages from cvs server as follows: $ cvs tag RELEASE_0_5 ... ... cvs server: [00:48:31] waiting for cvs's lock in ...
KUBO Atsuhiro
Apr 14, 2003 at 1:30 am
Apr 14, 2003 at 4:15 am -
i have the following code to register class constants : void register_class_long_constant_ex(zend_class_entry *ce, char *key, uint key_len, long lval) { HashTable *ht = &(ce)- constants_table; zval ...
L0t3k
Apr 13, 2003 at 7:12 am
Apr 13, 2003 at 12:04 pm -
Hi, I had to split the original message in two e-mails because it was longer than 30000 bytes. In this first message you'll find the commentary and the first attachment, the second message contains ...
SQUILLACE MASSIMO
Apr 7, 2003 at 4:55 pm
Apr 9, 2003 at 1:42 am -
Hi (Mainly) Rob Richards and (just a tiny little bit) me were hunting down some domxml memleaks (and Rob implemented DomDocument- free() method. Hooray ;) ). As we are rather late in the release ...
Christian Stocker
Apr 8, 2003 at 1:13 am
Apr 8, 2003 at 6:45 pm -
Is there a way to tell PHP to not include some sources in CLI build? PHP_NEW_EXTENSION( mymodule , mymodule.c , nocli) doesn't work as I expected - it doesn't include extension in ...
Wojtek Meler
Apr 2, 2003 at 12:16 pm
Apr 8, 2003 at 8:55 am -
Hello, as you might know, the Zend Engine 2 features a built-in Exception class. The problem with a class named Exception is that no user-defined class named Exception may exist. Suggestion #1 is to ...
Timm Friebe
Apr 6, 2003 at 1:09 pm
Apr 6, 2003 at 2:19 pm -
checking for bison... bison -y checking bison version... ./configure: test: 875b: integer expression expected 1.875b (ok) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ ...
Sebastian Bergmann
Apr 1, 2003 at 7:06 pm
Apr 3, 2003 at 9:13 am -
Here's a patch for the GD lib.. I'd like to commit this if there is no objection. It does a few things: 1) Creates a warning for imagepscopyfont()... It's in the docs and right now its completely ...
John Coggeshall
Apr 3, 2003 at 2:52 am
Apr 3, 2003 at 3:12 am -
Hi, It was brought to my attention that this code is legal in PHP 4: function foo($param = 'test') { global $$param; echo $$param; } $test = 'bar'; foo(); // prints bar Is this a feature or a bug? ...
Greg Beaver
Apr 2, 2003 at 3:05 am
Apr 3, 2003 at 2:09 am -
It might be a bug... but phps works fine for me. (There are some reports that it doesn't work and only displays an empty page). Derick -- ...
Derick Rethans
Apr 30, 2003 at 7:03 pm
May 1, 2003 at 3:00 am -
The following piece of code $i = 1; $i *= 10; echo $i; prints -2123890688 on Mac OS X, and 0 on Windows. The following commit is where breakage occured: ...
Edin Kadribasic
Apr 29, 2003 at 2:53 pm
Apr 29, 2003 at 3:00 pm
Group Overview
group | php-internals |
categories | php |
discussions | 171 |
posts | 557 |
users | 148 |
website | php.net |
148 users for April 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)