Commit Graph

8588 Commits

Author SHA1 Message Date
Dmitry Stogov
27a5f66da4 Added information about Zend Extension API chabges 2015-09-29 14:08:03 +03:00
Anatol Belski
5531d4492e update NEWS for next 2015-09-29 10:51:23 +02:00
Misha Nasledov
84452dba8e Update NEWS file with LDAP fixes 2015-09-28 12:59:16 -07:00
Bob Weinand
fef88b34e7 Add NEWS entry for #70533 (credits to Anatol) 2015-09-28 01:07:38 +02:00
Andrey Hristov
7e3cd7cadf Merge branch 'PHP-5.6' into PHP-7.0 2015-09-25 14:29:06 +02:00
Andrey Hristov
59de2c037c Fixed bug #70572 segfault in mysqlnd_connect 2015-09-25 14:06:28 +02:00
Andrey Hristov
85be6fe96b Spread the news about 70384 2015-09-25 13:54:10 +02:00
Dmitry Stogov
415000ed93 Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks) 2015-09-24 16:42:59 +03:00
Adam Harvey
6413ecb439 Fix a memory leak in sqlite3_do_callback.
This was very, very obvious when using a debug build of PHP to build the
manual!

Fixes bug #70571 (Memory leak in sqlite3_do_callback).
2015-09-24 14:16:45 +02:00
Dmitry Stogov
262160e0e9 Attmpt to fix "Unable to reattach to base address" problem. (Matt Ficken) 2015-09-24 10:48:34 +03:00
Anatol Belski
f451b023d1 update NEWS 2015-09-23 20:00:38 +02:00
Andrey Hristov
3aa882ad7a Spread the news about 70384 2015-09-23 18:38:29 +02:00
Bob Weinand
bccac3774b Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg) 2015-09-23 18:30:13 +02:00
Bob Weinand
4a174ca7e6 Fixed bug #70532 (respect set_exception_handler in phpdbg) 2015-09-23 17:53:29 +02:00
Xinchen Hui
3cfff60dfe Fixed NEWS 2015-09-23 07:05:47 -07:00
Xinchen Hui
c87ef023aa Fixed Bug #70558 ("Couldn't fetch" error in DOMDocument::registerNodeClass()) 2015-09-23 07:01:50 -07:00
Anatol Belski
77b73c8071 update NEWS 2015-09-23 15:21:27 +02:00
Xinchen Hui
1e3333e4bd Fixed Bug #70557 (Memleak on return type verifying failed) 2015-09-23 14:10:23 +08:00
Xinchen Hui
504cd492e1 Fixed bug #70548 (Redundant information printed in case of uncaught engine exception) 2015-09-23 13:04:33 +08:00
Xinchen Hui
a9636ff5a2 Fixed bug #70555 (fun_get_arg() on unsetted vars return UNKNOW)
and also keep the indices of func_get_args(). since they are similar
issue of #70574, thus reuse its test script.
2015-09-23 10:00:20 +08:00
Xinchen Hui
1d6228b46a Fixed bug #70279 (HTTP Authorization Header is sometimes passed to newer reqeusts) 2015-09-22 15:28:53 +08:00
Xinchen Hui
e1dcfd2cf9 Fixed bug #70547 (unsetting function variables corrupts backtrace) 2015-09-22 11:59:35 +08:00
Xinchen Hui
85eece9c4f Fixed bug #70538 ("php-fpm -i" crashes) 2015-09-21 11:18:37 +08:00
Xinchen Hui
3fc5f5cdb5 Fixed bug #70535 (XSLT: free(): invalid pointer) 2015-09-20 09:30:50 -07:00
Jakub Zelenka
6a81363405 Require at least OpenSSL version 0.9.8 2015-09-20 13:01:15 +01:00
Xinchen Hui
bb07905a4a Fixed bug #70528 (assert() with instanceof adds apostrophes around class name) 2015-09-19 19:49:36 -07:00
Xinchen Hui
de6ee4c24f Fixed bug #70526 (xmlrpc_set_type returns false on success) 2015-09-19 06:10:48 -07:00
Yasuo Ohgaki
2f7cc862d7 Fixed bug #70529 Session read causes "String is not zero-terminated" error 2015-09-19 11:26:14 +09:00
Xinchen Hui
7680194a93 Fixed bug #70481 (Memory leak in auto_global_copy_ctor() in ZTS build) 2015-09-18 17:27:39 +08:00
Ferenc Kovacs
11cddaf6f4 prepare for PHP-5.6.14RC1 2015-09-17 01:48:02 +02:00
Anatol Belski
fff3c1d368 prepare NEWS for RC4 2015-09-15 12:42:39 +02:00
Anatol Belski
5e5a0295c7 add missing NEWS entry 2015-09-15 08:17:25 +02:00
Nikita Popov
ab74d80247 Fix bug #70487
Switch to * instead of + in zpp.
2015-09-14 15:04:43 +02:00
Bob Weinand
b0174a14c0 Fixed bug #70478 (**= does no longer work)
Reordered ZEND_(ASSIGN_)POW opcodes in zend_vm_def.h so that it won't be missed in future
2015-09-12 00:54:48 +02:00
Xinchen Hui
465d0326d1 Change this as sixd suggested 2015-09-11 15:05:56 +08:00
Xinchen Hui
97b85364a5 Fixed Sixd :< 2015-09-10 20:14:22 +08:00
Xinchen Hui
a8368ddc38 Fixed bug #70431 (Memory leak in php_ini.c) 2015-09-10 19:56:13 +08:00
Lior Kaplan
e0f390cb72 Add entry for #70284 in 7.0.0RC2 2015-09-09 14:22:46 +03:00
Lior Kaplan
43f6099ce4 Add entry for #70284 in 5.6.13 2015-09-09 14:20:04 +03:00
Christoph M. Becker
6886bb688b updated NEWS 2015-09-09 03:21:17 +02:00
Christoph M. Becker
b89f128480 updated NEWS 2015-09-09 03:12:59 +02:00
Bob Weinand
c12917aa45 Merged RFC Random Functions Throwing Exceptions in PHP 7
Squashes commits from PR #1397

