Nikita Popov
|
ccec609b82
|
Fix bug #62441
These checks were introduced by 8646d9afce
back when name resolution was working differently.
|
2015-08-28 19:00:05 +02:00 |
|
Nikita Popov
|
7f2261d24a
|
Fix HT_ASSERT ht->nInternalPointer checks
The & was on the wrong side...
|
2015-08-28 18:59:46 +02:00 |
|
Dmitry Stogov
|
127db5a37d
|
HANDLE_BLOCK_INTERRUPTIONS() is not used by SAPIs anymore. It may be useful only when PHP configured with --enable-zend-signals.
|
2015-08-28 16:10:07 +03:00 |
|
Anatol Belski
|
7e3fb94461
|
Merge branch 'PHP-5.6'
* PHP-5.6:
fix dir separator in test
fix path separator in test
fix test
|
2015-08-28 14:49:14 +02:00 |
|
Dmitry Stogov
|
8da0aeaa13
|
Removed signal protection (set to NULL before free() to avoid dangling pointers)
|
2015-08-28 15:32:50 +03:00 |
|
Dmitry Stogov
|
87f0f77105
|
Simplified integer overflow checks
|
2015-08-28 12:47:21 +03:00 |
|
Anatol Belski
|
00eebd7a47
|
fix dir separator in test
|
2015-08-28 11:39:26 +02:00 |
|
Dmitry Stogov
|
5d15d2b26d
|
Removed useless signal protection
|
2015-08-28 12:39:18 +03:00 |
|
Anatol Belski
|
5d2294e8b8
|
fix path separator in test
|
2015-08-28 11:38:16 +02:00 |
|
Anatol Belski
|
ebdd9cf6e8
|
fix test
|
2015-08-28 11:29:38 +02:00 |
|
Adam Harvey
|
de63ebf5f4
|
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix NEWS indentation.
Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.
|
2015-08-27 16:01:33 -07:00 |
|
Adam Harvey
|
4ddc4af87c
|
Fix NEWS indentation.
|
2015-08-27 16:00:36 -07:00 |
|
Adam Harvey
|
e872f4d9c1
|
Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.
Fixes bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building
extensions).
|
2015-08-27 15:59:59 -07:00 |
|
Jakub Zelenka
|
0a3f2caa6c
|
Remove merged bug #55259 info from PHP 7 NEWS
|
2015-08-27 21:44:38 +01:00 |
|
Jakub Zelenka
|
e4f9354615
|
Merge branch 'PHP-5.6'
|
2015-08-27 21:43:57 +01:00 |
|
Jakub Zelenka
|
a5864d9917
|
Update NEWS with info about bug #55259
|
2015-08-27 21:37:59 +01:00 |
|
Dmitry Stogov
|
745753eacb
|
Prevent double load on fast path (manual common subexpression elimination)
|
2015-08-27 23:02:15 +03:00 |
|
Jakub Zelenka
|
6b9f31ab74
|
Merge branch 'PHP-5.6'
|
2015-08-27 20:17:33 +01:00 |
|
Xinchen Hui
|
859712a89c
|
remove redundant ;
|
2015-08-27 13:05:41 +08:00 |
|
Xinchen Hui
|
aa24209855
|
Enable format checking for strpprintf
|
2015-08-27 11:42:50 +08:00 |
|
Xinchen Hui
|
c359ca8c3d
|
Fixed printing
|
2015-08-27 11:38:11 +08:00 |
|
Anatol Belski
|
b795ce6de5
|
make overflow checks as unexpected
it's supposed to mark an error case
|
2015-08-26 21:12:41 +02:00 |
|
Jakub Zelenka
|
ad028ebc11
|
Use new range checks in openssl ext
|
2015-08-26 19:55:29 +01:00 |
|
Dmitry Stogov
|
e549ebdb23
|
Mark parse error functions as cold
|
2015-08-26 18:29:42 +03:00 |
|
Dmitry Stogov
|
942747cc3e
|
Removed unused functions
|
2015-08-26 18:29:23 +03:00 |
|
Anatol Belski
|
95073c8429
|
fix year in the header
|
2015-08-26 17:10:23 +02:00 |
|
Anatol Belski
|
150dead2d9
|
add range check to ext/soap
|
2015-08-26 16:39:54 +02:00 |
|
Anatol Belski
|
1553ce2093
|
add some range checks to pcre
|
2015-08-26 16:39:53 +02:00 |
|
Anatol Belski
|
ce3e3f7884
|
more range checks in ext/tidy
|
2015-08-26 16:39:52 +02:00 |
|
Anatol Belski
|
871acceace
|
add range checks to ext/tidy
|
2015-08-26 16:39:51 +02:00 |
|
Anatol Belski
|
201afce875
|
add some range checks to ext/dom
|
2015-08-26 16:39:50 +02:00 |
|
Anatol Belski
|
a3dceb485a
|
fix test
|
2015-08-26 16:39:48 +02:00 |
|
Anatol Belski
|
2c523f21c9
|
add range checks to simplexml
|
2015-08-26 16:39:47 +02:00 |
|
Anatol Belski
|
d40a149ade
|
fix typo
|
2015-08-26 16:39:46 +02:00 |
|
Anatol Belski
|
c867b510df
|
include range checks with the portability header
|
2015-08-26 16:39:45 +02:00 |
|
Anatol Belski
|
e2ce37be6a
|
added basic stuff with the zend_range_check.h
|
2015-08-26 16:39:44 +02:00 |
|
Dmitry Stogov
|
1f0f768e3f
|
Avoid duplication
|
2015-08-26 14:53:41 +03:00 |
|
Christopher Jones
|
22ad36428a
|
Merge branch 'master' of https://git.php.net/repository/php-src
|
2015-08-26 21:24:05 +10:00 |
|
Christopher Jones
|
a52902faf4
|
Squash some more PHP 7 diffs and improve test portability (Senthil)
|
2015-08-26 21:22:58 +10:00 |
|
Niklas Keller
|
91712c35f8
|
Fix Typos: exteption -> exception
|
2015-08-26 07:30:56 +02:00 |
|
Christopher Jones
|
371eba811f
|
Merge branch 'master' of https://git.php.net/repository/php-src
|
2015-08-26 14:35:41 +10:00 |
|
Dmitry Stogov
|
25f9e25526
|
Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
|
2015-08-26 03:27:05 +03:00 |
|
Bob Weinand
|
c1e9bd27fe
|
Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP/FP registers
|
2015-08-26 00:25:25 +01:00 |
|
Dmitry Stogov
|
9d31b29705
|
Avoid array duplication
|
2015-08-25 22:40:33 +03:00 |
|
Jakub Zelenka
|
c39336d1d8
|
Fix bug #55259 (openssl extension does not get the DH parameters from DH key resource)
|
2015-08-25 20:26:11 +01:00 |
|
Christoph M. Becker
|
2455ab2a2b
|
Remove superfluous forward declaration
mysqli_get_cache_stats() has been removed with commit f9ad56e; we're finally
getting rid of its remaining forward declaration.
|
2015-08-25 14:26:55 +02:00 |
|
Anatol Belski
|
7366e29662
|
fix build, use exported symbol
|
2015-08-25 10:39:43 +02:00 |
|
Dmitry Stogov
|
2482325b3d
|
Assign CPU registers for GOTO and SWITCH executor as well
|
2015-08-25 02:38:06 +03:00 |
|
Christoph M. Becker
|
a8d38674b1
|
updated NEWS
|
2015-08-24 23:16:21 +02:00 |
|
Christoph M. Becker
|
405f8b5c91
|
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix #67131: setcookie() conditional for empty values not met
Resolved conflicts:
ext/standard/head.c
|
2015-08-24 23:11:03 +02:00 |
|