Skip to content

Commit 7a7ec01

Browse files
committed
year++
1 parent 1f2ea6c commit 7a7ec01

File tree

934 files changed

+944
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

934 files changed

+944
-944
lines changed

TSRM/tsrm_win32.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1997-2017 The PHP Group |
5+
| Copyright (c) 1997-2018 The PHP Group |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 3.01 of the PHP license, |
88
| that is bundled with this package in the file LICENSE, and is |

TSRM/tsrm_win32.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1997-2017 The PHP Group |
5+
| Copyright (c) 1997-2018 The PHP Group |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 3.01 of the PHP license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |
@@ -60,7 +60,7 @@ ZEND_API zend_bool zend_dtrace_enabled;
6060
/* version information */
6161
static char *zend_version_info;
6262
static uint32_t zend_version_info_length;
63-
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2017 Zend Technologies\n"
63+
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2018 Zend Technologies\n"
6464
#define PRINT_ZVAL_INDENT 4
6565

6666
/* true multithread-shared globals */

Zend/zend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_API.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_API.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_alloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_alloc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_alloc_sizes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_arena.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_ast.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_ast.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_build.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_builtin_functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_builtin_functions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_closures.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_closures.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_compile.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_compile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_config.nw.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_config.w32.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_constants.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_default_classes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_errors.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_exceptions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_exceptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_execute.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_execute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_execute_API.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_extensions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

0 commit comments

Comments
 (0)