Commit 944ffc392bd8d4bc02f0a7f2b68176291f07323f

Authored by Kevin G Fourie
1 parent 374cca9c

Added php-extensions path.

scripts/diagnoseIndexing.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cd ../search2/indexing/bin 3 cd ../search2/indexing/bin
4 -../../../../scripts/php.sh -Cq diagnose.php 4 +../../../scripts/php.sh -Cq diagnose.php
scripts/indexMigrationTask.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cd ../search2/indexing/bin 3 cd ../search2/indexing/bin
4 -../../../../scripts/php.sh -Cq cronMigration.php 4 +../../../scripts/php.sh -Cq cronMigration.php
scripts/indexingTask.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cd ../search2/indexing/bin 3 cd ../search2/indexing/bin
4 -../../../../scripts/php.sh -Cq cronIndexer.php 4 +../../../scripts/php.sh -Cq cronIndexer.php
scripts/optimizeIndexes.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cd ../search2/indexing/bin 3 cd ../search2/indexing/bin
4 -../../../../scripts/php.sh -Cq optimise.php 4 +../../../scripts/php.sh -Cq optimise.php
scripts/php.sh
@@ -3,6 +3,6 @@ PHPRC=/usr/local/zend/etc @@ -3,6 +3,6 @@ PHPRC=/usr/local/zend/etc
3 export PHPRC 3 export PHPRC
4 PHP_PEAR_SYSCONF_DIR=/usr/local/zend/etc 4 PHP_PEAR_SYSCONF_DIR=/usr/local/zend/etc
5 export PHP_PEAR_SYSCONF_DIR 5 export PHP_PEAR_SYSCONF_DIR
6 -LD_LIBRARY_PATH="/usr/local/zend/lib:$LD_LIBRARY_PATH" 6 +LD_LIBRARY_PATH="/usr/local/zend/lib/php_extensions:$LD_LIBRARY_PATH"
7 export LD_LIBRARY_PATH 7 export LD_LIBRARY_PATH
8 exec /usr/local/zend/bin/php "$@" 8 exec /usr/local/zend/bin/php "$@"
scripts/registerExtractorTypes.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cd ../search2/indexing/bin 3 cd ../search2/indexing/bin
4 -../../../../scripts/php.sh -Cq registerTypes.php 4 +../../../scripts/php.sh -Cq registerTypes.php
scripts/savedSearchTask.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cd ../search2/indexing/bin 3 cd ../search2/indexing/bin
4 -../../../../scripts/php.sh -Cq cronSavedSearch.php 4 +../../../scripts/php.sh -Cq cronSavedSearch.php