summaryrefslogtreecommitdiff
path: root/ext/standard/css.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFHJani Taskinen2007-11-051-4/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Fixed bug #23912 (Invalid CSS in phpinfo() output)Ilia Alshanetsky2003-06-031-8/+7
|
* Add vr classSascha Schumann2003-04-221-0/+1
| | | | | Noticed by: Jon Parise
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵Sebastian Bergmann2003-03-251-3/+1
| | | | SAPI/CLI on Win32.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Fix the text alignment to be about same in any browser.foobar2002-10-101-0/+3
| | | | | | # 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 other browsers installed now)
* Revert previous change, it did not fix anything.foobar2002-10-091-4/+3
|
* overrule <center>James Cox2002-10-091-3/+3
|
* don't define fonts ... use the browser defaultsColin Viebrock2002-10-081-3/+3
|
* fix phpinfo() output for better browser BCColin Viebrock2002-09-261-72/+16
|
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-0/+114
It doesn't render as nicely as it used to on older browsers, but it does result in smaller files, and opens the door to using your own CSS to style it differently. There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so Derick has the patch.