summaryrefslogtreecommitdiff
path: root/ext/mcve
Commit message (Collapse)AuthorAgeFilesLines
* - Moved pfpro, ovrimos and mcve to PECLfoobar2005-09-0211-3268/+0
| | | | | # Pierre will create the packages for these
* - Bumber up yearfoobar2005-08-032-2/+2
|
* \#if BRAD_0'd latest changes as requested until 5.1.0 releaseBrad House2005-07-192-0/+8
|
* sync missing functions from libmonetra-5Brad House2005-07-182-0/+63
|
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
|
* libmonetra-5.0 sync.Brad House2005-06-062-27/+91
| | | | | | added m_validateidentifier, which is enabled by default to keep invalid pointer addresses from causing PHP to crash kept compatability with older versions of libmonetra.
* - Unify the "configure --help" textsfoobar2005-05-291-4/+1
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* Fix build. This was not supposed to halt configure if test fails.foobar2004-12-081-1/+1
|
* Newer versions of libmonetra broke compatability with one function. Make ↵Brad House2004-12-082-4/+37
| | | | workaround that detects version, and works with both.
* Update the mcve module for libmonetra 4.0Brad House2004-05-302-182/+465
| | | | | | | | | A compatability layer has been introduced which should mean all scripts written for v 3.2 of the module should continue working, as well as compilation should still work against libmcve 3.2.x. This module eventually needs to be renamed to 'monetra' to reflect the naming change of the underlying library.
* manually check for egrepBrad House2004-05-301-0/+3
|
* Fix build...Wez Furlong2004-05-261-2/+0
|
* PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADDBrad House2004-05-251-1/+3
| | | | | requires AC_PROG_EGREP when you phpize
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* update config.m4 for libmonetra 4.0 compatability.Brad House2004-05-161-5/+30
| | | | | | | Library no longer has MCVE_ symbols, the header file has #define\'s to convert MCVE_ -> M_ to reflect the Monetra name change from MCVE. More updates to follow.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-173-4/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
|
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+18
| | | | | mcve untested (I don't have those libs/headers)
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* Add note about version requirementfoobar2003-08-301-1/+1
|
* Added version checking and --with-openssl-dir optionfoobar2003-08-301-11/+53
|
* MFBfoobar2003-08-291-4/+4
|
* MFBfoobar2003-08-283-3/+121
|
* allow destructor to clean up connection dataBrad House2003-08-201-1/+8
|
* Use new infrastructure.Zeev Suraski2003-08-031-1/+0
| | | | | There are bound to be some messups, please report build/runtime bugs!
* fix typecasting errors, especially for new constants. Don't assume long and ↵Brad House2003-07-091-7/+30
| | | | int are the same size, as on 64bit architectures, they are normally not
* sync functionality with libmcve 3.2Brad House2003-07-082-1/+130
|
* added $Id tagAndrey Hristov2003-06-162-0/+3
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Fixed bug #24051: shared build and testfoobar2003-06-063-6/+6
|
* Properly map mcve_text_code to MCVE_TEXT_Code instead of MCVE_TEXT_AVS.Brad House2003-05-201-6/+6
| | | | | | Properly cast MCVE_TTID. Correct DVAL arguments to MCVE_Gut and MCVE_Gl.
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* constant MC_TRAN_CHNGPWD typoBrad House2002-10-301-1/+1
|
* This extension is not forced to be compiled as shared.foobar2002-08-281-2/+4
|
* Added the header and removed some commented out stuff (wrong place anyway)foobar2002-08-281-9/+17
|
* ws fixesfoobar2002-08-281-305/+196
|
* Adding a left-out commandBrad House2002-08-272-0/+31
|
* Don't use long as a typeRasmus Lerdorf2002-08-131-1/+1
|
* more syncing with libmcve-3.0Brad House2002-08-072-1/+95
|
* sync to libmcve-3.0Brad House2002-08-062-14/+401
|
* Moved these example scripts out of tests.foobar2002-03-273-0/+0
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Maintain headersSander Roobol2002-03-111-1/+1
|
* more proto stuffHartmut Holzgraefe2002-03-071-17/+9
|
* proto fixes:Hartmut Holzgraefe2002-03-071-241/+106
| | | | | | | | - changed 'double' to 'float' - changed 'int' to 'resource' where appropriate - format change: proto has to be on a single line and description on the very next one, some tools still rely on this
* tab/space mixture cleand up,Hartmut Holzgraefe2002-03-022-43/+60
| | | | | | editor config comments added, minor proto fixes
* - Fix CREDITS filesDerick Rethans2002-03-021-8/+2
|
* Fix proto for mcve_initconnBrad House2002-02-281-1/+1
|