#
1c4e4865 |
| 18-Jun-2012 |
Anatoliy Belsky |
com ext upgrading infos |
#
0eaa6e95 |
| 07-Jun-2012 |
David Soria Parra |
UPGRADING entry for boolval() |
#
c22a29b5 |
| 04-Jun-2012 |
Gustavo André dos Santos Lopes |
Updated UPGRADING for the changes in eb346ef |
#
b187c35f |
| 24-May-2012 |
Stanislav Malyshev |
Merge branch 'pull-request/54' * pull-request/54: Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs.
Merge branch 'pull-request/54' * pull-request/54: Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other expressions to the empty() language construct. This is accomplished by simply rewriting empty(expr) to !expr. The change does not affect the suppression of errors when using empty() on variables. empty($undefinedVar) will continue not to throw errors. When an expression is used inside empty() on the other hand, errors will not be suppressed. Thus empty($undefinedVar + $somethingElse) *will* throw a notice. The change also does not make empty() into a real function, so using 'empty' as a callback is still not possible. In addition to the empty() changes the commit adds nicer error messages when isset() is used on function call results or other expressions.
show more ...
|
#
92039fed |
| 24-May-2012 |
Gustavo André dos Santos Lopes |
Changed ResourceBundle constructor behavior null is now accepted for two first (mandatory arguments). Passing null as the package name causes NULL to be passed to ICU and the d
Changed ResourceBundle constructor behavior null is now accepted for two first (mandatory arguments). Passing null as the package name causes NULL to be passed to ICU and the default ICU data to be loaded. Passing null as the locale name causes the default locale to be used.
show more ...
|
#
a4726490 |
| 21-May-2012 |
Stanislav Malyshev |
add news for new pg_ functions |
#
6ea4d0d8 |
| 20-May-2012 |
Gustavo André dos Santos Lopes |
Note recent changes to ext/intl in UPGRADING |
#
29a85d49 |
| 16-May-2012 |
Christopher Jones |
Dummy (whitespace) change so Dan Brown can verify snap generation from git PHP snapshots were still pulling from SVN and were out of date. This is a dummy PHP 5.4-only commit so Dan can
Dummy (whitespace) change so Dan Brown can verify snap generation from git PHP snapshots were still pulling from SVN and were out of date. This is a dummy PHP 5.4-only commit so Dan can verify what he's updated for git in the backend.
show more ...
|
#
df2a38e7 |
| 16-May-2012 |
Stanislav Malyshev |
fd fix |
#
a72b2143 |
| 13-May-2012 |
Stanislav Malyshev |
update NEWS/UPGRADING |
#
ac33e40d |
| 06-May-2012 |
Gustavo André dos Santos Lopes |
Keep date precision in MessageFormatter. MessageFormatter::parse and MessageFormat::format (and their static equivalents) now don't throw away better than second precision in the arg
Keep date precision in MessageFormatter. MessageFormatter::parse and MessageFormat::format (and their static equivalents) now don't throw away better than second precision in the arguments. It's already bad enough that in MessageFormatter and IntlDateFormatter we use seconds since epoch instead of milliseconds since epoch, deviating from the ICU date representations. But we don't need to throw away extra precision when parsing dates; we can keep the seconds since epoch convention and return non integer doubles with only a small BC impact. Note that we already could return doubles from MessageFormatter::parse if the date was sufficiently in the past or in the future.
show more ...
|
#
f09961cb |
| 13-May-2012 |
Gustavo André dos Santos Lopes |
Updated UPGRADING with changes to ext/intl. |
#
ec061a93 |
| 12-Apr-2012 |
Nikita Popov |
Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other ex
Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other expressions to the empty() language construct. This is accomplished by simply rewriting empty(expr) to !expr. The change does not affect the suppression of errors when using empty() on variables. empty($undefinedVar) will continue not to throw errors. When an expression is used inside empty() on the other hand, errors will not be suppressed. Thus empty($undefinedVar + $somethingElse) *will* throw a notice. The change also does not make empty() into a real function, so using 'empty' as a callback is still not possible. In addition to the empty() changes the commit adds nicer error messages when isset() is used on function call results or other expressions.
show more ...
|
#
4968fa64 |
| 17-Apr-2012 |
theanomaly.is@gmail.com |
Fixed bug #61038; "Z" and better behavior for unpack() Added new "Z" argument to pack/unpack, now allowing "a" to return data without stripping, and "A" strips all trailing white space,
Fixed bug #61038; "Z" and better behavior for unpack() Added new "Z" argument to pack/unpack, now allowing "a" to return data without stripping, and "A" strips all trailing white space, while "Z" will strip everything after the first null.
show more ...
|
#
565892d4 |
| 15-Apr-2012 |
Xinchen Hui |
Implement const array/string dereference RFC:https://wiki.php.net/rfc/constdereference |
Revision tags: php-5.3.11RC2, php-5.4.1RC2 |
|
#
0e8d928c |
| 01-Apr-2012 |
Gustavo André dos Santos Lopes |
Update UPGRADING with changes. |
#
6c891f33 |
| 01-Apr-2012 |
Gustavo André dos Santos Lopes |
Put new function in correct section. |
Revision tags: php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1 |
|
#
867d9805 |
| 19-Mar-2012 |
Michael Wallner |
add note about corrected tiger hash output |
#
e99a8c77 |
| 12-Mar-2012 |
Rasmus Lerdorf |
This change was badly worded and filed in the wrong section. This isn't an ini change at all. |
#
6237456c |
| 06-Mar-2012 |
Christopher Jones |
Sync char set wording with migration doc |
#
eb8d56e1 |
| 06-Mar-2012 |
Christopher Jones |
Typo and missing zend ini param |
#
4db28a7e |
| 06-Mar-2012 |
Christopher Jones |
Typo: "outout" |
#
77e1a1ab |
| 05-Mar-2012 |
Christopher Jones |
Align section headings with the latest (5.4) migration on-line doc. This will aid future reuse of UPGRADING text. |
#
37b462ba |
| 04-Mar-2012 |
Pierre Joye |
- notes about xp&2003 drop |
#
4d0911c1 |
| 04-Mar-2012 |
Nikita Popov |
NEWS and UPGRADING for r323862 |