Skip to content

Commit

Permalink
Improving the wording of the "don't use the DB extension" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 2, 2003
1 parent da9093b commit 4f51656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1319,9 +1319,9 @@ cat <<X
+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| You chose to compile PHP with DB extension. This extension is |
| You chose to compile PHP with the DB extension. This extension is |
| deprecated and does not support database locking correctly. Please |
| use DBA extension which is a fully operational superset. |
| use the DBA extension, which is a fully operational superset. |
X
fi

Expand Down

0 comments on commit 4f51656

Please sign in to comment.