[PHP-DEV] phpinfo() problems

2002-10-08 Thread Yasuo Ohgaki
First problem, CSS should not contain specific font name. Otherwise, characters may be broken under some browsers when font does not have type faces needed. Second problem, phpinfo() output should not automatically converted to html entity unless correct charset is used when chars are converted to

Re: [PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread Jan Lehnardt
Hi, On Fri, Sep 27, 2002 at 06:42:17PM +0900, Yasuo Ohgaki wrote: > I would like to remove ascii art from text version > of phpinfo(). We shouldn't add things that do not > work well. i.e. back slash has many interpretations. > > Any comments? 'fixed' in CVS ;) Jan -- Q: Thank Jan? A: http://ge

Re: [PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread [EMAIL PROTECTED]
+1 Original Message: - From: Edin Kadribasic [EMAIL PROTECTED] Date: Fri, 27 Sep 2002 12:06:30 +0200 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP-DEV] phpinfo() - removing ascii art On Fri, 27 Sep 2002 18:42:17 +0900, Yasuo Ohgaki wrote: > I would like to rem

Re: [PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread Edin Kadribasic
On Fri, 27 Sep 2002 18:42:17 +0900, Yasuo Ohgaki wrote: > I would like to remove ascii art from text version > of phpinfo(). We shouldn't add things that do not > work well. i.e. back slash has many interpretations. +1 It a bit too unserious IMHO and it does not render the same on all machines (

Re: [PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread Yasuo Ohgaki
Tal Peer wrote: > Yasuo Ohgaki wrote: > > >>I would like to remove ascii art from text version >>of phpinfo(). We shouldn't add things that do not >>work well. i.e. back slash has many interpretations. >> > > Elaborate on this, please. ISO 646 is the ASCII. There are variants of it. i.e. DE, DK

Re: [PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread Tal Peer
Yasuo Ohgaki wrote: >I would like to remove ascii art from text version >of phpinfo(). We shouldn't add things that do not >work well. i.e. back slash has many interpretations. > Elaborate on this, please. > >Any comments? > >-- >Yasuo Ohgaki > > > > -- PHP Development Mailing List

[PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread Yasuo Ohgaki
I would like to remove ascii art from text version of phpinfo(). We shouldn't add things that do not work well. i.e. back slash has many interpretations. Any comments? -- Yasuo Ohgaki -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] phpinfo() output

2002-09-26 Thread Sebastian Bergmann
Currently API Versions: PHP: 20020307 PHP Extension: 20020429 Zend Extension: 20020903 is rendered instead of API Versions: PHP: 20020307 PHP Extension: 20020429 Zend Extension: 20020903 -- Sebastian Bergmann http://sebastian-bergmann.d

[PHP-DEV] phpinfo()

2002-01-09 Thread eric
I'm having a bit of a problem with phpinfo(). Here is a link to the page http://shawn.phpsecure.com/info.php I'm not sure exactly what its doing but the page code is this This worked just fine until I upgraded to 4.1.0 then 4.1.1 Thanks!   ~ Eric

RE: [PHP-DEV] phpinfo() : Why no PHP & Zend image when expose_php=off?

2001-10-24 Thread Robinson, Mike
Title: RE: [PHP-DEV] phpinfo() : Why no PHP & Zend image when expose_php=off? I'll have to remember this come April 1st so I can see the next version of 'hide the bread sticks'. ;)  Mike Robinson  IT / Developer - Toronto Star TV  Phone: 416.945.8786  Fax: 416.869.

Re: [PHP-DEV] phpinfo() : Why no PHP & Zend image when expose_php=off?

2001-10-24 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Okay. I was just curious why phpinfo() behaves differently, since 4.0.6 > always shows images. IIRC. > > I thought mbstr-enc-trans is doing something wrong for the images at > first :( Oops. I meant "mbstring", not "mbstr-enc-trans". "mbstr-enc-trans" is for HTTP input

Re: [PHP-DEV] phpinfo() : Why no PHP & Zend image when expose_php=off?

2001-10-24 Thread Yasuo Ohgaki
Okay. I was just curious why phpinfo() behaves differently, since 4.0.6 always shows images. IIRC. I thought mbstr-enc-trans is doing something wrong for the images at first :( -- Yasuo Ohgaki Zeev Suraski wrote: > Yes, it's quite intentional. > > Because there is no way to embed images wit

Re: [PHP-DEV] phpinfo() : Why no PHP & Zend image when expose_php=off?

2001-10-24 Thread Zeev Suraski
Yes, it's quite intentional. Because there is no way to embed images within HTML, the way PHP displays these images is by detecting a special kind of input string. If this input string is detected, PHP spits out the PHP or Zend image, as necessary. Since this allows remote users to detect wh

[PHP-DEV] phpinfo() : Why no PHP & Zend image when expose_php=off?

2001-10-24 Thread Yasuo Ohgaki
I'm curious about why there is no PHP & Zend image and take a look at info.c finally. phpinfo() do not show PHP & Zend logo when expose_php is set to off. I thought this is a some thought of a problem at first. This behaviour is confusing anyway. Any good reason for this? It just doesn't make sen

Re: [PHP-DEV] phpinfo output

2001-07-31 Thread Jani Taskinen
On Mon, 30 Jul 2001, Colin Viebrock wrote: >Anyone else here notice that the additional information "blocks" for modules >compiled into PHP is pretty much sorted in reverse alphabetically order? > >Just wondering if we could switch it to forward alpha order, if possible. >And why zlib seems to co

[PHP-DEV] phpinfo output

2001-07-30 Thread Colin Viebrock
Anyone else here notice that the additional information "blocks" for modules compiled into PHP is pretty much sorted in reverse alphabetically order? Just wondering if we could switch it to forward alpha order, if possible. And why zlib seems to come up in the wrong location. - Colin -- PHP D