summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Collapse)AuthorAgeFilesLines
* Enabled shared build of snmp moduleGergely Madarász1999-09-033-11/+57
|
* Fixed a little boo-boo I made during the PHP3->PHP4 conversion.Steven Lawrance1999-08-041-1/+1
|
* Updated the files so that they have all the functionality ofSteven Lawrance1999-08-042-90/+177
| | | | | PHP 3.0.12. These include snmpwalkoid, snmp_get_quick_print, snmp_set_quick_print, and snmpset.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-022-20/+20
| | | | | php3_compat.h)
* Debian fixesStig Bakken1999-07-211-0/+1
|
* License updateZeev Suraski1999-07-161-20/+9
|
* more portingSascha Schumann1999-06-273-0/+20
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-5/+2
| | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
* - run ext sources through conv_protoSascha Schumann1999-05-212-6/+8
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-092-2/+2
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* Module workRasmus Lerdorf1999-04-231-2/+5
|
* This is generatedRasmus Lerdorf1999-04-221-287/+0
|
* Bring imap build rules up to date. We still have a problem here though.Rasmus Lerdorf1999-04-221-54/+71
| | | | | | | | | | | In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present.
* last bunch of extensions moving to ext/Stig Bakken1999-04-226-0/+663
| | | | | | | | fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
* PHP 4.0Zeev Suraski1999-04-071-0/+228