extension_dir not being picked from PHP.INI: PHP 5.3.5 not getting configured on Apache 2.2.22 For Zend 1.11.11 on Windows Ultimate 7 -
i trying configure php 5.3.5, apache 2.2.22, zend 1.11.11 on windows 7 ultimate 64 bit having service pack 1. have consulted many sites , have applied ideas still cannot configure mysql adaptor zend. php.ini file not getting correctly configured because extension_dir need direct correct location adapter dll available , get:
the mysql driver not installed
following actions have taken far:
changes in httpd.conf (apache)
loadmodule php5_module c:/php/php5apache2_2.dll phpinidir "c:/php" - tried, 'c:/php', c://php upper case , backslashes combination docaumentroot "e:/personel/mics/libraryprj/public/" <directory /> #options followsymlinks ::commented out manually #allowoverride none::commented out manually #order deny,allow ::commented out manually #deny ::commented out manually options allowoverride </directory> addtype application/x-httpd-php .php addtype application/x-httpd-php .phtml
changes in php.ini file
extension_dir = "c:\php\ext" extension=c:\php\ext\php_pdo_mysql.dll - out of desparation extension=p_pdo_mysql.dll
list of miscellaneous things did after consulting may sites:
- copied contents of php/ext folder windows/system32
- copied php file c:\windows, c:\windows\system32
- added registry key [hkey_local_machine\software\php], value of inifilepath=c: \php
the core problem make apache pick correct php.ini file if make changes there, reflected. of now, trying set extension_dir directory load php_pdo_mysql.dll
correct php.ini wouldn't found anywhere. couldn't post phpinfo screen shot becuase of restrictions on new accounts here. following result of phpinfo:
{
build date jan 6 2011 17:50:45 compiler msvc6 (visual c++ 6.0) architecture x86 configure command cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--disable-isapi" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=d:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=d:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=d:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet" "--with-mcrypt=static" server api apache 2.0 handler virtual directory support enabled configuration file (php.ini) path c:\windows loaded configuration file (none) scan dir additional .ini files (none) additional .ini files parsed (none) php api 20090626 php extension 20090626 zend extension 220090626 zend extension build api220090626,ts,vc6 php extension build api20090626,ts,vc6 debug build no thread safety enabled zend memory manager enabled zend multibyte support disabled ipv6 support enabled registered php streams php, file, glob, data, http, ftp, zip, compress.zlib, phar registered stream socket transports tcp, udp registered stream filters convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, zlib.* zend logo program makes use of zend scripting language engine: zend engine v2.3.0, copyright (c) 1998-2010 zend technologies php credits configuration apache2handler apache version apache/2.2.22 (win32) php/5.3.5 apache api version 20051115 server administrator email@home.com hostname:port localhost:80 max requests per child: 0 - keep alive: on - max per connection: 100 timeouts connection: 300 - keep-alive: 5 virtual server no server root d:/apache/apache2_2_22 loaded modules core mod_win32 mpm_winnt http_core mod_so mod_php5 mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif directive local value master value engine 1 1 last_modified 0 0 xbithack 0 0 apache environment variable value http_host localhost http_user_agent mozilla/5.0 (windows nt 6.1; wow64; rv:13.0) gecko/20100101 firefox/13.0.1 http_accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 http_accept_language en-us,en;q=0.5 http_accept_encoding gzip, deflate http_connection keep-alive http_cache_control max-age=0 path c:\php;e:\oracleclient11gbase\product\11.2.0\client_1\bin;e:\oracle-client;c:\program files (x86)\pc connectivity solution\;c:\program files (x86)\amd app\bin\x86_64;c:\program files (x86)\amd app\bin\x86;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\google\google apps sync\;c:\program files (x86)\microsoft sql server\80\tools\binn\;c:\program files (x86)\microsoft sql server\90\tools\binn\;c:\program files (x86)\microsoft sql server\90\dts\binn\;c:\program files (x86)\microsoft sql server\90\tools\binn\vsshell\common7\ide\;c:\program files (x86)\microsoft visual studio 8\common7\ide\privateassemblies\;c:\program files\microsoft sql server\100\dts\binn\;c:\program files (x86)\microsoft sql server\100\tools\binn\;c:\program files\microsoft sql server\100\tools\binn\;c:\program files (x86)\microsoft sql server\100\dts\binn\;c:\program files (x86)\google\google apps migration\;e:\personel\installations\zend\zendframework-1.11.11\bin; systemroot c:\windows comspec c:\windows\system32\cmd.exe pathext .com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc windir c:\windows server_signature no value server_software apache/2.2.22 (win32) php/5.3.5 server_name localhost server_addr 127.0.0.1 server_port 80 remote_addr 127.0.0.1 document_root e:/personel/mics/libraryprj/public/ server_admin email@home.com script_filename e:/personel/mics/libraryprj/public/phpinfo.php remote_port 49757 gateway_interface cgi/1.1 server_protocol http/1.1 request_method query_string no value request_uri /phpinfo.php script_name /phpinfo.php http headers information http request headers http request /phpinfo.php http/1.1 host localhost user-agent mozilla/5.0 (windows nt 6.1; wow64; rv:13.0) gecko/20100101 firefox/13.0.1 accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 accept-language en-us,en;q=0.5 accept-encoding gzip, deflate connection keep-alive cache-control max-age=0 http response headers x-powered-by php/5.3.5 keep-alive timeout=5, max=100 connection keep-alive transfer-encoding chunked content-type text/html bcmath bcmath support enabled directive local value master value bcmath.scale 0 0 calendar calendar support enabled com_dotnet com support enabled dcom support disabled .net support not present in build directive local value master value com.allow_dcom 0 0 com.autoregister_casesensitive 1 1 com.autoregister_typelib 0 0 com.autoregister_verbose 0 0 com.code_page no value no value com.typelib_file no value no value core php version 5.3.5 directive local value master value allow_call_time_pass_reference on on allow_url_fopen on on allow_url_include off off always_populate_raw_post_data off off arg_separator.input & & arg_separator.output & & asp_tags off off auto_append_file no value no value auto_globals_jit on on auto_prepend_file no value no value browscap no value no value default_charset no value no value default_mimetype text/html text/html define_syslog_variables off off disable_classes no value no value disable_functions no value no value display_errors on on display_startup_errors off off doc_root no value no value docref_ext no value no value docref_root no value no value enable_dl on on error_append_string no value no value error_log no value no value error_prepend_string no value no value error_reporting no value no value exit_on_timeout off off expose_php on on extension_dir c:\php c:\php file_uploads on on highlight.bg #ffffff #ffffff highlight.comment #ff8000 #ff8000 highlight.default #0000bb #0000bb highlight.html #000000 #000000 highlight.keyword #007700 #007700 highlight.string #dd0000 #dd0000 html_errors on on ignore_repeated_errors off off ignore_repeated_source off off ignore_user_abort off off implicit_flush off off include_path .;c:\php\pear .;c:\php\pear log_errors off off log_errors_max_len 1024 1024 magic_quotes_gpc on on magic_quotes_runtime off off magic_quotes_sybase off off mail.add_x_header off off mail.force_extra_parameters no value no value mail.log no value no value max_execution_time 30 30 max_file_uploads 20 20 max_input_nesting_level 64 64 max_input_time -1 -1 memory_limit 128m 128m open_basedir no value no value output_buffering 0 0 output_handler no value no value post_max_size 8m 8m precision 14 14 realpath_cache_size 16k 16k realpath_cache_ttl 120 120 register_argc_argv on on register_globals off off register_long_arrays on on report_memleaks on on report_zend_debug on on request_order no value no value safe_mode off off safe_mode_exec_dir no value no value safe_mode_gid off off safe_mode_include_dir no value no value sendmail_from no value no value sendmail_path no value no value serialize_precision 100 100 short_open_tag on on smtp localhost localhost smtp_port 25 25 sql.safe_mode off off track_errors off off unserialize_callback_func no value no value upload_max_filesize 2m 2m upload_tmp_dir no value no value user_dir no value no value user_ini.cache_ttl 300 300 user_ini.filename .user.ini .user.ini variables_order egpcs egpcs xmlrpc_error_number 0 0 xmlrpc_errors off off y2k_compliance on on zend.enable_gc on on ctype ctype functions enabled date warning: phpinfo() [function.phpinfo]: not safe rely on system's timezone settings. *required* use date.timezone setting or date_default_timezone_set() function. in case used of methods , still getting warning, misspelled timezone identifier. selected 'asia/karachi' '5.0/no dst' instead in e:\personel\mics\libraryprj\public\phpinfo.php on line 2 date/time support enabled "olson" timezone database version 2010.15 timezone database internal default timezone asia/karachi directive local value master value date.default_latitude 31.7667 31.7667 date.default_longitude 35.2333 35.2333 date.sunrise_zenith 90.583333 90.583333 date.sunset_zenith 90.583333 90.583333 date.timezone no value no value dom dom/xml enabled dom/xml api version 20031129 libxml version 2.7.7 html support enabled xpath support enabled xpointer support enabled schema support enabled relaxng support enabled ereg regex library bundled library enabled filter input validation , filtering enabled revision $revision: 298196 $ directive local value master value filter.default unsafe_raw unsafe_raw filter.default_flags no value no value ftp ftp support enabled hash hash support enabled hashing engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 iconv iconv support enabled iconv implementation "libiconv" iconv library version 1.11 directive local value master value iconv.input_encoding iso-8859-1 iso-8859-1 iconv.internal_encoding iso-8859-1 iso-8859-1 iconv.output_encoding iso-8859-1 iso-8859-1 json json support enabled json version 1.2.1 libxml libxml support active libxml compiled version 2.7.7 libxml loaded version 20707 libxml streams enabled mcrypt mcrypt support enabled mcrypt_filter support enabled version 2.5.8 api no 20021217 supported ciphers cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour supported modes cbc cfb ctr ecb ncfb nofb ofb stream directive local value master value mcrypt.algorithms_dir no value no value mcrypt.modes_dir no value no value mhash mhash support enabled mhash api version emulated support mysqlnd mysqlnd enabled version mysqlnd 5.0.7-dev - 091210 - $revision: 304625 $ compression supported ssl not supported command buffer size 4096 read buffer size 32768 read timeout 31536000 collecting statistics yes collecting memory statistics no tracing n/a client statistics bytes_sent 0 bytes_received 0 packets_sent 0 packets_received 0 protocol_overhead_in 0 protocol_overhead_out 0 bytes_received_ok_packet 0 bytes_received_eof_packet 0 bytes_received_rset_header_packet 0 bytes_received_rset_field_meta_packet 0 bytes_received_rset_row_packet 0 bytes_received_prepare_response_packet 0 bytes_received_change_user_packet 0 packets_sent_command 0 packets_received_ok 0 packets_received_eof 0 packets_received_rset_header 0 packets_received_rset_field_meta 0 packets_received_rset_row 0 packets_received_prepare_response 0 packets_received_change_user 0 result_set_queries 0 non_result_set_queries 0 no_index_used 0 bad_index_used 0 slow_queries 0 buffered_sets 0 unbuffered_sets 0 ps_buffered_sets 0 ps_unbuffered_sets 0 flushed_normal_sets 0 flushed_ps_sets 0 ps_prepared_never_executed 0 ps_prepared_once_executed 0 rows_fetched_from_server_normal 0 rows_fetched_from_server_ps 0 rows_buffered_from_client_normal 0 rows_buffered_from_client_ps 0 rows_fetched_from_client_normal_buffered 0 rows_fetched_from_client_normal_unbuffered 0 rows_fetched_from_client_ps_buffered 0 rows_fetched_from_client_ps_unbuffered 0 rows_fetched_from_client_ps_cursor 0 rows_affected_normal 0 rows_affected_ps 0 rows_skipped_normal 0 rows_skipped_ps 0 copy_on_write_saved 0 copy_on_write_performed 0 command_buffer_too_small 0 connect_success 0 connect_failure 0 connection_reused 0 reconnect 0 pconnect_success 0 active_connections 0 active_persistent_connections 0 explicit_close 0 implicit_close 0 disconnect_close 0 in_middle_of_command_close 0 explicit_free_result 0 implicit_free_result 0 explicit_stmt_close 0 implicit_stmt_close 0 mem_emalloc_count 0 mem_emalloc_amount 0 mem_ecalloc_count 0 mem_ecalloc_amount 0 mem_erealloc_count 0 mem_erealloc_amount 0 mem_efree_count 0 mem_efree_amount 0 mem_malloc_count 0 mem_malloc_amount 0 mem_calloc_count 0 mem_calloc_amount 0 mem_realloc_count 0 mem_realloc_amount 0 mem_free_count 0 mem_free_amount 0 mem_estrndup_count 0 mem_strndup_count 0 mem_estndup_count 0 mem_strdup_count 0 proto_text_fetched_null 0 proto_text_fetched_bit 0 proto_text_fetched_tinyint 0 proto_text_fetched_short 0 proto_text_fetched_int24 0 proto_text_fetched_int 0 proto_text_fetched_time 0 proto_text_fetched_datetime 0 proto_text_fetched_timestamp 0 proto_text_fetched_string 0 proto_text_fetched_blob 0 proto_text_fetched_enum 0 proto_text_fetched_set 0 proto_text_fetched_geometry 0 proto_text_fetched_other 0 proto_binary_fetched_null 0 proto_binary_fetched_bit 0 proto_binary_fetched_tinyint 0 proto_binary_fetched_short 0 proto_binary_fetched_int24 0 proto_binary_fetched_int 0 proto_binary_fetched_bigint 0 proto_binary_fetched_decimal 0 proto_binary_fetched_float 0 proto_binary_fetched_double 0 proto_binary_fetched_date 0 proto_binary_fetched_year 0 proto_binary_fetched_time 0 proto_binary_fetched_datetime 0 proto_binary_fetched_timestamp 0 proto_binary_fetched_string 0 proto_binary_fetched_blob 0 proto_binary_fetched_enum 0 proto_binary_fetched_set 0 proto_binary_fetched_geometry 0 proto_binary_fetched_other 0 init_command_executed_count 0 init_command_failed_count 0 com_quit 0 com_init_db 0 com_query 0 com_field_list 0 com_create_db 0 com_drop_db 0 com_refresh 0 com_shutdown 0 com_statistics 0 com_process_info 0 com_connect 0 com_process_kill 0 com_debug 0 com_ping 0 com_time 0 com_delayed_insert 0 com_change_user 0 com_binlog_dump 0 com_table_dump 0 com_connect_out 0 com_register_slave 0 com_stmt_prepare 0 com_stmt_execute 0 com_stmt_send_long_data 0 com_stmt_close 0 com_stmt_reset 0 com_stmt_set_option 0 com_stmt_fetch 0 com_deamon 0 bytes_received_real_data_normal 0 bytes_received_real_data_ps 0 odbc odbc support enabled active persistent links 0 active links 0 odbc library win32 directive local value master value odbc.allow_persistent on on odbc.check_persistent on on odbc.default_cursortype static cursor static cursor odbc.default_db no value no value odbc.default_pw no value no value odbc.default_user no value no value odbc.defaultbinmode return return odbc.defaultlrl return 4096 bytes return 4096 bytes odbc.max_links unlimited unlimited odbc.max_persistent unlimited unlimited pcre pcre (perl compatible regular expressions) support enabled pcre library version 8.10 2010-06-25 directive local value master value pcre.backtrack_limit 100000 100000 pcre.recursion_limit 100000 100000 pdo pdo support enabled pdo drivers no value phar phar: php archive support enabled phar ext version 2.0.1 phar api version 1.1.1 svn revision $revision: 305584 $ phar-based phar archives enabled tar-based phar archives enabled zip-based phar archives enabled gzip compression enabled bzip2 compression disabled (install pecl/bz2) openssl support disabled (install ext/openssl) phar based on pear/php_archive, original concept davey shafik. phar realized gregory beaver , marcus boerger. portions of tar implementation copyright (c) 2003-2009 tim kientzle. directive local value master value phar.cache_list no value no value phar.readonly on on phar.require_hash on on reflection reflection enabled version $revision: 305605 $ session session support enabled registered save handlers files user registered serializer handlers php php_binary wddx directive local value master value session.auto_start off off session.bug_compat_42 on on session.bug_compat_warn on on session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_httponly off off session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure off off session.entropy_file no value no value session.entropy_length 0 0 session.gc_divisor 100 100 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.hash_bits_per_character 4 4 session.hash_function 0 0 session.name phpsessid phpsessid session.referer_check no value no value session.save_handler files files session.save_path no value no value session.serialize_handler php php session.use_cookies on on session.use_only_cookies on on session.use_trans_sid 0 0 simplexml simplexml support enabled revision $revision: 302715 $ schema support enabled spl spl support enabled interfaces countable, outeriterator, recursiveiterator, seekableiterator, splobserver, splsubject classes appenditerator, arrayiterator, arrayobject, badfunctioncallexception, badmethodcallexception, cachingiterator, directoryiterator, domainexception, emptyiterator, filesystemiterator, filteriterator, globiterator, infiniteiterator, invalidargumentexception, iteratoriterator, lengthexception, limititerator, logicexception, multipleiterator, norewinditerator, outofboundsexception, outofrangeexception, overflowexception, parentiterator, rangeexception, recursivearrayiterator, recursivecachingiterator, recursivedirectoryiterator, recursivefilteriterator, recursiveiteratoriterator, recursiveregexiterator, recursivetreeiterator, regexiterator, runtimeexception, spldoublylinkedlist, splfileinfo, splfileobject, splfixedarray, splheap, splminheap, splmaxheap, splobjectstorage, splpriorityqueue, splqueue, splstack, spltempfileobject, underflowexception, unexpectedvalueexception standard dynamic library support enabled internal sendmail support windows enabled directive local value master value assert.active 1 1 assert.bail 0 0 assert.callback no value no value assert.quiet_eval 0 0 assert.warning 1 1 auto_detect_line_endings 0 0 default_socket_timeout 60 60 no value no value safe_mode_allowed_env_vars php_ php_ safe_mode_protected_env_vars ld_library_path ld_library_path url_rewriter.tags a=href,area=href,frame=src,form=,fieldset= a=href,area=href,frame=src,form=,fieldset= user_agent no value no value tokenizer tokenizer support enabled wddx wddx support enabled wddx session serializer enabled xml xml support active xml namespace support active libxml2 version 2.7.7 xmlreader xmlreader enabled xmlwriter xmlwriter enabled zip zip enabled extension version $id: php_zip.c 305848 2010-11-30 11:04:06z pajoye $ zip version 1.9.1 libzip version 0.9.0 zlib zlib support enabled stream wrapper support compress.zlib:// stream filter support zlib.inflate, zlib.deflate compiled version 1.2.3 linked version 1.2.3 directive local value master value zlib.output_compression off off zlib.output_compression_level -1 -1 zlib.output_handler no value no value additional modules module name environment variable value allusersprofile c:\programdata amdappsdkroot c:\program files (x86)\amd app\ appdata c:\windows\system32\config\systemprofile\appdata\roaming commonprogramfiles c:\program files (x86)\common files commonprogramfiles(x86) c:\program files (x86)\common files commonprogramw6432 c:\program files\common files computername famjad-pc comspec c:\windows\system32\cmd.exe fp_no_host_check no lib c:\program files\sqlxml 4.0\bin\ localappdata c:\windows\system32\config\systemprofile\appdata\local number_of_processors 4 os windows_nt path c:\php;e:\oracleclient11gbase\product\11.2.0\client_1\bin;e:\oracle-client;c:\program files (x86)\pc connectivity solution\;c:\program files (x86)\amd app\bin\x86_64;c:\program files (x86)\amd app\bin\x86;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\google\google apps sync\;c:\program files (x86)\microsoft sql server\80\tools\binn\;c:\program files (x86)\microsoft sql server\90\tools\binn\;c:\program files (x86)\microsoft sql server\90\dts\binn\;c:\program files (x86)\microsoft sql server\90\tools\binn\vsshell\common7\ide\;c:\program files (x86)\microsoft visual studio 8\common7\ide\privateassemblies\;c:\program files\microsoft sql server\100\dts\binn\;c:\program files (x86)\microsoft sql server\100\tools\binn\;c:\program files\microsoft sql server\100\tools\binn\;c:\program files (x86)\microsoft sql server\100\dts\binn\;c:\program files (x86)\google\google apps migration\;e:\personel\installations\zend\zendframework-1.11.11\bin; pathext .com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc processor_architecture x86 processor_architew6432 amd64 processor_identifier intel64 family 6 model 42 stepping 7, genuineintel processor_level 6 processor_revision 2a07 programdata c:\programdata programfiles c:\program files (x86) programfiles(x86) c:\program files (x86) programw6432 c:\program files psmodulepath c:\windows\system32\windowspowershell\v1.0\modules\ public c:\users\public systemdrive c: systemroot c:\windows temp c:\windows\temp tmp c:\windows\temp userdomain workgroup username famjad-pc$ userprofile c:\windows\system32\config\systemprofile vbox_install_path e:\oracle\virtualbox\ windir c:\windows ap_parent_pid 1600 php variables variable value _server["http_host"] localhost _server["http_user_agent"] mozilla/5.0 (windows nt 6.1; wow64; rv:13.0) gecko/20100101 firefox/13.0.1 _server["http_accept"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 _server["http_accept_language"] en-us,en;q=0.5 _server["http_accept_encoding"] gzip, deflate _server["http_connection"] keep-alive _server["http_cache_control"] max-age=0 _server["path"] c:\php;e:\oracleclient11gbase\product\11.2.0\client_1\bin;e:\oracle-client;c:\program files (x86)\pc connectivity solution\;c:\program files (x86)\amd app\bin\x86_64;c:\program files (x86)\amd app\bin\x86;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\google\google apps sync\;c:\program files (x86)\microsoft sql server\80\tools\binn\;c:\program files (x86)\microsoft sql server\90\tools\binn\;c:\program files (x86)\microsoft sql server\90\dts\binn\;c:\program files (x86)\microsoft sql server\90\tools\binn\vsshell\common7\ide\;c:\program files (x86)\microsoft visual studio 8\common7\ide\privateassemblies\;c:\program files\microsoft sql server\100\dts\binn\;c:\program files (x86)\microsoft sql server\100\tools\binn\;c:\program files\microsoft sql server\100\tools\binn\;c:\program files (x86)\microsoft sql server\100\dts\binn\;c:\program files (x86)\google\google apps migration\;e:\personel\installations\zend\zendframework-1.11.11\bin; _server["systemroot"] c:\windows _server["comspec"] c:\windows\system32\cmd.exe _server["pathext"] .com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc _server["windir"] c:\windows _server["server_signature"] no value _server["server_software"] apache/2.2.22 (win32) php/5.3.5 _server["server_name"] localhost _server["server_addr"] 127.0.0.1 _server["server_port"] 80 _server["remote_addr"] 127.0.0.1 _server["document_root"] e:/personel/mics/libraryprj/public/ _server["server_admin"] email@home.com _server["script_filename"] e:/personel/mics/libraryprj/public/phpinfo.php _server["remote_port"] 49757 _server["gateway_interface"] cgi/1.1 _server["server_protocol"] http/1.1 _server["request_method"] _server["query_string"] no value _server["request_uri"] /phpinfo.php _server["script_name"] /phpinfo.php _server["php_self"] /phpinfo.php _server["request_time"] 1340765338 _server["argv"] array ( ) _server["argc"] 0 _env["allusersprofile"] c:\programdata _env["amdappsdkroot"] c:\program files (x86)\amd app\ _env["appdata"] c:\windows\system32\config\systemprofile\appdata\roaming _env["commonprogramfiles"] c:\program files (x86)\common files _env["commonprogramfiles(x86)"] c:\program files (x86)\common files _env["commonprogramw6432"] c:\program files\common files _env["computername"] famjad-pc _env["comspec"] c:\windows\system32\cmd.exe _env
Comments
Post a Comment