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 :

[php 5.1.6, Apache 2.0.63] Call to undefined function OCILogon() [Oracle]


Sujet :

PHP & Base de données

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre émérite Avatar de Zipyz
    Profil pro
    Inscrit en
    Mai 2003
    Messages
    782
    Détails du profil
    Informations personnelles :
    Âge : 44
    Localisation : France

    Informations forums :
    Inscription : Mai 2003
    Messages : 782
    Par défaut [php 5.1.6, Apache 2.0.63] Call to undefined function OCILogon()
    Bonjour,

    J'ai repris un portail en interne au boulot en php et il y a une partir en php 4 plus l'autre partie que j'ai faite en php 5. L'ancienne partie de ce portail attaque des bases de données oracle 8.1.7 et 8.2.0.6. J'ai installé wampserver 2 avec apache 2.0.63 et php 5.1.6.

    Au niveau du poste j'ai un répertoire instant client 10g (cf tuto que j'ai suivi un peu plus loin dans la post) ainsi qu'un client "classique" oracle 8 et 9.

    Pour l'installation j'ai suivi ce tuto :
    http://www.oracle.com/technology/pub...p_instant.html. Je l'ai suivi à la lettre mais j'ai toujours le message d'erreur Fatal error: Call to undefined function OCILogon() lorsque j'exécute l'ancienne partie du portail.

    Est-ce que vous auriez des pistes sur le pourquoi du comment ça fonctionne pas ?

    J'ai matté pas mal de forum et de solutions qui sont censées marcher mais la je ne vois plus d'où peut venir le problème.

    Merci d'avance

  2. #2
    Modérateur
    Avatar de sabotage
    Homme Profil pro
    Inscrit en
    Juillet 2005
    Messages
    29 208
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations forums :
    Inscription : Juillet 2005
    Messages : 29 208
    Par défaut
    Bonjour,

    Est-ce que l'extension oracle est bien active dans ton php.ini ?
    Est-ce que tu la vois dans ton phpinfo() ?
    Est-ce que tu as des erreurs dans tes logs au demarrage d'apache ?
    N'oubliez pas de consulter les FAQ PHP et les cours et tutoriels PHP

  3. #3
    Membre émérite Avatar de Zipyz
    Profil pro
    Inscrit en
    Mai 2003
    Messages
    782
    Détails du profil
    Informations personnelles :
    Âge : 44
    Localisation : France

    Informations forums :
    Inscription : Mai 2003
    Messages : 782
    Par défaut
    Dans mon php.ini j'ai bien décommenté php_oci.dll et php_oracle.dll. Au niveau de phpinfo effectivement l'extension oci n'est pas chargée.

    Au niveau des logs de php j'ai l'impression qu'il a du mal avec php_oci8.dll. Voici la log du php_error.log :

    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
     
    [19-Mar-2009 17:30:02] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:30:02] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:30:02] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:30:02] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 17:30:02] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 17:30:02] PHP Notice:  Undefined variable: list in C:\wamp\scripts\wampserver.lib.php on line 33
    [19-Mar-2009 17:30:02] PHP Warning:  Invalid argument supplied for foreach() in C:\wamp\scripts\refresh.php on line 497
    [19-Mar-2009 17:36:10] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:36:10] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:36:10] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:36:10] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 17:36:10] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 17:36:47] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:36:47] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:36:47] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 17:36:47] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 17:36:47] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 17:37:17] PHP Warning:  copy(c:/wamp/bin/apache/apache2.0.63/bin/php.ini): failed to open stream: No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 87
    [19-Mar-2009 17:37:17] PHP Notice:  Undefined variable: newHttpdContents in C:\wamp\scripts\wampserver.lib.php on line 104
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/fdftk.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/libmhash.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/libmysql.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/php5isapi.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/php5nsapi.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/libmcrypt.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:17] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/php5ts.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:47] PHP Notice:  Undefined variable: newHttpdContents in C:\wamp\scripts\wampserver.lib.php on line 104
    [19-Mar-2009 17:37:47] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/fribidi.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:47] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/msql.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:47] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/ntwdblib.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:47] PHP Warning:  unlink(c:/wamp/bin/apache/apache2.0.63/bin/yaz.dll): No such file or directory in C:\wamp\scripts\wampserver.lib.php on line 114
    [19-Mar-2009 17:37:50] PHP Notice:  Undefined variable: newHttpdContents in C:\wamp\scripts\wampserver.lib.php on line 104
    [19-Mar-2009 17:37:53] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:37:53] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:38:00] PHP Notice:  Undefined variable: newHttpdContents in C:\wamp\scripts\wampserver.lib.php on line 104
    [19-Mar-2009 17:38:02] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:38:03] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:38:09] PHP Notice:  Undefined variable: newHttpdContents in C:\wamp\scripts\wampserver.lib.php on line 104
    [19-Mar-2009 17:38:11] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:38:12] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:40:26] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:40:26] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:40:34] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:40:34] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:40:34] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:40:34] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:41:08] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:41:08] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:41:08] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:41:08] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:46:58] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:46:58] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:46:58] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:46:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:46:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:46:59] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:47:15] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:47:15] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:47:15] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:47:15] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:47:15] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 17:47:15] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 17:47:51] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:00:32] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:00:32] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:00:32] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 18:00:32] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:00:32] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:00:32] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 18:00:45] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:01:41] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 18:01:41] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 18:01:41] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 18:01:41] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 18:01:41] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 18:01:42] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:01:42] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:01:42] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 18:01:42] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:01:42] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:01:42] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 18:01:52] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:01:54] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:02:19] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:02:20] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:02:21] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [19-Mar-2009 18:02:30] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 18:02:30] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 18:02:30] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [19-Mar-2009 18:02:30] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 18:02:30] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [19-Mar-2009 18:10:32] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:10:32] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:10:32] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [19-Mar-2009 18:10:33] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:10:33] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [19-Mar-2009 18:10:33] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 08:37:45] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 08:37:45] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 08:37:45] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 08:37:46] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 08:37:46] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 08:37:46] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 09:48:27] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 09:48:27] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 09:48:27] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 09:48:27] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 09:48:27] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:09:09] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:09:09] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:09:09] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:09:09] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:09:09] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:09:13] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:09:13] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:09:13] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:09:14] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:09:14] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:09:14] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:09:31] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [20-Mar-2009 10:39:19] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:39:19] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:39:19] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:39:19] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:39:20] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:39:20] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:39:20] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:39:20] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:41:36] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:41:36] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:41:36] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:41:36] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:41:36] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:42:03] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [20-Mar-2009 10:42:39] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:39] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:39] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:39] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:42:39] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:40] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:40] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:40] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:42:40] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:42:40] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:54:26] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:54:26] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:54:26] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:54:26] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:54:27] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:54:27] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:54:27] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 10:54:27] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 10:57:49] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:57:49] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:57:49] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 10:57:50] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:57:50] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 10:58:26] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [20-Mar-2009 11:03:46] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:46] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:46] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:46] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 11:03:46] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:47] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:47] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:47] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:03:47] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 11:03:47] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:09:43] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 11:09:43] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 11:09:43] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 11:09:43] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 11:09:43] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 11:10:16] PHP Fatal error:  Call to undefined function OCILogon() in C:\wamp\www\kits\kitbdd\kitbdd.php on line 81
    [20-Mar-2009 11:37:57] PHP Notice:  Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 11:37:57] PHP Notice:  Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 11:37:57] PHP Notice:  Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
    [20-Mar-2009 11:37:57] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 11:37:57] PHP Notice:  Undefined offset:  1 in C:\wamp\scripts\refresh.php on line 385
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oci8.dll' - La procédure spécifiée est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_oracle.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_sqlite.dll' - Le module spécifié est introuvable.
     in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
    [20-Mar-2009 11:37:59] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.1.6/ext/php_maxdb.dll' - Le module spécifié est introuvable.
     in Unknown on line 0

  4. #4
    Membre émérite Avatar de Zipyz
    Profil pro
    Inscrit en
    Mai 2003
    Messages
    782
    Détails du profil
    Informations personnelles :
    Âge : 44
    Localisation : France

    Informations forums :
    Inscription : Mai 2003
    Messages : 782
    Par défaut
    Et voici le apache_error.log :
    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
    [Thu Mar 19 17:30:04 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
    [Thu Mar 19 17:30:04 2009] [notice] Server built: Dec 10 2008 00:10:06
    [Thu Mar 19 17:30:04 2009] [notice] Parent: Created child process 1616
    [Thu Mar 19 17:30:04 2009] [notice] Child 1616: Child process is running
    [Thu Mar 19 17:30:04 2009] [notice] Child 1616: Acquired the start mutex.
    [Thu Mar 19 17:30:04 2009] [notice] Child 1616: Starting 64 worker threads.
    [Thu Mar 19 17:30:04 2009] [notice] Child 1616: Starting thread to listen on port 80.
    [Thu Mar 19 17:35:53 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:35:53 2009] [notice] Child 1616: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:35:54 2009] [notice] Child 1616: Released the start mutex
    [Thu Mar 19 17:35:55 2009] [notice] Child 1616: All worker threads have exited.
    [Thu Mar 19 17:35:55 2009] [notice] Child 1616: Child process is exiting
    [Thu Mar 19 17:35:55 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:36:12 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
    [Thu Mar 19 17:36:12 2009] [notice] Server built: Dec 10 2008 00:10:06
    [Thu Mar 19 17:36:12 2009] [notice] Parent: Created child process 2832
    [Thu Mar 19 17:36:12 2009] [notice] Child 2832: Child process is running
    [Thu Mar 19 17:36:13 2009] [notice] Child 2832: Acquired the start mutex.
    [Thu Mar 19 17:36:13 2009] [notice] Child 2832: Starting 64 worker threads.
    [Thu Mar 19 17:36:13 2009] [notice] Child 2832: Starting thread to listen on port 80.
    [Thu Mar 19 17:36:33 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:36:33 2009] [notice] Child 2832: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:36:34 2009] [notice] Child 2832: Released the start mutex
    [Thu Mar 19 17:36:35 2009] [notice] Child 2832: All worker threads have exited.
    [Thu Mar 19 17:36:35 2009] [notice] Child 2832: Child process is exiting
    [Thu Mar 19 17:36:35 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:36:48 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
    [Thu Mar 19 17:36:48 2009] [notice] Server built: Dec 10 2008 00:10:06
    [Thu Mar 19 17:36:48 2009] [notice] Parent: Created child process 2964
    [Thu Mar 19 17:36:48 2009] [notice] Child 2964: Child process is running
    [Thu Mar 19 17:36:48 2009] [notice] Child 2964: Acquired the start mutex.
    [Thu Mar 19 17:36:48 2009] [notice] Child 2964: Starting 64 worker threads.
    [Thu Mar 19 17:36:48 2009] [notice] Child 2964: Starting thread to listen on port 80.
    [Thu Mar 19 17:37:13 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:37:13 2009] [notice] Child 2964: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:37:14 2009] [notice] Child 2964: Released the start mutex
    [Thu Mar 19 17:37:15 2009] [notice] Child 2964: All worker threads have exited.
    [Thu Mar 19 17:37:15 2009] [notice] Child 2964: Child process is exiting
    [Thu Mar 19 17:37:15 2009] [notice] Parent: Child process exited successfully.
    Installing the wampapache service
    The wampapache service is successfully installed.
    [Thu Mar 19 17:37:25 2009] [notice] Apache/2.0.63 (Win32) PHP/5.2.8 configured -- resuming normal operations
    [Thu Mar 19 17:37:25 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:37:25 2009] [notice] Parent: Created child process 2644
    [Thu Mar 19 17:37:26 2009] [notice] Child 2644: Child process is running
    [Thu Mar 19 17:37:26 2009] [notice] Child 2644: Acquired the start mutex.
    [Thu Mar 19 17:37:26 2009] [notice] Child 2644: Starting 250 worker threads.
    [Thu Mar 19 17:37:44 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:37:44 2009] [notice] Child 2644: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:37:45 2009] [notice] Child 2644: Released the start mutex
    [Thu Mar 19 17:37:46 2009] [notice] Child 2644: All worker threads have exited.
    [Thu Mar 19 17:37:46 2009] [notice] Child 2644: Child process is exiting
    [Thu Mar 19 17:37:46 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:37:53 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:37:53 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:37:53 2009] [notice] Parent: Created child process 3600
    [Thu Mar 19 17:37:53 2009] [notice] Child 3600: Child process is running
    [Thu Mar 19 17:37:53 2009] [notice] Child 3600: Acquired the start mutex.
    [Thu Mar 19 17:37:53 2009] [notice] Child 3600: Starting 250 worker threads.
    [Thu Mar 19 17:37:58 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:37:58 2009] [notice] Child 3600: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:37:59 2009] [notice] Child 3600: Released the start mutex
    [Thu Mar 19 17:38:00 2009] [notice] Child 3600: All worker threads have exited.
    [Thu Mar 19 17:38:00 2009] [notice] Child 3600: Child process is exiting
    [Thu Mar 19 17:38:00 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:38:02 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:38:02 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:38:02 2009] [notice] Parent: Created child process 2328
    [Thu Mar 19 17:38:03 2009] [notice] Child 2328: Child process is running
    [Thu Mar 19 17:38:03 2009] [notice] Child 2328: Acquired the start mutex.
    [Thu Mar 19 17:38:03 2009] [notice] Child 2328: Starting 250 worker threads.
    [Thu Mar 19 17:38:04 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:38:04 2009] [notice] Child 2328: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:38:05 2009] [notice] Child 2328: Released the start mutex
    [Thu Mar 19 17:38:06 2009] [notice] Child 2328: All worker threads have exited.
    [Thu Mar 19 17:38:06 2009] [notice] Child 2328: Child process is exiting
    [Thu Mar 19 17:38:06 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:38:11 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:38:11 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:38:11 2009] [notice] Parent: Created child process 2876
    [Thu Mar 19 17:38:12 2009] [notice] Child 2876: Child process is running
    [Thu Mar 19 17:38:12 2009] [notice] Child 2876: Acquired the start mutex.
    [Thu Mar 19 17:38:12 2009] [notice] Child 2876: Starting 250 worker threads.
    [Thu Mar 19 17:40:17 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:40:17 2009] [notice] Child 2876: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:40:18 2009] [notice] Child 2876: Released the start mutex
    [Thu Mar 19 17:40:19 2009] [notice] Child 2876: All worker threads have exited.
    [Thu Mar 19 17:40:19 2009] [notice] Child 2876: Child process is exiting
    [Thu Mar 19 17:40:19 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:40:26 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:40:26 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:40:26 2009] [notice] Parent: Created child process 852
    [Thu Mar 19 17:40:26 2009] [notice] Child 852: Child process is running
    [Thu Mar 19 17:40:26 2009] [notice] Child 852: Acquired the start mutex.
    [Thu Mar 19 17:40:26 2009] [notice] Child 852: Starting 250 worker threads.
    [Thu Mar 19 17:40:32 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:40:32 2009] [notice] Child 852: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:40:33 2009] [notice] Child 852: Released the start mutex
    [Thu Mar 19 17:40:34 2009] [notice] Child 852: All worker threads have exited.
    [Thu Mar 19 17:40:34 2009] [notice] Child 852: Child process is exiting
    [Thu Mar 19 17:40:34 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:40:34 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:40:34 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:40:34 2009] [notice] Parent: Created child process 2080
    [Thu Mar 19 17:40:34 2009] [notice] Child 2080: Child process is running
    [Thu Mar 19 17:40:34 2009] [notice] Child 2080: Acquired the start mutex.
    [Thu Mar 19 17:40:34 2009] [notice] Child 2080: Starting 250 worker threads.
    [Thu Mar 19 17:41:06 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:41:06 2009] [notice] Child 2080: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:41:07 2009] [notice] Child 2080: Released the start mutex
    [Thu Mar 19 17:41:08 2009] [notice] Child 2080: All worker threads have exited.
    [Thu Mar 19 17:41:08 2009] [notice] Child 2080: Child process is exiting
    [Thu Mar 19 17:41:08 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:41:08 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:41:08 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:41:08 2009] [notice] Parent: Created child process 2852
    [Thu Mar 19 17:41:08 2009] [notice] Child 2852: Child process is running
    [Thu Mar 19 17:41:08 2009] [notice] Child 2852: Acquired the start mutex.
    [Thu Mar 19 17:41:08 2009] [notice] Child 2852: Starting 250 worker threads.
    [Thu Mar 19 17:46:56 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:46:56 2009] [notice] Child 2852: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:46:57 2009] [notice] Child 2852: Released the start mutex
    [Thu Mar 19 17:46:58 2009] [notice] Child 2852: All worker threads have exited.
    [Thu Mar 19 17:46:58 2009] [notice] Child 2852: Child process is exiting
    [Thu Mar 19 17:46:58 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:46:58 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:46:58 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:46:58 2009] [notice] Parent: Created child process 4012
    [Thu Mar 19 17:46:59 2009] [notice] Child 4012: Child process is running
    [Thu Mar 19 17:46:59 2009] [notice] Child 4012: Acquired the start mutex.
    [Thu Mar 19 17:46:59 2009] [notice] Child 4012: Starting 250 worker threads.
    [Thu Mar 19 17:47:12 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 17:47:12 2009] [notice] Child 4012: Exit event signaled. Child process is ending.
    [Thu Mar 19 17:47:13 2009] [notice] Child 4012: Released the start mutex
    [Thu Mar 19 17:47:14 2009] [notice] Child 4012: All worker threads have exited.
    [Thu Mar 19 17:47:14 2009] [notice] Child 4012: Child process is exiting
    [Thu Mar 19 17:47:14 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 17:47:15 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 17:47:15 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 17:47:15 2009] [notice] Parent: Created child process 3452
    [Thu Mar 19 17:47:15 2009] [notice] Child 3452: Child process is running
    [Thu Mar 19 17:47:15 2009] [notice] Child 3452: Acquired the start mutex.
    [Thu Mar 19 17:47:15 2009] [notice] Child 3452: Starting 250 worker threads.
    [Thu Mar 19 18:00:10 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 18:00:10 2009] [notice] Child 3452: Exit event signaled. Child process is ending.
    [Thu Mar 19 18:00:11 2009] [notice] Child 3452: Released the start mutex
    [Thu Mar 19 18:00:12 2009] [notice] Child 3452: All worker threads have exited.
    [Thu Mar 19 18:00:12 2009] [notice] Child 3452: Child process is exiting
    [Thu Mar 19 18:00:12 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 18:00:32 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 18:00:32 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 18:00:32 2009] [notice] Parent: Created child process 3172
    [Thu Mar 19 18:00:32 2009] [notice] Child 3172: Child process is running
    [Thu Mar 19 18:00:32 2009] [notice] Child 3172: Acquired the start mutex.
    [Thu Mar 19 18:00:32 2009] [notice] Child 3172: Starting 250 worker threads.
    [Thu Mar 19 18:01:36 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 18:01:36 2009] [notice] Child 3172: Exit event signaled. Child process is ending.
    [Thu Mar 19 18:01:37 2009] [notice] Child 3172: Released the start mutex
    [Thu Mar 19 18:01:38 2009] [notice] Child 3172: All worker threads have exited.
    [Thu Mar 19 18:01:38 2009] [notice] Child 3172: Child process is exiting
    [Thu Mar 19 18:01:38 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 18:01:42 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 18:01:42 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 18:01:42 2009] [notice] Parent: Created child process 200
    [Thu Mar 19 18:01:42 2009] [notice] Child 200: Child process is running
    [Thu Mar 19 18:01:42 2009] [notice] Child 200: Acquired the start mutex.
    [Thu Mar 19 18:01:42 2009] [notice] Child 200: Starting 250 worker threads.
    [Thu Mar 19 18:02:25 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 18:02:25 2009] [notice] Child 200: Exit event signaled. Child process is ending.
    [Thu Mar 19 18:02:26 2009] [notice] Child 200: Released the start mutex
    [Thu Mar 19 18:02:37 2009] [notice] Child 200: All worker threads have exited.
    [Thu Mar 19 18:02:37 2009] [notice] Child 200: Child process is exiting
    [Thu Mar 19 18:02:38 2009] [notice] Parent: Child process exited successfully.
    [Thu Mar 19 18:10:32 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Thu Mar 19 18:10:32 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Thu Mar 19 18:10:32 2009] [notice] Parent: Created child process 3120
    [Thu Mar 19 18:10:33 2009] [notice] Child 3120: Child process is running
    [Thu Mar 19 18:10:33 2009] [notice] Child 3120: Acquired the start mutex.
    [Thu Mar 19 18:10:33 2009] [notice] Child 3120: Starting 250 worker threads.
    [Thu Mar 19 18:10:59 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Mar 19 18:10:59 2009] [notice] Child 3120: Exit event signaled. Child process is ending.
    [Thu Mar 19 18:11:00 2009] [notice] Child 3120: Released the start mutex
    [Thu Mar 19 18:11:01 2009] [notice] Child 3120: All worker threads have exited.
    [Thu Mar 19 18:11:01 2009] [notice] Child 3120: Child process is exiting
    [Thu Mar 19 18:11:01 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 08:37:46 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 08:37:46 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 08:37:46 2009] [notice] Parent: Created child process 584
    [Fri Mar 20 08:37:46 2009] [notice] Child 584: Child process is running
    [Fri Mar 20 08:37:46 2009] [notice] Child 584: Acquired the start mutex.
    [Fri Mar 20 08:37:46 2009] [notice] Child 584: Starting 250 worker threads.
    [Fri Mar 20 09:51:09 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 09:51:09 2009] [notice] Child 584: Exit event signaled. Child process is ending.
    [Fri Mar 20 09:51:10 2009] [notice] Child 584: Released the start mutex
    [Fri Mar 20 09:51:11 2009] [notice] Child 584: All worker threads have exited.
    [Fri Mar 20 09:51:11 2009] [notice] Child 584: Child process is exiting
    [Fri Mar 20 09:51:11 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 10:09:13 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 10:09:13 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 10:09:13 2009] [notice] Parent: Created child process 2676
    [Fri Mar 20 10:09:14 2009] [notice] Child 2676: Child process is running
    [Fri Mar 20 10:09:14 2009] [notice] Child 2676: Acquired the start mutex.
    [Fri Mar 20 10:09:14 2009] [notice] Child 2676: Starting 250 worker threads.
    [Fri Mar 20 10:10:11 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 10:10:11 2009] [notice] Child 2676: Exit event signaled. Child process is ending.
    [Fri Mar 20 10:10:12 2009] [notice] Child 2676: Released the start mutex
    [Fri Mar 20 10:10:13 2009] [notice] Child 2676: All worker threads have exited.
    [Fri Mar 20 10:10:13 2009] [notice] Child 2676: Child process is exiting
    [Fri Mar 20 10:10:13 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 10:39:19 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 10:39:19 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 10:39:19 2009] [notice] Parent: Created child process 532
    [Fri Mar 20 10:39:20 2009] [notice] Child 532: Child process is running
    [Fri Mar 20 10:39:20 2009] [notice] Child 532: Acquired the start mutex.
    [Fri Mar 20 10:39:20 2009] [notice] Child 532: Starting 250 worker threads.
    [Fri Mar 20 10:42:27 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 10:42:27 2009] [notice] Child 532: Exit event signaled. Child process is ending.
    [Fri Mar 20 10:42:28 2009] [notice] Child 532: Released the start mutex
    [Fri Mar 20 10:42:29 2009] [notice] Child 532: All worker threads have exited.
    [Fri Mar 20 10:42:29 2009] [notice] Child 532: Child process is exiting
    [Fri Mar 20 10:42:29 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 10:42:40 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 10:42:40 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 10:42:40 2009] [notice] Parent: Created child process 3020
    [Fri Mar 20 10:42:40 2009] [notice] Child 3020: Child process is running
    [Fri Mar 20 10:42:40 2009] [notice] Child 3020: Acquired the start mutex.
    [Fri Mar 20 10:42:40 2009] [notice] Child 3020: Starting 250 worker threads.
    [Fri Mar 20 10:53:19 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 10:53:19 2009] [notice] Child 3020: Exit event signaled. Child process is ending.
    [Fri Mar 20 10:53:20 2009] [notice] Child 3020: Released the start mutex
    [Fri Mar 20 10:53:21 2009] [notice] Child 3020: All worker threads have exited.
    [Fri Mar 20 10:53:21 2009] [notice] Child 3020: Child process is exiting
    [Fri Mar 20 10:53:21 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 10:54:26 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 10:54:26 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 10:54:26 2009] [notice] Parent: Created child process 492
    [Fri Mar 20 10:54:27 2009] [notice] Child 492: Child process is running
    [Fri Mar 20 10:54:27 2009] [notice] Child 492: Acquired the start mutex.
    [Fri Mar 20 10:54:27 2009] [notice] Child 492: Starting 250 worker threads.
    [Fri Mar 20 11:00:40 2009] [error] [client 127.0.0.1] script 'C:/wamp/www/test.php' not found or unable to stat
    [Fri Mar 20 11:00:51 2009] [error] [client 127.0.0.1] script 'C:/wamp/www/test.php' not found or unable to stat
    [Fri Mar 20 11:02:40 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 11:02:40 2009] [notice] Child 492: Exit event signaled. Child process is ending.
    [Fri Mar 20 11:02:41 2009] [notice] Child 492: Released the start mutex
    [Fri Mar 20 11:02:42 2009] [notice] Child 492: All worker threads have exited.
    [Fri Mar 20 11:02:42 2009] [notice] Child 492: Child process is exiting
    [Fri Mar 20 11:02:42 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 11:03:46 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 11:03:46 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 11:03:46 2009] [notice] Parent: Created child process 500
    [Fri Mar 20 11:03:47 2009] [notice] Child 500: Child process is running
    [Fri Mar 20 11:03:47 2009] [notice] Child 500: Acquired the start mutex.
    [Fri Mar 20 11:03:47 2009] [notice] Child 500: Starting 250 worker threads.
    [Fri Mar 20 11:25:50 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 11:25:50 2009] [notice] Child 500: Exit event signaled. Child process is ending.
    [Fri Mar 20 11:25:51 2009] [notice] Child 500: Released the start mutex
    [Fri Mar 20 11:25:52 2009] [notice] Child 500: All worker threads have exited.
    [Fri Mar 20 11:25:52 2009] [notice] Child 500: Child process is exiting
    [Fri Mar 20 11:25:52 2009] [notice] Parent: Child process exited successfully.
    [Fri Mar 20 11:37:59 2009] [notice] Apache/2.0.63 (Win32) PHP/5.1.6 configured -- resuming normal operations
    [Fri Mar 20 11:37:59 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri Mar 20 11:37:59 2009] [notice] Parent: Created child process 2180
    [Fri Mar 20 11:37:59 2009] [notice] Child 2180: Child process is running
    [Fri Mar 20 11:37:59 2009] [notice] Child 2180: Acquired the start mutex.
    [Fri Mar 20 11:37:59 2009] [notice] Child 2180: Starting 250 worker threads.
    [Fri Mar 20 11:38:10 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Fri Mar 20 11:38:10 2009] [notice] Child 2180: Exit event signaled. Child process is ending.
    [Fri Mar 20 11:38:11 2009] [notice] Child 2180: Released the start mutex
    [Fri Mar 20 11:38:12 2009] [notice] Child 2180: All worker threads have exited.
    [Fri Mar 20 11:38:12 2009] [notice] Child 2180: Child process is exiting
    [Fri Mar 20 11:38:12 2009] [notice] Parent: Child process exited successfully.

  5. #5
    Modérateur
    Avatar de sabotage
    Homme Profil pro
    Inscrit en
    Juillet 2005
    Messages
    29 208
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations forums :
    Inscription : Juillet 2005
    Messages : 29 208
    Par défaut
    Upgrading to PHP 5

    1.

    The OCI8 extension function names were standardized in PHP 5. Most changes were the addition of underscores, for example OCIBindByName() is now oci_bind_by_name(). A couple of function names are very different e.g. OCILogoff() is now an alias for the new oci_close(). The biggest changes were to data fetching functions. Refer to the manual for their new syntax.

    Both old and new names can be used so your scripts do not need to be recoded. The OCI8 Documentation has entries for old and new names. User contributed comments for the same functionality may be under either one.

    This FAQ mostly uses the old function names so examples work with PHP 4 and PHP 5.
    2.

    Another name that has changed in PHP 5 on Windows is the name of the directory containing the extension DLLs. If starting the web server gives you the error "Unable to load dynamic library 'c:\PHP\extension\php_oci8.dll'" edit your php.ini file and change the value of the "extension_dir" directive from "extension" to "ext".
    3.

    If you are upgrading to PHP 5.1.2 onwards and using the re-factored oci8 extension for the first time, check the documentation on the new oci8 php.ini directives. In particular check oci.old_oci_close_semantics. In the re-factored extension the OCILogoff()/oci_close() function will actually close a connection unless the directive is set. Previously the call was a no-op.
    http://www.oracle.com/technology/tec...oting_faq.html
    N'oubliez pas de consulter les FAQ PHP et les cours et tutoriels PHP

  6. #6
    Membre émérite Avatar de Zipyz
    Profil pro
    Inscrit en
    Mai 2003
    Messages
    782
    Détails du profil
    Informations personnelles :
    Âge : 44
    Localisation : France

    Informations forums :
    Inscription : Mai 2003
    Messages : 782
    Par défaut
    Ok j'avais pas vu. J'essaye dès que possible et je reviens dire si ça a marché ou pas. Merci à toi pour tes réponses.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 4
    Dernier message: 01/10/2012, 21h31
  2. [SQL-Server] Erreur : Call to undefined function: mssql_connect() in function.php on line 7
    Par xnadyx dans le forum PHP & Base de données
    Réponses: 1
    Dernier message: 19/04/2012, 13h55
  3. PHP-Oracle-Wamp : Call to undefined function ora_logon()
    Par Derbie dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 1
    Dernier message: 02/05/2011, 09h59
  4. Couche PHP au dessus d'Apache/Webdav
    Par slideveloppeur2006 dans le forum Apache
    Réponses: 1
    Dernier message: 18/04/2007, 15h00
  5. [GD] php Call to undefined function
    Par defacta dans le forum Bibliothèques et frameworks
    Réponses: 2
    Dernier message: 25/08/2006, 11h46

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