#
a8d15617 |
| 14-Jul-2003 |
Harrie Hazewinkel |
Adding an SNMP GETNEXT. This is a basic SNMP operation that retrieves the next value as the one provided to the command. NOTE: snmpgetnext does not follow the official naming convetions o
Adding an SNMP GETNEXT. This is a basic SNMP operation that retrieves the next value as the one provided to the command. NOTE: snmpgetnext does not follow the official naming convetions of functions, but now it is equal to it version 1 equivalents snmpget and snmpset. I also would like to reserve the snmp_getnext for a function to which a session can be given instead of the multiple values to create the session internally. (Work in progress).
show more ...
|
#
fa910bd2 |
| 14-Jul-2003 |
Harrie Hazewinkel |
(RE applying) Cleaning up some very old definitions of version 3.3.1 until 3.5.3. Those versions are that old that people better upgrade the SNMP libraries.
|
#
6dd04c36 |
| 14-Jul-2003 |
Harrie Hazewinkel |
(RE-)Applying the contributed patch of Johan Hanne to the main tree. The patch enables control on the way the values are returned into the PHP script, instaed of always strings. Also the
(RE-)Applying the contributed patch of Johan Hanne to the main tree. The patch enables control on the way the values are returned into the PHP script, instaed of always strings. Also the type of the value is now returned when configured to do so. This enables better management scripts to do more automatic processing and value calculations. (By default the values are returned as strings, as was before)
show more ...
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1 |
|
#
0a18a9d7 |
| 16-Feb-2003 |
Wez Furlong |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file de
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
show more ...
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
e771bdb2 |
| 24-Jan-2003 |
foobar |
Fixed bug: #20857, snmpset() fails
|
#
45f1f171 |
| 24-Jan-2003 |
foobar |
ws fixes
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
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
|