summaryrefslogtreecommitdiff
path: root/main/php_logos.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-99/+0
| | | | | | | | | | | - 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
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-1/+1
| | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-1/+1
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-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
|
* MFHNuno Lopes2007-01-061-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Simplify code and eliminate strcat() usageIlia Alshanetsky2006-12-281-7/+6
|
* const/static keywordingNuno Lopes2006-08-121-2/+2
|
* Fixed compiler warnings.Ilia Alshanetsky2006-07-131-2/+2
|
* 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
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+2
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-3/+3
| | | | | - whitespace fixes
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix name of function.Andi Gutmans2001-05-211-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Fix a memory leakSascha Schumann2000-12-081-7/+6
|
* zend_hash_find() treats this argument as const, but fails to declareSascha Schumann2000-11-061-1/+1
| | | | | the function properly.
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-1/+1
| | | | | | query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const.
* Fix a few warningsZeev Suraski2000-11-021-0/+90