Rasmus Lerdorf
|
d33636f764
|
Remove extraneous strlen() call
|
2015-03-21 08:29:12 -07:00 |
|
Derick Rethans
|
b98a486606
|
- Updated to version 2015.2 (2015b)
|
2015-03-21 14:51:09 +01:00 |
|
Ferenc Kovacs
|
9ff99059b1
|
add pear to the travis build
|
2015-03-20 13:34:16 +01:00 |
|
Julien Pauli
|
ceb4cb6976
|
Updated NEWS
|
2015-03-20 10:45:36 +01:00 |
|
Stanislav Malyshev
|
72c19d8260
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
add CVEs
|
2015-03-19 23:05:34 -07:00 |
|
Stanislav Malyshev
|
95b9c34f02
|
add CVEs
|
2015-03-19 22:54:48 -07:00 |
|
Lior Kaplan
|
8f18444cd9
|
Add CVE ID for #68735
|
2015-03-19 18:23:34 +02:00 |
|
Dmitry Stogov
|
9bdbc7490f
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #69152
|
2015-03-19 11:42:49 +03:00 |
|
Dmitry Stogov
|
51856a76f8
|
Fixed bug #69152
|
2015-03-19 11:36:01 +03:00 |
|
Lior Kaplan
|
6a4399a8d9
|
Align entries format
|
2015-03-19 02:35:20 +02:00 |
|
Lior Kaplan
|
3eba942eb2
|
Add CVE to bug #69248
|
2015-03-19 02:30:31 +02:00 |
|
Lior Kaplan
|
4680f08607
|
Add CVE assigned to 5.5.22 bugs after the release
|
2015-03-19 02:29:43 +02:00 |
|
Julien Pauli
|
9744aded1a
|
Updated NEWS
|
2015-03-18 11:34:45 +01:00 |
|
Julien Pauli
|
5e4dd962e2
|
Updated NEWS
|
2015-03-18 10:55:32 +01:00 |
|
Stanislav Malyshev
|
de0cee2f39
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
5.4.40 next
Conflicts:
configure.in
main/php_version.h
|
2015-03-17 22:39:10 -07:00 |
|
Stanislav Malyshev
|
4c3b73b6df
|
5.4.40 next
|
2015-03-17 22:37:16 -07:00 |
|
Stanislav Malyshev
|
210cfafc2b
|
update NEWS
|
2015-03-17 22:00:53 -07:00 |
|
Stanislav Malyshev
|
53eff4a369
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary
|
2015-03-17 22:00:29 -07:00 |
|
Stanislav Malyshev
|
ef8fc4b53d
|
Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary
|
2015-03-17 21:59:56 -07:00 |
|
Stanislav Malyshev
|
bf2f03ddb3
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #69248 - heap overflow vulnerability in regcomp.c
add test for bug #68976
|
2015-03-17 17:10:05 -07:00 |
|
Stanislav Malyshev
|
fb04dcf6db
|
Fix bug #69248 - heap overflow vulnerability in regcomp.c
Merged from 70bc296560
|
2015-03-17 17:04:57 -07:00 |
|
Stanislav Malyshev
|
8b14d3052f
|
add test for bug #68976
|
2015-03-17 17:03:46 -07:00 |
|
Stanislav Malyshev
|
6264f81a21
|
add NEWS
|
2015-03-17 13:24:17 -07:00 |
|
Stanislav Malyshev
|
d5e523f52f
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #68976 - Use After Free Vulnerability in unserialize()
Conflicts:
ext/standard/var_unserializer.c
|
2015-03-17 13:22:12 -07:00 |
|
Stanislav Malyshev
|
646572d6d3
|
Fixed bug #68976 - Use After Free Vulnerability in unserialize()
|
2015-03-17 13:20:22 -07:00 |
|
Stanislav Malyshev
|
3dfccd7ba5
|
update news
|
2015-03-17 13:07:40 -07:00 |
|
Stanislav Malyshev
|
4a2e613730
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options)
|
2015-03-17 13:06:17 -07:00 |
|
Stanislav Malyshev
|
bfb669891e
|
Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options)
|
2015-03-17 13:05:43 -07:00 |
|
Stanislav Malyshev
|
34418222d7
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix tests
|
2015-03-17 12:56:37 -07:00 |
|
Stanislav Malyshev
|
9ba4db5e5d
|
fix tests
|
2015-03-17 12:55:35 -07:00 |
|
Stanislav Malyshev
|
e55e40ca66
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #69207 - move_uploaded_file allows nulls in path
|
2015-03-17 12:48:37 -07:00 |
|
Stanislav Malyshev
|
1291d6bbee
|
Fix bug #69207 - move_uploaded_file allows nulls in path
|
2015-03-17 12:47:58 -07:00 |
|
Anatol Belski
|
0f18a15e89
|
Fixed bug #65406 Enchant broker plugins are in the wrong place in windows
|
2015-03-17 09:20:16 +01:00 |
|
Julien Pauli
|
4dba99c226
|
Fix flaws in session module
|
2015-03-16 16:00:46 +01:00 |
|
Anatol Belski
|
293d6e629d
|
backport af2b0669 into 5.5
|
2015-03-16 08:32:39 +01:00 |
|
Anatol Belski
|
c21c8f369d
|
fix test
|
2015-03-14 18:29:59 +01:00 |
|
Jeff Welch
|
1e51c5411e
|
Fix #69203: FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127
|
2015-03-14 09:17:36 +01:00 |
|
Xinchen Hui
|
5b87d52041
|
Fixed typo
|
2015-03-14 11:31:12 +08:00 |
|
Xinchen Hui
|
ed59370f0a
|
Little improvement, update NEWs, added test
|
2015-03-14 00:52:53 +08:00 |
|
Xinchen Hui
|
1b5ad03f66
|
Merge branch 'bug69227' of https://github.com/Vektah/php-src into PHP-5.5
|
2015-03-14 00:42:36 +08:00 |
|
Nikita Popov
|
a9d73f0646
|
Fixed bug #69221
A generator iterator can be created from different zvals - use
the object handle to manage references instead.
|
2015-03-13 16:23:53 +01:00 |
|
Vektah
|
482500b455
|
Fix a leak
|
2015-03-13 15:54:30 +11:00 |
|
Vektah
|
950d3d6e9b
|
Fix bug #69227 and #65967
This patch fixes a use (in zend_gc.c) after free (in spl_observer.c).
See https://bugs.php.net/bug.php?id=69227
|
2015-03-13 15:02:05 +11:00 |
|
Anatol Belski
|
6b643f0741
|
create the php prefix if doesn't exist
|
2015-03-12 15:20:53 +01:00 |
|
Xinchen Hui
|
675606f1a6
|
Improve test script for #69212
|
2015-03-11 08:19:34 +08:00 |
|
Nikita Popov
|
bc9f2fb8df
|
Fixed bug #69212
|
2015-03-10 18:17:56 +01:00 |
|
Dmitry Stogov
|
c814b3294a
|
We don't cache custom strems with callbacks anymore
|
2015-03-10 19:25:30 +03:00 |
|
Xinchen Hui
|
f074870f4e
|
Typo
|
2015-03-10 17:18:39 +08:00 |
|
Xinchen Hui
|
6f4af2da29
|
Fixed test
|
2015-03-10 17:05:47 +08:00 |
|
Xinchen Hui
|
6a6c273893
|
Fixed bug #66609 (php crashes with __get() and ++ operator in some cases)
|
2015-03-10 15:36:42 +08:00 |
|