[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-06 Thread sniper

ID: 12502
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

Ask support questions on the appropriate mailing list:

http://www.php.net/support.php

( php-db / php-windows ) after you have searched the
archives, of course.

--Jani


Previous Comments:


[2001-08-02 11:57:23] [EMAIL PROTECTED]

sorry ORACLE VERSION 8.05



[2001-08-02 11:56:00] [EMAIL PROTECTED]

I found in the faqs the following (exactly the same problem)

This problem was also seen under the ODBC drivers for Windows.  The solution so far 
has
been to remove all Windows based carriage returns (\r\n) in your TNSNames.ora and
SQLNet.ora file, and replace them with unix style carriage returns (\n).

This should end your problem.  Why is this happening?  It's unknown at the time, but 
is
being investigated.  


I convert this 2 files to Unix format (only \n) but the problem still happend.

any help?



[2001-08-01 21:54:15] [EMAIL PROTECTED]

Sniper,

I change my php.ini 

I comment php_oci8.dll
and uncomment php_oracle.dll

This work.

But now I recieve the following problem:

TNS:could not resolve service name 

I try with 

$db= ora_logon(demo_user/demo_password@demo,);

This TNS exist and the user and the password too.

(this is the right place for this question?)

thank you again.



[2001-08-01 15:58:57] [EMAIL PROTECTED]

I don't understand this program.
Please check this image :

http://www.netred.cl/php.jpg

(image of my screen).




[2001-08-01 10:20:42] [EMAIL PROTECTED]

to look on which external dlls an exe or an dll is relying you can use the dependency 
walker - 
http://www.dependencywalker.com/




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=12502


Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-03 Thread jmgonzal

ID: 12502
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

sorry ORACLE VERSION 8.05

Previous Comments:


[2001-08-02 11:56:00] [EMAIL PROTECTED]

I found in the faqs the following (exactly the same problem)

This problem was also seen under the ODBC drivers for Windows.  The solution so far 
has
been to remove all Windows based carriage returns (\r\n) in your TNSNames.ora and
SQLNet.ora file, and replace them with unix style carriage returns (\n).

This should end your problem.  Why is this happening?  It's unknown at the time, but 
is
being investigated.  


I convert this 2 files to Unix format (only \n) but the problem still happend.

any help?



[2001-08-01 21:54:15] [EMAIL PROTECTED]

Sniper,

I change my php.ini 

I comment php_oci8.dll
and uncomment php_oracle.dll

This work.

But now I recieve the following problem:

TNS:could not resolve service name 

I try with 

$db= ora_logon(demo_user/demo_password@demo,);

This TNS exist and the user and the password too.

(this is the right place for this question?)

thank you again.



[2001-08-01 15:58:57] [EMAIL PROTECTED]

I don't understand this program.
Please check this image :

http://www.netred.cl/php.jpg

(image of my screen).




[2001-08-01 10:20:42] [EMAIL PROTECTED]

to look on which external dlls an exe or an dll is relying you can use the dependency 
walker - 
http://www.dependencywalker.com/




[2001-08-01 09:39:41] [EMAIL PROTECTED]

I put 

extension_dir = c:\php\extensions\

and now the error is:

Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'

the file php_oci8.dll exist in c:\php\extensions\




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=12502


Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-03 Thread jmgonzal

ID: 12502
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

I found in the faqs the following (exactly the same problem)

This problem was also seen under the ODBC drivers for Windows.  The solution so far 
has
been to remove all Windows based carriage returns (\r\n) in your TNSNames.ora and
SQLNet.ora file, and replace them with unix style carriage returns (\n).

This should end your problem.  Why is this happening?  It's unknown at the time, but 
is
being investigated.  


I convert this 2 files to Unix format (only \n) but the problem still happend.

any help?

Previous Comments:


[2001-08-01 21:54:15] [EMAIL PROTECTED]

Sniper,

I change my php.ini 

I comment php_oci8.dll
and uncomment php_oracle.dll

This work.

But now I recieve the following problem:

TNS:could not resolve service name 

I try with 

$db= ora_logon(demo_user/demo_password@demo,);

This TNS exist and the user and the password too.

(this is the right place for this question?)

thank you again.



[2001-08-01 15:58:57] [EMAIL PROTECTED]

I don't understand this program.
Please check this image :

http://www.netred.cl/php.jpg

(image of my screen).




[2001-08-01 10:20:42] [EMAIL PROTECTED]

to look on which external dlls an exe or an dll is relying you can use the dependency 
walker - 
http://www.dependencywalker.com/




[2001-08-01 09:39:41] [EMAIL PROTECTED]

I put 

extension_dir = c:\php\extensions\

and now the error is:

Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'

the file php_oci8.dll exist in c:\php\extensions\




[2001-08-01 09:26:31] [EMAIL PROTECTED]

For some putting ' around the path has helped.. 
And terminate it with a \ 




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=12502


Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-01 Thread sniper

ID: 12502
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: Dynamic loading
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

For some putting ' around the path has helped.. 
And terminate it with a \ 


Previous Comments:


[2001-07-31 23:44:10] [EMAIL PROTECTED]


I try to configure 2 computers: 

1 with NT with SP 6 with IIS 4.0 
1 with Windows 2000 and IIS 5

all with PHP 4.0.6 for windows

Oracle 8.1.5 is in NT and the windows 2000 will connect to the NT via OCI (client 
version of Oracle installed in Windows 2000)

In Both computers I have the same problem:

Unable to load dynamic library 'c:\php\extensions/php_oci8.dll'

see the last slash in the path 
my php.ini:

extension_dir = c:\php\extensions

extension=php_oci8.dll

Why? 





Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-01 Thread jmgonzal

ID: 12502
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

I put 

extension_dir = c:\php\extensions\

and now the error is:

Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'

the file php_oci8.dll exist in c:\php\extensions\


Previous Comments:


[2001-08-01 09:26:31] [EMAIL PROTECTED]

For some putting ' around the path has helped.. 
And terminate it with a \ 




[2001-07-31 23:44:10] [EMAIL PROTECTED]


I try to configure 2 computers: 

1 with NT with SP 6 with IIS 4.0 
1 with Windows 2000 and IIS 5

all with PHP 4.0.6 for windows

Oracle 8.1.5 is in NT and the windows 2000 will connect to the NT via OCI (client 
version of Oracle installed in Windows 2000)

In Both computers I have the same problem:

Unable to load dynamic library 'c:\php\extensions/php_oci8.dll'

see the last slash in the path 
my php.ini:

extension_dir = c:\php\extensions

extension=php_oci8.dll

Why? 





Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-01 Thread sniper

ID: 12502
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

to look on which external dlls an exe or an dll is relying you can use the dependency 
walker - 
http://www.dependencywalker.com/


Previous Comments:


[2001-08-01 09:39:41] [EMAIL PROTECTED]

I put 

extension_dir = c:\php\extensions\

and now the error is:

Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'

the file php_oci8.dll exist in c:\php\extensions\




[2001-08-01 09:26:31] [EMAIL PROTECTED]

For some putting ' around the path has helped.. 
And terminate it with a \ 




[2001-07-31 23:44:10] [EMAIL PROTECTED]


I try to configure 2 computers: 

1 with NT with SP 6 with IIS 4.0 
1 with Windows 2000 and IIS 5

all with PHP 4.0.6 for windows

Oracle 8.1.5 is in NT and the windows 2000 will connect to the NT via OCI (client 
version of Oracle installed in Windows 2000)

In Both computers I have the same problem:

Unable to load dynamic library 'c:\php\extensions/php_oci8.dll'

see the last slash in the path 
my php.ini:

extension_dir = c:\php\extensions

extension=php_oci8.dll

Why? 





Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-01 Thread jmgonzal

ID: 12502
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

I don't understand this program.
Please check this image :

http://www.netred.cl/php.jpg

(image of my screen).


Previous Comments:


[2001-08-01 10:20:42] [EMAIL PROTECTED]

to look on which external dlls an exe or an dll is relying you can use the dependency 
walker - 
http://www.dependencywalker.com/




[2001-08-01 09:39:41] [EMAIL PROTECTED]

I put 

extension_dir = c:\php\extensions\

and now the error is:

Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'

the file php_oci8.dll exist in c:\php\extensions\




[2001-08-01 09:26:31] [EMAIL PROTECTED]

For some putting ' around the path has helped.. 
And terminate it with a \ 




[2001-07-31 23:44:10] [EMAIL PROTECTED]


I try to configure 2 computers: 

1 with NT with SP 6 with IIS 4.0 
1 with Windows 2000 and IIS 5

all with PHP 4.0.6 for windows

Oracle 8.1.5 is in NT and the windows 2000 will connect to the NT via OCI (client 
version of Oracle installed in Windows 2000)

In Both computers I have the same problem:

Unable to load dynamic library 'c:\php\extensions/php_oci8.dll'

see the last slash in the path 
my php.ini:

extension_dir = c:\php\extensions

extension=php_oci8.dll

Why? 





Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12502 Updated: oci8.dll can't be loaded

2001-08-01 Thread jmgonzal

ID: 12502
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: OCI8 related
Operating System: WinNT and Windows 2000
PHP Version: 4.0.6
New Comment:

Sniper,

I change my php.ini 

I comment php_oci8.dll
and uncomment php_oracle.dll

This work.

But now I recieve the following problem:

TNS:could not resolve service name 

I try with 

$db= ora_logon(demo_user/demo_password@demo,);

This TNS exist and the user and the password too.

(this is the right place for this question?)

thank you again.

Previous Comments:


[2001-08-01 15:58:57] [EMAIL PROTECTED]

I don't understand this program.
Please check this image :

http://www.netred.cl/php.jpg

(image of my screen).




[2001-08-01 10:20:42] [EMAIL PROTECTED]

to look on which external dlls an exe or an dll is relying you can use the dependency 
walker - 
http://www.dependencywalker.com/




[2001-08-01 09:39:41] [EMAIL PROTECTED]

I put 

extension_dir = c:\php\extensions\

and now the error is:

Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'

the file php_oci8.dll exist in c:\php\extensions\




[2001-08-01 09:26:31] [EMAIL PROTECTED]

For some putting ' around the path has helped.. 
And terminate it with a \ 




[2001-07-31 23:44:10] [EMAIL PROTECTED]


I try to configure 2 computers: 

1 with NT with SP 6 with IIS 4.0 
1 with Windows 2000 and IIS 5

all with PHP 4.0.6 for windows

Oracle 8.1.5 is in NT and the windows 2000 will connect to the NT via OCI (client 
version of Oracle installed in Windows 2000)

In Both computers I have the same problem:

Unable to load dynamic library 'c:\php\extensions/php_oci8.dll'

see the last slash in the path 
my php.ini:

extension_dir = c:\php\extensions

extension=php_oci8.dll

Why? 





Edit this bug report at http://bugs.php.net/?id=12502edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]