#
d17b684b |
| 06-Nov-2013 |
Ferenc Kovacs |
bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS |
#
9d75b9fb |
| 06-Nov-2013 |
Xinchen Hui |
Revert "Fixed issue #115 (path issue when using phar)." We need another better way to fix this This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3. Conflicts:
Revert "Fixed issue #115 (path issue when using phar)." We need another better way to fix this This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3. Conflicts: ext/opcache/ZendAccelerator.c
show more ...
|
#
c4cfdfa9 |
| 05-Nov-2013 |
Anatol Belski |
updated NEWS |
#
906d3ae0 |
| 05-Nov-2013 |
Xinchen Hui |
Update NEWS |
#
e3d9e18e |
| 05-Nov-2013 |
Xinchen Hui |
Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is m
Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable
show more ...
|
#
5b8ae014 |
| 04-Nov-2013 |
Remi Collet |
NEWS + UPGRADING |
#
7cd5ae6f |
| 31-Oct-2013 |
Antony Dovgal |
add news entry about FPM backlog change and move the other entry to its proper place |
#
4ded6ee9 |
| 30-Oct-2013 |
Stanislav Malyshev |
5.4.23-dev |
#
416f8fce |
| 29-Oct-2013 |
Yasuo Ohgaki |
Implemented Change crypt() behavior w/o salt RFC |
#
4c45e95c |
| 29-Oct-2013 |
Yasuo Ohgaki |
Update NEWS |
#
16a9fec8 |
| 29-Oct-2013 |
Yasuo Ohgaki |
Update NEWS |
#
eb22041f |
| 28-Oct-2013 |
Dmitry Stogov |
Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris) |
#
1dcca1fd |
| 28-Oct-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 * 'PHP-5.5' of git.php.net:php-src: increase backlog to the highest value everywhere Update NEWS Fixed bug #65950
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 * 'PHP-5.5' of git.php.net:php-src: increase backlog to the highest value everywhere Update NEWS Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters Conflicts: NEWS
show more ...
|
#
5c0890ba |
| 28-Oct-2013 |
Dmitry Stogov |
Improved performance of array_merge() by eliminating useless copying |
#
91b8a675 |
| 28-Oct-2013 |
Dmitry Stogov |
Improved performance of func_get_args() by eliminating useless copying |
#
8da5734c |
| 27-Oct-2013 |
Rasmus Lerdorf |
test commit |
#
66fe7fab |
| 26-Oct-2013 |
Yasuo Ohgaki |
Update NEWS |
#
e50eb1ce |
| 26-Oct-2013 |
Yasuo Ohgaki |
Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters |
#
8cef677d |
| 25-Oct-2013 |
Sascha Schumann |
- test3 |
#
bf087d85 |
| 25-Oct-2013 |
Sascha |
- test commit 2 |
#
e53afaaf |
| 25-Oct-2013 |
Sascha |
- test commit1 |
#
b6ceea4a |
| 21-Oct-2013 |
Christopher Jones |
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org) |
#
5cc797d1 |
| 21-Oct-2013 |
Michael Wallner |
exif NEWS |
#
b636c034 |
| 21-Oct-2013 |
Antony Dovgal |
fix bug #65936 (dangling context pointer causes crash) reported by Leon Sorokin |
#
09885543 |
| 21-Oct-2013 |
Xinchen Hui |
Fixed issue #115 (path issue when using phar). |