Remi Collet
7baf882c97
set version to 1.0.0-dev instead of PHP_VERSION and display it in phpinfo
2019-07-12 15:04:15 +02:00
Zeev Suraski
a6185d5a3a
Remove yearly range from copyright notice
2019-01-30 11:03:12 +02:00
Peter Kokot
03d1652221
Remove unused Git attributes ident
...
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.
In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.
This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
Xinchen Hui
be42fd3e0b
year++
2018-01-02 12:57:58 +08:00
Sammy Kaye Powers
5fa4624fb1
Update copyright headers to 2017
2017-01-02 09:30:12 -06:00
Lior Kaplan
4cf952046a
Merge branch 'PHP-5.6' into PHP-7.0
...
* PHP-5.6:
Happy new year (Update copyright to 2016)
2016-01-01 19:48:25 +02:00
Lior Kaplan
23a3588b31
Happy new year (Update copyright to 2016)
2016-01-01 19:21:47 +02:00
Anatol Belski
76d1ae43c7
cleanup mod version macros and mod defs, round x
2015-03-23 21:30:22 +01:00
Xinchen Hui
2dc8c05c7b
bump year
2015-01-15 23:27:30 +08:00
Xinchen Hui
ea70bb4d28
bump year
2015-01-15 23:26:37 +08:00
Stanislav Malyshev
9cfee9f5cf
trailing whitespace removal
2015-01-10 15:07:38 -08:00
Johannes Schlüter
b54dc42a2b
s/PHP 5/PHP 7/
2014-09-19 18:33:14 +02:00
Xinchen Hui
76657bece5
Bump year
2014-01-03 11:08:10 +08:00
Xinchen Hui
076587a331
Happy New Year
2013-01-01 16:37:09 +08:00
Felipe Pena
2a099e2532
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
2d15113885
- Year++
2011-01-01 02:17:06 +00:00
Sebastian Bergmann
17d495e1f5
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Sebastian Bergmann
08ece5f8a9
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Sebastian Bergmann
3cef2dd263
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Sebastian Bergmann
25954c6d4b
MFH: Bump year.
2007-01-01 09:36:18 +00:00
foobar
ff5f118dc7
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
633de79d41
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
9f68df8f19
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
James Cox
91bab168a2
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Sebastian Bergmann
0131564952
Bump year.
2002-12-31 16:08:15 +00:00
foobar
9811953aa7
One big mess is a bit less mess now.
2002-04-24 12:45:55 +00:00
Wez Furlong
4406b0d9d8
Fix build.
...
Warning about TSRM testing still applies.
2002-03-18 11:46:00 +00:00
Sebastian Bergmann
d3eb852ca2
Maintain headers.
2002-02-28 08:29:35 +00:00
Sebastian Bergmann
b95dc4a8b6
Update headers.
2001-12-11 15:32:16 +00:00
Zeev Suraski
c34e31bc95
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
2001-07-30 01:56:43 +00:00
Zeev Suraski
d5f4cdfee7
Redesigned thread safety mechanism - nua nua
2001-07-28 11:36:37 +00:00
Andi Gutmans
1f0efcbacc
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Egon Schmid
1d19ffb4d3
Some cosmetic changes.
2000-07-15 16:09:18 +00:00
Sascha Schumann
984b3e5247
Change header protection macros to conform to standard.
...
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"
All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.
2000-07-02 23:46:51 +00:00
Andi Gutmans
cac5a3b71e
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
...
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
2000-06-10 08:48:01 +00:00
Thies C. Arntzen
ddf387fd55
add check for stdbool.h
2000-06-06 14:13:35 +00:00
Zeev Suraski
af0dbdbf27
Update the license with the new clause 6
2000-05-18 15:34:45 +00:00
Kristian Köhntopp
ba9cee6894
- Added additional DEFER macro.
...
- First stab at porting the recode module. Still having problems
with the _ex() functions, they core - why?
2000-03-11 22:05:41 +00:00