Skip to content

Commit

Permalink
MINOR Removed check for MySQL function in the main PHP configuration …
Browse files Browse the repository at this point in the history
…- this is done separately by database helper classes (from r98875)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112106 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
sminnee committed Oct 13, 2010
1 parent 2f452bf commit 1a2f989
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ function check() {
// Check for XML support
$this->requireFunction('xml_set_object', array("PHP Configuration", "XML support", "XML support not included in PHP."));

// Check for MySQL support
$this->requireFunction('mysql_connect', array("PHP Configuration", "MySQL support", "MySQL support not included in PHP."));

// Check for token_get_all
$this->requireFunction('token_get_all', array("PHP Configuration", "PHP Tokenizer", "PHP tokenizer support not included in PHP."));

Expand Down

0 comments on commit 1a2f989

Please sign in to comment.