| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -0/+1 |
| * | Added RETURN_ARR and RETVAL_ARR macros | Jin Hu | 2015-04-08 | 1 | -0/+2 |
| * | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -0/+2 |
| * | Convert fatal errors into EngineExceptions | Dmitry Stogov | 2015-04-02 | 1 | -1/+2 |
| * | Reclassify E_STRICT notices | Nikita Popov | 2015-04-01 | 1 | -1/+1 |
| * | Patch improvement: | Dmitry Stogov | 2015-03-30 | 1 | -6/+0 |
| * | Constness to zend_get_object_type(), thanks Michael! | Kalle Sommer Nielsen | 2015-03-25 | 1 | -1/+1 |
| * | Change "Cannot redeclare class X" into "Cannot redeclare class/interface/trai... | Kalle Sommer Nielsen | 2015-03-25 | 1 | -0/+2 |
| * | cleanup | Dmitry Stogov | 2015-03-25 | 1 | -2/+1 |
| * | Revert "Use E_ERROR | E_EXCEPTION in FAST_ZPP mode too" | Nikita Popov | 2015-03-22 | 1 | -1/+1 |
| * | Use E_ERROR | E_EXCEPTION in FAST_ZPP mode too | Bob Weinand | 2015-03-22 | 1 | -1/+1 |
| * | ZPP changed to lazely check for "strict/weak" only if it's really necessary. | Dmitry Stogov | 2015-03-20 | 1 | -124/+54 |
| * | Imroved ZPP rules (condititins reoredered to prevent duplicate checks) | Dmitry Stogov | 2015-03-20 | 1 | -34/+24 |
| * | Improved type hinting: | Dmitry Stogov | 2015-03-20 | 1 | -1/+1 |
| * | Refactor as to not use call info, but add the flag to the op_array. | Anthony Ferrara | 2015-03-19 | 1 | -1/+1 |
| * | Fix severity issues with callbacks, start work porting ZEND_STRLEN opcode to ... | Anthony Ferrara | 2015-03-19 | 1 | -3/+3 |
| * | Style cleanup, as well as fixing bug with missing argument for WRONG_PARAM_CO... | Anthony Ferrara | 2015-03-18 | 1 | -2/+2 |
| * | Clean up API renames for zend_wrong_param_count to maintain BC, introducing a... | Anthony Ferrara | 2015-03-18 | 1 | -8/+6 |
| * | Merge in master, fix merge conflicts and update patch to support exceptions e... | Anthony Ferrara | 2015-03-18 | 1 | -5/+8 |
| |\ |
|
| | * | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -2/+4 |
| | * | Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against ca... | Rouven Weßling | 2015-03-08 | 1 | -3/+4 |
| * | | Merge in master | Anthony Ferrara | 2015-02-18 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | fix data types | Anatol Belski | 2015-02-12 | 1 | -1/+1 |
| * | | Move declare() to the top of the file only, and allow int->float generalization | Anthony Ferrara | 2015-02-18 | 1 | -1/+1 |
| * | | Fix Gd usages of ZEND_WRONG_PARAM_COUNT, add usage note | Andrea Faulds | 2015-02-10 | 1 | -4/+7 |
| * | | Prefix zend_wrong_param_count with _ to discourage use | Andrea Faulds | 2015-02-10 | 1 | -3/+3 |
| * | | Partial ZPP strictness implementation | Andrea Faulds | 2015-02-10 | 1 | -37/+58 |
| |/ |
|
| * | Padding | Xinchen Hui | 2015-02-05 | 1 | -3/+3 |
| * | Implemented internal function return types | Reeze Xia | 2015-02-05 | 1 | -0/+7 |
| * | zend_read_property() has to provide a holder for return value. | Dmitry Stogov | 2015-01-22 | 1 | -1/+1 |
| * | typo | Rasmus Lerdorf | 2015-01-17 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| * | Make zend_parse_parameters share fast zpp implementation where possible | Andrea Faulds | 2014-12-29 | 1 | -46/+46 |
| * | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 1 | -2/+2 |
| * | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -2/+2 |
| * | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -158/+158 |
| * | Merge branch 'zppFailOnOverflow' | Andrea Faulds | 2014-12-13 | 1 | -8/+19 |
| |\ |
|
| | * | Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG() | Andrea Faulds | 2014-11-29 | 1 | -2/+2 |
| | * | Fixed copy-and-paste error | Andrea Faulds | 2014-11-29 | 1 | -1/+1 |
| | * | Merge branch 'master' into zppFailOnOverflow | Andrea Faulds | 2014-11-29 | 1 | -3/+3 |
| | |\ |
|
| | * \ | Merge branch 'master' into zppFailOnOverflow | Andrea Faulds | 2014-11-01 | 1 | -78/+61 |
| | |\ \ |
|
| | * | | | Make zpp fail if NaN passed for int, or out-of-range float for non-capping int | Andrea Faulds | 2014-09-22 | 1 | -8/+19 |
| * | | | | Fixed compilation warnings | Dmitry Stogov | 2014-12-12 | 1 | -1/+1 |
| * | | | | Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->cla... | Dmitry Stogov | 2014-12-03 | 1 | -9/+9 |
| | |_|/
|/| | |
|
| * | | | Pack EX(num_args) into EX(This).u2.num_args | Dmitry Stogov | 2014-11-28 | 1 | -3/+3 |
| | |/
|/| |
|
| * | | fix datatype mismatches | Anatol Belski | 2014-10-24 | 1 | -3/+3 |
| * | | move key lengths to use size_t as zend_string is used internally anyway | Anatol Belski | 2014-10-23 | 1 | -66/+66 |
| * | | fix several datatype mismatches | Anatol Belski | 2014-10-22 | 1 | -10/+10 |
| * | | all the key_len use uint, fix the warning when using strlen on 64 bit | Anatol Belski | 2014-10-22 | 1 | -9/+9 |