#
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
|
#
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
|
#
f0726626 |
| 19-Jun-2012 |
Anatoliy Belsky |
one more correction for COM upgrading notes
|
#
592917f9 |
| 18-Jun-2012 |
Anatoliy Belsky |
com ext upgrading correction
|
#
1c4e4865 |
| 18-Jun-2012 |
Anatoliy Belsky |
com ext upgrading infos
|
#
6176b96a |
| 18-Jun-2012 |
Anatoliy Belsky |
com ext upgrading info
|
#
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
|
#
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
|