mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
incorporate user notes, configure options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a7e36fccbd
commit
45d31d6b95
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<reference id="ref.crack">
|
||||
<title>Crack functions</title>
|
||||
<titleabbrev>Crack functions</titleabbrev>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<simpara>
|
||||
These functions allow you to use the CrackLib library to test the 'strength'
|
||||
of a password. In order to use these functions, you must compile PHP with
|
||||
Crack support by using the <option role="configure">--with-crack</option>
|
||||
Crack support by using the <option role="configure">--with-crack[=DIR]</option>
|
||||
option.
|
||||
</simpara>
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<reference id="ref.dbase">
|
||||
<title>dBase functions</title>
|
||||
<titleabbrev>dBase</titleabbrev>
|
||||
|
@ -7,7 +7,8 @@
|
|||
<partintro>
|
||||
<simpara>
|
||||
These functions allow you to access records stored in dBase-format
|
||||
(dbf) databases.
|
||||
(dbf) databases. In order to use these functions, you must compile
|
||||
PHP with the <option role="configure">--enable-dbase</option> option.
|
||||
</simpara>
|
||||
<simpara>
|
||||
There is no support for indexes or memo fields. There is no
|
||||
|
|
Loading…
Reference in a new issue