Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | re-work walkaround for net-snmp BUGid 2027834, no need to detect it anymore | Boris Lytochkin | 2013-05-03 | 1 | -61/+0 |
| | | | | | add test for Bug #64159 bump default buffer size for values(32->512): do not reallocate buffers in 99% cases | ||||
* | fixed typos in tests | Boris Lytochkin | 2011-05-10 | 1 | -1/+1 |
| | | | | | | ucd-snmp epoch is over, drop legacy memory allocation (non e*) tune 'buggy snmp_snprint_value' detection on some systems | ||||
* | fix typo | Boris Lytochkin | 2011-04-12 | 1 | -2/+1 |
| | |||||
* | * Net-SNMP version detection and proper processing | Boris Lytochkin | 2011-04-06 | 1 | -20/+21 |
| | | | | | * more UCD-SNMP-related code removal | ||||
* | * added detection and walkaround for net-snmp library bug (net-snmp BUGid ↵ | Boris Lytochkin | 2011-04-05 | 1 | -76/+62 |
| | | | | | | | 2027834) * drop UCD-SNMP support, R.I.P. | ||||
* | * Fix memory leak on concurrent new, open | Boris Lytochkin | 2011-02-17 | 1 | -0/+8 |
| | | | | | | * change comments to ANSI-C style * added compatibility with net-snmp prior 5.4 | ||||
* | - Fix some lib vs. $PHP_LIBDIR issues. | Jani Taskinen | 2007-07-31 | 1 | -2/+2 |
| | |||||
* | - Changed AC_ARG_ENABLE to PHP_ARG_ENABLE | Jani Taskinen | 2007-07-11 | 1 | -13/+7 |
| | |||||
* | change -o to || to be more portable | Antony Dovgal | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | fix configure help | foobar | 2005-11-10 | 1 | -1/+1 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -4/+3 |
| | |||||
* | - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build) | foobar | 2003-09-23 | 1 | -1/+8 |
| | |||||
* | - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. | foobar | 2003-06-24 | 1 | -6/+14 |
| | |||||
* | MFB: Sanity check. | foobar | 2003-02-17 | 1 | -1/+11 |
| | |||||
* | Fix this for Wez and his antique ucd-snmp | foobar | 2002-10-17 | 1 | -0/+2 |
| | |||||
* | Make this thing to compile with net-snmp-5.0.x | foobar | 2002-10-15 | 1 | -6/+33 |
| | |||||
* | WS change to make very old compilers/preprocessors (e.g. HP/UX 9) | Stefan Roehrich | 2002-06-01 | 1 | -3/+3 |
| | | | | | happy (thanks to Andreas Ley for recognizing this). | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Fix typo | Rasmus Lerdorf | 2002-01-16 | 1 | -1/+1 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+1 |
| | |||||
* | if test -f /usr/local/lib/libexample.s?; then <-- no workie | foobar | 2001-09-07 | 1 | -1/+1 |
| | | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( # | ||||
* | Cleaning. And made the check for SSL support in SNMP to really work. | foobar | 2001-08-20 | 1 | -21/+27 |
| | |||||
* | Simplified a bit and made more readable. | foobar | 2001-07-27 | 1 | -37/+45 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -3/+3 |
| | |||||
* | Fixed a typo. | foobar | 2001-05-09 | 1 | -1/+1 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -3/+3 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Moving --with-openssl to global configure, want OpenSSL for not just snmp | Stig Venaas | 2000-10-28 | 1 | -24/+0 |
| | |||||
* | compile fix (RedHat 6.2) | Stig Bakken | 2000-08-25 | 1 | -0/+1 |
| | |||||
* | Convert config.m4 to make use of the new build system features | Sascha Schumann | 2000-05-23 | 1 | -57/+19 |
| | |||||
* | Fix build problems with UCD-SNMP 4.1.x. | Sascha Schumann | 2000-03-19 | 1 | -1/+53 |
| | | | | | | | | | | | | | 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 | ||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 1 | -5/+3 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | Better lib detection for ucd-snmp | Rasmus Lerdorf | 1999-11-09 | 1 | -0/+4 |
| | |||||
* | Find ucd-snmp include files more intelligently | Rasmus Lerdorf | 1999-11-09 | 1 | -3/+4 |
| | |||||
* | Fix for #2631 | Sascha Schumann | 1999-11-01 | 1 | -1/+1 |
| | |||||
* | Enabled shared build of snmp module | Gergely Madarász | 1999-09-03 | 1 | -6/+40 |
| | |||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 1 | -0/+1 |
| | |||||
* | more porting | Sascha Schumann | 1999-06-27 | 1 | -0/+14 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 1 | -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) | ||||
* | Module work | Rasmus Lerdorf | 1999-04-23 | 1 | -2/+5 |
| | |||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -0/+31 |
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. |