#
80d5ae3c |
| 13-Aug-2012 |
Xinchen Hui |
Implemented 'finally' keywords for php RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will impleme
Implemented 'finally' keywords for php RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will implemented later. thanks
show more ...
|
#
128a4bbb |
| 08-Aug-2012 |
Stanislav Malyshev |
News for bug#40459 |
#
c9eb6412 |
| 06-Aug-2012 |
Stanislav Malyshev |
Merge branch 'pull-request/132' * pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Re
Merge branch 'pull-request/132' * pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Removed now-unnecessary expose_php checks for logo Fixed small misalignment in prev commit Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
show more ...
|
#
4a2d41a5 |
| 06-Aug-2012 |
Stanislav Malyshev |
add note for mcrypt_ecb |
#
4203e0a5 |
| 22-Jul-2012 |
Gustavo André dos Santos Lopes |
Reflect changes made in merge 99e48d3 |
#
626effcf |
| 15-Jul-2012 |
Stanislav Malyshev |
typo |
#
bd340b72 |
| 14-Jul-2012 |
Stanislav Malyshev |
add NEWS/UPGRADING |
#
d12f8d67 |
| 14-Jul-2012 |
Andrew Faulds |
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_g
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
show more ...
|
#
bf015489 |
| 10-Jul-2012 |
Anthony Ferrara |
Add new function hash_pbkdf2() to UGRAPDING doc |
#
a213c10e |
| 07-Jul-2012 |
Stanislav Malyshev |
Merge branch 'pull-request/112' into PHP-5.4 * pull-request/112: Added in NEWS and UPGRADING for feature 55218 Adding in test for feature 55218 Implements feature 55218
|
#
f0df7dbc |
| 07-Jul-2012 |
Lonny Kapelushnik |
Added in NEWS and UPGRADING for feature 55218 |
#
794d2268 |
| 25-Jun-2012 |
Gustavo André dos Santos Lopes |
Update UPGRADING given 7596445 |
#
5c001d42 |
| 19-Jun-2012 |
Anatoliy Belsky |
one more correction for COM upgrading notes |
#
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. |