Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Add myself into list of authors of the most refactored files. | Dmitry Stogov | 2015-08-31 | 1 | -0/+1 |
| | |||||
* | Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data) | Dmitry Stogov | 2015-08-26 | 1 | -0/+3 |
| | |||||
* | Use NULL where possible for exception class | Aaron Piotrowski | 2015-07-07 | 1 | -2/+2 |
| | | | | Matches usage of zend_throw_exception()/zend_throw_exception_ex(). | ||||
* | Remove need to pass error level | Aaron Piotrowski | 2015-07-03 | 1 | -10/+22 |
| | |||||
* | Enable throwing custom exceptions from errors | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Fixed bug #69521 (Segfault in gc_collect_cycles()). | Xinchen Hui | 2015-07-02 | 1 | -2/+0 |
| | |||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
| | | | | semantick changes). | ||||
* | Fixed memroy errors with valgrind | Xinchen Hui | 2015-06-29 | 1 | -0/+2 |
| | |||||
* | Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ↵ | Dmitry Stogov | 2015-06-17 | 1 | -1/+15 |
| | | | | (and other classes without predefined properties). | ||||
* | Improved hash table copying | Dmitry Stogov | 2015-05-19 | 1 | -3/+7 |
| | |||||
* | Micro optimizations | Dmitry Stogov | 2015-04-28 | 1 | -7/+11 |
| | |||||
* | Micro optimizations | Dmitry Stogov | 2015-04-27 | 1 | -12/+17 |
| | |||||
* | Convert fatal errors into EngineException | Dmitry Stogov | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Convert fatal errors into EngineExceptions | Dmitry Stogov | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | Use zend_error_noreturn() for fatal errors | Dmitry Stogov | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Make zend_array_destroy() to free the corresponding zend_array | Dmitry Stogov | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Move zend_object->guards into additional slot of ↵ | Dmitry Stogov | 2015-02-04 | 1 | -6/+13 |
| | | | | zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-15 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | * origin/master: made the apache ini holders to be zend_bool Removed useless local variable Use simpler functions Fixed test small fixes to UPGRADING Reorder to save alignment size (of course, only for common used structs) | ||||
| * | Use simpler functions | Dmitry Stogov | 2014-12-15 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -13/+13 |
|/ | |||||
* | Added new optimized zend_array_destroy() function | Dmitry Stogov | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Use inline version of the function in the loop | Dmitry Stogov | 2014-11-24 | 1 | -3/+4 |
| | |||||
* | Fix bug #68262: Broken reference across cloned objects | Nikita Popov | 2014-10-19 | 1 | -1/+2 |
| | |||||
* | Preallocate hash tables of required size | Dmitry Stogov | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | further fixes on core | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are ↵ | Dmitry Stogov | 2014-07-03 | 1 | -4/+4 |
| | | | | executing something. | ||||
* | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of ↵ | Dmitry Stogov | 2014-04-18 | 1 | -12/+6 |
| | | | | zend_hash_move_forward() and family. | ||||
* | Fixed interface constants inheritance. | Dmitry Stogov | 2014-04-14 | 1 | -1/+1 |
| | | | | | Now we use IS_REFERENCE for inhereted class constants. I might miss some edje cases. | ||||
* | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -2/+2 |
| | | | | | This only makes it compile, it doesn't actually work, presumably because interned strings are assumed in some places. | ||||
* | Fixed destruction of objects and iterators on unclean request shutdown and ↵ | Dmitry Stogov | 2014-04-09 | 1 | -7/+0 |
| | | | | | | GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves. | ||||
* | don't use memset() for array of zval initialization | Dmitry Stogov | 2014-04-07 | 1 | -1/+9 |
| | |||||
* | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -4/+2 |
| | |||||
* | Refactored IS_INDIRECT usage for CV and object properties to support ↵ | Dmitry Stogov | 2014-03-26 | 1 | -18/+25 |
| | | | | HashTable resizing | ||||
* | Refactored GC (incomplete) | Dmitry Stogov | 2014-03-19 | 1 | -1/+2 |
| | |||||
* | Fixed dynamic properties cloning | Dmitry Stogov | 2014-03-07 | 1 | -7/+8 |
| | |||||
* | Converting from reference to regular value | Dmitry Stogov | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -3/+0 |
| | |||||
* | Fixed object destruction | Dmitry Stogov | 2014-02-18 | 1 | -0/+1 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -6/+2 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -81/+50 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | fix bug #61782 - __clone/__destruct do not match other methods when checking ↵ | Stanislav Malyshev | 2012-05-14 | 1 | -13/+13 |
| | | | | access controls | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| |