commit cd5dcc8c9eb43603d908abcea69c9e18df0f2ed5
Author: SammyK <sammyk@sammykmedia.com>
Date:   Tue Sep 8 13:53:42 2015 -0500

    Add min max samezies

commit b719499218a4e84efecd4dc1d4235d16142c9793
Author: SammyK <sammyk@sammykmedia.com>
Date:   Wed Sep 2 07:00:25 2015 -0500

    Make random_bytes() throw Error when $length <= 0 and random_int() throw Error when $min > $max

commit 0cca557291c278716ec4b00b32fc2bdc1c1c8848
Author: SammyK <sammyk@sammykmedia.com>
Date:   Wed Sep 2 06:55:59 2015 -0500

    Make random_*() functions throw Error exception when random bytes cannot be obtained

commit 998c7f1e209123605b41139e8d9093075ce16bd6
Author: SammyK <sammyk@sammykmedia.com>
Date:   Wed Sep 2 06:41:20 2015 -0500

    Make random_*() functions throw TypeError when zend_parse_parameters fails

commit 99d305c18820ff55d82d952777cbcdf1cf0158be
Author: SammyK <sammyk@sammykmedia.com>
Date:   Mon Jul 6 19:50:47 2015 -0500

    Make exceptions less specific

commit b042dfab290713366741a663a420cf12bf802f39
Author: SammyK <sammyk@sammykmedia.com>
Date:   Mon Jul 6 17:20:13 2015 -0500

    Upgrade warnings to RuntimeExceptions
