php-windows Digest 29 Jul 2006 11:58:15 -0000 Issue 3015
Topics (messages 27083 through 27089):
Re: php_oci8.dll
27083 by: Rogers, Paul \(Brackell IT\)
27089 by: Marcos R. Cardoso
Re: R: [PHP-WIN] php_oci8.dll
27084 by: Marcos R. Cardoso
27085 by: Edin Kadribasic
27086 by: Marcos R. Cardoso
27087 by: Marcos R. Cardoso
27088 by: Matt Murphy
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Marcos
I think the same message appears if the php_oci8.dll can't find the oracle
client libraries. Do you have the directory with the client libraries in
included in your path?
Which client are you using? the full one, or the instant client?
Paul
-----Original Message-----
From: Marcos R. Cardoso [mailto:[EMAIL PROTECTED]
Sent: 27 July 2006 20:58
To: [email protected]
Subject: [PHP-WIN] php_oci8.dll
I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003 Server,
Apache 2.0.58 and Oracle 9i.
I've installed all the previously listed in a Web Server (though I've
installed only the Net Client from Oracle 9i), but somehow there's a
problem with the library php_oci8.dll
Whenever I start the Apache2 service the following messages are written
in Apache's error.log file:
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel encontrar o
m\xf3dulo especificado.\r\n in Unknown on line 0
[Thu Jul 27 14:49:55 2006] [notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55
OpenSSL/0.9.8b PHP/4.4.2 configured -- resuming normal operations
[Thu Jul 27 14:49:55 2006] [notice] Server built: Apr 29 2006 17:47:10
[Thu Jul 27 14:49:55 2006] [notice] Parent: Created child process 1460
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel encontrar o
m\xf3dulo especificado.\r\n in Unknown on line 0
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Child process is running
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Acquired the start mutex.
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker
threads.
*The message in portuguese means "It wasn't possible to find the
specified module."
In the php.ini file I've used the following settings:
extension_dir = "C:\php\extensions"
extension=php_gd2.dll
extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_oci8.dll
extension=php_openssl.dll
extension=php_pdf.dll
extension=php_zip.dll
I've tried to copy the php_oci8.dll to the c:\windows\system32 folder
but I had no success either. And the environment variable PATH contains
the "c:\orant\bin" which contains the libraries used by Oracle to
connect to the database. So, php_oci8.dll is the only library which is
causing problems and I still couldn't find why.
TIA
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação
Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
CARILLION VALUES
Openness - Collaboration - Mutual Dependency - Professional Delivery - Focus On
Sustainable Profitable Growth - Innovation
**********************************************************************
This e-mail transmission, including any attachments, is confidential to the
intended recipient. It may contain privileged and confidential information. If
you have received this e-mail in error, please delete it and notify the [EMAIL
PROTECTED] You must not disclose its contents to anyone, retain, copy,
distribute or take action in reliance upon it.
Carillion may monitor outgoing and incoming e-mails. By replying to this e-mail
you give your consent to such monitoring.
Carillion plc: Registered in England No. 3782379 Registered Office: Birch
Street Wolverhampton WV1 4HY
--- End Message ---
--- Begin Message ---
If I'm not wrong the Oracle client libraries are located in the
'c:\orant\bin' and this information is stored in the environment
variable PATH as I wrote in the previous e-mail.
And, according to the Oracle Installer, I installed only the Oracle Net8
Products 8.0.6.0-1181195 section in the Web server, including Oracle
Net8 Assistant, Oracle Net8 Client, Oracle Named Pipes Protocol Adapter,
Oracle TCP/IP Protocol Adapter, etc.
Still trying to figure out here.
Rogers, Paul (Brackell IT) escreveu:
Marcos
I think the same message appears if the php_oci8.dll can't find the oracle
client libraries. Do you have the directory with the client libraries in
included in your path?
Which client are you using? the full one, or the instant client?
Paul
-----Original Message-----
From: Marcos R. Cardoso [mailto:[EMAIL PROTECTED]
Sent: 27 July 2006 20:58
To: [email protected]
Subject: [PHP-WIN] php_oci8.dll
I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003 Server,
Apache 2.0.58 and Oracle 9i.
I've installed all the previously listed in a Web Server (though I've
installed only the Net Client from Oracle 9i), but somehow there's a
problem with the library php_oci8.dll
Whenever I start the Apache2 service the following messages are written
in Apache's error.log file:
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel encontrar o
m\xf3dulo especificado.\r\n in Unknown on line 0
[Thu Jul 27 14:49:55 2006] [notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55
OpenSSL/0.9.8b PHP/4.4.2 configured -- resuming normal operations
[Thu Jul 27 14:49:55 2006] [notice] Server built: Apr 29 2006 17:47:10
[Thu Jul 27 14:49:55 2006] [notice] Parent: Created child process 1460
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel encontrar o
m\xf3dulo especificado.\r\n in Unknown on line 0
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Child process is running
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Acquired the start mutex.
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker
threads.
*The message in portuguese means "It wasn't possible to find the
specified module."
In the php.ini file I've used the following settings:
extension_dir = "C:\php\extensions"
extension=php_gd2.dll
extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_oci8.dll
extension=php_openssl.dll
extension=php_pdf.dll
extension=php_zip.dll
I've tried to copy the php_oci8.dll to the c:\windows\system32 folder
but I had no success either. And the environment variable PATH contains
the "c:\orant\bin" which contains the libraries used by Oracle to
connect to the database. So, php_oci8.dll is the only library which is
causing problems and I still couldn't find why.
TIA
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação
Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--- End Message ---
--- Begin Message ---
Been there, done that.
Still not working, I even tried the php_oci8.dll from PHP5.
[EMAIL PROTECTED] escreveu:
Try downloading the oci8 dll from the pecl site:
http://pecl4win.php.net/index.php
-----Messaggio originale-----
Da: Marcos R. Cardoso [mailto:[EMAIL PROTECTED]
Inviato: giovedì 27 luglio 2006 21.58
A: [email protected]
Oggetto: [PHP-WIN] php_oci8.dll
I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003 Server, Apache
2.0.58 and Oracle 9i.
I've installed all the previously listed in a Web Server (though I've installed
only the Net Client from Oracle 9i), but somehow there's a problem with the
library php_oci8.dll Whenever I start the Apache2 service the following
messages are written in Apache's error.log file:
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel encontrar o
m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul 27 14:49:55 2006]
[notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8b PHP/4.4.2
configured -- resuming normal operations [Thu Jul 27 14:49:55 2006] [notice]
Server built: Apr 29 2006 17:47:10 [Thu Jul 27 14:49:55 2006] [notice] Parent:
Created child process 1460 PHP Warning: Unknown(): Unable to load dynamic
library 'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel encontrar
o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul 27 14:49:56 2006]
[notice] Child 1460: Child process is running [Thu Jul 27 14:49:56 2006]
[notice] Child 1460: Acquired the start mutex.
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker threads.
*The message in portuguese means "It wasn't possible to find the specified
module."
In the php.ini file I've used the following settings:
extension_dir = "C:\php\extensions"
extension=php_gd2.dll
extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_oci8.dll
extension=php_openssl.dll
extension=php_pdf.dll
extension=php_zip.dll
I've tried to copy the php_oci8.dll to the c:\windows\system32 folder but I had no
success either. And the environment variable PATH contains the "c:\orant\bin"
which contains the libraries used by Oracle to connect to the database. So, php_oci8.dll
is the only library which is causing problems and I still couldn't find why.
TIA
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação
Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--- End Message ---
--- Begin Message ---
You need to have oracle instant client installed.
-Edin
Marcos R. Cardoso wrote:
> Been there, done that.
>
> Still not working, I even tried the php_oci8.dll from PHP5.
>
>
> [EMAIL PROTECTED] escreveu:
>> Try downloading the oci8 dll from the pecl site:
>> http://pecl4win.php.net/index.php
>>
>> -----Messaggio originale-----
>> Da: Marcos R. Cardoso [mailto:[EMAIL PROTECTED] Inviato: giovedì 27
>> luglio 2006 21.58
>> A: [email protected]
>> Oggetto: [PHP-WIN] php_oci8.dll
>>
>> I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003
>> Server, Apache 2.0.58 and Oracle 9i.
>>
>> I've installed all the previously listed in a Web Server (though I've
>> installed only the Net Client from Oracle 9i), but somehow there's a
>> problem with the library php_oci8.dll Whenever I start the Apache2
>> service the following messages are written in Apache's error.log file:
>> PHP Warning: Unknown(): Unable to load dynamic library
>> 'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
>> encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
>> 27 14:49:55 2006] [notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55
>> OpenSSL/0.9.8b PHP/4.4.2 configured -- resuming normal operations
>> [Thu Jul 27 14:49:55 2006] [notice] Server built: Apr 29 2006
>> 17:47:10 [Thu Jul 27 14:49:55 2006] [notice] Parent: Created child
>> process 1460 PHP Warning: Unknown(): Unable to load dynamic library
>> 'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
>> encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
>> 27 14:49:56 2006] [notice] Child 1460: Child process is running [Thu
>> Jul 27 14:49:56 2006] [notice] Child 1460: Acquired the start mutex.
>> [Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker
>> threads.
>> *The message in portuguese means "It wasn't possible to find the
>> specified module."
>>
>> In the php.ini file I've used the following settings:
>>
>> extension_dir = "C:\php\extensions"
>>
>> extension=php_gd2.dll
>> extension=php_java.dll
>> extension=php_ldap.dll
>> extension=php_mbstring.dll
>> extension=php_oci8.dll
>> extension=php_openssl.dll
>> extension=php_pdf.dll
>> extension=php_zip.dll
>>
>> I've tried to copy the php_oci8.dll to the c:\windows\system32 folder
>> but I had no success either. And the environment variable PATH
>> contains the "c:\orant\bin" which contains the libraries used by
>> Oracle to connect to the database. So, php_oci8.dll is the only
>> library which is causing problems and I still couldn't find why.
>>
>>
>>
>> TIA
>>
>> --
>> Marcos R. Cardoso
>> Seção de Processamento Técnico e Automação Sistema Integrado de
>> Bibliotecas FURB - Blumenau
>> (047) 3321-0660
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
>> http://www.php.net/unsub.php
>>
>>
>>
>>
>
>
--- End Message ---
--- Begin Message ---
Sorry about my ignorance, but is this Oracle Instant Client in the
Oracle Installer? Couldn't find it there.
Edin Kadribasic escreveu:
You need to have oracle instant client installed.
-Edin
Marcos R. Cardoso wrote:
Been there, done that.
Still not working, I even tried the php_oci8.dll from PHP5.
[EMAIL PROTECTED] escreveu:
Try downloading the oci8 dll from the pecl site:
http://pecl4win.php.net/index.php
-----Messaggio originale-----
Da: Marcos R. Cardoso [mailto:[EMAIL PROTECTED] Inviato: giovedì 27
luglio 2006 21.58
A: [email protected]
Oggetto: [PHP-WIN] php_oci8.dll
I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003
Server, Apache 2.0.58 and Oracle 9i.
I've installed all the previously listed in a Web Server (though I've
installed only the Net Client from Oracle 9i), but somehow there's a
problem with the library php_oci8.dll Whenever I start the Apache2
service the following messages are written in Apache's error.log file:
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
27 14:49:55 2006] [notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55
OpenSSL/0.9.8b PHP/4.4.2 configured -- resuming normal operations
[Thu Jul 27 14:49:55 2006] [notice] Server built: Apr 29 2006
17:47:10 [Thu Jul 27 14:49:55 2006] [notice] Parent: Created child
process 1460 PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
27 14:49:56 2006] [notice] Child 1460: Child process is running [Thu
Jul 27 14:49:56 2006] [notice] Child 1460: Acquired the start mutex.
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker
threads.
*The message in portuguese means "It wasn't possible to find the
specified module."
In the php.ini file I've used the following settings:
extension_dir = "C:\php\extensions"
extension=php_gd2.dll
extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_oci8.dll
extension=php_openssl.dll
extension=php_pdf.dll
extension=php_zip.dll
I've tried to copy the php_oci8.dll to the c:\windows\system32 folder
but I had no success either. And the environment variable PATH
contains the "c:\orant\bin" which contains the libraries used by
Oracle to connect to the database. So, php_oci8.dll is the only
library which is causing problems and I still couldn't find why.
TIA
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação Sistema Integrado de
Bibliotecas FURB - Blumenau
(047) 3321-0660
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação
Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--- End Message ---
--- Begin Message ---
Tried this one but didn't work either (it's still saying that couldn't
find the specified module). It happened once before and an older version
of Net Client had been installed in the other server we had (Net Client
from Oracle 8), but since we're using Oracle 9i it's good to use the
correct Net Client version.
I'm getting crazy from that...
Edin Kadribasic escreveu:
You need to have oracle instant client installed.
-Edin
Marcos R. Cardoso wrote:
Been there, done that.
Still not working, I even tried the php_oci8.dll from PHP5.
[EMAIL PROTECTED] escreveu:
Try downloading the oci8 dll from the pecl site:
http://pecl4win.php.net/index.php
-----Messaggio originale-----
Da: Marcos R. Cardoso [mailto:[EMAIL PROTECTED] Inviato: giovedì 27
luglio 2006 21.58
A: [email protected]
Oggetto: [PHP-WIN] php_oci8.dll
I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003
Server, Apache 2.0.58 and Oracle 9i.
I've installed all the previously listed in a Web Server (though I've
installed only the Net Client from Oracle 9i), but somehow there's a
problem with the library php_oci8.dll Whenever I start the Apache2
service the following messages are written in Apache's error.log file:
PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
27 14:49:55 2006] [notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55
OpenSSL/0.9.8b PHP/4.4.2 configured -- resuming normal operations
[Thu Jul 27 14:49:55 2006] [notice] Server built: Apr 29 2006
17:47:10 [Thu Jul 27 14:49:55 2006] [notice] Parent: Created child
process 1460 PHP Warning: Unknown(): Unable to load dynamic library
'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
27 14:49:56 2006] [notice] Child 1460: Child process is running [Thu
Jul 27 14:49:56 2006] [notice] Child 1460: Acquired the start mutex.
[Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker
threads.
*The message in portuguese means "It wasn't possible to find the
specified module."
In the php.ini file I've used the following settings:
extension_dir = "C:\php\extensions"
extension=php_gd2.dll
extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_oci8.dll
extension=php_openssl.dll
extension=php_pdf.dll
extension=php_zip.dll
I've tried to copy the php_oci8.dll to the c:\windows\system32 folder
but I had no success either. And the environment variable PATH
contains the "c:\orant\bin" which contains the libraries used by
Oracle to connect to the database. So, php_oci8.dll is the only
library which is causing problems and I still couldn't find why.
TIA
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação Sistema Integrado de
Bibliotecas FURB - Blumenau
(047) 3321-0660
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação
Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--- End Message ---
--- Begin Message ---
The oracle instant client should be fairly easy to find on the oracle website.
Matt
-----Original Message-----
From: Marcos R. Cardoso [mailto:[EMAIL PROTECTED]
Sent: Friday, July 28, 2006 8:26 AM
To: [email protected]
Subject: Re: [PHP-WIN] Re: R: [PHP-WIN] php_oci8.dll
Sorry about my ignorance, but is this Oracle Instant Client in the Oracle
Installer? Couldn't find it there.
Edin Kadribasic escreveu:
> You need to have oracle instant client installed.
>
> -Edin
>
>
> Marcos R. Cardoso wrote:
>
>> Been there, done that.
>>
>> Still not working, I even tried the php_oci8.dll from PHP5.
>>
>>
>> [EMAIL PROTECTED] escreveu:
>>
>>> Try downloading the oci8 dll from the pecl site:
>>> http://pecl4win.php.net/index.php
>>>
>>> -----Messaggio originale-----
>>> Da: Marcos R. Cardoso [mailto:[EMAIL PROTECTED] Inviato: giovedì 27
>>> luglio 2006 21.58
>>> A: [email protected]
>>> Oggetto: [PHP-WIN] php_oci8.dll
>>>
>>> I'm experiencing a disturbing problem with PHP 4.4.2, Win 2003
>>> Server, Apache 2.0.58 and Oracle 9i.
>>>
>>> I've installed all the previously listed in a Web Server (though I've
>>> installed only the Net Client from Oracle 9i), but somehow there's a
>>> problem with the library php_oci8.dll Whenever I start the Apache2
>>> service the following messages are written in Apache's error.log file:
>>> PHP Warning: Unknown(): Unable to load dynamic library
>>> 'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
>>> encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
>>> 27 14:49:55 2006] [notice] Apache/2.0.58 (Win32) mod_ssl/2.0.55
>>> OpenSSL/0.9.8b PHP/4.4.2 configured -- resuming normal operations
>>> [Thu Jul 27 14:49:55 2006] [notice] Server built: Apr 29 2006
>>> 17:47:10 [Thu Jul 27 14:49:55 2006] [notice] Parent: Created child
>>> process 1460 PHP Warning: Unknown(): Unable to load dynamic library
>>> 'C:\\php\\extensions\\php_oci8.dll' - N\xe3o foi poss\xedvel
>>> encontrar o m\xf3dulo especificado.\r\n in Unknown on line 0 [Thu Jul
>>> 27 14:49:56 2006] [notice] Child 1460: Child process is running [Thu
>>> Jul 27 14:49:56 2006] [notice] Child 1460: Acquired the start mutex.
>>> [Thu Jul 27 14:49:56 2006] [notice] Child 1460: Starting 250 worker
>>> threads.
>>> *The message in portuguese means "It wasn't possible to find the
>>> specified module."
>>>
>>> In the php.ini file I've used the following settings:
>>>
>>> extension_dir = "C:\php\extensions"
>>>
>>> extension=php_gd2.dll
>>> extension=php_java.dll
>>> extension=php_ldap.dll
>>> extension=php_mbstring.dll
>>> extension=php_oci8.dll
>>> extension=php_openssl.dll
>>> extension=php_pdf.dll
>>> extension=php_zip.dll
>>>
>>> I've tried to copy the php_oci8.dll to the c:\windows\system32 folder
>>> but I had no success either. And the environment variable PATH
>>> contains the "c:\orant\bin" which contains the libraries used by
>>> Oracle to connect to the database. So, php_oci8.dll is the only
>>> library which is causing problems and I still couldn't find why.
>>>
>>>
>>>
>>> TIA
>>>
>>> --
>>> Marcos R. Cardoso
>>> Seção de Processamento Técnico e Automação Sistema Integrado de
>>> Bibliotecas FURB - Blumenau
>>> (047) 3321-0660
>>>
>>> --
>>> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
>>> http://www.php.net/unsub.php
>>>
>>>
>>>
>>>
>>>
>>
>
>
--
Marcos R. Cardoso
Seção de Processamento Técnico e Automação
Sistema Integrado de Bibliotecas
FURB - Blumenau
(047) 3321-0660
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---