Displaying 2 results from an estimated 2 matches for "ocilogon".
2005 Jan 14
2
PHP+Oracle problem
...ne with it.
Then I recompiled php-4.3.2-19.ent.src.rpm with
rpmbuild --rebuild --define 'oracle 1' php-4.3.2-19.ent.src.rpm
The compilation was successful, and I got the php and the php-oci8
rpms.
Then I installed them both. After this one running the following PHP
script:
<?php
$c = ocilogon("wonttell", "wonttell", "WONTTELL");
ocilogoff($c);
?>
by issuing the command:
php < oracle_test.php
executed with segfault.
The strace output is available at:
http://www.telefor1.hu:7000/segfault.txt
Strance, but when invoked the script from the web it runs fl...
2006 Apr 09
0
Realtime oracle compiling problem
..._oracle.c:693: warning: pointer targets in passing argument 3
of 'checkerr' differ in signedness
res_config_oracle.c:697: warning: pointer targets in passing argument 3
of 'checkerr' differ in signedness
res_config_oracle.c:699: warning: pointer targets in passing argument 4
of 'OCILogon' differ in signedness
res_config_oracle.c:699: warning: pointer targets in passing argument 6
of 'OCILogon' differ in signedness
res_config_oracle.c:699: warning: pointer targets in passing argument 8
of 'OCILogon' differ in signedness
res_config_oracle.c:700: warning: pointer t...