Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fix #70048: When running a phpinfo(), if you have a very long cell value you ↵ | Geolim4 | 2015-07-11 | 1 | -1/+1 |
| | | | | | | | | got a table overflow. | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pull-request/231' | Stanislav Malyshev | 2013-07-21 | 1 | -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 tweaks | Colin Viebrock | 2012-12-04 | 1 | -5/+5 |
| | | |||||
| * | Bump up table width a bit more and make columns consistent | Colin Viebrock | 2012-11-09 | 1 | -6/+6 |
| | | |||||
| * | Bringing CSS up to this decade's standards. | Colin Viebrock | 2012-11-08 | 1 | -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 Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Jani Taskinen | 2007-11-05 | 1 | -4/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Fixed bug #23912 (Invalid CSS in phpinfo() output) | Ilia Alshanetsky | 2003-06-03 | 1 | -8/+7 |
| | |||||
* | Add vr class | Sascha Schumann | 2003-04-22 | 1 | -0/+1 |
| | | | | | Noticed by: Jon Parise | ||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -3/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - Fix the text alignment to be about same in any browser. | foobar | 2002-10-10 | 1 | -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. | foobar | 2002-10-09 | 1 | -4/+3 |
| | |||||
* | overrule <center> | James Cox | 2002-10-09 | 1 | -3/+3 |
| | |||||
* | don't define fonts ... use the browser defaults | Colin Viebrock | 2002-10-08 | 1 | -3/+3 |
| | |||||
* | fix phpinfo() output for better browser BC | Colin Viebrock | 2002-09-26 | 1 | -72/+16 |
| | |||||
* | Change phpinfo() to use CSS styling instead of HTML code. | Colin Viebrock | 2002-09-19 | 1 | -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. |