IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

PHP & Base de données Discussion :

Configuration Apache avec PHP 5.5.14 + MySQL + phpMyAdmin 4.2.6


Sujet :

PHP & Base de données

  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Décembre 2004
    Messages
    36
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2004
    Messages : 36
    Par défaut Configuration Apache avec PHP 5.5.14 + MySQL + phpMyAdmin 4.2.6
    Bonsoir à tous,

    Veuillez m'excuser si je ne poste pas dans la bonne section mais mon problème concerne la configuration complète d'un hébergement dédié brut.

    Tous d'abord je pense qu'il est bon de me présenter! Je suis spécialisé en infrastructure réseau, principalement exchange. A la demande d'un client j'ai accepté de me former pour reprendre la gestion et le développement de ces sites webs principalement développé sous Prestashop. J'opte systématiquement pour des hébergements pré-configuré pour une raison simple c'est que je suis novice en ce qui concerne la mise en place de serveurs web (enfin sous IIS ça passe mais je suis loin d'être un expert!).

    Or j'ai récupéré il y a quelques temps un site hébergé sur un dédié virtuel (enfin c'est une VM à 1€ de ikoula) sans console d'administration (Plesk en l'occurence). Je comptais passé sur un dédié mieux foutu mais jeudi soir et suite à une défaillance matériel la VM a été réinitialisé. Bien évidemment les sauvegardes ne sont plus disponible car elles étaient sur le même serveur! Je sais, c'est incroyable mais ikoula nous signale gentiment que leur plateforme de sauvegarde doit être couplé avec leur option cloud pour externaliser ces dernières une fois que le tort a été fait...

    Bref j'ai donc une VM avec en plus dun Windows 2008 Datacenter vierge, il faut tout reparamétrer et bien sur je nage. Avec quelques tutos trouvé sur le net, j'ai réussi à installer Apache 2.4.9 et cela fonctionne, FileZilla Server ok, mais pour php 5.5.14 et phpMyAdmin je n'arrive pas à faire fonctionner l'ensemble.

    J'ai suivi ces tutos :
    http://lifeofageekadmin.com/how-inst...-on-windows-7/
    http://giminik.developpez.com/articl...hp?Action=Init

    Mais lorsque je test le php (5.5.14) par un <? phpinfo; ?> j’obtiens une page blanche... J'ai beau cherché mais je ne trouve pas de solutions.

    Pour phpMyAdmin on va dire que c'est normal qu'il ne marche pas correctement dans la mesure où php ne marche. J'obtiens ceci :
    Sur FF (j'utilise un MAC)
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    addJSON( 'list', PMA_RecentFavoriteTable::getInstance('recent')->getHtmlList() ); exit; } if ($GLOBALS['PMA_Config']->isGitRevision()) { if (isset($_REQUEST['git_revision']) && $GLOBALS['is_ajax_request'] == true) { PMA_printGitRevision(); exit; } echo '
    '; } // Handles some variables that may have been sent by the calling script $GLOBALS['db'] = ''; $GLOBALS['table'] = ''; $show_query = '1'; // Any message to display? if (! empty($message)) { echo PMA_Util::getMessage($message); unset($message); } $common_url_query = PMA_URL_getCommon('', ''); // when $server > 0, a server has been chosen so we can display // all MySQL-related information if ($server > 0) { include 'libraries/server_common.inc.php'; include 'libraries/StorageEngine.class.php'; // Use the verbose name of the server instead of the hostname // if a value is set $server_info = ''; if (! empty($cfg['Server']['verbose'])) { $server_info .= htmlspecialchars($cfg['Server']['verbose']); if ($GLOBALS['cfg']['ShowServerInfo']) { $server_info .= ' ('; } } if ($GLOBALS['cfg']['ShowServerInfo'] || empty($cfg['Server']['verbose'])) { $server_info .= $GLOBALS['dbi']->getHostInfo(); } if (! empty($cfg['Server']['verbose']) && $GLOBALS['cfg']['ShowServerInfo']) { $server_info .= ')'; } $mysql_cur_user_and_host = $GLOBALS['dbi']->fetchValue('SELECT USER();'); // should we add the port info here? $short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose']) ? $GLOBALS['cfg']['Server']['verbose'] : $GLOBALS['cfg']['Server']['host']); } echo '
    ' . "\n"; // Anchor for favorite tables synchronization. echo PMA_RecentFavoriteTable::getInstance('favorite')->getHtmlSyncFavoriteTables(); echo '
    '; if ($server > 0 || count($cfg['Servers']) > 1 ) { if ($cfg['DBG']['demo']) { echo '
    '; echo '
    ' . __('phpMyAdmin Demo Server') . '
    '; echo '
    
    '; printf( __( 'You are using the demo server. You can do anything here, but ' . 'please do not change root, debian-sys-maint and pma users. ' . 'More information is available at %s.' ), 'demo.phpmyadmin.net' ); echo '
    '; echo '
    '; } echo '
    '; echo '
    ' . __('General Settings') . '
    '; echo '
    
        '; /** * Displays the MySQL servers choice form */ if ($cfg['ServerDefault'] == 0 || (! $cfg['NavigationDisplayServers'] && (count($cfg['Servers']) > 1 || ($server == 0 && count($cfg['Servers']) == 1))) ) { echo '
        '; include_once 'libraries/select_server.lib.php'; echo PMA_Util::getImage('s_host.png') . " " . PMA_selectServer(true, true); echo '
        '; } /** * Displays the mysql server related links */ if ($server > 0 && ! PMA_DRIZZLE) { include_once 'libraries/check_user_privileges.lib.php'; // Logout for advanced authentication if ($cfg['Server']['auth_type'] != 'config') { if ($cfg['ShowChgPassword']) { $conditional_class = 'ajax'; PMA_printListItem( PMA_Util::getImage('s_passwd.png') . " " . __('Change password'), 'li_change_password', 'user_password.php?' . $common_url_query, null, null, 'change_password_anchor', "no_bullets", $conditional_class ); } } // end if echo '
        '; echo '
        ' . "\n" . PMA_URL_getHiddenInputs(null, null, 4, 'collation_connection') . ' ' . "\n" . ' ' . PMA_Util::getImage('s_asci.png') . " " . __('Server connection collation') . "\n" // put the doc link in the form so that it appears on the same line . PMA_Util::showMySQLDocu('Charset-connection') . ': ' . "\n" . ' ' . "\n" . PMA_generateCharsetDropdownBox( PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, true, 4, true ) . '
        ' . "\n" . '
        ' . "\n"; } // end of if ($server > 0 && !PMA_DRIZZLE) echo '
    
    '; echo '
    '; } echo '
    '; echo '
    ' . __('Appearance Settings') . '
    '; echo '
    
        '; // Displays language selection combo if (empty($cfg['Lang']) && count($GLOBALS['available_languages']) > 1) { echo '
        '; include_once 'libraries/display_select_lang.lib.php'; echo PMA_Util::getImage('s_lang.png') . " " . PMA_getLanguageSelectorHtml(); echo '
        '; } // ThemeManager if available if ($GLOBALS['cfg']['ThemeManager']) { echo '
        '; echo PMA_Util::getImage('s_theme.png') . " " . $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox(); echo '
        '; } echo '
        '; echo PMA_Config::getFontsizeForm(); echo '
        '; echo '
    
    '; // User preferences if ($server > 0) { echo '
    
        '; PMA_printListItem( PMA_Util::getImage('b_tblops.png') . " " . __('More settings'), 'li_user_preferences', 'prefs_manage.php?' . $common_url_query, null, null, null, "no_bullets" ); echo '
    
    '; } echo '
    '; echo '
    '; echo '
    '; if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) { echo '
    '; echo '
    ' . __('Database server') . '
    '; echo '
    
        ' . "\n"; PMA_printListItem( __('Server:') . ' ' . $server_info, 'li_server_info' ); PMA_printListItem( __('Server type:') . ' ' . PMA_Util::getServerType(), 'li_server_type' ); PMA_printListItem( __('Server version:') . ' ' . PMA_MYSQL_STR_VERSION . ' - ' . PMA_MYSQL_VERSION_COMMENT, 'li_server_version' ); PMA_printListItem( __('Protocol version:') . ' ' . $GLOBALS['dbi']->getProtoInfo(), 'li_mysql_proto' ); PMA_printListItem( __('User:') . ' ' . htmlspecialchars($mysql_cur_user_and_host), 'li_user_info' ); echo '
        '; echo ' ' . __('Server charset:') . ' ' . ' '; if (! PMA_DRIZZLE) { echo ' ' . $mysql_charsets_descriptions[$mysql_charset_map['utf-8']]; } echo ' (' . $mysql_charset_map['utf-8'] . ')' . ' ' . '
        ' . ' 
    
    ' . '
    '; } if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) { echo '
    '; echo '
    ' . __('Web server') . '
    '; echo '
    
        '; if ($GLOBALS['cfg']['ShowServerInfo']) { PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software'); if ($server > 0) { $client_version_str = $GLOBALS['dbi']->getClientInfo(); if (preg_match('#\d+\.\d+\.\d+#', $client_version_str)) { $client_version_str = 'libmysql - ' . $client_version_str; } PMA_printListItem( __('Database client version:') . ' ' . $client_version_str, 'li_mysql_client_version' ); $php_ext_string = __('PHP extension:') . ' '; if (PMA_DatabaseInterface::checkDbExtension('mysqli')) { $extension = 'mysqli'; } else { $extension = 'mysql'; } $php_ext_string .= $extension . ' ' . PMA_Util::showPHPDocu('book.' . $extension . '.php'); PMA_printListItem( $php_ext_string, 'li_used_php_extension' ); } } if ($cfg['ShowPhpInfo']) { PMA_printListItem( __('Show PHP information'), 'li_phpinfo', 'phpinfo.php?' . $common_url_query, null, '_blank' ); } echo ' 
    
    '; echo '
    '; } echo '
    '; echo '
    phpMyAdmin
    '; echo '
    
        '; $class = null; // We rely on CSP to allow access to http://www.phpmyadmin.net, but IE lacks // support here and does not allow request to http once using https. if ($GLOBALS['cfg']['VersionCheck'] && (! $GLOBALS['PMA_Config']->get('is_https') || PMA_USR_BROWSER_AGENT != 'IE') ) { $class = 'jsversioncheck'; } PMA_printListItem( __('Version information:') . ' ' . PMA_VERSION, 'li_pma_version', null, null, null, null, $class ); PMA_printListItem( __('Documentation'), 'li_pma_docs', PMA_Util::getDocuLink('index'), null, '_blank' ); PMA_printListItem( __('Wiki'), 'li_pma_wiki', PMA_linkURL('http://wiki.phpmyadmin.net/'), null, '_blank' ); // does not work if no target specified, don't know why PMA_printListItem( __('Official Homepage'), 'li_pma_homepage', PMA_linkURL('http://www.phpMyAdmin.net/'), null, '_blank' ); PMA_printListItem( __('Contribute'), 'li_pma_contribute', PMA_linkURL('http://www.phpmyadmin.net/home_page/improve.php'), null, '_blank' ); PMA_printListItem( __('Get support'), 'li_pma_support', PMA_linkURL('http://www.phpmyadmin.net/home_page/support.php'), null, '_blank' ); PMA_printListItem( __('List of changes'), 'li_pma_changes', PMA_linkURL('changelog.php'), null, '_blank' ); echo ' 
    
    '; echo '
    '; echo '
    '; echo '
    '; /** * Warning if using the default MySQL privileged account */ if ($server != 0 && $cfg['Server']['user'] == 'root' && $cfg['Server']['password'] == '' ) { trigger_error( __( 'Your configuration file contains settings (root with no password)' . ' that correspond to the default MySQL privileged account.' . ' Your MySQL server is running with this default, is open to' . ' intrusion, and you really should fix this security hole by' . ' setting a password for user \'root\'.' ), E_USER_WARNING ); } /** * As we try to handle charsets by ourself, mbstring overloads just * break it, see bug 1063821. */ if (@extension_loaded('mbstring') && @ini_get('mbstring.func_overload') > 1) { trigger_error( __( 'You have enabled mbstring.func_overload in your PHP ' . 'configuration. This option is incompatible with phpMyAdmin ' . 'and might cause some data to be corrupted!' ), E_USER_WARNING ); } /** * mbstring is used for handling multibyte inside parser, so it is good * to tell user something might be broken without it, see bug #1063149. */ if (! @extension_loaded('mbstring')) { trigger_error( __( 'The mbstring PHP extension was not found and you seem to be using' . ' a multibyte charset. Without the mbstring extension phpMyAdmin' . ' is unable to split strings correctly and it may result in' . ' unexpected results.' ), E_USER_WARNING ); } /** * Check whether session.gc_maxlifetime limits session validity. */ $gc_time = (int)@ini_get('session.gc_maxlifetime'); if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) { trigger_error( __('Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'), E_USER_WARNING ); } /** * Check whether LoginCookieValidity is limited by LoginCookieStore. */ if ($GLOBALS['cfg']['LoginCookieStore'] != 0 && $GLOBALS['cfg']['LoginCookieStore'] < $GLOBALS['cfg']['LoginCookieValidity'] ) { trigger_error( __('Login cookie store is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'), E_USER_WARNING ); } /** * Check if user does not have defined blowfish secret and it is being used. */ if (! empty($_SESSION['auto_blowfish_secret']) && empty($GLOBALS['cfg']['blowfish_secret']) ) { trigger_error( __('The configuration file now needs a secret passphrase (blowfish_secret).'), E_USER_WARNING ); } /** * Check for existence of config directory which should not exist in * production environment. */ if (file_exists('config')) { trigger_error( __('Directory , which is used by the setup script, still exists in your phpMyAdmin directory. It is strongly recommended to remove it once phpMyAdmin has been configured. Otherwise the security of your server may be compromised by unauthorized people downloading your configuration.'), E_USER_WARNING ); } if ($server > 0) { $cfgRelation = PMA_getRelationsParam(); if (! $cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false ) { $msg = PMA_Message::notice(__('The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click %shere%s.')); $msg->addParam( '', false ); $msg->addParam('', false); /* Show error if user has configured something, notice elsewhere */ if (!empty($cfg['Servers'][$server]['pmadb'])) { $msg->isError(true); } $msg->display(); } // end if } /** * Warning about different MySQL library and server version * (a difference on the third digit does not count). * If someday there is a constant that we can check about mysqlnd, * we can use it instead of strpos(). * If no default server is set, $GLOBALS['dbi'] is not defined yet. * Drizzle can speak MySQL protocol, so don't warn about version mismatch for * Drizzle servers. */ if (isset($GLOBALS['dbi']) && !PMA_DRIZZLE && $cfg['ServerLibraryDifference_DisableWarning'] == false ) { $_client_info = $GLOBALS['dbi']->getClientInfo(); if ($server > 0 && strpos($_client_info, 'mysqlnd') === false && substr(PMA_MYSQL_CLIENT_API, 0, 3) != substr(PMA_MYSQL_INT_VERSION, 0, 3) ) { trigger_error( PMA_sanitize( sprintf( __('Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'), $_client_info, substr( PMA_MYSQL_STR_VERSION, 0, strpos(PMA_MYSQL_STR_VERSION . '-', '-') ) ) ), E_USER_NOTICE ); } unset($_client_info); } /** * Warning about Suhosin only if its simulation mode is not enabled */ if ($cfg['SuhosinDisableWarning'] == false && @ini_get('suhosin.request.max_value_length') && @ini_get('suhosin.simulation') == '0' ) { trigger_error( sprintf( __('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'), '[doc@faq1-38]', '[/doc]' ), E_USER_WARNING ); } /** * Warning about incomplete translations. * * The data file is created while creating release by ./scripts/remove-incomplete-mo */ if (file_exists('libraries/language_stats.inc.php')) { include 'libraries/language_stats.inc.php'; /* * This message is intentionally not translated, because we're * handling incomplete translations here and focus on english * speaking users. */ if (isset($GLOBALS['language_stats'][$lang]) && $GLOBALS['language_stats'][$lang] < $cfg['TranslationWarningThreshold'] ) { trigger_error( 'You are using an incomplete translation, please help to make it ' . 'better by [a@http://www.phpmyadmin.net/home_page/improve.php' . '#translate@_blank]contributing[/a].', E_USER_NOTICE ); } } /** * prints list item for main page * * @param string $name displayed text * @param string $listId id, used for css styles * @param string $url make item as link with $url as target * @param string $mysql_help_page display a link to MySQL's manual * @param string $target special target for $url * @param string $a_id id for the anchor, * used for jQuery to hook in functions * @param string $class class for the li element * @param string $a_class class for the anchor element * * @return void */ function PMA_printListItem($name, $listId = null, $url = null, $mysql_help_page = null, $target = null, $a_id = null, $class = null, $a_class = null ) { echo '
    '; if (null !== $url) { echo ''; } echo $name; if (null !== $url) { echo '' . "\n"; } if (null !== $mysql_help_page) { echo PMA_Util::showMySQLDocu($mysql_help_page); } echo '
    '; } ?>
    Sur Safari
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    <?php
    /* vim: set expandtab sw=4 ts=4 sts=4: */
    /**
     * Main loader script
     *
     * @package PhpMyAdmin
     */
    
    /**
     * Gets some core libraries and displays a top message if required
     */
    require_once 'libraries/common.inc.php';
    
    /**
     * display Git revision if requested
     */
    require_once 'libraries/display_git_revision.lib.php';
    
    /**
     * pass variables to child pages
     */
    $drops = array(
        'lang',
        'server',
        'collation_connection',
        'db',
        'table'
    );
    foreach ($drops as $each_drop) {
        if (array_key_exists($each_drop, $_GET)) {
            unset($_GET[$each_drop]);
        }
    }
    unset($drops, $each_drop);
    
    /*
     * Black list of all scripts to which front-end must submit data.
     * Such scripts must not be loaded on home page.
     *
     */
     $target_blacklist = array (
        'import.php', 'export.php'
        );
    
    // If we have a valid target, let's load that script instead
    if (! empty($_REQUEST['target'])
        && is_string($_REQUEST['target'])
        && ! preg_match('/^index/', $_REQUEST['target'])
        && ! in_array($_REQUEST['target'], $target_blacklist)
        && in_array($_REQUEST['target'], $goto_whitelist)
    ) {
        include $_REQUEST['target'];
        exit;
    }
    
    /**
     * Check if it is an ajax request to reload the recent tables list.
     */
    require_once 'libraries/RecentFavoriteTable.class.php';
    if ($GLOBALS['is_ajax_request'] && ! empty($_REQUEST['recent_table'])) {
        $response = PMA_Response::getInstance();
        $response->addJSON(
            'list',
            PMA_RecentFavoriteTable::getInstance('recent')->getHtmlList()
        );
        exit;
    }
    
    if ($GLOBALS['PMA_Config']->isGitRevision()) {
        if (isset($_REQUEST['git_revision']) && $GLOBALS['is_ajax_request'] == true) {
            PMA_printGitRevision();
            exit;
        }
        echo '<div id="is_git_revision"></div>';
    }
    
    // Handles some variables that may have been sent by the calling script
    $GLOBALS['db'] = '';
    $GLOBALS['table'] = '';
    $show_query = '1';
    
    // Any message to display?
    if (! empty($message)) {
        echo PMA_Util::getMessage($message);
        unset($message);
    }
    
    $common_url_query =  PMA_URL_getCommon('', '');
    
    // when $server > 0, a server has been chosen so we can display
    // all MySQL-related information
    if ($server > 0) {
        include 'libraries/server_common.inc.php';
        include 'libraries/StorageEngine.class.php';
    
        // Use the verbose name of the server instead of the hostname
        // if a value is set
        $server_info = '';
        if (! empty($cfg['Server']['verbose'])) {
            $server_info .= htmlspecialchars($cfg['Server']['verbose']);
            if ($GLOBALS['cfg']['ShowServerInfo']) {
                $server_info .= ' (';
            }
        }
        if ($GLOBALS['cfg']['ShowServerInfo'] || empty($cfg['Server']['verbose'])) {
            $server_info .= $GLOBALS['dbi']->getHostInfo();
        }
        if (! empty($cfg['Server']['verbose']) && $GLOBALS['cfg']['ShowServerInfo']) {
            $server_info .= ')';
        }
        $mysql_cur_user_and_host = $GLOBALS['dbi']->fetchValue('SELECT USER();');
    
        // should we add the port info here?
        $short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose'])
                    ? $GLOBALS['cfg']['Server']['verbose']
                    : $GLOBALS['cfg']['Server']['host']);
    }
    
    echo '<div id="maincontainer">' . "\n";
    // Anchor for favorite tables synchronization.
    echo PMA_RecentFavoriteTable::getInstance('favorite')->getHtmlSyncFavoriteTables();
    echo '<div id="main_pane_left">';
    if ($server > 0 || count($cfg['Servers']) > 1
    ) {
        if ($cfg['DBG']['demo']) {
            echo '<div class="group">';
            echo '<h2>' . __('phpMyAdmin Demo Server') . '</h2>';
            echo '<p style="margin: 0.5em 1em 0.5em 1em">';
            printf(
                __(
                    'You are using the demo server. You can do anything here, but '
                    . 'please do not change root, debian-sys-maint and pma users. '
                    . 'More information is available at %s.'
                ),
                '<a href="http://demo.phpmyadmin.net/">demo.phpmyadmin.net</a>'
            );
            echo '</p>';
            echo '</div>';
        }
        echo '<div class="group">';
        echo '<h2>' . __('General Settings') . '</h2>';
        echo '<ul>';
    
        /**
         * Displays the MySQL servers choice form
         */
        if ($cfg['ServerDefault'] == 0
            || (! $cfg['NavigationDisplayServers']
            && (count($cfg['Servers']) > 1
            || ($server == 0 && count($cfg['Servers']) == 1)))
        ) {
            echo '<li id="li_select_server" class="no_bullets" >';
            include_once 'libraries/select_server.lib.php';
            echo PMA_Util::getImage('s_host.png') . " " . PMA_selectServer(true, true);
            echo '</li>';
        }
    
        /**
         * Displays the mysql server related links
         */
        if ($server > 0 && ! PMA_DRIZZLE) {
            include_once 'libraries/check_user_privileges.lib.php';
    
            // Logout for advanced authentication
            if ($cfg['Server']['auth_type'] != 'config') {
                if ($cfg['ShowChgPassword']) {
                    $conditional_class = 'ajax';
                    PMA_printListItem(
                        PMA_Util::getImage('s_passwd.png') . " " . __('Change password'),
                        'li_change_password',
                        'user_password.php?' . $common_url_query,
                        null,
                        null,
                        'change_password_anchor',
                        "no_bullets",
                        $conditional_class
                    );
                }
            } // end if
            echo '    <li id="li_select_mysql_collation" class="no_bullets" >';
            echo '        <form method="post" action="index.php">' . "\n"
               . PMA_URL_getHiddenInputs(null, null, 4, 'collation_connection')
               . '            <label for="select_collation_connection">' . "\n"
               . '                ' . PMA_Util::getImage('s_asci.png') . " "
                                   . __('Server connection collation') . "\n"
               // put the doc link in the form so that it appears on the same line
               . PMA_Util::showMySQLDocu('Charset-connection')
               . ': ' .  "\n"
               . '            </label>' . "\n"
    
               . PMA_generateCharsetDropdownBox(
                   PMA_CSDROPDOWN_COLLATION,
                   'collation_connection',
                   'select_collation_connection',
                   $collation_connection,
                   true,
                   4,
                   true
               )
               . '        </form>' . "\n"
               . '    </li>' . "\n";
        } // end of if ($server > 0 && !PMA_DRIZZLE)
        echo '</ul>';
        echo '</div>';
    }
    
    echo '<div class="group">';
    echo '<h2>' . __('Appearance Settings') . '</h2>';
    echo '  <ul>';
    
    // Displays language selection combo
    if (empty($cfg['Lang']) && count($GLOBALS['available_languages']) > 1) {
        echo '<li id="li_select_lang" class="no_bullets">';
        include_once 'libraries/display_select_lang.lib.php';
        echo PMA_Util::getImage('s_lang.png') . " " . PMA_getLanguageSelectorHtml();
        echo '</li>';
    }
    
    // ThemeManager if available
    
    if ($GLOBALS['cfg']['ThemeManager']) {
        echo '<li id="li_select_theme" class="no_bullets">';
        echo PMA_Util::getImage('s_theme.png') . " "
                .  $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox();
        echo '</li>';
    }
    echo '<li id="li_select_fontsize">';
    echo PMA_Config::getFontsizeForm();
    echo '</li>';
    
    echo '</ul>';
    
    // User preferences
    
    if ($server > 0) {
        echo '<ul>';
        PMA_printListItem(
            PMA_Util::getImage('b_tblops.png') . " " . __('More settings'),
            'li_user_preferences',
            'prefs_manage.php?' . $common_url_query,
            null,
            null,
            null,
            "no_bullets"
        );
        echo '</ul>';
    }
    
    echo '</div>';
    
    
    echo '</div>';
    echo '<div id="main_pane_right">';
    
    
    if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) {
    
        echo '<div class="group">';
        echo '<h2>' . __('Database server') . '</h2>';
        echo '<ul>' . "\n";
        PMA_printListItem(
            __('Server:') . ' ' . $server_info,
            'li_server_info'
        );
        PMA_printListItem(
            __('Server type:') . ' ' . PMA_Util::getServerType(),
            'li_server_type'
        );
        PMA_printListItem(
            __('Server version:')
            . ' '
            . PMA_MYSQL_STR_VERSION . ' - ' . PMA_MYSQL_VERSION_COMMENT,
            'li_server_version'
        );
        PMA_printListItem(
            __('Protocol version:') . ' ' . $GLOBALS['dbi']->getProtoInfo(),
            'li_mysql_proto'
        );
        PMA_printListItem(
            __('User:') . ' ' . htmlspecialchars($mysql_cur_user_and_host),
            'li_user_info'
        );
    
        echo '    <li id="li_select_mysql_charset">';
        echo '        ' . __('Server charset:') . ' '
           . '        <span lang="en" dir="ltr">';
        if (! PMA_DRIZZLE) {
            echo '           '
                . $mysql_charsets_descriptions[$mysql_charset_map['utf-8']];
        }
        echo '           (' . $mysql_charset_map['utf-8'] . ')'
           . '        </span>'
           . '    </li>'
           . '  </ul>'
           . ' </div>';
    }
    
    if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) {
        echo '<div class="group">';
        echo '<h2>' . __('Web server') . '</h2>';
        echo '<ul>';
        if ($GLOBALS['cfg']['ShowServerInfo']) {
            PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software');
    
            if ($server > 0) {
                $client_version_str = $GLOBALS['dbi']->getClientInfo();
                if (preg_match('#\d+\.\d+\.\d+#', $client_version_str)) {
                    $client_version_str = 'libmysql - ' . $client_version_str;
                }
                PMA_printListItem(
                    __('Database client version:') . ' ' . $client_version_str,
                    'li_mysql_client_version'
                );
    
                $php_ext_string = __('PHP extension:') . ' ';
                if (PMA_DatabaseInterface::checkDbExtension('mysqli')) {
                    $extension = 'mysqli';
                } else {
                    $extension = 'mysql';
                }
                $php_ext_string  .= $extension . ' '
                    . PMA_Util::showPHPDocu('book.' . $extension . '.php');
    
                PMA_printListItem(
                    $php_ext_string,
                    'li_used_php_extension'
                );
            }
        }
    
        if ($cfg['ShowPhpInfo']) {
            PMA_printListItem(
                __('Show PHP information'),
                'li_phpinfo',
                'phpinfo.php?' . $common_url_query,
                null,
                '_blank'
            );
        }
        echo '  </ul>';
        echo ' </div>';
    }
    
    echo '<div class="group pmagroup">';
    echo '<h2>phpMyAdmin</h2>';
    echo '<ul>';
    $class = null;
    // We rely on CSP to allow access to http://www.phpmyadmin.net, but IE lacks
    // support here and does not allow request to http once using https.
    if ($GLOBALS['cfg']['VersionCheck']
        && (! $GLOBALS['PMA_Config']->get('is_https') || PMA_USR_BROWSER_AGENT != 'IE')
    ) {
        $class = 'jsversioncheck';
    }
    PMA_printListItem(
        __('Version information:') . ' ' . PMA_VERSION,
        'li_pma_version',
        null,
        null,
        null,
        null,
        $class
    );
    PMA_printListItem(
        __('Documentation'),
        'li_pma_docs',
        PMA_Util::getDocuLink('index'),
        null,
        '_blank'
    );
    PMA_printListItem(
        __('Wiki'),
        'li_pma_wiki',
        PMA_linkURL('http://wiki.phpmyadmin.net/'),
        null,
        '_blank'
    );
    
    // does not work if no target specified, don't know why
    PMA_printListItem(
        __('Official Homepage'),
        'li_pma_homepage',
        PMA_linkURL('http://www.phpMyAdmin.net/'),
        null,
        '_blank'
    );
    PMA_printListItem(
        __('Contribute'),
        'li_pma_contribute',
        PMA_linkURL('http://www.phpmyadmin.net/home_page/improve.php'),
        null,
        '_blank'
    );
    PMA_printListItem(
        __('Get support'),
        'li_pma_support',
        PMA_linkURL('http://www.phpmyadmin.net/home_page/support.php'),
        null,
        '_blank'
    );
    PMA_printListItem(
        __('List of changes'),
        'li_pma_changes',
        PMA_linkURL('changelog.php'),
        null,
        '_blank'
    );
    echo '    </ul>';
    echo ' </div>';
    
    echo '</div>';
    
    echo '</div>';
    
    /**
     * Warning if using the default MySQL privileged account
     */
    if ($server != 0
        && $cfg['Server']['user'] == 'root'
        && $cfg['Server']['password'] == ''
    ) {
        trigger_error(
            __(
                'Your configuration file contains settings (root with no password)'
                . ' that correspond to the default MySQL privileged account.'
                . ' Your MySQL server is running with this default, is open to'
                . ' intrusion, and you really should fix this security hole by'
                . ' setting a password for user \'root\'.'
            ),
            E_USER_WARNING
        );
    }
    
    /**
     * As we try to handle charsets by ourself, mbstring overloads just
     * break it, see bug 1063821.
     */
    if (@extension_loaded('mbstring') && @ini_get('mbstring.func_overload') > 1) {
        trigger_error(
            __(
                'You have enabled mbstring.func_overload in your PHP '
                . 'configuration. This option is incompatible with phpMyAdmin '
                . 'and might cause some data to be corrupted!'
            ),
            E_USER_WARNING
        );
    }
    
    /**
     * mbstring is used for handling multibyte inside parser, so it is good
     * to tell user something might be broken without it, see bug #1063149.
     */
    if (! @extension_loaded('mbstring')) {
        trigger_error(
            __(
                'The mbstring PHP extension was not found and you seem to be using'
                . ' a multibyte charset. Without the mbstring extension phpMyAdmin'
                . ' is unable to split strings correctly and it may result in'
                . ' unexpected results.'
            ),
            E_USER_WARNING
        );
    }
    
    /**
     * Check whether session.gc_maxlifetime limits session validity.
     */
    $gc_time = (int)@ini_get('session.gc_maxlifetime');
    if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) {
        trigger_error(
            __('Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'),
            E_USER_WARNING
        );
    }
    
    /**
     * Check whether LoginCookieValidity is limited by LoginCookieStore.
     */
    if ($GLOBALS['cfg']['LoginCookieStore'] != 0
        && $GLOBALS['cfg']['LoginCookieStore'] < $GLOBALS['cfg']['LoginCookieValidity']
    ) {
        trigger_error(
            __('Login cookie store is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'),
            E_USER_WARNING
        );
    }
    
    /**
     * Check if user does not have defined blowfish secret and it is being used.
     */
    if (! empty($_SESSION['auto_blowfish_secret'])
        && empty($GLOBALS['cfg']['blowfish_secret'])
    ) {
        trigger_error(
            __('The configuration file now needs a secret passphrase (blowfish_secret).'),
            E_USER_WARNING
        );
    }
    
    /**
     * Check for existence of config directory which should not exist in
     * production environment.
     */
    if (file_exists('config')) {
        trigger_error(
            __('Directory , which is used by the setup script, still exists in your phpMyAdmin directory. It is strongly recommended to remove it once phpMyAdmin has been configured. Otherwise the security of your server may be compromised by unauthorized people downloading your configuration.'),
            E_USER_WARNING
        );
    }
    
    if ($server > 0) {
        $cfgRelation = PMA_getRelationsParam();
        if (! $cfgRelation['allworks']
            && $cfg['PmaNoRelation_DisableWarning'] == false
        ) {
            $msg = PMA_Message::notice(__('The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click %shere%s.'));
            $msg->addParam(
                '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?'
                . $common_url_query . '">',
                false
            );
            $msg->addParam('</a>', false);
            /* Show error if user has configured something, notice elsewhere */
            if (!empty($cfg['Servers'][$server]['pmadb'])) {
                $msg->isError(true);
            }
            $msg->display();
        } // end if
    }
    
    /**
     * Warning about different MySQL library and server version
     * (a difference on the third digit does not count).
     * If someday there is a constant that we can check about mysqlnd,
     * we can use it instead of strpos().
     * If no default server is set, $GLOBALS['dbi'] is not defined yet.
     * Drizzle can speak MySQL protocol, so don't warn about version mismatch for
     * Drizzle servers.
     */
    if (isset($GLOBALS['dbi'])
        && !PMA_DRIZZLE
        && $cfg['ServerLibraryDifference_DisableWarning'] == false
    ) {
        $_client_info = $GLOBALS['dbi']->getClientInfo();
        if ($server > 0
            && strpos($_client_info, 'mysqlnd') === false
            && substr(PMA_MYSQL_CLIENT_API, 0, 3) != substr(PMA_MYSQL_INT_VERSION, 0, 3)
        ) {
            trigger_error(
                PMA_sanitize(
                    sprintf(
                        __('Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'),
                        $_client_info,
                        substr(
                            PMA_MYSQL_STR_VERSION,
                            0,
                            strpos(PMA_MYSQL_STR_VERSION . '-', '-')
                        )
                    )
                ),
                E_USER_NOTICE
            );
        }
        unset($_client_info);
    }
    
    /**
     * Warning about Suhosin only if its simulation mode is not enabled
     */
    if ($cfg['SuhosinDisableWarning'] == false
        && @ini_get('suhosin.request.max_value_length')
        && @ini_get('suhosin.simulation') == '0'
    ) {
        trigger_error(
            sprintf(
                __('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'),
                '[doc@faq1-38]',
                '[/doc]'
            ),
            E_USER_WARNING
        );
    }
    
    /**
     * Warning about incomplete translations.
     *
     * The data file is created while creating release by ./scripts/remove-incomplete-mo
     */
    if (file_exists('libraries/language_stats.inc.php')) {
        include 'libraries/language_stats.inc.php';
        /*
         * This message is intentionally not translated, because we're
         * handling incomplete translations here and focus on english
         * speaking users.
         */
        if (isset($GLOBALS['language_stats'][$lang])
            && $GLOBALS['language_stats'][$lang] < $cfg['TranslationWarningThreshold']
        ) {
            trigger_error(
                'You are using an incomplete translation, please help to make it '
                . 'better by [a@http://www.phpmyadmin.net/home_page/improve.php'
                . '#translate@_blank]contributing[/a].',
                E_USER_NOTICE
            );
        }
    }
    
    /**
     * prints list item for main page
     *
     * @param string $name            displayed text
     * @param string $listId          id, used for css styles
     * @param string $url             make item as link with $url as target
     * @param string $mysql_help_page display a link to MySQL's manual
     * @param string $target          special target for $url
     * @param string $a_id            id for the anchor,
     *                                used for jQuery to hook in functions
     * @param string $class           class for the li element
     * @param string $a_class         class for the anchor element
     *
     * @return void
     */
    function PMA_printListItem($name, $listId = null, $url = null,
        $mysql_help_page = null, $target = null, $a_id = null, $class = null,
        $a_class = null
    ) {
        echo '<li id="' . $listId . '"';
        if (null !== $class) {
            echo ' class="' . $class . '"';
        }
        echo '>';
        if (null !== $url) {
            echo '<a href="' . $url . '"';
            if (null !== $target) {
                echo ' target="' . $target . '"';
            }
            if (null != $a_id) {
                echo ' id="' . $a_id . '"';
            }
            if (null != $a_class) {
                echo ' class="' . $a_class . '"';
            }
            echo '>';
        }
    
        echo $name;
    
        if (null !== $url) {
            echo '</a>' . "\n";
        }
        if (null !== $mysql_help_page) {
            echo PMA_Util::showMySQLDocu($mysql_help_page);
        }
        echo '</li>';
    }
    ?>
    Je suis complétement perdu!

    Concernant MySQL 5.6.19.0, j'ai opté pour la version avec installateur intégré donc pas de souci le service est bien démarré.

    Auriez vous des conseils ou des pistes sur lesquelles je pourrais travailler?

    Merci d'avance

  2. #2
    Membre Expert Avatar de darkstar123456
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mars 2008
    Messages
    1 895
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : Belgique

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Mars 2008
    Messages : 1 895
    Par défaut
    Bonjour,

    Je pense que c'est simple, vous avez une erreur de syntaxe et vu que vous n'avez pas activé les erreurs, vous ne le voyez tout simplement pas.

    La configuration de base est celle-ci habituellement :
    - pas d'affichage d'erreur (display_errors Off)
    - rapport d'erreur complete (errror_reporting E_ALL)
    - pas de tag d'ouverture raccourcis : (short_open_tag Off)

    De plus, phpinfo() est une fonction et il faut donc utiliser les parenthèses !

    Code php : Sélectionner tout - Visualiser dans une fenêtre à part
    <?php phpinfo(); ?>

    Si vous ne souhaitez pas modifier votre php.ini, vous pouvez écrire :
    Code php : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    <?php
    ini_set('display_errors', 1);
    error_reporting(E_ALL);
    phpinfo(); ?>

    Attention que la balise d'ouverture est bien "<?php" et non "<?"

    J'ai personnellement rédigé un article sur comment installer un serveur from scratch avec Ubuntu et Webmin, si ça vous dit, c'est par ici : http://blog.pierre-roels.com/2013/01...n-serveur-web/

  3. #3
    Membre averti
    Profil pro
    Inscrit en
    Décembre 2004
    Messages
    36
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2004
    Messages : 36
    Par défaut
    Bonjour,

    Je viens de tester avec votre code mais j'ai toujours la page qui se charge et rien de plus ou j'obtiens une page blanche (je précise que j'ai redémarrer apache).

    Votre tuto est bien fait mais je suis sous Windows 2008 donc je ne peux pas appliquer votre méthode. Je pencherais plutôt pour un problème httpd.conf + php.ini mais avec tout ce que j'ai pu trouver sur le net rien ne passe, je ne sais pas si c'est du aux différences de versions.

    Qu'en pensez vous?

  4. #4
    Membre Expert Avatar de darkstar123456
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mars 2008
    Messages
    1 895
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : Belgique

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Mars 2008
    Messages : 1 895
    Par défaut
    Essayez d'exécuter le phpinfo() en ligne de commande. Vous saurez au moins si ça vient de votre configuration de PHP ou d'Apache.

    Code php-cli : Sélectionner tout - Visualiser dans une fenêtre à part
    php /chemin/vers/votre/fichier.php

    NB: Attention, pour pouvoir utiliser la commande "php", il faut soit que vous soyez dans le dossier qui contient "php.exe" soit que la commande soit définie en tant que variable globale. Je ne connais rien en serveur Windows donc je ne sais pas si la variable globale est définie automatiquement à l'installation, c'est pour ça que je le précise ;-)

  5. #5
    Membre averti
    Profil pro
    Inscrit en
    Décembre 2004
    Messages
    36
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2004
    Messages : 36
    Par défaut
    Bon j'ai craqué! j'ai la chance dans mon malheur d'avoir un autre serveur dédié chez le même hébergeur avec la console Plesk donc j'ai remonté mon site dessus et je vais arrêter cette VM sous Windows à la noix.

Discussions similaires

  1. Configuration Apache avec PHP
    Par lducrocq dans le forum Apache
    Réponses: 5
    Dernier message: 27/10/2010, 19h18
  2. Piloter Excel avec PHP (données dans BD MySQL)
    Par beegees dans le forum PHP & Base de données
    Réponses: 2
    Dernier message: 17/08/2008, 19h53
  3. [GD] Installer et configurer GD avec PHP 5 et Apache 2
    Par mariogarcia dans le forum Bibliothèques et frameworks
    Réponses: 3
    Dernier message: 27/08/2006, 12h21
  4. [Configuration] Probleme lancement apache avec PHP et oracle
    Par cyberyan dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 5
    Dernier message: 22/08/2006, 08h59
  5. Installation serveur Apache avec PHP
    Par The Wretched dans le forum Apache
    Réponses: 11
    Dernier message: 08/02/2006, 15h36

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo