History log of /PHP-7.3/ext/snmp/snmp.c (Results 251 – 275 of 280)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


# 76a32c0c 30-Mar-2000 Sterling Hughes

fix bug 3971, SNMP now compiles on FreeBSD.


Revision tags: PHP-4.0-RC1
# 6a048bfd 26-Mar-2000 Sterling Hughes

Return value corrected.


# b880fb5b 25-Mar-2000 Sterling Hughes

Tid Bit More.


# a9f0e017 25-Mar-2000 Sterling Hughes

- snmpwalkoid is an alias now
- small optimizations
- delete that switch case in php_snmp
=The different functions are now in the PHP_FUNCTION declaration thingies
- If-else blocks

- snmpwalkoid is an alias now
- small optimizations
- delete that switch case in php_snmp
=The different functions are now in the PHP_FUNCTION declaration thingies
- If-else blocks have brackets

show more ...


# c0cede82 25-Mar-2000 Sterling Hughes

Fixed a few protos and ...


# e5ceb99a 19-Mar-2000 Sascha Schumann

Fix build problems with UCD-SNMP 4.1.x.

First, we need to include default_store.h.

Second, UCD-SNMP supports OpenSSL now, so we additionally need to
link against that.

Fix build problems with UCD-SNMP 4.1.x.

First, we need to include default_store.h.

Second, UCD-SNMP supports OpenSSL now, so we additionally need to
link against that.

The changes should be completely backwards-compatible.

Partly suggested by: thor2001@gmx.net
PR: #3451, #3668, #3868

show more ...


# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# 5bccee70 24-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch


# 1c7f3646 10-Feb-2000 Andi Gutmans

- A few more


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# 83fef486 18-Dec-1999 Zeev Suraski

More php3_ cleanup


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# ecb6e75a 12-Dec-1999 Sascha Schumann

Initialize variables


Revision tags: PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# b87228e4 08-Nov-1999 Sascha Schumann

Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and
broke the build for UCD SNMP 4.0.1.


# 00bcd726 10-Oct-1999 Sascha Schumann

Remove -DPIC preprocessor macros. This is defined by libtool
automatically, if a shared library is built. This would lead
to multiple definitions of get_module(). If you want to build
mod

Remove -DPIC preprocessor macros. This is defined by libtool
automatically, if a shared library is built. This would lead
to multiple definitions of get_module(). If you want to build
modules, add -DCOMPILE_DL to your CFLAGS.

show more ...


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# d447d176 03-Sep-1999 Gergely Madarász

Enabled shared build of snmp module


Revision tags: php-4.0b2
# f09d8b68 04-Aug-1999 Steven Lawrance

Fixed a little boo-boo I made during the PHP3->PHP4 conversion.


# 2aa41386 04-Aug-1999 Steven Lawrance

Updated the files so that they have all the functionality of
PHP 3.0.12. These include snmpwalkoid, snmp_get_quick_print, snmp_set_quick_print, and snmpset.


# 3cb1eb04 02-Aug-1999 Zeev Suraski

Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)


1...<<1112