#
d2263d48 |
| 03-Dec-2010 |
Adam Harvey |
Implement FR #53457 (number_format must support more than one character for thousands separator).
|
Revision tags: php-5.2.15RC2, php-5.3.4RC2 |
|
#
22d461df |
| 30-Nov-2010 |
Gustavo André dos Santos Lopes |
- Implemented bug/request #53427 - stream_select doesn't preserve the keys. This cannot be backported to PHP 5.3 due to a BC break. See UPGRADING for more information.
|
#
9a1568c1 |
| 26-Nov-2010 |
Adam Harvey |
Implemented FR #53407 (make scandir()'s directory sorting optional).
|
#
c9e54156 |
| 24-Nov-2010 |
Dmitry Stogov |
Removed support for break/continue $var syntax
|
#
ab93d8c6 |
| 24-Nov-2010 |
Dmitry Stogov |
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
|
#
e245652b |
| 19-Nov-2010 |
Johannes Schlüter |
- commit missing upgrading note (sqlite removed)
|
Revision tags: php-5.3.4RC1 |
|
#
f5570be3 |
| 18-Nov-2010 |
Pierre Joye |
- path with null entries
|
Revision tags: php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
6791197b |
| 18-Nov-2010 |
Jani Taskinen |
- Added section for build system changes in UPGRADING.INTERNALS
|
#
c9581c1b |
| 17-Nov-2010 |
Jani Taskinen |
typo
|
#
d310d102 |
| 17-Nov-2010 |
Jani Taskinen |
- Added comment about binary SAPIs
|
#
6cb7ea40 |
| 09-Nov-2010 |
Adam Harvey |
Implemented FR #53264 (Add fputcsv method to SplFileObject).
|
#
cd26f6300 |
| 07-Nov-2010 |
Pierre Joye |
- typo
|
#
12167194 |
| 07-Nov-2010 |
Ilia Alshanetsky |
REQUEST_TIME notes
|
#
83657396 |
| 05-Nov-2010 |
Adam Harvey |
Implemented FR #53238 (Make third parameter of preg_match_all optional).
|
#
e5c7fae8 |
| 26-Oct-2010 |
Gustavo André dos Santos Lopes |
- Added ReflectionParameter::canBePassedByValue().
|
#
3f804701 |
| 24-Oct-2010 |
Gustavo André dos Santos Lopes |
- Added to UPGRADING(.INTERNALS) information about the changes on html.c. - Added to UPGRADING information about the new class Transliteral, the new parameter in dns_get_record and the fact
- Added to UPGRADING(.INTERNALS) information about the changes on html.c. - Added to UPGRADING information about the new class Transliteral, the new parameter in dns_get_record and the fact that call_user_func_array no longer allows call-time pass-by-reference.
show more ...
|
#
f2552322 |
| 04-Oct-2010 |
Kalle Sommer Nielsen |
Revert for now
|
#
d252a45e |
| 01-Oct-2010 |
Kalle Sommer Nielsen |
* 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 in
* 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
show more ...
|
#
ab3fc009 |
| 16-Sep-2010 |
Felipe Pena |
- Added missing entries related to pdo_dblib
|
#
cb9c8233 |
| 16-Sep-2010 |
Adam Harvey |
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. ;)
|
#
726fe638 |
| 16-Sep-2010 |
Adam Harvey |
Implemented FR #49366 (Make slash escaping optional in json_encode()).
|
#
77d307cc |
| 10-Sep-2010 |
Pierre Joye |
- open_basedir symlink support for Windows
|
#
f22c9a67 |
| 01-Sep-2010 |
Pierre Joye |
- is_link note
|
#
b1e0e9ea |
| 01-Sep-2010 |
Pierre Joye |
- fix index
|
#
648f3829 |
| 30-Aug-2010 |
Pierre Joye |
- remove internals stuff, moved to the INTERNALS guide
|