#
d7700588 |
| 02-Sep-2014 |
Anatol Belski |
use portable strtol
|
#
b1f53ca4 |
| 27-Aug-2014 |
Dmitry Stogov |
Use efree_size() instead of efree() where posible
|
#
28e7beea |
| 25-Aug-2014 |
Nikita Popov |
Fix zend_longo_str
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7
|
#
455741fc |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 4
|
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3
|
#
6f9f0bf2 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 2
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
#
70de6180 |
| 24-Aug-2014 |
Anatol Belski |
fixes to %pd format usage
|
#
b3ba0f6a |
| 19-Aug-2014 |
Andrea Faulds |
Prevent bit shift count wrapping quirkiness on some CPUs for left shift
|
#
38bc0a05 |
| 15-Aug-2014 |
Andrea Faulds |
Prevent bit shift count wrapping quirkiness on some CPUs for right shift
|
#
6a94568f |
| 15-Aug-2014 |
Andrea Faulds |
Return FALSE on bit shift by negative number
|
#
f2182ab8 |
| 17-Aug-2014 |
Anatol Belski |
some more pure naming replacements
|
#
864172d9 |
| 16-Aug-2014 |
Anatol Belski |
further fixes to ext/standard and zend
|
#
8ee2a4a9 |
| 16-Aug-2014 |
Anatol Belski |
first shot on merging the core fro the int64 branch
|
#
6463bc5b |
| 14-Aug-2014 |
Dmitry Stogov |
Fixed mode
|
#
c78a1734 |
| 14-Aug-2014 |
Dmitry Stogov |
Fixed compilation warnings
|
#
e4309485 |
| 14-Aug-2014 |
Dmitry Stogov |
Fixed reference handling
|
#
1d01e233 |
| 11-Aug-2014 |
krakjoe |
fix incorrect cast of comparison function and signature of function
|
#
dc70139d |
| 11-Aug-2014 |
krakjoe |
update zend_make_printable_zval to take TSRM context
|
#
27f38798 |
| 11-Jul-2014 |
Dmitry Stogov |
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap us
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)
show more ...
|
#
4e291fab |
| 10-Jul-2014 |
Dmitry Stogov |
Fixed usage after free()
|
#
9d6e45a0 |
| 09-Jul-2014 |
Dmitry Stogov |
Changed zend_make_printable_zval() to return "use_copy" instead of additional reference argument. Improved branch prediction.
|
#
9af4b18b |
| 26-Jun-2014 |
Dmitry Stogov |
Reverted 387c491559f1507685740bf613070d27bce59e4d (it broke ext/standard/tests/file/bug44607.phpt)
|
#
387c4915 |
| 26-Jun-2014 |
Xinchen Hui |
op2 is null terminated string
|