Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to link libxm2 in order to build php_crack.lib | Edin Kadribasic | 2002-05-09 | 1 | -2/+2 |
| | |||||
* | -Crack extension now available for Win32 platforms. You will need to | Joseph Tate | 2002-03-28 | 2 | -0/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acquire the cracklib libraries from http://www.jtatesoftware.com/cracklib/. @A project has been added to the crack extension to allow it to be compiled @under Win32. Cracklib libraries for Win32 are available from @http://www.jtatesoftware.com/cracklib/. # #Will the person who does the releases for php for windows please be sure #to add this to the list of extensions to be built. # #Will someone with doc karma add this extension to the list on the #Installation on Windows Systems page: #http://www.php.net/manual/en/install.windows.php. # #Will someone please add the following to php.ini-recommended and #php.ini-dist: #To the extensions list: #;extension = php_crack.dll # #To the Module Settings section: #[Crack] ##Modify the setting below to match the directory location of the cracklib ##dictionary files. Include the base filename, but not the file extension. #;crack.default_dictionary = 'C:\php4\lib\cracklib_dict' # #I will send a diff to the php-dev list. # #Thanks | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | - Fixed a typo. (caught by jtate@php.net) | foobar | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | Fix ZTS startup crash | Yasuo Ohgaki | 2002-02-04 | 1 | -0/+7 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -3/+3 |
| | |||||
* | Fixed one proto. | Egon Schmid | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-11-25 | 1 | -3/+3 |
| | |||||
* | Fixed bug introduced by my last commit. | foobar | 2001-11-13 | 1 | -3/+3 |
| | |||||
* | Fixed bug: #13556 | foobar | 2001-10-12 | 1 | -8/+6 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -11/+11 |
| | |||||
* | Missing header. | foobar | 2001-07-31 | 1 | -0/+20 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+0 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -4/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -14/+3 |
| | |||||
* | Fixed the config.m4 script to allow the cracklib extension to be properly built | Alexander Feldman | 2001-07-28 | 1 | -2/+4 |
| | | | | | as a shared module. | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+20 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Killed 2 compile warnings. | foobar | 2001-04-04 | 1 | -0/+3 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Added some missing EXPERIMENTAL files plus some missing extensions | foobar | 2001-01-19 | 2 | -0/+7 |
| | | | | | into EXTENSIONS file. | ||||
* | @- Added extension for the cracklib library. (Alexander Feldman) | Alexander Feldman | 2000-12-02 | 5 | -0/+371 |