you may need to change php.ini
register_globals = off
eg. $_SERVER["PHP_SELF"]
to
register_globals = on
eg. $PHP_SELF
by the way, register_globals = on is not recommended.
Azn wrote:
Whats the error? I got PHP5 to work, except I still have a problem with my
configuration. My PHP files that u
This is what I get when I try to use phpMyAdmin:
cannot load MySQL extension,
please check PHP Configuration.
Documentation
So im guessing your right.
However, I still cannot use fusionphp.com's shoutbox. I cant login and when
I should, it just returns to the page. Anyone know whats wr
Whats the error? I got PHP5 to work, except I still have a problem with my
configuration. My PHP files that use $PHP_SELF? does not work... along with
other PHP functions.
I have yet to try MySQL on PHP5 because I cant use any of my scripts that
use MySQL!
"Seung Hwan Kang" <[EMAIL PROTECTED]> wro
"Cybot" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jswalter wrote:
> onr more, your include-path is worng!
>
> include_path = ".;G:\etc\php\extensions".;G:\etc\php\pear"
>
> would not work!!
>
> correct
>
> include_path = ".;G:\etc\php\extensions;G:\etc\php\pear"
Yes, I see t
php-install Digest 4 Jul 2003 15:27:02 - Issue 1448
Topics (messages 11210 through 11218):
php compilation
11210 by: Rajendra Kumar
Re: Addings extensions...
11211 by: Tam Pou Fai
11215 by: Andrej Snedic
11216 by: Cybot
Compiling MySQL Extension with Cygwin
Hello,
I installed PHP following the directions on this webpage
http://us2.php.net/manual/en/install.unix.php
Now, I want to uninstall all the components. How do I do that? There is
no uninstall command in the makefile.
Thanks,
Yasir
--
PHP Install Mailing List (http://www.php.net/)
To unsubsc
Help!!!
I just installed PHP 5.0.0 Beta 1 with Apache on W2K SP4, and I also
read though the postings. The problem is that we have to use mysql
clients which comes with mysql to use PHP. I read following mysql docs,
and I don't have any clue, anyone?
--
Andrej Snedic wrote:
I am adding some extensions to PHP engine so I edited PHP.INI in c:\windows
directory this way:
...
extension_dir = "D:\Web\PHP\extensions"
...
extension=php_some-extension.dll
...
The actrual complete path to my extension is:
D:\Web\PHP\extensions\php_some-extension.dll
But a
Walter,
Thanks for your answer but like Tam said, I have added extensions path to my
include_path like you mentioned and I am still recieving the same error
message. Do you have any other ideas?
Thanks,
-Andrej
"Jswalter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Andrej Snedi
Jswalter wrote:
I just installed PEAR on my Win2k box.
I try to use DB.php and I get this...
Fatal error: main(): Failed opening required 'DB.php'
(include_path='.;c:\php4\pear')
I can't find this path defined *anywhere*.
It is *not* in my INI file...
include_path = ".;G:\etc\php\
Jswalter wrote:
I just installed PEAR on my Win2k box.
I try to use DB.php and I get this...
Fatal error: main(): Failed opening required 'DB.php'
(include_path='.;c:\php4\pear')
I can't find this path defined *anywhere*.
It is *not* in my INI file...
include_path = ".;G:\etc\php\
11 matches
Mail list logo