History log of /PHP-5.5/ext/snmp/snmp.c (Results 151 – 175 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 28c32e1f 10-Dec-2002 Edin Kadribasic

MFB: Fix ZTS build.


# 83741be4 05-Dec-2002 Derick Rethans

- Renamed snmpv3_* to snmp3_*
- Conversion to php_error_docref
- Whitespace fixes


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 6a14b16e 11-Nov-2002 Harrie Hazewinkel

Adding a more detail print functions, that assist/make it easier for
creating SNMP scripts.
They are only supported when you have NET-SNMP.
Need to be documented still though.


# 957f6517 11-Nov-2002 Harrie Hazewinkel

Adding SNMPv3 support.
This splits the old php_snmp function into an argument parsing part and
a data retrieval part. The data retrieval part is reused for SNMPv3.
SNMPv3 has only a diffe

Adding SNMPv3 support.
This splits the old php_snmp function into an argument parsing part and
a data retrieval part. The data retrieval part is reused for SNMPv3.
SNMPv3 has only a different argument parsing.

THe code is not extremely beautiful, but having NET-SNMP and
UCD-SNMP support creates this. :-(
Documentation must still be done.

show more ...


# e1f884c4 11-Nov-2002 Harrie Hazewinkel

Fixing the php_info function.
Print UCD-SNMP when UCD-SNMP is used.
Print NET-SNMP when NET-SNMP is used.


Revision tags: php-4.3.0pre2
# 9870028d 17-Oct-2002 foobar

Fix this for Wez and his antique ucd-snmp


# 8aaa0049 17-Oct-2002 foobar

ws fixes


# 16de7dd8 16-Oct-2002 foobar

- Fixed memleak when connection fails.
- Fixed snmpget() to work with net-snmp
- Fixed the error messages to use the new style.


# e99b3cdf 16-Oct-2002 foobar

Some more compatibility fixes for net-snmp vs ucd-snmp


# 3c863a6d 16-Oct-2002 foobar

- Fix the last commit..(thanks to Harrie Hazewinkel <harrie@lisanza.net>)


# 23706f18 15-Oct-2002 foobar

Make this thing to compile with net-snmp-5.0.x


# 1fa263a4 14-Oct-2002 foobar

This is not zval..


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3
# bbc162d1 05-Sep-2002 Anantha Kesari H Y

NetWare related additions/modifications


Revision tags: php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2
# 3624b97f 13-Jul-2002 foobar

Kill compile warning


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# e15a3c42 11-May-2002 Sterling Hughes

remove stale 1


# 2e72f8cc 11-May-2002 Sterling Hughes

WS Fixes (and similair stylistic changes)


Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# d5412f39 01-Mar-2002 Yasuo Ohgaki

Fix compiler warnings


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 01304051 15-Oct-2001 Stig Bakken

fix bug #13479


# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2, php-4.0.7RC1
# 0116a7b9 13-Aug-2001 Zeev Suraski

Fix crashes in parse_parameters calls
HEADS UP: Make sure you supply TSRMLS_CC for this function!
I'll try to think of a way that'd allow us to find this issue using
the compiler.


123456789