php-src/ext/snmp
Nikita Popov b72b1a4e4d Add zend_object_alloc() API
Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure with known size, as the properties
are intialized separately anyway.

Technically we do not need to zero the embedded zend_object
structure either, but as long as the memset argument is constant,
a couple more bytes don't really matter.
2017-11-25 17:12:37 +01:00
..
tests Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 move various places to the centralized OpenSSL setup routine 2017-01-08 00:25:47 +01:00
CREDITS * added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834) 2011-04-05 12:20:35 +00:00
php_snmp.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
snmp.c Add zend_object_alloc() API 2017-11-25 17:12:37 +01:00