За последние 24 часа нас посетил 16651 программист и 1626 роботов. Сейчас ищут 986 программистов ...

Не подключается php5.4 к apache2.2 на Windows

Тема в разделе "Установка PHP", создана пользователем shurik_shink, 17 май 2015.

  1. shurik_shink

    shurik_shink Новичок

    С нами с:
    17 май 2015
    Сообщения:
    79
    Симпатии:
    0
    1. Установил Apache2.2.25, проверил работоспособность - запустил свою страницу с http://localhost
    DocumentRoot "D:/WWW"

    <Directory "D:/WWW">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>

    2. Установил PHP5.4.41
    - "php.ini-development " переименовал в "php.ini"
    - в php.ini задал параметры:
    extension_dir = "ext"
    date.timezone = Europe/Kiev

    3. В конфигурационном файле Apache (httpd.conf) добавил строки
    LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
    AddType application/x-httpd-php php html htm
    PHPIniDir "C:/Program Files/PHP"

    ------------------------------------
    теперь при выполнении скрипта http://localhost/info.php через браузер я получаю текст скрипта
    <?php
    phpinfo();
    ?>

    но если запустить из командной строки, то все работает
    php info.php

    Код (Text):
    1. phpinfo()
    2. PHP Version => 5.4.41
    3.  
    4. System => Windows NT ALEX14052015 5.1 build 2600 (Windows XP Professional Service Pack 2) i586
    5. Build Date => May 14 2015 02:32:13
    6. Compiler => MSVC9 (Visual C++ 2008)
    7. Architecture => x86
    8. Configure Command => cscript /nologo configure.js  "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo"
    9. Server API => Command Line Interface
    10. Virtual Directory Support => enabled
    11. Configuration File (php.ini) Path => C:\WINDOWS
    12. Loaded Configuration File => C:\Program Files\PHP\php.ini
    13. Scan this dir for additional .ini files => (none)
    14. Additional .ini files parsed => (none)
    15. PHP API => 20100412
    16. PHP Extension => 20100525
    17. Zend Extension => 220100525
    18. Zend Extension Build => API220100525,TS,VC9
    19. PHP Extension Build => API20100525,TS,VC9
    20. Debug Build => no
    21. Thread Safety => enabled
    22. Zend Signal Handling => disabled
    23. Zend Memory Manager => enabled
    24. Zend Multibyte Support => disabled
    25. IPv6 Support => enabled
    26. DTrace Support => disabled
    27.  
    28. Registered PHP Streams => php, file, glob, data, http, ftp, zip, compress.zlib, phar
    29. Registered Stream Socket Transports => tcp, udp
    30. Registered Stream Filters => convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, zlib.*
    31.  
    32. This program makes use of the Zend Scripting Language Engine:
    33. Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    34.  
    35.  
    36.  _______________________________________________________________________
    37.  
    38.  
    39. Configuration
    40.  
    41. bcmath
    42.  
    43. BCMath support => enabled
    44.  
    45. Directive => Local Value => Master Value
    46. bcmath.scale => 0 => 0
    47.  
    48. calendar
    49.  
    50. Calendar support => enabled
    51.  
    52. Core
    53.  
    54. PHP Version => 5.4.41
    55.  
    56. Directive => Local Value => Master Value
    57. allow_url_fopen => On => On
    58. allow_url_include => Off => Off
    59. always_populate_raw_post_data => Off => Off
    60. arg_separator.input => & => &
    61. arg_separator.output => & => &
    62. asp_tags => Off => Off
    63. auto_append_file => no value => no value
    64. auto_globals_jit => On => On
    65. auto_prepend_file => no value => no value
    66. browscap => no value => no value
    67. default_charset => no value => no value
    68. default_mimetype => text/html => text/html
    69. disable_classes => no value => no value
    70. disable_functions => no value => no value
    71. display_errors => STDOUT => STDOUT
    72. display_startup_errors => On => On
    73. doc_root => no value => no value
    74. docref_ext => no value => no value
    75. docref_root => no value => no value
    76. enable_dl => Off => Off
    77. enable_post_data_reading => On => On
    78. error_append_string => no value => no value
    79. error_log => no value => no value
    80. error_prepend_string => no value => no value
    81. error_reporting => 32767 => 32767
    82. exit_on_timeout => Off => Off
    83. expose_php => On => On
    84. extension_dir => ext => ext
    85. file_uploads => On => On
    86. highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
    87. highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
    88. highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
    89. highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
    90. highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
    91. html_errors => Off => Off
    92. ignore_repeated_errors => Off => Off
    93. ignore_repeated_source => Off => Off
    94. ignore_user_abort => Off => Off
    95. implicit_flush => On => On
    96. include_path => .;C:\php\pear => .;C:\php\pear
    97. log_errors => On => On
    98. log_errors_max_len => 1024 => 1024
    99. mail.add_x_header => On => On
    100. mail.force_extra_parameters => no value => no value
    101. mail.log => no value => no value
    102. max_execution_time => 0 => 0
    103. max_file_uploads => 20 => 20
    104. max_input_nesting_level => 64 => 64
    105. max_input_time => -1 => -1
    106. max_input_vars => 1000 => 1000
    107. memory_limit => 128M => 128M
    108. open_basedir => no value => no value
    109. output_buffering => 0 => 0
    110. output_handler => no value => no value
    111. post_max_size => 8M => 8M
    112. precision => 14 => 14
    113. realpath_cache_size => 16K => 16K
    114. realpath_cache_ttl => 120 => 120
    115. register_argc_argv => On => On
    116. report_memleaks => On => On
    117. report_zend_debug => Off => Off
    118. request_order => GP => GP
    119. sendmail_from => no value => no value
    120. sendmail_path => no value => no value
    121. serialize_precision => 17 => 17
    122. short_open_tag => Off => Off
    123. SMTP => localhost => localhost
    124. smtp_port => 25 => 25
    125. sql.safe_mode => Off => Off
    126. track_errors => On => On
    127. unserialize_callback_func => no value => no value
    128. upload_max_filesize => 2M => 2M
    129. upload_tmp_dir => no value => no value
    130. user_dir => no value => no value
    131. user_ini.cache_ttl => 300 => 300
    132. user_ini.filename => .user.ini => .user.ini
    133. variables_order => GPCS => GPCS
    134. windows.show_crt_warning => Off => Off
    135. xmlrpc_error_number => 0 => 0
    136. xmlrpc_errors => Off => Off
    137. zend.detect_unicode => On => On
    138. zend.enable_gc => On => On
    139. zend.multibyte => Off => Off
    140. zend.script_encoding => no value => no value
    141.  
    142. ctype
    143.  
    144. ctype functions => enabled
    145.  
    146. date
    147.  
    148. date/time support => enabled
    149. "Olson" Timezone Database Version => 2014.8
    150. Timezone Database => internal
    151. Default timezone => Europe/Kiev
    152.  
    153. Directive => Local Value => Master Value
    154. date.default_latitude => 31.7667 => 31.7667
    155. date.default_longitude => 35.2333 => 35.2333
    156. date.sunrise_zenith => 90.583333 => 90.583333
    157. date.sunset_zenith => 90.583333 => 90.583333
    158. date.timezone => Europe/Kiev => Europe/Kiev
    159.  
    160. dom
    161.  
    162. DOM/XML => enabled
    163. DOM/XML API Version => 20031129
    164. libxml Version => 2.7.8
    165. HTML Support => enabled
    166. XPath Support => enabled
    167. XPointer Support => enabled
    168. Schema Support => enabled
    169. RelaxNG Support => enabled
    170.  
    171. ereg
    172.  
    173. Regex Library => Bundled library enabled
    174.  
    175. filter
    176.  
    177. Input Validation and Filtering => enabled
    178. Revision => $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $
    179.  
    180. Directive => Local Value => Master Value
    181. filter.default => unsafe_raw => unsafe_raw
    182. filter.default_flags => no value => no value
    183.  
    184. ftp
    185.  
    186. FTP support => enabled
    187.  
    188. hash
    189.  
    190. hash support => enabled
    191. 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 fnv132 fnv164 joaat 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
    192.  
    193. iconv
    194.  
    195. iconv support => enabled
    196. iconv implementation => "libiconv"
    197. iconv library version => 1.14
    198.  
    199. Directive => Local Value => Master Value
    200. iconv.input_encoding => ISO-8859-1 => ISO-8859-1
    201. iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
    202. iconv.output_encoding => ISO-8859-1 => ISO-8859-1
    203.  
    204. json
    205.  
    206. json support => enabled
    207. json version => 1.2.1
    208.  
    209. libxml
    210.  
    211. libXML support => active
    212. libXML Compiled Version => 2.7.8
    213. libXML Loaded Version => 20708
    214. libXML streams => enabled
    215.  
    216. mcrypt
    217.  
    218. mcrypt support => enabled
    219. mcrypt_filter support => enabled
    220. Version => 2.5.8
    221. Api No => 20021217
    222. 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
    223. Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
    224.  
    225. Directive => Local Value => Master Value
    226. mcrypt.algorithms_dir => no value => no value
    227. mcrypt.modes_dir => no value => no value
    228.  
    229. mhash
    230.  
    231. MHASH support => Enabled
    232. MHASH API Version => Emulated Support
    233.  
    234. mysqlnd
    235.  
    236. mysqlnd => enabled
    237. Version => mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $
    238. Compression => supported
    239. SSL => supported
    240. Command buffer size => 4096
    241. Read buffer size => 32768
    242. Read timeout => 31536000
    243. Collecting statistics => Yes
    244. Collecting memory statistics => Yes
    245. Tracing => n/a
    246. Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
    247. API Extensions =>  
    248.  
    249. mysqlnd statistics =>  
    250. bytes_sent => 0
    251. bytes_received => 0
    252. packets_sent => 0
    253. packets_received => 0
    254. protocol_overhead_in => 0
    255. protocol_overhead_out => 0
    256. bytes_received_ok_packet => 0
    257. bytes_received_eof_packet => 0
    258. bytes_received_rset_header_packet => 0
    259. bytes_received_rset_field_meta_packet => 0
    260. bytes_received_rset_row_packet => 0
    261. bytes_received_prepare_response_packet => 0
    262. bytes_received_change_user_packet => 0
    263. packets_sent_command => 0
    264. packets_received_ok => 0
    265. packets_received_eof => 0
    266. packets_received_rset_header => 0
    267. packets_received_rset_field_meta => 0
    268. packets_received_rset_row => 0
    269. packets_received_prepare_response => 0
    270. packets_received_change_user => 0
    271. result_set_queries => 0
    272. non_result_set_queries => 0
    273. no_index_used => 0
    274. bad_index_used => 0
    275. slow_queries => 0
    276. buffered_sets => 0
    277. unbuffered_sets => 0
    278. ps_buffered_sets => 0
    279. ps_unbuffered_sets => 0
    280. flushed_normal_sets => 0
    281. flushed_ps_sets => 0
    282. ps_prepared_never_executed => 0
    283. ps_prepared_once_executed => 0
    284. rows_fetched_from_server_normal => 0
    285. rows_fetched_from_server_ps => 0
    286. rows_buffered_from_client_normal => 0
    287. rows_buffered_from_client_ps => 0
    288. rows_fetched_from_client_normal_buffered => 0
    289. rows_fetched_from_client_normal_unbuffered => 0
    290. rows_fetched_from_client_ps_buffered => 0
    291. rows_fetched_from_client_ps_unbuffered => 0
    292. rows_fetched_from_client_ps_cursor => 0
    293. rows_affected_normal => 0
    294. rows_affected_ps => 0
    295. rows_skipped_normal => 0
    296. rows_skipped_ps => 0
    297. copy_on_write_saved => 0
    298. copy_on_write_performed => 0
    299. command_buffer_too_small => 0
    300. connect_success => 0
    301. connect_failure => 0
    302. connection_reused => 0
    303. reconnect => 0
    304. pconnect_success => 0
    305. active_connections => 0
    306. active_persistent_connections => 0
    307. explicit_close => 0
    308. implicit_close => 0
    309. disconnect_close => 0
    310. in_middle_of_command_close => 0
    311. explicit_free_result => 0
    312. implicit_free_result => 0
    313. explicit_stmt_close => 0
    314. implicit_stmt_close => 0
    315. mem_emalloc_count => 0
    316. mem_emalloc_amount => 0
    317. mem_ecalloc_count => 0
    318. mem_ecalloc_amount => 0
    319. mem_erealloc_count => 0
    320. mem_erealloc_amount => 0
    321. mem_efree_count => 0
    322. mem_efree_amount => 0
    323. mem_malloc_count => 0
    324. mem_malloc_amount => 0
    325. mem_calloc_count => 0
    326. mem_calloc_amount => 0
    327. mem_realloc_count => 0
    328. mem_realloc_amount => 0
    329. mem_free_count => 0
    330. mem_free_amount => 0
    331. mem_estrndup_count => 0
    332. mem_strndup_count => 0
    333. mem_estndup_count => 0
    334. mem_strdup_count => 0
    335. proto_text_fetched_null => 0
    336. proto_text_fetched_bit => 0
    337. proto_text_fetched_tinyint => 0
    338. proto_text_fetched_short => 0
    339. proto_text_fetched_int24 => 0
    340. proto_text_fetched_int => 0
    341. proto_text_fetched_bigint => 0
    342. proto_text_fetched_decimal => 0
    343. proto_text_fetched_float => 0
    344. proto_text_fetched_double => 0
    345. proto_text_fetched_date => 0
    346. proto_text_fetched_year => 0
    347. proto_text_fetched_time => 0
    348. proto_text_fetched_datetime => 0
    349. proto_text_fetched_timestamp => 0
    350. proto_text_fetched_string => 0
    351. proto_text_fetched_blob => 0
    352. proto_text_fetched_enum => 0
    353. proto_text_fetched_set => 0
    354. proto_text_fetched_geometry => 0
    355. proto_text_fetched_other => 0
    356. proto_binary_fetched_null => 0
    357. proto_binary_fetched_bit => 0
    358. proto_binary_fetched_tinyint => 0
    359. proto_binary_fetched_short => 0
    360. proto_binary_fetched_int24 => 0
    361. proto_binary_fetched_int => 0
    362. proto_binary_fetched_bigint => 0
    363. proto_binary_fetched_decimal => 0
    364. proto_binary_fetched_float => 0
    365. proto_binary_fetched_double => 0
    366. proto_binary_fetched_date => 0
    367. proto_binary_fetched_year => 0
    368. proto_binary_fetched_time => 0
    369. proto_binary_fetched_datetime => 0
    370. proto_binary_fetched_timestamp => 0
    371. proto_binary_fetched_string => 0
    372. proto_binary_fetched_blob => 0
    373. proto_binary_fetched_enum => 0
    374. proto_binary_fetched_set => 0
    375. proto_binary_fetched_geometry => 0
    376. proto_binary_fetched_other => 0
    377. init_command_executed_count => 0
    378. init_command_failed_count => 0
    379. com_quit => 0
    380. com_init_db => 0
    381. com_query => 0
    382. com_field_list => 0
    383. com_create_db => 0
    384. com_drop_db => 0
    385. com_refresh => 0
    386. com_shutdown => 0
    387. com_statistics => 0
    388. com_process_info => 0
    389. com_connect => 0
    390. com_process_kill => 0
    391. com_debug => 0
    392. com_ping => 0
    393. com_time => 0
    394. com_delayed_insert => 0
    395. com_change_user => 0
    396. com_binlog_dump => 0
    397. com_table_dump => 0
    398. com_connect_out => 0
    399. com_register_slave => 0
    400. com_stmt_prepare => 0
    401. com_stmt_execute => 0
    402. com_stmt_send_long_data => 0
    403. com_stmt_close => 0
    404. com_stmt_reset => 0
    405. com_stmt_set_option => 0
    406. com_stmt_fetch => 0
    407. com_deamon => 0
    408. bytes_received_real_data_normal => 0
    409. bytes_received_real_data_ps => 0
    410.  
    411. example statistics =>  
    412. stat1 => 0
    413. stat2 => 0
    414.  
    415. odbc
    416.  
    417. ODBC Support => enabled
    418. Active Persistent Links => 0
    419. Active Links => 0
    420. ODBC library => Win32
    421.  
    422. Directive => Local Value => Master Value
    423. odbc.allow_persistent => On => On
    424. odbc.check_persistent => On => On
    425. odbc.default_cursortype => Static cursor => Static cursor
    426. odbc.default_db => no value => no value
    427. odbc.default_pw => no value => no value
    428. odbc.default_user => no value => no value
    429. odbc.defaultbinmode => return as is => return as is
    430. odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes
    431. odbc.max_links => Unlimited => Unlimited
    432. odbc.max_persistent => Unlimited => Unlimited
    433.  
    434. pcre
    435.  
    436. PCRE (Perl Compatible Regular Expressions) Support => enabled
    437. PCRE Library Version => 8.36 2014-09-26
    438.  
    439. Directive => Local Value => Master Value
    440. pcre.backtrack_limit => 1000000 => 1000000
    441. pcre.recursion_limit => 100000 => 100000
    442.  
    443. PDO
    444.  
    445. PDO support => enabled
    446. PDO drivers =>  
    447.  
    448. Phar
    449.  
    450. Phar: PHP Archive support => enabled
    451. Phar EXT version => 2.0.1
    452. Phar API version => 1.1.1
    453. SVN revision => $Id: 223bfe84c633117896adf55fb080c62e72480175 $
    454. Phar-based phar archives => enabled
    455. Tar-based phar archives => enabled
    456. ZIP-based phar archives => enabled
    457. gzip compression => enabled
    458. bzip2 compression => disabled (install pecl/bz2)
    459. OpenSSL support => disabled (install ext/openssl)
    460.  
    461.  
    462. Phar based on pear/PHP_Archive, original concept by Davey Shafik.
    463. Phar fully realized by Gregory Beaver and Marcus Boerger.
    464. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
    465. Directive => Local Value => Master Value
    466. phar.cache_list => no value => no value
    467. phar.readonly => On => On
    468. phar.require_hash => On => On
    469.  
    470. Reflection
    471.  
    472. Reflection => enabled
    473. Version => $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $
    474.  
    475. session
    476.  
    477. Session Support => enabled
    478. Registered save handlers => files user
    479. Registered serializer handlers => php php_binary wddx
    480.  
    481. Directive => Local Value => Master Value
    482. session.auto_start => Off => Off
    483. session.cache_expire => 180 => 180
    484. session.cache_limiter => nocache => nocache
    485. session.cookie_domain => no value => no value
    486. session.cookie_httponly => Off => Off
    487. session.cookie_lifetime => 0 => 0
    488. session.cookie_path => / => /
    489. session.cookie_secure => Off => Off
    490. session.entropy_file => no value => no value
    491. session.entropy_length => 0 => 0
    492. session.gc_divisor => 1000 => 1000
    493. session.gc_maxlifetime => 1440 => 1440
    494. session.gc_probability => 1 => 1
    495. session.hash_bits_per_character => 5 => 5
    496. session.hash_function => 0 => 0
    497. session.name => PHPSESSID => PHPSESSID
    498. session.referer_check => no value => no value
    499. session.save_handler => files => files
    500. session.save_path => no value => no value
    501. session.serialize_handler => php => php
    502. session.upload_progress.cleanup => On => On
    503. session.upload_progress.enabled => On => On
    504. session.upload_progress.freq => 1% => 1%
    505. session.upload_progress.min_freq => 1 => 1
    506. session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
    507. session.upload_progress.prefix => upload_progress_ => upload_progress_
    508. session.use_cookies => On => On
    509. session.use_only_cookies => On => On
    510. session.use_trans_sid => 0 => 0
    511.  
    512. SimpleXML
    513.  
    514. Simplexml support => enabled
    515. Revision => $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $
    516. Schema support => enabled
    517.  
    518. SPL
    519.  
    520. SPL support => enabled
    521. Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
    522. Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
    523.  
    524. standard
    525.  
    526. Dynamic Library Support => enabled
    527. Internal Sendmail Support for Windows => enabled
    528.  
    529. Directive => Local Value => Master Value
    530. assert.active => 1 => 1
    531. assert.bail => 0 => 0
    532. assert.callback => no value => no value
    533. assert.quiet_eval => 0 => 0
    534. assert.warning => 1 => 1
    535. auto_detect_line_endings => 0 => 0
    536. default_socket_timeout => 60 => 60
    537. from => no value => no value
    538. url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
    539. user_agent => no value => no value
    540.  
    541. tokenizer
    542.  
    543. Tokenizer Support => enabled
    544.  
    545. wddx
    546.  
    547. WDDX Support => enabled
    548. WDDX Session Serializer => enabled
    549.  
    550. xml
    551.  
    552. XML Support => active
    553. XML Namespace Support => active
    554. libxml2 Version => 2.7.8
    555.  
    556. xmlreader
    557.  
    558. XMLReader => enabled
    559.  
    560. xmlwriter
    561.  
    562. XMLWriter => enabled
    563.  
    564. zip
    565.  
    566. Zip => enabled
    567. Extension Version => $Id: abc21c7f1559e732dba6db94c69ecf638ae5fa3f $
    568. Zip version => 1.11.0
    569. Libzip version => 0.10.1
    570.  
    571. zlib
    572.  
    573. ZLib Support => enabled
    574. Stream Wrapper => compress.zlib://
    575. Stream Filter => zlib.inflate, zlib.deflate
    576. Compiled Version => 1.2.7
    577. Linked Version => 1.2.7
    578.  
    579. Directive => Local Value => Master Value
    580. zlib.output_compression => Off => Off
    581. zlib.output_compression_level => -1 => -1
    582. zlib.output_handler => no value => no value
    583.  
    584. Additional Modules
    585.  
    586. Module Name
    587.  
    588. Environment
    589.  
    590. Variable => Value
    591. ALLUSERSPROFILE => C:\Documents and Settings\All Users
    592. APPDATA => C:\Documents and Settings\Alex\Application Data
    593. CommonProgramFiles => C:\Program Files\Common Files
    594. COMPUTERNAME => ALEX14052015
    595. ComSpec => C:\WINDOWS\system32\cmd.exe
    596. FARADMINMODE => 1
    597. FARHOME => C:\Program Files\Far2
    598. FARLANG => English
    599. FP_NO_HOST_CHECK => NO
    600. HOMEDRIVE => C:
    601. HOMEPATH => \Documents and Settings\Alex
    602. LOGONSERVER => \\ALEX14052015
    603. NUMBER_OF_PROCESSORS => 2
    604. OS => Windows_NT
    605. Path => C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\PHP
    606. PATHEXT => .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    607. PROCESSOR_ARCHITECTURE => x86
    608. PROCESSOR_IDENTIFIER => x86 Family 6 Model 23 Stepping 6, GenuineIntel
    609. PROCESSOR_LEVEL => 6
    610. PROCESSOR_REVISION => 1706
    611. ProgramFiles => C:\Program Files
    612. PROMPT => $P$G
    613. SESSIONNAME => Console
    614. SystemDrive => C:
    615. SystemRoot => C:\WINDOWS
    616. TEMP => C:\DOCUME~1\Alex\LOCALS~1\Temp
    617. TMP => C:\DOCUME~1\Alex\LOCALS~1\Temp
    618. USERDOMAIN => ALEX14052015
    619. USERNAME => Alex
    620. USERPROFILE => C:\Documents and Settings\Alex
    621. windir => C:\WINDOWS
    622.  
    623. PHP Variables
    624.  
    625. Variable => Value
    626. _SERVER["ALLUSERSPROFILE"] => C:\Documents and Settings\All Users
    627. _SERVER["APPDATA"] => C:\Documents and Settings\Alex\Application Data
    628. _SERVER["CommonProgramFiles"] => C:\Program Files\Common Files
    629. _SERVER["COMPUTERNAME"] => ALEX14052015
    630. _SERVER["ComSpec"] => C:\WINDOWS\system32\cmd.exe
    631. _SERVER["FARADMINMODE"] => 1
    632. _SERVER["FARHOME"] => C:\Program Files\Far2
    633. _SERVER["FARLANG"] => English
    634. _SERVER["FP_NO_HOST_CHECK"] => NO
    635. _SERVER["HOMEDRIVE"] => C:
    636. _SERVER["HOMEPATH"] => \Documents and Settings\Alex
    637. _SERVER["LOGONSERVER"] => \\ALEX14052015
    638. _SERVER["NUMBER_OF_PROCESSORS"] => 2
    639. _SERVER["OS"] => Windows_NT
    640. _SERVER["Path"] => C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\PHP
    641. _SERVER["PATHEXT"] => .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    642. _SERVER["PROCESSOR_ARCHITECTURE"] => x86
    643. _SERVER["PROCESSOR_IDENTIFIER"] => x86 Family 6 Model 23 Stepping 6, GenuineIntel
    644. _SERVER["PROCESSOR_LEVEL"] => 6
    645. _SERVER["PROCESSOR_REVISION"] => 1706
    646. _SERVER["ProgramFiles"] => C:\Program Files
    647. _SERVER["PROMPT"] => $P$G
    648. _SERVER["SESSIONNAME"] => Console
    649. _SERVER["SystemDrive"] => C:
    650. _SERVER["SystemRoot"] => C:\WINDOWS
    651. _SERVER["TEMP"] => C:\DOCUME~1\Alex\LOCALS~1\Temp
    652. _SERVER["TMP"] => C:\DOCUME~1\Alex\LOCALS~1\Temp
    653. _SERVER["USERDOMAIN"] => ALEX14052015
    654. _SERVER["USERNAME"] => Alex
    655. _SERVER["USERPROFILE"] => C:\Documents and Settings\Alex
    656. _SERVER["windir"] => C:\WINDOWS
    657. _SERVER["PHP_SELF"] => info.php
    658. _SERVER["SCRIPT_NAME"] => info.php
    659. _SERVER["SCRIPT_FILENAME"] => info.php
    660. _SERVER["PATH_TRANSLATED"] => info.php
    661. _SERVER["DOCUMENT_ROOT"] =>
    662. _SERVER["REQUEST_TIME_FLOAT"] => 1431869795.4688
    663. _SERVER["REQUEST_TIME"] => 1431869795
    664. _SERVER["argv"] => Array
    665. (
    666.     [0] => info.php
    667. )
    668.  
    669. _SERVER["argc"] => 1
    670.  
    671. PHP License
    672. This program is free software; you can redistribute it and/or modify
    673. it under the terms of the PHP License as published by the PHP Group
    674. and included in the distribution in the file:  LICENSE
    675.  
    676. This program is distributed in the hope that it will be useful,
    677. but WITHOUT ANY WARRANTY; without even the implied warranty of
    678. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    679.  
    680. If you did not receive a copy of the PHP license, or have any
    681. questions about PHP licensing, please contact license@php.net.
     
  2. denis01

    denis01 Суперстар
    Команда форума Модератор

    С нами с:
    9 дек 2014
    Сообщения:
    12.227
    Симпатии:
    1.714
    Адрес:
    Молдова, г.Кишинёв
  3. shurik_shink

    shurik_shink Новичок

    С нами с:
    17 май 2015
    Сообщения:
    79
    Симпатии:
    0
    После перезагрузки системы все заработало. (это была вторая перезагрузка)

    !После первой перезагрузки в php.ini установил
    Код (Text):
    1. date.timezone = Europe/Kiev
    , так как сразу не установил. Далее только перезагружал httpd. Видимо php.ini применяется при загрузке системы.

    Подскажите кто знает или догадывается - С чем мог быть связан такой глюк?

    ---------------------------------------------------------------------
    Сейчас вроде загружен, а как было когда не работало уже не выяснить
    Код (Text):
    1. C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd -M
    2. httpd.EXE: Could not reliably determine the server's fully qualified domain name, using 82.144.201.71 for ServerName
    3. Loaded Modules:
    4.  core_module (static)
    5.  win32_module (static)
    6.  mpm_winnt_module (static)
    7.  http_module (static)
    8.  so_module (static)
    9.  actions_module (shared)
    10.  alias_module (shared)
    11.  asis_module (shared)
    12.  auth_basic_module (shared)
    13.  authn_default_module (shared)
    14.  authn_file_module (shared)
    15.  authz_default_module (shared)
    16.  authz_groupfile_module (shared)
    17.  authz_host_module (shared)
    18.  authz_user_module (shared)
    19.  autoindex_module (shared)
    20.  cgi_module (shared)
    21.  dir_module (shared)
    22.  env_module (shared)
    23.  include_module (shared)
    24.  isapi_module (shared)
    25.  log_config_module (shared)
    26.  mime_module (shared)
    27.  negotiation_module (shared)
    28.  setenvif_module (shared)
    29.  php5_module (shared)
    30. Syntax OK
     
  4. Fell-x27

    Fell-x27 Суперстар
    Команда форума Модератор

    С нами с:
    25 июл 2013
    Сообщения:
    12.156
    Симпатии:
    1.770
    Адрес:
    :сердА
    С тем, что любая правка конфигов требует перезапуск сервера. Это норма. Комп перезагружать не обязательно, можно только сам Папач.