summaryrefslogtreecommitdiff
path: root/ext/crack
Commit message (Collapse)AuthorAgeFilesLines
* No need to link libxm2 in order to build php_crack.libEdin Kadribasic2002-05-091-2/+2
|
* -Crack extension now available for Win32 platforms. You will need toJoseph Tate2002-03-282-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 confirmedSascha Schumann2002-03-122-9/+1
|
* - Fixed a typo. (caught by jtate@php.net)foobar2002-02-281-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Fix ZTS startup crashYasuo Ohgaki2002-02-041-0/+7
|
* Update headers.Sebastian Bergmann2001-12-112-3/+3
|
* Fixed one proto.Egon Schmid2001-12-071-1/+1
|
* Unified the configure messages.foobar2001-11-301-1/+3
|
* Fixed some protos.Egon Schmid2001-11-251-3/+3
|
* Fixed bug introduced by my last commit.foobar2001-11-131-3/+3
|
* Fixed bug: #13556foobar2001-10-121-8/+6
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-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 Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-11/+11
|
* Missing header.foobar2001-07-311-0/+20
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-1/+0
|
* Zend compatibility patchZeev Suraski2001-07-301-3/+3
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-4/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-14/+3
|
* Fixed the config.m4 script to allow the cracklib extension to be properly builtAlexander Feldman2001-07-281-2/+4
| | | | | as a shared module.
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+20
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-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 Bakken2001-05-241-0/+4
|
* Killed 2 compile warnings.foobar2001-04-041-0/+3
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-192-0/+7
| | | | | into EXTENSIONS file.
* @- Added extension for the cracklib library. (Alexander Feldman)Alexander Feldman2000-12-025-0/+371