summaryrefslogtreecommitdiff
path: root/ext/standard/css.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Fix #70048: When running a phpinfo(), if you have a very long cell value you ↵Geolim42015-07-111-1/+1
| | | | | | | | got a table overflow.
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'pull-request/231'Stanislav Malyshev2013-07-211-16/+15
|\ | | | | | | | | | | | | | | * pull-request/231: update Zend Engine logo as per Zeev, and tweak PHP logos ... :) fix for scrolling, other minor tweaks Bump up table width a bit more and make columns consistent Bringing CSS up to this decade's standards.
| * fix for scrolling, other minor tweaksColin Viebrock2012-12-041-5/+5
| |
| * Bump up table width a bit more and make columns consistentColin Viebrock2012-11-091-6/+6
| |
| * Bringing CSS up to this decade's standards.Colin Viebrock2012-11-081-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | Here are some tweaks to the phpinfo() styling, since this really hasn't been touched in almost a decade: - color codes are shortened - table width is bigger and handled via CSS - fix so that long INI entries don't make the layout super wide - bgcolor for "Additional Modules" wasn't set - fix my email address Signed-off-by: Colin Viebrock <colin@viebrock.ca>
* | 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.