Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (php_minit_mcrypt): Also allow never versions of mcrypt | Sascha Schumann | 1999-11-15 | 1 | -1/+1 |
| | |||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
* | Support current mcrypt. Tested with libmcrypt-2.2.4 | Sascha Schumann | 1999-10-31 | 1 | -37/+49 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | Use Ex API here as well. | Sascha Schumann | 1999-09-17 | 1 | -65/+69 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -4/+4 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 1 | -3/+3 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | port | Sascha Schumann | 1999-06-27 | 1 | -6/+6 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 1 | -2/+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) | ||||
* | - fix compile issues for various packages (dbase, sysv*, zlib) | Sascha Schumann | 1999-05-21 | 2 | -4/+5 |
| | | | | | - some cleanup in mhash/mcrypt | ||||
* | add compat #define | Sascha Schumann | 1999-05-06 | 1 | -0/+2 |
| | |||||
* | func name changes, remove arbitrary limit | Sascha Schumann | 1999-05-01 | 2 | -7/+6 |
| | |||||
* | mcrypt 2.1.18 support, better autoconf checking | Sascha Schumann | 1999-05-01 | 3 | -13/+37 |
| | |||||
* | PHP3 compat stuff | Sascha Schumann | 1999-04-25 | 1 | -3/+9 |
| | |||||
* | oops, the 0th byte should be set, too | Sascha Schumann | 1999-04-25 | 1 | -2/+2 |
| | |||||
* | final change (?), add get_algorithms_name | Sascha Schumann | 1999-04-25 | 2 | -2/+24 |
| | |||||
* | make code more compact | Sascha Schumann | 1999-04-25 | 1 | -45/+25 |
| | |||||
* | remove some redundant code | Sascha Schumann | 1999-04-25 | 1 | -89/+47 |
| | |||||
* | that was a silly one | Sascha Schumann | 1999-04-25 | 1 | -2/+2 |
| | |||||
* | add OFB mode, the final one | Sascha Schumann | 1999-04-25 | 2 | -0/+51 |
| | |||||
* | add mcrypt_create_iv() | Sascha Schumann | 1999-04-25 | 2 | -0/+60 |
| | |||||
* | cleanup, add new stream mode, allow IV for CBC mode | Sascha Schumann | 1999-04-25 | 2 | -8/+77 |
| | |||||
* | add get_(key|block)_size | Sascha Schumann | 1999-04-25 | 2 | -0/+34 |
| | |||||
* | add CBC | Sascha Schumann | 1999-04-25 | 2 | -3/+79 |
| | |||||
* | add mcrypt module | Sascha Schumann | 1999-04-25 | 6 | -0/+156 |