Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 1 | -0/+6 |
|\ | |||||
| * | Merge branch 'intdiv' | Andrea Faulds | 2014-08-06 | 1 | -0/+6 |
| |\ | |||||
| | * | Implemented intdiv() | Andrea Faulds | 2014-07-15 | 1 | -0/+6 |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-07-25 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Revert "Fix bug #66568: the second arg for unserialize is optional." as we al... | Ferenc Kovacs | 2014-07-25 | 1 | -1/+1 |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-14 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
| | | |\ | |||||
| | | | * | Fix for bug #34407 - ucwords and title case | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
| | | | * | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
| | | * | | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
* | | | | | Fast parameter parsing API | Dmitry Stogov | 2014-07-11 | 1 | -0/+14 |
* | | | | | Removed EG(called_scope) and use corresponding value from EG(current_execute_... | Dmitry Stogov | 2014-07-03 | 1 | -6/+6 |
* | | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu... | Dmitry Stogov | 2014-07-02 | 1 | -1/+1 |
* | | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-12 | 1 | -57/+55 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-06-11 | 1 | -1/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Revert "Add optional second arg to unserialize()" | Ferenc Kovacs | 2014-06-11 | 1 | -1/+0 |
| | * | | | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
| * | | | | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
* | | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -1/+1 |
* | | | | | Don't use cast (compiler friendly) | Xinchen Hui | 2014-05-26 | 1 | -5/+5 |
* | | | | | fix leak | Pierre Joye | 2014-05-15 | 1 | -1/+3 |
* | | | | | RETURN_STRING takes the char* only now (always copied) | Pierre Joye | 2014-05-15 | 1 | -1/+1 |
* | | | | | Move more code to use zval_get_string | Nikita Popov | 2014-04-25 | 1 | -22/+6 |
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -156/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix bug #66568: the second arg for unserialize is optional. | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-5.6' | Bob Weinand | 2014-04-11 | 1 | -5/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Shut up, my lovely compiler; I do not like your warnings | Bob Weinand | 2014-04-11 | 1 | -5/+0 |
| * | | | | Remove call_user_method() and call_user_method_array() from master, long time... | Kalle Sommer Nielsen | 2014-04-05 | 1 | -97/+0 |
| * | | | | Merge branch 'PHP-5.6' | Nikita Popov | 2014-02-16 | 1 | -57/+29 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Declare a number of functions as variadic. | Rouven Weßling | 2014-02-16 | 1 | -57/+29 |
* | | | | | Optimized constant lookup | Dmitry Stogov | 2014-04-25 | 1 | -5/+12 |
* | | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -3/+1 |
* | | | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha... | Dmitry Stogov | 2014-04-18 | 1 | -19/+6 |
* | | | | | Reduced memory realocations | Dmitry Stogov | 2014-04-15 | 1 | -1/+0 |
* | | | | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
* | | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -12/+12 |
* | | | | | Fixed memory leak | Dmitry Stogov | 2014-04-11 | 1 | -1/+3 |
* | | | | | Avoid unnecessry reallocations | Dmitry Stogov | 2014-04-01 | 1 | -3/+2 |
* | | | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl... | Dmitry Stogov | 2014-03-26 | 1 | -3/+6 |
* | | | | | Fixed parse_ini_file | Xinchen Hui | 2014-03-09 | 1 | -15/+9 |
* | | | | | Fixed double free in parse_ini_string | Xinchen Hui | 2014-03-09 | 1 | -1/+0 |
* | | | | | Second argument of call_user_method is ref | Xinchen Hui | 2014-03-06 | 1 | -0/+4 |
* | | | | | Have no idea why I changed it to 0 in 70ddc853 | Xinchen Hui | 2014-03-06 | 1 | -1/+1 |
* | | | | | Fixed refcounted on INTERNED string | Xinchen Hui | 2014-03-06 | 1 | -1/+3 |
* | | | | | Fixed string lengths | Dmitry Stogov | 2014-03-05 | 1 | -4/+4 |
* | | | | | Handle interned strings as non-refcounted scalars | Dmitry Stogov | 2014-03-05 | 1 | -1/+1 |