Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -53/+15 |
* | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -1/+1 |
* | Use interned strings for "magic" property of internal classes. (not copyied i... | Dmitry Stogov | 2017-11-01 | 1 | -1/+4 |
* | Fixed bug #74906 redirecting incorrect include <sys/errno.h> | Peter Kokot | 2017-07-17 | 1 | -6/+1 |
* | Drop unnecessary allocator return value checks | Nikita Popov | 2017-03-13 | 1 | -35/+3 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.1' | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
| |\ | |||||
| | * | remove TSRMLS_* | Anatol Belski | 2016-11-21 | 1 | -2/+2 |
* | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -8/+0 |
|/ / | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-08-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix bug #72708 - php_snmp_parse_oid integer overflow in memory allocation | Stanislav Malyshev | 2016-08-16 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-07-19 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-07-19 | 1 | -0/+9 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-07-19 | 1 | -40/+49 |
| | |\ | |||||
| | | * | Fixed bug #72479 - same as #72434 | Stanislav Malyshev | 2016-06-26 | 1 | -40/+49 |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-03-28 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #71704 php_snmp_error() Format String Vulnerability | Anatol Belski | 2016-03-28 | 1 | -1/+1 |
| | | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -2/+1 |
* | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -4/+4 |
* | | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-29 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #71704 php_snmp_error() Format String Vulnerability | Anatol Belski | 2016-03-16 | 1 | -1/+1 |
* | | | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -2/+0 |
* | | | | Remove HAVE_SPL checks | Nikita Popov | 2016-01-30 | 1 | -9/+0 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2015-10-18 | 1 | -12/+10 |
|\ \ \ | |/ / | |||||
| * | | Remove wrong argument $session from SNMP::setSecurity() | jubianchi | 2015-10-18 | 1 | -1/+0 |
| * | | Fix SNMP::setSecurity() arginfo (Fixes bug #70476) | jubianchi | 2015-10-18 | 1 | -11/+10 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -4/+4 |
* | | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
* | | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
* | | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -7/+2 |
* | | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -4/+0 |
* | | | Get rid of old HashTable iteration API (it doesn't work with constant arrays) | Dmitry Stogov | 2015-02-13 | 1 | -31/+21 |
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -40/+40 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -122/+122 |
* | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -4/+4 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -4/+4 |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -4/+4 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -89/+89 |
* | | | fixes to ext/snmp | Anatol Belski | 2014-08-19 | 1 | -26/+26 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -71/+71 |
* | | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -3/+3 |