Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Tom Sommer
On Wed, 12 Mar 2003 23:44:20 +0200 (EET), Jani Taskinen wrote: > 1. Rename the list to php-group And the newsgroup? since lots of the spam comes from NNTP directly, I would think(?) -- Tom Sommer, denmark www.tsn.dk - www.dreamcoder.dk -- PHP Development Mailing List <http://www.p

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Tom Sommer
iling lists (or put it under another category) Don't forget that mailing lists is not the whole problem, many also use news groups :) php.internal php.coredev or something like that Personally I just lurk here :) -- Tom Sommer, denmark www.tsn.dk - www.dreamcoder.dk -- PHP Develo

[PHP-DEV] Re: CVS access

2003-03-10 Thread Tom Sommer
the forms available on: http://www.php.net/cvs-php.php -- Tom Sommer, denmark www.tsn.dk - www.dreamcoder.dk -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Fix for wordwrap()

2003-03-08 Thread Tom Sommer
On Sun, 9 Mar 2003 01:07:53 +0100 (CET), Derick Rethans wrote: > Docs were wrong, I just fixed that. oh, and the examples and the text about cut needs to be changed to :) If the cut is set to *1* -- Tom Sommer, denmark www.tsn.dk - www.dreamcoder.dk -- PHP Development Mailing List &l

Re: [PHP-DEV] Fix for wordwrap()

2003-03-08 Thread Tom Sommer
On Sun, 9 Mar 2003 01:07:53 +0100 (CET), Derick Rethans wrote: > Docs were wrong, I just fixed that. booleancut should be boolcut since all other doc elements use bool and not boolan :) Guess I am a perfectionist -- Tom Sommer, denmark www.tsn.dk - www.dreamcoder.dk -- PHP Developm

Re: [PHP-DEV] Fix for wordwrap()

2003-03-08 Thread Tom Sommer
On Sun, 9 Mar 2003 01:05:01 +0100 (CET), Derick Rethans wrote: > It is: > zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lsb" > (b = boolean) Ok, the documentation says it is an integer... (ofcause true == 1, but still) -- Tom Sommer, denmark www.tsn.dk - www.dre

Re: [PHP-DEV] Fix for wordwrap()

2003-03-08 Thread Tom Sommer
s not broken... It can be discussed if the cutcount (10) should be reset after a \n... which would be logic? PS. cut should had been a boolean, IMHO :) -- Tom Sommer, denmark www.tsn.dk - www.dreamcoder.dk -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Tom Sommer
"Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Well, isn't it better/easier to "fix" ext/calendar and add missing > functionality than to introduce a whole new extension? Indeed this would be a better solution - Tom -- PHP Development Mailing List To unsubscribe, visit:

[PHP-DEV] Re: GD 2.0.4

2002-10-26 Thread Tom Sommer
Stefan Esser wrote: What happened to the GD lib folks? Every day a new version now? ;) Maybe they were stoned for a few, years? Gotta love that ;) -- * Tom Sommer * http://www.dreamcoder.dk | mail(a)dreamcoder.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP

[PHP-DEV] Re: Bug count..

2002-10-21 Thread Tom Sommer
Jani Taskinen wrote: Here you can find nice curve of the bug count: http://www.php.net/~jani/count.png If this realtime? -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mailing List

Re: [PHP-DEV] short_open_tag

2002-10-18 Thread Tom Sommer
Andi Gutmans wrote: I don't see why it's such a big deal for people who are creating xml to turn-off short tags? Me neither, I use short tags all the time, but thats just me :) -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguisha

[PHP-DEV] Re: $_ENV[] != getenv()

2002-10-18 Thread Tom Sommer
Andrew Sitnikov wrote: Any comments please ? P.S. I know that 'REMOTE_ADDR' exists in $_SERVER[] Are you using the lastest snapshot, I believe this is a bug that is now fixed... -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguis

Re: [PHP-DEV] 4.3.0-pre1 printf weirdness

2002-10-18 Thread Tom Sommer
Derick Rethans wrote: I could reproduce this with pre1, but latest CVS works fine again. Can you try? You gotta love bugkilling :) -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mailing List

[PHP-DEV] Re: [4.3] Current critical bugs

2002-10-15 Thread Tom Sommer
Andrei Zmievski wrote: > Summary: max_execution_time affects large uploads > URL: http://bugs.php.net/bug.php?id=16880 Very very critical -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Devel

[PHP-DEV] Re: remote_addr

2002-09-26 Thread Tom Sommer
rom the beginning -- * Tom Sommer * http://www.tsn.dk * Computers do not solve problems, they execute solutions -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Tom Sommer
I see your point in saying that php.ini should not be to complex... so I would have to say stop after the include feature... -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mailing List <http://www

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Tom Sommer
rently the way to go is to make the output and then in the end, find out how the configs for this new feature should be made... -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mailing List <http://www

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Tom Sommer
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >Output from show_source using the current patch can be found at > > http://www.dapond.net/code/bleh.html Don't use tables.. use HTML spaces instead, like the curre

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Tom Sommer
nctions.. how's that? The only reason for even using php.ini for this, is because of phps -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Tom Sommer
a good idea, many may find line-numbers useless in some cases/scripts... I agree that it would be an great idea to make it an optional parameter, and NOT in the ini file :) This applies in both highligt_file, show_source and highlight_string -- * Tom Sommer * http://www.tsn.dk | webmaster(a)t

[PHP-DEV] Re: REPOST: PHP 4.2.3 Released

2002-09-08 Thread Tom Sommer
> [ I resend this mail because it simply disappeared and never showed up on > php-dev ] Showed up fine before -- * Tom Sommer * http://www.tsn.dk | webmaster(a)tsn.dk * Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mailing List <http://www.php

[PHP-DEV] Re: Global Server Variables

2002-08-04 Thread Tom Sommer
"Sascha Braun" <[EMAIL PROTECTED]> wrote 001901c23ade$678a41e0$049a07d5@billsgate">news:001901c23ade$678a41e0$049a07d5@billsgate... > Can somebody tell me how to write a reference on the values of $HTTP_POST_VARS. This really isn't the right place to ask...

[PHP-DEV] Re: Bug #17717 Updated: Error: could not find/open font

2002-06-12 Thread Tom Sommer
"Enrico Kliesch" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]... > I also tried: > > $font="./arial" //without .ttf try $font = "/WINNT/Fonts/arial.ttf"; This should be seen as a bug, but more a bug in GDlib and not PHP -- Tom Sommer E-Ma

[PHP-DEV] Re: Funny message

2002-06-04 Thread Tom Sommer
h and Rasmus, I'm danish to, and I didn't know it ment double-colon.. Maybe thats just me :) -- Tom Sommer E-Mail: webmaster(a)tsn.dk Web: http://www.tsn.dk -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php