Xinchen Hui
d4b0a38a12
Fix typo (as tyearl's ask)
2011-09-13 15:12:16 +00:00
Xinchen Hui
a576f448cb
Revert update, since this bug is not in a official release of 5.4
2011-09-13 14:58:37 +00:00
Derick Rethans
58daa3fd3a
- Removed support for putenv("TZ=..") for setting the timezone.
...
- Removed the timezone guessing algorithm in case the timezone isn't set with
date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
"UTC" is now used instead.
2011-09-13 14:48:13 +00:00
Xinchen Hui
409941c2d1
update news
2011-09-13 13:11:42 +00:00
Pierre Joye
ea09677718
- news for the crt warning
2011-09-13 10:39:59 +00:00
Christopher Jones
c8be5036be
Fix same typo as UPGRADING
2011-09-13 01:07:48 +00:00
Xinchen Hui
a1ae0408de
update news
2011-09-12 13:27:23 +00:00
Xinchen Hui
31938d05fb
update news
2011-09-12 13:25:28 +00:00
Etienne Kneuss
6698c9b0d0
Mention recent SPL changes on spl_directory.c and tests
2011-09-08 23:18:49 +00:00
Hannes Magnusson
6dcf880e7d
Remove entries already in 5.3
2011-09-07 14:44:31 +00:00
Johannes Schlüter
70561e9a6d
- Use myslqnd by default when MySQL extensions are activated but no path given
2011-09-07 13:33:56 +00:00
Hannes Magnusson
45e299129a
wrap lines, use real names, and FR not Req
2011-09-07 12:30:31 +00:00
Stanislav Malyshev
38ff70ef25
Commit Gustavo's closure rebinding patch as desided by vote
2011-09-07 06:46:27 +00:00
Xinchen Hui
27d960c585
update news
2011-09-07 05:19:12 +00:00
Hannes Magnusson
b1dd2f4e68
Fixed bug#54450 (callback function when built against libedit)
2011-09-06 15:07:24 +00:00
Stanislav Malyshev
93b1c17364
report fix
2011-09-06 05:04:37 +00:00
Christian Stocker
cd3d326853
added a NEWS entry about the change in XSL
2011-09-01 13:43:38 +00:00
Arpad Ray
979fd935c4
fix news entries
2011-08-30 14:01:35 +00:00
Arpad Ray
8590f2587a
add friendly log messages (req #55109 )
2011-08-29 21:59:27 +00:00
Arpad Ray
c8de01fef8
Expose session status via new function, session_status (Req #52982 )
2011-08-29 21:29:26 +00:00
Arpad Ray
0e3b5b137c
Fixed bug #55366 : keys lost when using substr_replace an array
2011-08-29 20:38:52 +00:00
Arpad Ray
b52256c5be
add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions
2011-08-29 20:23:34 +00:00
Gwynne Raskind
aba5ceab21
Correct NEWS entry attribution. Apologies to all for the confusion.
2011-08-29 16:17:46 +00:00
Gwynne Raskind
bf78161b94
Added NEWS note for #53946
2011-08-29 15:09:08 +00:00
Sebastian Bergmann
b04a052f70
Close #55490 .
2011-08-26 07:40:31 +00:00
Xinchen Hui
11957ebdfb
update NEWS
2011-08-23 02:48:28 +00:00
Xinchen Hui
ef0e483bb3
Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])
2011-08-22 11:55:41 +00:00
Xinchen Hui
db218ee768
update NEWS.
2011-08-21 12:24:19 +00:00
Boris Lytochkin
82fa8f7a30
IPv6 Support for SNMP. (FR #42918 )
2011-08-20 20:56:02 +00:00
Rui Hirokawa
e42dba31c3
update NEWS.
2011-08-20 07:29:59 +00:00
Pierre Joye
5f429c57e9
- Fixed bug #52461 (Incomplete doctype and missing xmlns)
2011-08-19 09:59:47 +00:00
Xinchen Hui
dad2c33838
News for bug #55450
2011-08-19 08:52:29 +00:00
Christopher Jones
8e0c2e1cb9
Use php.ini parameter instead of GC() entry
2011-08-17 23:55:25 +00:00
Hannes Magnusson
8fb47cbd48
Fix news entry to look&feel like all others
2011-08-16 13:30:31 +00:00
Hannes Magnusson
550980cfe5
Callable typehint following the rules of is_callable($arg, false);
2011-08-16 10:44:47 +00:00
Rui Hirokawa
1fdc718e9b
MFH: NEWS update for mbstring.
2011-08-14 14:11:49 +00:00
Uwe Schindler
acec8201a1
Bug #55403 : Don't set $_SERVER['HTTPS'] on unsecure connection
2011-08-11 20:25:24 +00:00
Derick Rethans
f4198394f4
- Getting rid of the BOM.
2011-08-10 16:34:39 +00:00
Rui Hirokawa
219a3b90ce
MFH: update the news.
2011-08-09 15:11:51 +00:00
Derick Rethans
3ed828a892
- Fixed bug #55378 : binary number literal returns float number though its value
...
is enough small
2011-08-07 17:36:31 +00:00
Stanislav Malyshev
3e7ce20a5b
back to dev
2011-08-03 17:14:26 +00:00
Stanislav Malyshev
5956ba851a
update NEWS
2011-08-03 16:50:27 +00:00
Dmitry Stogov
ad4d6d1ce3
Added support for Class::{expr}() syntax (Pierrick)
2011-08-01 12:08:44 +00:00
Peter Cowburn
9159e3d246
added (recursive)callbackfilteriterator to spl_classes() (bug #55287 )
2011-07-27 08:48:08 +00:00
Pierre Joye
1ffcbc5b73
- correct 1st name
2011-07-27 00:16:53 +00:00
Pierre Joye
6e4435d628
- add binary suport, FR #50638 , as defined in RFC https://wiki.php.net/rfc/binnotation4ints , patch by Jonah Harris
2011-07-27 00:14:02 +00:00
Pierre Joye
b95187fa29
- news for bug #55124
2011-07-26 23:58:18 +00:00
Stanislav Malyshev
4d926b1fa3
Change E_ALL to include E_STRICT
2011-07-23 22:07:22 +00:00
Pierre Joye
51d3680306
- add short array syntax, missing files and info
2011-07-23 20:27:08 +00:00
Stefan Marr
1fc4bc1d56
Added missing class_uses(..) function to SPL to mirror class_implements(..).
...
# Was pointed out as missing in bug #55266 .
2011-07-23 19:08:43 +00:00
Pierre Joye
9805e1674a
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
2011-07-22 11:25:30 +00:00
Jérôme Loyet
8a2736fd77
- Dropped restriction of not setting the same value multiple times, the last one holds (giovanni at giacobbi dot net)
2011-07-19 22:38:04 +00:00
Boris Lytochkin
cf7724d5a3
fix FR #54502 : allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.
2011-07-17 17:18:31 +00:00
Jérôme Loyet
7cdef345d5
- Implemented FR #55166 (Added process.max to control the number of process FPM can fork)
2011-07-17 11:41:57 +00:00
Stanislav Malyshev
11a096c3cc
Back to -dev
2011-07-14 05:39:29 +00:00
Stanislav Malyshev
6f0c93da8e
5.4.0 alpha2
2011-07-14 05:37:40 +00:00
Stanislav Malyshev
61940e4a6a
integrate 5.3 NEWS
2011-07-13 20:12:14 +00:00
Jérôme Loyet
2f0a379c03
- Implemented FR #55181 (Enhance security by limiting access to user defined extensions)
2011-07-12 23:00:42 +00:00
Christian Stocker
a10a6135db
Added credentials to XSL NEWS entry
2011-07-12 06:56:11 +00:00
Christian Stocker
6be6c2d62d
Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
...
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore. Bug #54446
(second iteration of the code for trunk, first commit for 5.4 branch)
2011-07-12 04:58:38 +00:00
Kalle Sommer Nielsen
9f782a73e8
Changed http_response_code() to be able to set a response code
2011-07-12 03:56:32 +00:00
Stanislav Malyshev
d5cab148b3
split changes between alphas
2011-07-11 22:49:34 +00:00
Christian Stocker
8806c371c8
Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
...
(MFT - Merged from Trunk)
2011-07-11 15:18:46 +00:00
Pierre Joye
c70eeb731a
- rng change
2011-07-10 15:00:49 +00:00
Hannes Magnusson
5ddd67d90b
Fixed bug#55084 (Function registered by header_register_callback is
...
called only once per process). (Hannes)
also fixed an issue when header()s are sent from the callback function
2011-07-06 20:38:58 +00:00
Jérôme Loyet
505537274d
- Implemented FR #54098 (Lowered default value for Process Manager)
2011-07-05 21:03:26 +00:00
Jérôme Loyet
5842a4147f
- FR #52052 : Added partial syslog support (on error_log only)
2011-07-05 19:22:45 +00:00
Adam Harvey
3f3ae34fc2
Fix bug #55066 (Missing linebreak in NEWS).
2011-06-30 06:14:41 +00:00
Peter Cowburn
9115712263
Fix NEWS
2011-06-29 09:00:37 +00:00
Christopher Jones
3c4bafc45a
clarify sqlite deprecation
2011-06-28 18:58:07 +00:00
Stanislav Malyshev
3acd5811ae
Fix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add tests
...
# See details at http://www.openwall.com/lists/announce/2011/06/21/1
2011-06-26 21:34:39 +00:00
Felipe Pena
0372e6ad80
- Improved parse error messages
2011-06-23 23:00:53 +00:00
Ilia Alshanetsky
34d93f0c06
Zend Signal Handling
2011-06-22 14:23:21 +00:00
Moriyoshi Koizumi
2c6b2f64df
- Forgot to commit these.
2011-06-20 20:30:36 +00:00
Stanislav Malyshev
603252546b
Back to -dev
2011-06-19 20:15:33 +00:00
Stanislav Malyshev
de5254743e
Integrate NEWS
2011-06-19 19:03:13 +00:00
Boris Lytochkin
68c8c34a77
expand SNMP section
2011-06-17 18:26:54 +00:00
Johannes Schlüter
740285307d
- Minor NEWS cleanup
...
# entrys are sentences and end with a full stop.
# PCRE and SQLite updates will hopefully released w/ 5.3 first (and the listed
# version numbers are outdated already)
2011-06-17 16:33:54 +00:00
Christopher Jones
9622d0050d
Relax autoconf support from 2.60 to 2.59. This is the version available on Centos/RHEL/Oracle Linux 5.6
2011-06-08 01:25:35 +00:00
Felipe Pena
66ac89a00b
- Added indirect method call through array variable (FR Bug #47160 )
2011-06-06 21:42:05 +00:00
Scott MacVicar
76cbcc7f66
Added fabled hex2bin() function
2011-06-03 00:12:22 +00:00
Dmitry Stogov
c270347c0b
MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.
2011-05-31 12:05:25 +00:00
Stanislav Malyshev
5c9080d3a6
implement streams metadata API per RFC
2011-05-25 21:03:55 +00:00
Rasmus Lerdorf
378cf70c81
This isn't in
2011-05-25 19:58:41 +00:00
Scott MacVicar
30f19bd524
Allow management of your own padding in openssl_encrypt/decrypt.
...
For using mcrypt / openssl interchangeabley managing your own padding is the only solution.
2011-05-20 18:56:13 +00:00
Rasmus Lerdorf
fceeb296e6
Should probably have a note on the autoconf 2.60+ requirement here
2011-05-19 20:07:02 +00:00
Rasmus Lerdorf
c24ef71e63
Decouple <?= from the short_tags setting and make it always enabled
2011-05-19 16:26:29 +00:00
Sebastian Bergmann
6f3148db81
Add optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned.
2011-04-09 09:52:24 +00:00
Arnaud Le Blanc
b83e243c23
Added CallbackFilterIterator and RecursiveCallbackFilterIterator classes
...
[DOC] This is a concrete FilterIterator which takes a callback as
constructor parameter, and uses this callback for filtering. This allows
to use FilterIterator without extending it.
CallbackFilterIterator Example:
$it = new ArrayIterator(range(1,100));
$it = new CallbackFilterIterator($it, function($value) {
return $value % 2;
});
foreach($it as $value) // ...
RecursiveCallbackFilterIterator Example:
$it = new RecursiveDirectoryIterator("/");
$it = new RecursiveCallbackFilterIterator($it, function($file, $k, $it) {
return $it->hasChildren() || $file->getSize() > 1024;
});
foreach(new RecursiveIteratorIterator($it) as $file) // ...
The callback takes the current value, the current key and the inner
iterator as parameters.
2011-03-27 20:13:27 +00:00
Antony Dovgal
d3843846f3
fix typppo
2011-03-08 14:53:38 +00:00
Sebastian Bergmann
5c8d76680c
Fix speling.
2011-03-06 21:47:46 +00:00
Johannes Schlüter
6c734a6b4c
- Implement FR#53878 Interactive shell should work with shared readline extension
...
# This is useful w/ distributors who like to build all things shared or don't
# provide the readline extension. Or if a user pefers readline's behavior over
# libedit which might be used by the distributor.
2011-02-19 16:04:30 +00:00
Scott MacVicar
ca378eefa0
Add header_register_callback(), allows a userland function
...
to be called as all the headers are being sent and after all
of the default headers have been merged.
headers_list(), header_remove() and header() can all be used
inside the callback.
<?php
header('Content-Type: text/plain');
header('X-Test: foo');
function foo() {
foreach (headers_list() as $header) {
if (strpos($header, 'X-Powered') !== false) {
header_remove('X-Powered-By');
}
header_remove('X-Test');
}
}
$result = header_register_callback('foo');
echo "a";
2011-02-03 16:47:28 +00:00
Boris Lytochkin
dc781e2520
- Improved SNMP extension:
...
. Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
upon request.
2011-02-01 07:45:30 +00:00
Boris Lytochkin
5e82e334dd
Improved SNMP extension. FR #53594
2011-01-31 11:41:33 +00:00
Ilia Alshanetsky
46ff954ca7
Added support for "extra" parameter for PGNotify().
2011-01-27 16:02:30 +00:00
Kalle Sommer Nielsen
5ba90aefb0
Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes for the headsup)
2011-01-17 10:43:53 +00:00
Kalle Sommer Nielsen
5d23cdd695
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
2011-01-17 09:54:22 +00:00
Scott MacVicar
d90394851c
Add Spoofchecker to intl extension.
...
Implements part of Unicode TR36 and TR39
2011-01-13 06:53:09 +00:00
Kalle Sommer Nielsen
69a3575b38
Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to return db)
2011-01-07 18:25:55 +00:00
Kalle Sommer Nielsen
e4c36b054c
Implemented FR #47802 , support for character sets in DSN strings for PDO_MYSQL
2011-01-07 14:39:56 +00:00
Adam Harvey
3571c955b5
Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch
...
by Joshua Thijssen.
2011-01-06 02:32:02 +00:00
Scott MacVicar
6144da7e35
Silently casting an empty string, null or false into an object by adding a property
...
is pretty non-intuitive. If the same value was 1 or true you get a warning and it halts.
Since we can't break BC completely (yet) lets bump this from E_STRICT.
Also added a new section to UPGRADING for engine changes.
<?php
$x = '';
// $x = null;
// $x = false;
$x->baz = 1;
var_dump($x);
$y = 1;
$y->baz = 1;
var_dump($y);
2010-12-31 16:57:45 +00:00
Peter Cowburn
25f42c09b8
NEWS for FR #48767 (SplFileInfo::getExtension())
2010-12-24 07:28:59 +00:00
Ilia Alshanetsky
a7d8c0e2a5
sqlite3 lib news
2010-12-12 18:01:46 +00:00
Derick Rethans
8ece8ad314
- Added the + modifier to parseFromFormat to allow trailing text in the
...
string to parse without throwing an error.
#- Patch by Stas, test case by me.
2010-12-12 17:17:16 +00:00
Derick Rethans
bbc898e3fd
- Keep extension order alphabetically
...
#- I guess that's what was intended?
2010-12-12 17:07:40 +00:00
Dmitry Stogov
755c2cd0d8
Removed compile time dependency from ext/mbstring
2010-12-08 11:27:34 +00:00
Adam Harvey
d2263d482d
Implement FR #53457 (number_format must support more than one character for
...
thousands separator).
2010-12-03 10:10:08 +00:00
Adam Harvey
18ec6dae2c
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that
...
do not support it).
I haven't written a test due to the need for such a test to have a HTTPS server
available which mishandles SessionTicket requests; it's likely that server
administrators will gradually fix this either intentionally or through OpenSSL
upgrades. That said, if there's a great clamoring for a test, I'll work one up.
2010-12-03 09:34:35 +00:00
Adam Harvey
9a1568c113
Implemented FR #53407 (make scandir()'s directory sorting optional).
2010-11-26 09:52:28 +00:00
Dmitry Stogov
7628da98c4
Removed support for break/continue $var syntax
2010-11-24 12:19:56 +00:00
Dmitry Stogov
ab93d8c621
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini
2010-11-24 05:41:23 +00:00
Andi Gutmans
011fd8059d
- Fix typo
2010-11-24 04:31:45 +00:00
Johannes Schlüter
a8a9314130
Add entry for sqlite
2010-11-19 10:00:10 +00:00
Christopher Jones
46ef2edf8d
Some grammar tweaks
2010-11-17 17:59:41 +00:00
Jani Taskinen
55bb6fd757
- NEWS cleanup, please do not mess it anymore :)
2010-11-17 16:56:21 +00:00
Jani Taskinen
25aee9cad9
- Implemented FR #53271 , FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time)
...
# Bug #53271 , Bug #52410
2010-11-13 23:13:07 +00:00
Jani Taskinen
f017a9c93a
- WS + cleanup
...
# Note:
# Considering DTrace support: Why does it really need any configure time stuff?
# 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace
# addition. The only thing required in configure is that --enable flag part..
#
2010-11-13 11:12:07 +00:00
Adam Harvey
18096f4b68
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
...
yandex dot ru.
2010-11-08 09:35:33 +00:00
Ilia Alshanetsky
f89effd2a8
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
2010-11-06 17:14:21 +00:00
Adam Harvey
8365739663
Implemented FR #53238 (Make third parameter of preg_match_all optional).
2010-11-05 04:37:27 +00:00
Dmitry Stogov
68e154b1bf
reduced size of temp_variariable
2010-10-22 14:51:07 +00:00
Ilia Alshanetsky
96c769f602
Upgraded bundled sqlite to version 3.7.3
2010-10-20 19:27:34 +00:00
Derick Rethans
0e24a7c400
- Strip out the typehint *checks* only. They are still parsed, and they are
...
still accessible through the reflection API.
2010-10-19 10:42:38 +00:00
Kalle Sommer Nielsen
f2552322e7
Revert for now
2010-10-04 20:26:50 +00:00
Kalle Sommer Nielsen
d252a45e82
* Added PHP_RAND_MAX and PHP_MT_RAND_MAX constants
...
* Deprecated getrandmax() and mt_getrandmax() in favour of the new constants
# We should promote constants for static data like such instead of function calls
# maybe this was just an old left-over
2010-10-01 09:18:44 +00:00
Andrey Hristov
c5fe8b72e3
here comes the news
2010-09-22 15:15:11 +00:00
Kalle Sommer Nielsen
208aa1025d
Improved performance of unserialize(), original patch by galaxy dot mipt at gmail dot com
2010-09-18 16:09:28 +00:00
Felipe Pena
ab3fc00983
- Added missing entries related to pdo_dblib
2010-09-16 21:49:48 +00:00
Adam Harvey
cb9c8233fc
Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the
...
exact form of the JSON pretty printing and brace handling will only be accepted
in the form of patches. ;)
2010-09-16 16:21:15 +00:00
Adam Harvey
726fe638bb
Implemented FR #49366 (Make slash escaping optional in json_encode()).
2010-09-16 13:53:27 +00:00
Dmitry Stogov
f2df6a4a3e
- Improved memory usage
...
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE
in zend_function.fn_flags
. zend_arg_info.required_num_args removed. it was needed only for internal
functions. Now the first arg_info for internal function (which has special
meaning) is represented by zend_internal_function_info structure.
. zend_op_array.size, size_var, size_literal, current_brk_cont,
backpatch_count moved into CG(context), because they are used only during
compilation.
. zend_op_array.start_op is moved into EG(start_op), because it's used
only for 'interactive' execution of single top-level op-array.
. zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in
zend_op_array.fn_flags.
. op_array.vars array is trimmed (reallocated) during pass_two.
. zend_class_entry.constants_updated is replaced by
ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags
. the size of zend_class_entry is reduced by sharing the same memory space
by different information for internal and user classes.
See zend_class_inttry.info union.
2010-09-15 07:38:52 +00:00
Jérôme Loyet
bf28d740e3
- Changed listen.backlog in the FPM configuration file to default to 128
...
instead of -1 (except on FreeBSD and OpenBSD). This is the same value
as the one used in the cgi sapi. This patch completes revision 302725.
2010-08-31 09:33:53 +00:00
Dmitry Stogov
a95dd97752
Added apache compatible functions (apache_child_terminate, getallheaders, apache_request_headers, apache_response_headers) to FastCGI SAPI
2010-08-27 08:34:44 +00:00
Adam Harvey
f33837ff97
Implemented request #34857 (Change array_combine behaviour when called with
...
empty arrays). Patch by Joel Perras <joel.perras@gmail.com>.
2010-08-27 03:54:10 +00:00
Dmitry Stogov
2188f26c45
Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call)
2010-08-25 09:14:36 +00:00
Jérôme Loyet
266e369184
- Changed listen.backlog in the FPM configuration file to default to 128
...
instead of -1. This is the same value as the one used in the cgi sapi.
2010-08-23 23:22:36 +00:00
Dmitry Stogov
8a6d73b084
improved performance of @ (silence) operator
2010-08-18 13:58:13 +00:00
Dmitry Stogov
bfbfd15a2a
improved performance of FastCGI request parsing
2010-08-18 08:22:41 +00:00
Andrey Hristov
18aadba237
here comes the news
2010-08-17 15:39:26 +00:00
Kalle Sommer Nielsen
4281addcb7
Implemented FR #52555 (Ability to get HTTP response code)
...
- Patch by Paul Dragoonis
2010-08-09 13:10:32 +00:00
Johannes Schlüter
eaad585a2e
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
2010-08-05 13:29:44 +00:00
Stefan Marr
f223e28b1f
Added Traits to the NEWS file.
...
#There doesn't seem to be a consitent ordering,
#so I put it in front of the list, since it is a major language addition. Hope thats ok.
2010-08-01 20:53:32 +00:00
Dmitry Stogov
ca4de03eed
ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.
2010-07-16 13:38:09 +00:00
Dmitry Stogov
8aad91d14a
Simplified string offset reading
2010-07-16 11:44:30 +00:00
Dmitry Stogov
bc1f1d25fa
zend_ptr_stack allocation is delayed before the actual usage
2010-07-09 07:31:18 +00:00
Sebastian Bergmann
561f133ae1
Fugbix typo.
2010-07-08 15:05:22 +00:00
Dmitry Stogov
f0c8366a9e
- use interned strings for auto globals
...
- $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
2010-07-08 14:05:11 +00:00
Dmitry Stogov
8054458fb8
zend_stack initialization is delayed before the actual usage
2010-07-06 16:09:43 +00:00
Dmitry Stogov
1a1178a685
eliminated unnecessary iterations during request startup/shutdown
2010-07-06 11:40:17 +00:00
Ilia Alshanetsky
ef22824315
Upgraded bundled PCRE to version 8.10
2010-07-02 17:17:16 +00:00
Felipe Pena
e3fdf31b0b
- Fixed bug #52211 (iconv() returns part of string on error)
2010-07-01 01:11:08 +00:00
Pierre Joye
7c419199d1
- +FR
2010-06-21 09:11:35 +00:00
Pierre Joye
276f9a8678
- #48632 , ssl AES support
2010-06-21 08:47:25 +00:00
Pierre Joye
bd8d42729f
- #51295 , SQLite3::busyTimeout not existing
2010-06-20 15:30:49 +00:00
Pierre Joye
79baca329b
- #42060 , add paged results support
2010-06-15 19:47:28 +00:00
Felipe Pena
99c31b31ec
- Added array dereferencing support [DOC]
...
# http://wiki.php.net/rfc/functionarraydereferencing
2010-06-08 00:05:29 +00:00
Felipe Pena
00c48506cc
- New ReflectionClass method
2010-06-03 19:08:25 +00:00
Christopher Jones
e524236afa
Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 51086 that also affects BDB 5 is not yet resolved)
2010-06-03 07:03:05 +00:00
Michael Wallner
29a1d56076
new output api NEWS
2010-05-31 14:33:11 +00:00
Michael Wallner
89e93723fb
Added support for object references in recursive serialize() calls. FR #36424
2010-05-26 07:24:37 +00:00
Dmitry Stogov
c5237d82bf
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
2010-05-24 14:11:39 +00:00
Sara Golemon
6eb4218433
Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
...
as strings rather than casting to double and loosing precision.
2010-05-21 22:59:58 +00:00
Johannes Schlüter
61db5cf98a
- Improved CLI Interactive readline shell (Johannes)
...
. Added cli.pager ini setting to set a pager for output.
. Added cli.prompt ini settingto configure the shell prompt.
. Added shortcut #inisetting=value to change ini settings at run-time.
. Don't terminate shell on fatal errors.
A pager can be a an shell command which will receive the command output on its
STDIN channel
php > #cli.pager=less
php > phpinfo();
(output will appear in the pager)
php > #cli.pager=grep -i readline
php > phpcredits();
Readline => Thies C. Arntzen
php > #cli.pager=
(output appears again direct on the terminal)
A prompt can contain a few escape sequences like
php > #cli.prompt=\e[032m\v \e[031m\b \e[34m\> \e[0m
5.3.99-dev php > //Colorful prompt with version number
A prompt can also contaian PHP code in backticks
php > #cli.prompt=`echo gethostname();` \b \>
guybrush php >
2010-05-20 20:55:33 +00:00
Ilia Alshanetsky
cf174c1366
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
...
numeric strings to integers.
2010-05-20 19:37:52 +00:00
Derick Rethans
1bc9247651
- Added scalar typehinting.
2010-05-20 19:18:35 +00:00
Andrey Hristov
74b3f46d20
NEWS entry
2010-05-18 12:01:15 +00:00
Pierrick Charron
1386a6fcc6
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.
2010-05-14 06:29:54 +00:00
Sara Golemon
1fd85e29de
Rename JSON_Serializable to JsonSerializable per ML discussion
2010-05-12 16:42:48 +00:00
Arnaud Le Blanc
cfce0a9828
NEWS
2010-05-11 16:40:03 +00:00
Hannes Magnusson
0a4054d85a
NEWS is not docs and limit lines to 80chars
2010-05-07 19:04:45 +00:00
Dmitry Stogov
d5800f881c
Optimized access to static properties using executor specialization. A constant class name may be used as a direct operand of ZEND_FETCH_* instruction without previous ZEND_FETCH_CLASS.
2010-05-06 10:27:35 +00:00
Dmitry Stogov
77b2e54658
Fixed PDO objects binary incompatibility
2010-05-06 08:37:41 +00:00
Sara Golemon
1381b14eaa
Add JSON_Serializable interface
...
Objects implementing JSON_Serializable will have
their ->jsonSerialize() method called
Similar to serialize() and __sleep()
2010-05-05 22:48:14 +00:00
Etienne Kneuss
e6ee260b25
Implement SplObjectStorage::getHash()
2010-04-29 15:47:41 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Felipe Pena
0a6bcd44a7
- Removed allow_call_time_pass_reference (Pierrick)
2010-04-26 00:13:34 +00:00
David Soria Parra
08b9fdc8a3
Add DTrace probes
2010-04-24 13:32:30 +00:00
Dmitry Stogov
e87d72002b
Optimized access to global constants using values with pre-calculated hash_values from litersls table
2010-04-22 15:03:17 +00:00
Dmitry Stogov
fb9d95e5a4
ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN_BY_REF
2010-04-22 11:56:45 +00:00
Kalle Sommer Nielsen
e73a794105
Removed the session 4.2 bug compatibility mode
2010-04-22 01:07:48 +00:00
Kalle Sommer Nielsen
3f29144348
Removed session_is_registered(), session_register() and session_unregister().
...
-- They are no longer needed without register_globals
2010-04-21 23:03:16 +00:00
Kalle Sommer Nielsen
9d395a4a2b
Removed import_request_variables(), this is not needed anymore without register_globals
2010-04-21 22:23:55 +00:00
Kalle Sommer Nielsen
9a38f301d6
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3.
2010-04-21 21:56:24 +00:00
Kalle Sommer Nielsen
febee11285
Removed register_globals
2010-04-21 01:27:22 +00:00
Dmitry Stogov
453b49ed20
Added a number of small performance tweaks and optimizations
...
. ZEND_RECV now always has IS_CV as its result
. ZEND_CATCH now has to be used only with constant class names
. ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order
2010-04-20 11:16:39 +00:00
Dmitry Stogov
dd5c478be6
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
2010-04-20 11:05:54 +00:00
Dmitry Stogov
94dd83722b
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
2010-04-20 10:57:45 +00:00
Dmitry Stogov
ea53dc5af6
Added an optimization which saves memory and emalloc/efree calls for empty HashTables
2010-04-20 10:49:22 +00:00
Stanislav Malyshev
c93a4f192b
restore $this support for closures to its former glory
2010-04-19 19:45:03 +00:00
Kalle Sommer Nielsen
a5304b138f
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)
2010-04-15 16:36:08 +00:00
Kalle Sommer Nielsen
4e7b11ccce
Removed y2k_compliance ini option, making it "always" enabled internally
...
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today
2010-04-12 07:34:30 +00:00
Kalle Sommer Nielsen
ecd006350a
NEWS entry for the define_syslog_variables commit
2010-04-12 07:01:46 +00:00
Rasmus Lerdorf
fac463ed4a
Moved to 5.3
2010-03-31 23:01:38 +00:00
Rasmus Lerdorf
4d75c64415
Added the full htmlspecialchars() functionality which includes utf-8
...
validation as a default filter.
2010-03-31 21:50:36 +00:00
Rasmus Lerdorf
9692a3619c
Set session.entropy_file to /dev/urandom or /dev/arandom by
...
default if present at compile-time. Addresses part of bug #51436
2010-03-31 18:03:17 +00:00
Johannes Schlüter
26af575926
Add ReflectionZendExtension class and --rz option to CLI
2010-03-30 22:35:23 +00:00
Johannes Schlüter
347e2bce22
Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent().
2010-03-30 20:50:42 +00:00
Ilia Alshanetsky
005df4f01f
Upgraded bundled sqlite to version 3.6.23.1
2010-03-30 11:52:25 +00:00
Ilia Alshanetsky
6e92347ddf
Upgraded bundled PCRE to version 8.02.
2010-03-29 11:58:06 +00:00
Michael Maclean
e52fa0027b
Add Tokyo Cabinet abstract DB support to ext/dba
2010-03-24 23:38:59 +00:00
Martin Jansen
3842a993fe
Added Jenkins's one-at-a-time hash support to ext/hash.
2010-03-24 15:47:40 +00:00
Michael Maclean
e4e9eaef4c
Minor fix to constants registered in ext/hash, and update NEWS
2010-03-23 23:39:09 +00:00
Rasmus Lerdorf
906dd4eac5
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
...
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor release.
2010-03-23 18:08:06 +00:00
Derick Rethans
b7f2658527
- Set trunk version.
2010-03-23 16:04:53 +00:00
Ilia Alshanetsky
995d15ebcc
Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
2010-03-22 12:16:45 +00:00
Felipe Pena
3488cd43be
- Fixed bug #49429 , #51331 (odbc_autocommit doesn't work)
2010-03-20 18:19:16 +00:00
Raphael Geissert
d8da372fd0
Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
...
requests (bug #51288 )
2010-03-13 18:40:29 +00:00
Adam Harvey
f60946eb54
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).
2010-03-11 06:20:22 +00:00
Felipe Pena
78cf85ab44
- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
...
patch by: aron dot ujvari at microsec dot hu
2010-03-10 22:58:46 +00:00
Adam Harvey
bdbb2e77ca
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
2010-03-09 05:08:31 +00:00
Felipe Pena
68f805a6d0
- Fixed bug #51237 (milter SAPI crash on startup)
...
patch by: igmar at palsenberg dot com
2010-03-08 23:29:46 +00:00
Ilia Alshanetsky
48adfafab8
Fixed bug #51213 (pdo_mssql is trimming value of the money column).
2010-03-08 12:39:44 +00:00
Derick Rethans
3025ca8e17
- Fixed bug #46111 (Some timezone identifiers can not be parsed).
2010-03-07 19:18:06 +00:00
Derick Rethans
4447b87d91
- Fixed bug #48902 (Timezone database fallback map is outdated).
2010-03-07 18:21:23 +00:00
Derick Rethans
02e4644786
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
2010-03-07 17:25:16 +00:00
Derick Rethans
156d780cbd
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
...
is created from an ISO string).
2010-03-07 15:26:39 +00:00
Felipe Pena
04753cae60
- Fix order
2010-03-07 13:58:02 +00:00
Derick Rethans
f1286280d1
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
2010-03-07 13:54:46 +00:00
Derick Rethans
2d2e02740a
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
...
character).
2010-03-07 13:08:47 +00:00
Felipe Pena
f867fadd22
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
2010-03-07 02:17:11 +00:00
Felipe Pena
ea1447c3ce
- Fixed bug #50810 (property_exists does not work for private)
2010-03-07 00:49:34 +00:00
Raphael Geissert
1f24be304f
Add NEWS entries for filter overflow fix
2010-03-06 20:02:25 +00:00
Derick Rethans
13e0d47cf3
- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
...
parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.
2010-03-06 16:04:47 +00:00
Felipe Pena
6c153e8634
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
2010-03-06 14:45:49 +00:00
Christopher Jones
f3ad58a8a0
Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)
2010-03-05 06:45:28 +00:00
Felipe Pena
667f00f6dc
- BFN #50999
2010-03-05 02:33:03 +00:00
Ilia Alshanetsky
4db5175f54
Fixed bug #51190 (ftp_put() returns false when transfer was successful).
2010-03-04 12:52:58 +00:00
Felipe Pena
ecae1f4923
- Entry in wrong place...
2010-03-03 22:21:57 +00:00
Felipe Pena
c302509726
- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register)
2010-03-03 00:15:34 +00:00
Ilia Alshanetsky
772a84d5b9
Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided)
2010-03-02 12:54:23 +00:00
Felipe Pena
79f618833f
- Fixed bug #51176 (Static calling in non-static method behaves like $this->)
2010-03-02 00:16:40 +00:00
Pierre Joye
707d02b7f5
- merge/update/fix
2010-02-24 19:57:56 +00:00
Pierre Joye
e8be606367
- restore the credit, always been this name, will always be
2010-02-22 09:15:32 +00:00
Jani Taskinen
6a5c911b3f
- Fixed NEWS entry order + removed aliases (only real names here!)
2010-02-22 09:06:06 +00:00
Pierre Joye
2075801b32
- crypt entry
2010-02-22 00:39:55 +00:00
Pierre Joye
299352bf54
- merge 5.3.2RC2 changes, unsorted # for now
2010-02-12 01:22:10 +00:00
Pierre Joye
15a3c450b7
- those are in 5.3.2 now, merge to 5.3.2 section is coming
2010-02-11 21:17:13 +00:00
Ilia Alshanetsky
ad9bbf26ab
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /).
2010-02-11 12:32:21 +00:00
Derick Rethans
5a43f269cc
- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
...
#- Was already partly fixed with my previous commit.
2010-02-10 16:55:40 +00:00
Ilia Alshanetsky
95ecd5680f
Typo fix
2010-02-09 22:47:03 +00:00
Andrey Hristov
52371a2d15
Fix bug#50416
...
PROCEDURE db.myproc can't return a result set in the given context
2010-02-08 13:09:34 +00:00
Pierre Joye
c58f63a38a
- Fixed #44098 , imap_utf8() returns only capital letters
2010-02-07 13:06:54 +00:00
Jani Taskinen
b96f3d1e02
bfn
2010-02-07 11:41:44 +00:00
Rasmus Lerdorf
1947334023
Fix bug #50940
2010-02-05 18:59:05 +00:00
Ilia Alshanetsky
d5fd93e997
Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).
2010-02-02 12:50:21 +00:00
Dmitry Stogov
694a72c5af
Fixed bug #50723 (Bug in garbage collector causes crash)
2010-02-02 12:32:29 +00:00
Ilia Alshanetsky
b0f76c2534
Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)
2010-02-01 12:59:08 +00:00
Jani Taskinen
d062a02a1c
pff
2010-01-31 22:48:09 +00:00