[PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Dear all, am quite new on php and Linux, after installing php-4.0.6 and run the test.php it worked OK but when i try to write the function to initially display records from sybase pubs2 i get the following msg "Fatal Error:Call to undefined function: sybase_connect() in /home/httpd/html/index.php

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Hi Ray, Yes i have compiled it with sybase under ./configure -"""" sybase >From: "Ray Hilton" <[EMAIL PROTECTED]> >To: "'nelo manuel'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [PHP] Fatal Error: Call

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
i have compile it with sybase on ./configure (according to mastering linux book, install and configuring php to access data from sybase) can some else pls help me :( >From: "Ray Hilton" <[EMAIL PROTECTED]> >To: "'nelo manuel'" <[EMAIL PROTECTED]>

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
ny help? no the only thing that works is thanks >From: "Ray Hilton" <[EMAIL PROTECTED]> >To: "'nelo manuel'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [PHP] Fatal Error: Call to undefined function: >sybase_connect() in >

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
compiles it means it can find the >headers it needs from the sybase package... Is this sybase 11.9.2? I >managed to build php with that some time ago, but I cant for the life of >me remember any more details... > >Do any sybase functions work? And do you get any errors during >con

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
thanks you, but will it solve the Fatal error am getting when trying to retrieve records from sybase? Nelson London >From: rm <[EMAIL PROTECTED]> >To: nelo manuel <[EMAIL PROTECTED]>, [EMAIL PROTECTED], >[EMAIL PROTECTED] >Subject: RE: [PHP] Fatal Error: Ca

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
rly found... and configure might spew out >a "sybase support ... no" in the configure output. > >i ran into this problem with GD 1.8.4 and PHP 4.0.4-5, >no matter how i used --with-gd, configure would always >decide that GD was not present, and go on without it. > >

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
>but try the sybase/php website and see if there's >any mention of patches ... > >or perhaps try downgrading to a previous version of >PHP if you absolutely need-it-now and cannot get it >to work for PHP4. > > > -Original Message- > > From: nelo manuel [mail

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Dear all, after lots of attempts to make my sybase work i still getting an error with my sybase_connect function, Fatal error call to undefined function sybase_connect()in my document root directory index.php3 ... i am now trying to compile ./configure -with -msql does any1 know the correct com

Re: [PHP] PHP 4.0.6 and Apache 1.3.6 ?

2001-07-06 Thread nelo manuel
hi Micha, are you using the apache version 1.3.6-7? or just 1.3.6, can you tell me if you can see your php4 load and add module in etc/httpd/conf/httpd.conf? is that am having problems with this my php4.0.6 does not work only when i change my php ext to php3 or php but not php4!!! pls advise

[PHP] php-4.0.6 ./configure - -with - sybase

2001-07-09 Thread nelo manuel
Hi all, since long time ago i've been trying to configure php-4.0.6 with sybase when i try ./configure --with-sybase=/sybase/directory it compiles OK! but when i write the initial function to sybase_connect() i get an error message"fatal error, undeclared function" :( is there any other trouble

[PHP] 0 is not a Sybase link index in /home/httpd/html/sy.php4 on

2001-07-22 Thread nelo manuel
Hello PHP people, London is quite dark and bit cold :( a quick question, a)-what does this means? Warning: 0 is not a Sybase link index in /home/httpd/html/sy.php4 on line 3 - ia m writing the following code $link=sybase_connect("SYBASE","sa", ""); $dbase=sybase_select_db_("pubs2",$link); plea