#
505836e9 |
| 17-Oct-2012 |
Andrey Hristov |
fix NEWS |
#
7314ed53 |
| 17-Oct-2012 |
Andrey Hristov |
Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3
|
#
c50d732f |
| 17-Oct-2012 |
Andrey Hristov |
fix compilation failure on 32/64bit linux systems, when libmysql is used with ext/mysql |
#
6d019dee |
| 16-Oct-2012 |
Anatoliy Belsky |
Fixed bug #63248 Load multiple magic files on win - adapt config.w32 to not to use dirent lib anymore - prevent libmagic from opening a dir handle under win - reimplement the dir ite
Fixed bug #63248 Load multiple magic files on win - adapt config.w32 to not to use dirent lib anymore - prevent libmagic from opening a dir handle under win - reimplement the dir iteration functionality with streams
show more ...
|
#
7eba512b |
| 16-Oct-2012 |
Anatoliy Belsky |
updated NEWS |
#
9aacdf6e |
| 16-Oct-2012 |
Anthony Ferrara |
Merging in Password Hashing API into master This implements the accepted RFC password_hash https://wiki.php.net/rfc/password_hash
|
#
c8cc0cde |
| 12-Oct-2012 |
Felipe Pena |
- BFN |
#
0c0b5a35 |
| 12-Oct-2012 |
Xinchen Hui |
Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1)) The exists test should has covered this bug |
#
ea441bd0 |
| 10-Oct-2012 |
Xinchen Hui |
Implemented FR #63242 (Default error page in PHP built-in web server uses outdated html/css) |
#
93157126 |
| 09-Oct-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
45e0d452 |
| 09-Oct-2012 |
Xinchen Hui |
Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec) |
#
67611c67 |
| 08-Oct-2012 |
Xinchen Hui |
Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion) |
#
9e3396b8 |
| 04-Oct-2012 |
Stanislav Malyshev |
5.4.9-dev |
#
64c09f68 |
| 04-Oct-2012 |
Johannes Schlüter |
PHP-5.3 branch is 5.3.19 now |
#
40bb9254 |
| 01-Oct-2012 |
Stanislav Malyshev |
Merge branch 'pull-request/210' into PHP-5.4 * pull-request/210: Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is alwa
Merge branch 'pull-request/210' into PHP-5.4 * pull-request/210: Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is always GMT when being parsed, from taking on the local timezones DST flag.
show more ...
|
#
d3c37f09 |
| 01-Oct-2012 |
Stanislav Malyshev |
add news for --offline |
#
457844a2 |
| 01-Oct-2012 |
Stanislav Malyshev |
add bug #63162 |
#
f879e116 |
| 01-Oct-2012 |
Stanislav Malyshev |
fix news |
#
519f93ef |
| 12-Oct-2012 |
Gustavo Lopes |
NEWS for 76601c4 |
#
713a3fc5 |
| 04-Oct-2012 |
Andrey Hristov |
update |
#
f495e930 |
| 28-Sep-2012 |
Pierrick Charron |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Update NEWS
|
#
ec361923 |
| 28-Sep-2012 |
Pierrick Charron |
Update NEWS |
#
34c39859 |
| 28-Sep-2012 |
Jerome Loyet |
Add missing NEWS entry |
#
bb02fd57 |
| 28-Sep-2012 |
Jerome Loyet |
Fixed bug #62216 Add PID to php-fpm init.d script |
#
9ef925b3 |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #62887 (Only /status?plain&full gives "last request cpu") |