2015-09-09 01:00:29 +02:00
Christoph M. Becker
07c7b33028 updated NEWS 2015-09-07 23:48:14 +02:00
Christoph M. Becker
34c1755842 updated NEWS 2015-09-07 23:06:13 +02:00
Anatol Belski
f402056194 update NEWS 2015-09-07 17:35:57 +02:00
Bob Weinand
51272f4217 Fixed bug #70449 (PHP won't compile on 10.4 and 10.5 because of missing constants) 2015-09-07 17:28:29 +02:00
Anatol Belski
585d8642b5 update NEWS 2015-09-07 17:09:19 +02:00
Jakub Zelenka
22e23e7cb8 Update NEWS for OpenSSL 2015-09-06 19:13:41 +01:00
Jakub Zelenka
e235cb65fb Fix request #70438: Add IV parameter for openssl_seal and openssl_open 2015-09-06 19:09:56 +01:00
Jakub Zelenka
a49d394beb Fix OpenSSL record in NEWS file 2015-09-06 16:51:06 +01:00
Jakub Zelenka
473ccf47a5 Merge branch 'PHP-5.6' 2015-09-06 16:42:37 +01:00
Jakub Zelenka
d47029167d Fix bug #60632: openssl_seal fails with AES 2015-09-06 16:39:59 +01:00
Christoph M. Becker
9773864661 updated NEWS 2015-09-06 15:37:35 +02:00
Christoph M. Becker
892a745ef1 updated NEWS 2015-09-05 14:51:25 +02:00
Christoph M. Becker
aed225b7e4 updated NEWS 2015-09-05 14:39:24 +02:00
Christoph M. Becker
403974f4dc updated NEWS 2015-09-05 03:22:45 +02:00
Christoph M. Becker
f9ece83994 updated NEWS 2015-09-05 03:14:56 +02:00
Christoph M. Becker
8355dfc41a updated NEWS and UPGRADING 2015-09-05 02:03:23 +02:00
Christoph M. Becker
3be54e12d5 updated NEWS 2015-09-05 01:35:16 +02:00
Christoph M. Becker
dc1a8dd7f0 updated NEWS 2015-09-05 01:27:59 +02:00
Christoph M. Becker
320e891f5b updated NEWS 2015-09-05 00:47:09 +02:00
Christoph M. Becker
b59ea797f5 updated NEWS 2015-09-05 00:37:08 +02:00
Bob Weinand
3d05785054 Merge remote-tracking branch 'origin/PHP-5.6' 2015-09-04 16:35:15 +02:00
Niklas Keller
4b1dff6f43 Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
Anatol Belski
0f74baed9c prepare NEWS for next 2015-09-03 19:04:39 +02:00
Lior Kaplan
3bb88aee53 Align NEWS entries format 2015-09-03 19:49:07 +03:00
Lior Kaplan
dbbc0e4ced Align NEWS entries format 2015-09-03 19:46:41 +03:00
Anatol Belski
fcece2a7bb sync NEWS 2015-09-03 18:25:14 +02:00
Lior Kaplan
23b88d38e8 Align NEWS entries format 2015-09-03 17:53:53 +03:00
Lior Kaplan
abf0ede0ac Add CVE for #70140 (PHP 7.0.0 Beta 3) 2015-09-03 17:51:07 +03:00
Xinchen Hui
6815c08e29 Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex) 2015-09-02 22:07:29 -07:00
Ferenc Kovacs
52b2a3ff25 move the phpdbg NEWS entry to the correct version 2015-09-03 01:58:13 +02:00
Ferenc Kovacs
3759de241f add missing news entries 2015-09-03 01:46:38 +02:00
Christoph M. Becker
b15eff6386 Fix #32490: constructor of mysqli has wrong name
As of PHP 7 old style constructor names are deprecated, so we rename
mysqli::mysqli() to mysqli::__construct().
2015-09-01 21:44:16 +02:00
Bob Weinand
50d6fd6a03 Fixed bug #70397 (Segmentation fault when using Closure::call and yield) 2015-09-01 18:04:19 +02:00
Xinchen Hui
014abbc840 Merge branch 'PHP-5.6'
Conflicts:
	ext/pdo/pdo_dbh.c
	ext/pdo/php_pdo_driver.h
