summaryrefslogtreecommitdiff
path: root/ext/standard/info.h
Commit message (Collapse)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-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
| |
* | Hatch elePHPantAndrea Faulds2015-12-271-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Fixed memory leak in php_unameXinchen Hui2014-03-031-1/+1
| |
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'pull-request/231'Stanislav Malyshev2013-07-211-7/+9
|\ | | | | | | | | | | | | | | * 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.
| * update Zend Engine logo as per Zeev, and tweak PHP logos ... :)Colin Viebrock2013-01-041-7/+9
| |
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-9/+3
| | | | | | | | | | | - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
* - 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
|
* MFH:- Added php_ini_loaded_file() function which returns the path to the actualfoobar2007-06-091-0/+1
| | | | | php.ini in use.
* - MFH php --ri <extension>Marcus Boerger2007-02-081-0/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Added missing declaration of the php_get_uname() PHPAPI function.Ilia Alshanetsky2006-09-291-0/+1
|
* ext/standard/info.c ext/standard/info.hIlia Alshanetsky2006-07-281-0/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-021-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* C++ extensions build fixHartmut Holzgraefe2003-05-201-0/+2
|
* Extend print_table_row so that one can specify the CSS classSascha Schumann2003-04-191-0/+1
| | | | | directly. Add "vr" class which aligns the content to the right border.
* fixes for logo guid functionsColin Viebrock2003-04-021-0/+2
|
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵Sebastian Bergmann2003-03-251-1/+1
| | | | SAPI/CLI on Win32.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Add php_ini_scanned_files() so "make test" can tell you when you haveRasmus Lerdorf2002-10-061-0/+1
| | | | | additional .ini files that are scanned.
* Fix ZTS build.Sebastian Bergmann2002-09-261-2/+2
|
* update credits page with proper HTML, fix HTML escaping, and a few tweaksColin Viebrock2002-09-261-0/+2
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* More TSRMLS_FETCH workZeev Suraski2001-07-301-1/+1
|
* Finish phpinfo() HTML 4.01 tweaking.Sebastian Bergmann2001-06-191-3/+3
|
* Adding webteam to credits.James Moore2001-03-141-0/+5
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Add the QA team to the creditsZeev Suraski2000-12-191-0/+1
|
* first step towards auto-generated creditsHartmut Holzgraefe2000-11-201-1/+0
|
* generalization of image handling in phpinfoHartmut Holzgraefe2000-10-311-1/+2
|
* @Added php_uname() function (Stig)Stig Bakken2000-08-271-0/+1
| | | | | Added php_uname() function.