engine = 1
zend.ze1_compatibility_mode =
short_open_tag = 1
asp_tags =
precision = 14
y2k_compliance = 1
output_buffering = 4096
zlib.output_compression =
implicit_flush =
unserialize_callback_func =
serialize_precision = 100
allow_call_time_pass_reference =
safe_mode =
safe_mode_gid = 1
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
disable_classes =
highlight.string = #DD0000
highlight.comment = #FF9900
highlight.keyword = #007700
highlight.bg = #FFFFFF
highlight.default = #0000BB
highlight.html = #000000
expose_php = 1
max_execution_time = 50
max_input_time = 60
memory_limit = 128M
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = 0
display_startup_errors =
log_errors = 1
log_errors_max_len = 1024
ignore_repeated_errors =
ignore_repeated_source =
report_memleaks = 1
track_errors =
html_errors =
error_log = /hsphere/local/var/httpd/logs/php_error.log
variables_order = EGPCS
register_globals = 1
register_long_arrays = 1
register_argc_argv = 1
auto_globals_jit = 1
post_max_size = 8M
magic_quotes_gpc = 1
magic_quotes_runtime =
magic_quotes_sybase =
auto_prepend_file =
auto_append_file =
default_mimetype = text/html
always_populate_raw_post_data = 1
include_path = .:/usr/local/lsws/phpbuild/php-5.3.2/ext
doc_root =
user_dir =
extension_dir = /usr/local/lsws/phpbuild/php-5.3.2/ext/
cgi.fix_pathinfo = 1
file_uploads = 1
upload_tmp_dir =
upload_max_filesize = 100M
allow_url_fopen = 1
allow_url_include =
default_socket_timeout = 60
auto_detect_line_endings = 1
extension=pdo.so;
extension=pdo_mysql.so;
extension=pdo-extension.so;
--
I have checked if the pdo.so, pdo_mysql.so and pdo-extension.so were in extension_dir = /usr/local/lsws/phpbuild/php-5.3.2/ext/ and they are there
drwxr-xr-x 4 lsadm lsadm 4096 Jun 12 2010 pdo
drwxr-xr-x 2 lsadm lsadm 4096 Mar 3 2010 pdo_dblib
drwxr-xr-x 3 lsadm lsadm 4096 Mar 3 2010 pdo_firebird
drwxr-xr-x 4 lsadm lsadm 4096 Jun 12 2010 pdo_mysql
drwxr-xr-x 3 lsadm lsadm 4096 Mar 3 2010 pdo_oci
drwxr-xr-x 3 lsadm lsadm 4096 Mar 3 2010 pdo_odbc
drwxr-xr-x 4 lsadm lsadm 4096 Jun 12 2010 pdo_pgsql
drwxr-xr-x 4 lsadm lsadm 4096 Jun 12 2010 pdo_sqlite
Also please refer to the info.php page to have a better view.
http://www.gongcha.ph/info.php
===
The issue is they don't load, what is the solution ?
regards
eric