2015-08-30 05:32:37 -07:00
Xinchen Hui
ef1bd8f0e6 Fixed bug #70389 (PDO constructor changes unrelated variables) 2015-08-30 05:02:38 -07:00
Matteo Beccati
6b3e44369d Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED
since 90114a3e93
2015-08-29 08:07:45 +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
25f9e25526 Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data) 2015-08-26 03:27:05 +03:00
Christoph M. Becker
a8d38674b1 updated NEWS 2015-08-24 23:16:21 +02:00
Christoph M. Becker
e5adf2b427 updated NEWS 2015-08-24 23:05:18 +02:00
Xinchen Hui
fd5e0dc3c6 Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't working) 2015-08-24 21:09:16 +08:00
Xinchen Hui
f56534e4b9 Fixed Bug #70332 (Wrong behavior while returning reference on object)
This fix is actually made for array acessing bug fix (#70262) which is
discarded since we have another better fix, anyway now seems this is still useful
2015-08-23 20:17:51 +08:00
Bob Weinand
272cccd175 Fix phpdbg_break_next() 2015-08-23 12:07:14 +01:00
Xinchen Hui
4df6f26442 Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle") 2015-08-23 13:01:47 +08:00
Xinchen Hui
55f88141c5 Re-Fixed bug #70321 (Magic getter breaks reference to array property) 2015-08-23 11:42:33 +08:00
Xinchen Hui
e26a04f9ec Revert "Fixed bug #70321 (Magic getter breaks reference to array property)"
This reverts commit 66754585f8.
2015-08-23 10:40:28 +08:00
Bob Weinand
66754585f8 Fixed bug #70321 (Magic getter breaks reference to array property)
Note that the UNEXPECTED(zv) was turned into EXPECTED(zv), as zv is mostly set in the context where it is used and usually anyway is checked first with OP*_TYPE == IS_VAR; or maybe just completely remove that (UN)EXPECTED at this place...
2015-08-22 23:54:59 +01:00
Bob Weinand
5ece3ec71c Fix bogus traces with ReflectionGenerator::getTrace() 2015-08-20 23:24:28 +02:00
Ferenc Kovacs
c7c9858ba1 5.6.14 next 2015-08-20 09:56:47 +02:00
Christopher Jones
af76506830 Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) 2015-08-20 14:09:30 +10:00
Christoph M. Becker
569023cde6 updated NEWS 2015-08-19 16:35:17 +02:00
Christoph M. Becker
6c99cb2929 updated NEWS 2015-08-19 16:25:59 +02:00
Xinchen Hui
b584b51398 Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start) 2015-08-19 18:41:28 +08:00
Anatol Belski
1bb5479d06 update NEWS 2015-08-19 11:07:40 +02:00
Xinchen Hui
a44abef8b2 Update NEWs 2015-08-19 16:34:26 +08:00
Xinchen Hui
c89bd3f3c3 This bug is already fixed, but it's better to have a bug entry for the record 2015-08-19 10:47:08 +08:00
Bob Weinand
4df77a6c58 Fixed bug #70295 (Segmentation fault with setrawcookie) 2015-08-19 01:33:19 +02:00
Anatol Belski
32462a8076 correct NEWS 2015-08-18 23:27:49 +02:00
Anatol Belski
000be61fb8 NEWS for next 2015-08-18 20:31:37 +02:00
Xinchen Hui
e543769fa4 Fixed bug #70288 (Apache crash related to ZEND_SEND_REF) 2015-08-18 21:45:19 +08:00
Bob Weinand
34834c58fa Fixed bug #70293 (Crash with specific assertions and zend.assertions=-1) 2015-08-18 15:01:24 +02:00
Xinchen Hui
22eaa995ee Lost this entry while merging 2015-08-18 19:12:52 +08:00
Xinchen Hui
dca6d1027a Fixed bug #70272 (Segfault in pdo_mysql) 2015-08-18 18:33:07 +08:00
Christoph M. Becker
b28758f253 updated NEWS 2015-08-17 19:35:10 +02:00
Christoph M. Becker
3ed58fb5d7 updated NEWS 2015-08-17 17:27:13 +02:00
Dmitry Stogov
ce89fd9758 Fixed bug #70262 (Accessing array crashes PHP 7.0beta3) 2015-08-17 12:58:14 +03:00
Anatol Belski
1613359543 update NEWS 2015-08-15 17:29:58 +02:00
Tjerk Meesters
b0c5439b5f Updated NEWS for #70157 2015-08-15 15:13:01 +08:00
Christoph M. Becker
e13de24101 updated NEWS 2015-08-14 17:19:29 +02:00
Christoph M. Becker
23d0b93893 updated NEWS 2015-08-14 17:11:33 +02:00
Christoph M. Becker
ad27aded5c updated NEWS 2015-08-14 14:32:56 +02:00
Christoph M. Becker
0e51f9798c updated NEWS 2015-08-14 14:20:37 +02:00
Christoph M. Becker
896cb51499 updated NEWS 2015-08-13 14:30:05 +02:00
Christoph M. Becker
cd18ba117c updated NEWS 2015-08-13 14:21:17 +02:00
Xinchen Hui
18f2505830 Add entry for zend_memnstr change 2015-08-13 13:39:31 +08:00
Xinchen Hui
dc5c6ab774 Fixed bug #70250 (extract() turns array elements to references) 2015-08-13 13:30:25 +08:00
Xinchen Hui
a089ce0cc6 Fixed bug #70258 and #70253 2015-08-13 12:08:57 +08:00
Christoph M. Becker
f1dacee467 updated NEWS 2015-08-12 19:03:35 +02:00
Dmitry Stogov
fef086d113 Revert "Simplify ZEND_EXIT and count boolean values to it as exit status"
This reverts commit 7c003948c6.
2015-08-12 02:58:21 +03:00
Bob Weinand
7c003948c6 Simplify ZEND_EXIT and count boolean values to it as exit status 2015-08-11 22:36:47 +02:00
Bob Weinand
dbd8edbbd0 Fixed bug #70241 (Skipped assertions affect Generator returns) 2015-08-11 22:12:06 +02:00
Anatol Belski
c173fef363 update NEWS 2015-08-11 17:37:36 +02:00
Anatol Belski
87db2e4a91 fix news entry 2015-08-11 16:52:13 +02:00
Anatol Belski
8708fe7835 updated NEWS 2015-08-11 16:50:53 +02:00
Xinchen Hui
79cd9a18b5 Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on CLI enabled). 2015-08-11 21:01:56 +08:00
Christoph M. Becker
42ef2b500b updated NEWS wrt. bug #69487 2015-08-11 01:36:39 +02:00
Lior Kaplan
8bac087a79 Add CVE IDs asigned to #69085 (PHP 5.6.7) 2015-08-10 11:54:39 +03:00
Lior Kaplan
eaf5beabf4 Align NEWS with 5.6.12 2015-08-10 11:52:23 +03:00
Lior Kaplan
c1127c4de3 Add entries for phar bug fixes in 5.6.11 (also have CVE assigned) 2015-08-10 11:49:18 +03:00
Christoph M. Becker
36cbb7cc4c updated NEWS 2015-08-09 02:43:41 +02:00
Ferenc Kovacs
1797a716ed fix NEWS 2015-08-07 08:46:10 +02:00
Anatol Belski
54bf6352fe updated NEWS 2015-07-28 17:42:25 +02:00
Anatol Belski
1647ee7ef0 update NEWS 2015-07-28 10:29:24 +02:00
Christoph M. Becker
35e717e12e updated NEWS 2015-07-23 18:37:07 +02:00
Lior Kaplan
6aa44ac73a Align CVE format for #69669 2015-07-22 20:35:31 +03:00
Lior Kaplan
8560138274 Fix 69882 entry 2015-07-22 20:34:31 +03:00
Julien Pauli
3eee495570 5.6.13 now 2015-07-22 09:27:49 +02:00
Christoph M. Becker
e3a85074ed updated NEWS 2015-07-21 01:17:51 +02:00
Christoph M. Becker
8461a87454 updated NEWS 2015-07-20 23:40:23 +02:00
Christoph M. Becker
4b2d025937 updated NEWS 2015-07-19 22:39:18 +02:00
Christoph M. Becker
9e08c990ac updated NEWS 2015-07-19 17:43:44 +02:00
Christoph M. Becker
abc3598f47 updated NEWS 2015-07-18 22:50:11 +02:00
Anatol Belski
c1de584e3f update NEWS 2015-08-11 17:09:31 +02:00