Xinchen Hui
|
a6519d0514
|
year++
|
2018-01-02 12:57:58 +08:00 |
|
Sammy Kaye Powers
|
9e29f841ce
|
Update copyright headers to 2017
|
2017-01-02 09:30:12 -06:00 |
|
Lior Kaplan
|
49493a2dcf
|
Happy new year (Update copyright to 2016)
|
2016-01-01 19:21:47 +02:00 |
|
Xinchen Hui
|
0579e8278d
|
bump year
|
2015-01-15 23:26:37 +08:00 |
|
Stanislav Malyshev
|
aca526a13b
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix accepting ill-formed UTF-8 characters
Conflicts:
ext/phar/phar_path_check.c
|
2014-04-22 16:57:17 -07:00 |
|
Jakub Zelenka
|
61499bf282
|
Fix accepting ill-formed UTF-8 characters
Conflicts:
ext/phar/phar_path_check.c
|
2014-04-22 16:55:58 -07:00 |
|
Stanislav Malyshev
|
dafb2af705
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.
Conflicts:
ext/phar/phar_path_check.c
|
2014-04-20 17:22:21 -07:00 |
|
Danack
|
ea4cee93c8
|
Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.
|
2014-04-20 17:19:20 -07:00 |
|
Xinchen Hui
|
47c9027772
|
Bump year
|
2014-01-03 11:06:16 +08:00 |
|
Xinchen Hui
|
c0d060f5c0
|
Bump year
|
2014-01-03 11:04:26 +08:00 |
|
Xinchen Hui
|
cbb5d42b9b
|
Merge branch 'PHP-5.4' into PHP-5.5
|
2013-01-06 10:23:21 +08:00 |
|
Xinchen Hui
|
c2f8e90504
|
Merge branch 'PHP-5.3' into PHP-5.4
|
2013-01-06 10:20:00 +08:00 |
|
Xinchen Hui
|
bc11e6fdbb
|
bump year
|
2013-01-06 10:19:09 +08:00 |
|
Sebastian Bergmann
|
eab14993fe
|
Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files.
|
2012-12-06 09:28:35 +01:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
8775a37559
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Nuno Lopes
|
8d2d7255ec
|
MFB: fix lcov build (r308657)
|
2011-02-25 09:37:33 +00:00 |
|
Nuno Lopes
|
e79bf567e8
|
fix lcov build
|
2011-02-25 09:32:17 +00:00 |
|
Felipe Pena
|
12d2104277
|
- Year++
|
2011-01-01 02:48:19 +00:00 |
|
Felipe Pena
|
d90a33d51c
|
- Year++
|
2011-01-01 02:46:03 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Sebastian Bergmann
|
7f4dc8702a
|
Bump copyright year, 3 of 3.
|
2008-12-31 11:12:40 +00:00 |
|
Steph Fox
|
4e5280a7a2
|
- ws/cs, macros, code that only affects other branches
- some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD
|
2008-08-01 13:48:45 +00:00 |
|
Steph Fox
|
c6aa379d74
|
- This is as good as it gets in HEAD at present (~30% tests fail here)
|
2008-08-01 13:45:06 +00:00 |
|
SVN Migration
|
16b4d8e0e1
|
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
|
2008-05-12 21:03:49 +00:00 |
|
Nuno Lopes
|
dc84b8b767
|
fix gcov build
|
2008-01-18 20:12:45 +00:00 |
|
Greg Beaver
|
9f5b3a229f
|
fix empty directories in phar, add test
|
2008-01-09 00:58:37 +00:00 |
|
Marcus Boerger
|
20ffb00422
|
- Include spl_iterators.h
|
2007-02-08 22:50:15 +00:00 |
|
Marcus Boerger
|
5928d89d50
|
- Detect \0 in paths where possible
|
2007-02-05 19:16:07 +00:00 |
|
Marcus Boerger
|
08cf9ff731
|
- Check for illegal chars (control + potential UTF-8 (need to take care of in PHP 6))
|
2007-02-05 07:58:29 +00:00 |
|
Greg Beaver
|
c0e2739103
|
improve error message empty entry => empty directory. Add check for phar://blah.phar/. and phar://blah.phar/..
|
2007-02-05 07:19:35 +00:00 |
|
Marcus Boerger
|
f210205e70
|
- PHP_VERSION_ID exists only in newer PHPs (5.1+)
- Improve error checking
|
2007-02-04 20:10:03 +00:00 |
|
Marcus Boerger
|
29cde76818
|
- Disallow stars in paths
|
2007-02-04 16:25:25 +00:00 |
|
Marcus Boerger
|
1c690cb9d4
|
- Add path sanitizer for new paths
- Add test for a few things we check with the sanitizer
# We might want to use the sanitizer for opening as well
|
2007-02-04 13:21:40 +00:00 |
|