Update and fix remaining year ranges (2019)

This patch follows previous license year ranges updates. With new
approach source code files now have simplified headers with license
information without year ranges.
This commit is contained in:
Peter Kokot 2019-02-03 22:47:49 +01:00
parent c0ce258b53
commit c245898bfa
104 changed files with 121 additions and 122 deletions

View file

@ -1,6 +1,6 @@
-------------------------------------------------------------------- --------------------------------------------------------------------
The PHP License, version 3.01 The PHP License, version 3.01
Copyright (c) 1999 - 2018 The PHP Group. All rights reserved. Copyright (c) 1999 - 2019 The PHP Group. All rights reserved.
-------------------------------------------------------------------- --------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Zend Engine | | Zend Engine |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2018-2018 Zend Technologies Ltd. (http://www.zend.com) | | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 2.00 of the Zend license, | | This source file is subject to version 2.00 of the Zend license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Zend Engine | | Zend Engine |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2018-2018 Zend Technologies Ltd. (http://www.zend.com) | | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 2.00 of the Zend license, | | This source file is subject to version 2.00 of the Zend license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Zend Signal Handling | | Zend Signal Handling |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2008-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Zend Signal Handling | | Zend Signal Handling |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2008-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2017-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -183,7 +183,6 @@ function process_source_tags($file, $short_name) {
if (!$header) { if (!$header) {
if ($options['std']) { if ($options['std']) {
$year = date('Y');
$author_len = strlen($options['author']); $author_len = strlen($options['author']);
$credits = $options['author'] . ($author_len && $author_len <= 60 ? str_repeat(' ', 60 - $author_len) : ''); $credits = $options['author'] . ($author_len && $author_len <= 60 ? str_repeat(' ', 60 - $author_len) : '');
@ -192,7 +191,7 @@ function process_source_tags($file, $short_name) {
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 1997-$year The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2009 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2009 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2001-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -1,6 +1,6 @@
-------------------------------------------------------------------- --------------------------------------------------------------------
The PHP License, version 3.01 The PHP License, version 3.01
Copyright (c) 1999 - 2018 The PHP Group. All rights reserved. Copyright (c) 1999 - 2019 The PHP Group. All rights reserved.
-------------------------------------------------------------------- --------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Zend Engine | | Zend Engine |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2013 Zend Technologies Ltd. (http://www.zend.com) | | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -4012,7 +4012,7 @@ ZEND_EXT_API zend_extension zend_extension_entry = {
PHP_VERSION, /* version */ PHP_VERSION, /* version */
"Zend Technologies", /* author */ "Zend Technologies", /* author */
"http://www.zend.com/", /* URL */ "http://www.zend.com/", /* URL */
"Copyright (c) 1999-2019", /* copyright */ "Copyright (c)", /* copyright */
accel_startup, /* startup */ accel_startup, /* startup */
NULL, /* shutdown */ NULL, /* shutdown */
NULL, /* per-script activation */ NULL, /* per-script activation */

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar:// stream wrapper support | | phar:// stream wrapper support |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -34,7 +34,7 @@ $stub = '/*
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension generated stub | | phar php single-file executable PHP extension generated stub |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-' . date('Y') . ' The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -1,4 +1,4 @@
.TH PHAR 1 "2018" "The PHP Group" "User Commands" .TH PHAR 1 "2019" "The PHP Group" "User Commands"
.SH NAME .SH NAME
phar, phar.phar \- PHAR (PHP archive) command line tool phar, phar.phar \- PHAR (PHP archive) command line tool
.SH SYNOPSIS .SH SYNOPSIS
@ -507,7 +507,7 @@ contributors all around the world.
.SH VERSION INFORMATION .SH VERSION INFORMATION
This manpage describes \fBphar\fP, version @PHP_VERSION@. This manpage describes \fBphar\fP, version @PHP_VERSION@.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997\-2018 The PHP Group Copyright \(co The PHP Group
.LP .LP
This source file is subject to version 3.01 of the PHP license, This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is that is bundled with this package in the file LICENSE, and is

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2007-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar:// stream wrapper support | | phar:// stream wrapper support |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2006-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| phar php single-file executable PHP extension generated stub | | phar php single-file executable PHP extension generated stub |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| TAR archive support for Phar | | TAR archive support for Phar |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -4,7 +4,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| TAR archive support for Phar | | TAR archive support for Phar |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -3,7 +3,7 @@
| phar php single-file executable PHP extension | | phar php single-file executable PHP extension |
| utility functions | | utility functions |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2005-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| ZIP archive support for Phar | | ZIP archive support for Phar |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2007-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -14,9 +14,9 @@ var_dump($reflection->getURL());
var_dump($reflection->getVersion() === PHP_VERSION); var_dump($reflection->getVersion() === PHP_VERSION);
var_dump(gettype($reflection->export('Zend OPcache', true)) === 'string'); var_dump(gettype($reflection->export('Zend OPcache', true)) === 'string');
?> ?>
--EXPECTF-- --EXPECT--
string(17) "Zend Technologies" string(17) "Zend Technologies"
string(23) "Copyright (c) 1999-20%d" string(13) "Copyright (c)"
string(12) "Zend OPcache" string(12) "Zend OPcache"
string(20) "http://www.zend.com/" string(20) "http://www.zend.com/"
bool(true) bool(true)

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2008-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -26,7 +26,7 @@ $t = <<<CODE
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 1997-%s The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |
@ -121,7 +121,7 @@ typedef struct {
CODE; CODE;
echo sprintf($t, date("Y")); echo $t;
$encodings = array( $encodings = array(
array( array(

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2017-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2393,9 +2393,9 @@ parent_loop_end:
SG(headers_sent) = 1; SG(headers_sent) = 1;
SG(request_info).no_headers = 1; SG(request_info).no_headers = 1;
#if ZEND_DEBUG #if ZEND_DEBUG
php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#else #else
php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#endif #endif
php_request_shutdown((void *) 0); php_request_shutdown((void *) 0);
fcgi_shutdown(); fcgi_shutdown();

View file

@ -16,7 +16,7 @@ echo "Done\n";
?> ?>
--EXPECTF-- --EXPECTF--
string(%d) "PHP %s (cgi%s (built: %s string(%d) "PHP %s (cgi%s (built: %s
Copyright (c) 1997-20%s The PHP Group Copyright (c) The PHP Group
Zend Engine v%s, Copyright (c) 1998-20%s Zend Technologies Zend Engine v%s, Copyright (c) Zend Technologies
" "
Done Done

View file

@ -1,4 +1,4 @@
.TH @program_prefix@php 1 "2018" "The PHP Group" "Scripting Language" .TH @program_prefix@php 1 "2019" "The PHP Group" "Scripting Language"
.SH NAME .SH NAME
@program_prefix@php \- PHP Command Line Interface 'CLI' @program_prefix@php \- PHP Command Line Interface 'CLI'
.P .P
@ -454,7 +454,7 @@ contributors all around the world.
.SH VERSION INFORMATION .SH VERSION INFORMATION
This manpage describes \fBphp\fP, version @PHP_VERSION@. This manpage describes \fBphp\fP, version @PHP_VERSION@.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997\-2018 The PHP Group Copyright \(co The PHP Group
.LP .LP
This source file is subject to version 3.01 of the PHP license, This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is that is bundled with this package in the file LICENSE, and is

View file

@ -678,7 +678,7 @@ static int do_cli(int argc, char **argv) /* {{{ */
goto out; goto out;
case 'v': /* show php version & quit */ case 'v': /* show php version & quit */
php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) The PHP Group\n%s",
PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__,
#if ZTS #if ZTS
"ZTS " "ZTS "

View file

@ -13,7 +13,7 @@ echo "Done\n";
?> ?>
--EXPECTF-- --EXPECTF--
string(%d) "PHP %s (cli) (built: %s)%s string(%d) "PHP %s (cli) (built: %s)%s
Copyright (c) 1997-20%d The PHP Group Copyright (c) The PHP Group
Zend Engine v%s, Copyright (c) 1998-20%d Zend Technologies Zend Engine v%s, Copyright (c) Zend Technologies
" "
Done Done

View file

@ -1723,9 +1723,9 @@ int main(int argc, char *argv[])
SG(request_info).no_headers = 1; SG(request_info).no_headers = 1;
#if ZEND_DEBUG #if ZEND_DEBUG
php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#else #else
php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#endif #endif
php_request_shutdown((void *) 0); php_request_shutdown((void *) 0);
fcgi_shutdown(); fcgi_shutdown();

View file

@ -1,4 +1,4 @@
.TH PHP-FPM 8 "2018" "The PHP Group" "Scripting Language" .TH PHP-FPM 8 "2019" "The PHP Group" "Scripting Language"
.SH NAME .SH NAME
.TP 15 .TP 15
php-fpm \- PHP FastCGI Process Manager 'PHP-FPM' php-fpm \- PHP FastCGI Process Manager 'PHP-FPM'
@ -213,7 +213,7 @@ contributors all around the world.
.SH VERSION INFORMATION .SH VERSION INFORMATION
This manpage describes \fBphp-fpm\fP, version @PHP_VERSION@. This manpage describes \fBphp-fpm\fP, version @PHP_VERSION@.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997\-2018 The PHP Group Copyright \(co The PHP Group
.PD 0 .PD 0
.P .P
Copyright (c) 2007-2009, Andrei Nigmatulin Copyright (c) 2007-2009, Andrei Nigmatulin

View file

@ -15,7 +15,7 @@ echo "Done\n";
?> ?>
--EXPECTF-- --EXPECTF--
string(%d) "PHP %s (fpm%s (built: %s string(%d) "PHP %s (fpm%s (built: %s
Copyright (c) 1997-20%s The PHP Group Copyright (c) The PHP Group
Zend Engine v%s, Copyright (c) 1998-20%s Zend Technologies Zend Engine v%s, Copyright (c) Zend Technologies
" "
Done Done

View file

@ -1039,9 +1039,9 @@ static int cli_main( int argc, char * argv[] )
case 'v': case 'v':
if (php_request_startup() != FAILURE) { if (php_request_startup() != FAILURE) {
#if ZEND_DEBUG #if ZEND_DEBUG
php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#else #else
php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#endif #endif
#ifdef PHP_OUTPUT_NEWAPI #ifdef PHP_OUTPUT_NEWAPI
php_output_end_all(); php_output_end_all();

View file

@ -1,4 +1,4 @@
.TH @program_prefix@phpdbg 1 "2018" "The PHP Group" "Scripting Language" .TH @program_prefix@phpdbg 1 "2019" "The PHP Group" "Scripting Language"
.SH NAME .SH NAME
@program_prefix@phpdbg \- The interactive PHP debugger @program_prefix@phpdbg \- The interactive PHP debugger
.SH SYNOPSIS .SH SYNOPSIS
@ -134,7 +134,7 @@ contributors all around the world.
.SH VERSION INFORMATION .SH VERSION INFORMATION
This manpage describes \fBphpdbg\fP, for PHP version @PHP_VERSION@. This manpage describes \fBphpdbg\fP, for PHP version @PHP_VERSION@.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997\-2018 The PHP Group Copyright \(co The PHP Group
.LP .LP
This source file is subject to version 3.01 of the PHP license, This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is that is bundled with this package in the file LICENSE, and is

View file

@ -1690,7 +1690,7 @@ phpdbg_main:
phpdbg_do_help_cmd(exec); phpdbg_do_help_cmd(exec);
} else if (show_version) { } else if (show_version) {
phpdbg_out( phpdbg_out(
"phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2018 The PHP Group\n%s", "phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) The PHP Group\n%s",
PHPDBG_VERSION, PHPDBG_VERSION,
__DATE__, __DATE__,
__TIME__, __TIME__,

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2014-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -2,7 +2,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 2014-2018 The PHP Group | | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |

View file

@ -1,4 +1,4 @@
.TH @program_prefix@php\-config 1 "2018" "The PHP Group" "Scripting Language" .TH @program_prefix@php\-config 1 "2019" "The PHP Group" "Scripting Language"
.SH NAME .SH NAME
@program_prefix@php\-config \- get information about PHP configuration and compile options @program_prefix@php\-config \- get information about PHP configuration and compile options
.SH SYNOPSIS .SH SYNOPSIS
@ -65,7 +65,7 @@ PHP version as integer
.SH VERSION INFORMATION .SH VERSION INFORMATION
This manpage describes \fBphp\fP, version @PHP_VERSION@. This manpage describes \fBphp\fP, version @PHP_VERSION@.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997\-2018 The PHP Group Copyright \(co The PHP Group
.LP .LP
This source file is subject to version 3.01 of the PHP license, This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is that is bundled with this package in the file LICENSE, and is

View file

@ -1,4 +1,4 @@
.TH @program_prefix@phpize 1 "2018" "The PHP Group" "Scripting Language" .TH @program_prefix@phpize 1 "2019" "The PHP Group" "Scripting Language"
.SH NAME .SH NAME
@program_prefix@phpize \- prepare a PHP extension for compiling @program_prefix@phpize \- prepare a PHP extension for compiling
.SH SYNOPSIS .SH SYNOPSIS
@ -32,7 +32,7 @@ Prints API version information
.SH VERSION INFORMATION .SH VERSION INFORMATION
This manpage describes \fBphp\fP, version @PHP_VERSION@. This manpage describes \fBphp\fP, version @PHP_VERSION@.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997\-2018 The PHP Group Copyright \(co The PHP Group
.LP .LP
This source file is subject to version 3.01 of the PHP license, This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is that is bundled with this package in the file LICENSE, and is

Some files were not shown because too many files have changed in this diff Show more