From a1e1e44149a3b31e279e7256f2082c3811f8aa29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= To use it, you need a very recent version of PHP, 4.3.0 recommended, with
+
+ To use SQL Validator, you need PHP with
XML,
PCRE and
PEAR support.
- You either need a SOAP PHP extension or install PEAR SOAP module.
- On your system command line, run "pear install Net_Socket Net_URL
- HTTP_Request Mail_Mime Net_DIME SOAP" to get the necessary
- PEAR modules
- for usage.
+ To install PEAR SOAP module, run "pear install Net_Socket Net_URL
+ HTTP_Request Mail_Mime Net_DIME SOAP" to get the necessary PEAR modules for
+ usage.
+
If you use the Validator, you should be aware that any
SQL statement you
submit will be stored anonymously (database/table/column names,
strings, numbers replaced with generic values). The Mimer
SQL
Validator itself, is © 2001 Upright Database Technology.
- We utilize it as free SOAP service.
- On a more recent pear version, I had problems with the state of Net_DIME
- being beta, so this single command
- "pear -d preferred_state=beta install -a SOAP" installed all the
- needed modules.
+ In addition you need a SOAP support, either as a PHP extension or as a PEAR SOAP
+ module.
+