[PHP-CVS] cvs: php4 /ext/standard css.c

2003-06-03 Thread Ilia Alshanetsky
iliaa Mon Jun 2 20:06:01 2003 EDT Modified files: /php4/ext/standard css.c Log: Fixed bug #23912 (Invalid CSS in phpinfo() output) Index: php4/ext/standard/css.c diff -u php4/ext/standard/css.c:1.9 php4/ext/standard/css.c:1.10 --- php4/ext/standard/css.c:

[PHP-CVS] cvs: php4 /ext/standard css.c info.c

2002-10-09 Thread Jani Taskinen
sniper Thu Oct 10 00:28:15 2002 EDT Modified files: /php4/ext/standard css.c info.c Log: - Fix the text alignment to be about same in any browser. # Please test this, it's now same in NS 4.78 (linux), IE 5.5 and # Mozilla 1.2a (win32). (I don't have any oth

RE: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-09 Thread James Cox
> Sent: Thursday, October 10, 2002 12:19 AM > To: [EMAIL PROTECTED] > Subject: [PHP-CVS] cvs: php4 /ext/standard css.c > > > sniperWed Oct 9 19:18:48 2002 EDT > > Modified files: > /php4/ext/standardcss.c > Log: > Revert prev

[PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-09 Thread Jani Taskinen
sniper Wed Oct 9 19:18:48 2002 EDT Modified files: /php4/ext/standard css.c Log: Revert previous change, it did not fix anything. Index: php4/ext/standard/css.c diff -u php4/ext/standard/css.c:1.4 php4/ext/standard/css.c:1.5 --- php4/ext/standard/css.c:1.

[PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-09 Thread James Cox
imajes Wed Oct 9 18:32:01 2002 EDT Modified files: /php4/ext/standard css.c Log: overrule Index: php4/ext/standard/css.c diff -u php4/ext/standard/css.c:1.3 php4/ext/standard/css.c:1.4 --- php4/ext/standard/css.c:1.3 Tue Oct 8 15:42:23 2002 +++ php4/ext

Re: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-08 Thread Melvyn Sopacua
At 21:42 8-10-2002, Colin Viebrock wrote: >cmv Tue Oct 8 15:42:23 2002 EDT > > Modified files: > /php4/ext/standard css.c > Log: > don't define fonts ... use the browser defaults Reason being? The definitions end in generic font families. There's no shame in defining a _

[PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-08 Thread Colin Viebrock
cmv Tue Oct 8 15:42:23 2002 EDT Modified files: /php4/ext/standard css.c Log: don't define fonts ... use the browser defaults Index: php4/ext/standard/css.c diff -u php4/ext/standard/css.c:1.2 php4/ext/standard/css.c:1.3 --- php4/ext/standard/css.c:

[PHP-CVS] cvs: php4 /ext/standard css.c info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apache php_apache.c

2002-09-26 Thread Colin Viebrock
cmv Thu Sep 26 13:54:55 2002 EDT Modified files: /php4/ext/standard css.c info.c /php4/main php_ini.c /php4/sapi/aolserveraolserver.c /php4/sapi/apache php_apache.c Log: fix phpinfo() output for better browser BC Index: php