[PHP-DEV] Re: Funny message

2002-06-04 Thread Tom Sommer

"Michael Stolovitzsky" <[EMAIL PROTECTED]> skrev i en meddelelse
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

> Parse error:  parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM in [...]

Come on... This needs to be fixed... It looks like Hebrew... I have to agree
:)

oh 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




[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-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




[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...
try php.general

--
* 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




[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.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Tom Sommer

"Devon O'Dell" <[EMAIL PROTECTED]> wrote in
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

> The other option is just making it work with line numbering regardless.
> This won't break any scripts, just make them have line numbers instead.

This is not 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)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


"Devon O'Dell" <[EMAIL PROTECTED]> wrote in
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Maybe, but then we're assuming Apache ;)

.phps does not work on IIS

Maybe it should be an INI option, but the default should be off (for
backward compatability). I totally agree that this would kick ass (sorry) in
help channels where i personally hate asking "So whats line 20?"

The feature should be implemented in PHP, but not active by default.
It should be controlled by php.ini and this value should be overwrited by
the optional parameter in the functions.. 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


"[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 current show_source

--
* 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


"Edin Kadribasic" <[EMAIL PROTECTED]> wrote in
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Did I miss something here? I don't remember us reaching agreement about
> adding another config option.

He still has the right to make a patch if he wants to.
Currently 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.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 would have to say that I would be +1 for the include feature in the
php.ini file, but -1 for the PHP parsing of the file... I see no need for
that

The include feature could be very usefull so I don't see anything wrong
with the idea since the newbies could just stay away from it?

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.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: remote_addr

2002-09-26 Thread Tom Sommer

Anderson O Muniz wrote:
> Hello,
> 
> I need help I never programmed in php. :/
Then you're in the wrong place. This group is for the development of the 
  PHP sourcecode itself, not a support forum.

> What i am doing wrong?
Everything, try php.general or read the manual from 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




[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 Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




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 <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[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 indistinguishable from a feature


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



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 indistinguishable from a feature


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.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 <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php