php-windows Digest 12 Oct 2004 04:32:14 -0000 Issue 2426
Topics (messages 24733 through 24735):
Re: php_mysql.dll - WON'T WORK!!
24733 by: Marc Kia
Re: seesion.save_path Problem
24734 by: Frank M. Kromann
MYSQL SQL Expression
24735 by: susilo
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 ---
I used the Libmysql.dll form the 3.xx mysql version and it seams to works.
But I had big doubts.
After reading your message I took the Libmysql.dll from the php distrib and
it I am now more confident that it works.
Thanks.
"Felipe Gasper" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Use the libmysql.dll provided by PHP - that should work just fine.
>
> -Felipe Gasper
>
> Quoth Marc Kia on 10/8/2004 1:18 AM...
> > Hello,
> >
> > I have the same probleme if I undersoud well:
> > The last available MYSQL 4.0.21 is not supported by the php_mysql.dll
> > because of the suppression of the drop_database function in
Libmysql.dll.
> > To seams like a bug in the php_mysql.dll I hope that I will find a fix
prety
> > quickly. Because using php_mysqli.dll is not possible in many cases
because
> > of backward compatibility.
> >
> > I'll try to use an old crapy 3.xx it should work again.
> >
> > bye
> >
> >
> > "Phpdiscuss - Php Newsgroups And Mailing Lists" <[EMAIL PROTECTED]>
> > wrote in message news:[EMAIL PROTECTED]
> >
> >>I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll
is
> >>in the ext folder. I was getting an error saying "The specified module
> >>could not be found." But after I copied the libmySQL.dll to the system32
> >>folder, I got this error, "The specified procedure could not be found."
> >>(Notice the difference of 'module' and 'procedure' in the two error
> >>messages.) Why isn't it working? *sighs*
> >>
> >>Thanks in advance.
> >
> >
>
> --
> Quidquid latine scriptum sit altum viditur.
> Si hoc legere scis, nimis eruditionis habes.
>
> Easier web browsing: http://mozilla.org
--- End Message ---
--- Begin Message ---
Did you remember to restart Apache after making changes to php.ini ? This
is not needed if you are using the CGI sapi.
- Frank
> Environment
> -------------
> WinXP Pro SP1
> PHP 4.3.9
> Apache 2.0.52
>
> I am trying to set the session.save_path in php.ini and I cannot get it
to
> work. I have tried
>
> session.save_path = "X:/ApacheGroup/Apache2/html/SessionSave"
> session.save_path = "/ApacheGroup/Apache2/html/SessionSave"
> session.save_path = 2;/SessionSave
> session.save_path = 2;SessionSave
>
> and other patterns. I'm putting the number in front as that is
explained in
> the ini file as the number of nested directories it will go. I don't
need
> that but thought that might get it to work. But nothing works. It is
> defaulting to /. It is writeable.
>
> Where am I going wrong????? I am also going to include the rest of
the
> [Session] area in case another setting is causing this problem.
>
> Thanks for the help.
>
> Mike
>
>
>
> [Session]
> session.save_handler = files
> session.save_path = 2;X:/ApacheGroup/Apache2/html/SessionSave
> session.use_cookies = 1
> ; session.use_only_cookies = 1
> session.name = PHPSESSID
> session.auto_start = 0
> session.cookie_lifetime = 0
> session.cookie_path = /
> session.cookie_domain = "XXXXX"
> session.serialize_handler = php
> session.gc_probability = 1
> session.gc_divisor = 100
> session.gc_maxlifetime = 1440
> session.bug_compat_42 = 1
> session.bug_compat_warn = 1
> session.referer_check =
> session.entropy_length = 0
> session.entropy_file =
> session.cache_limiter = nocache
> session.cache_expire = 180
> session.use_trans_sid = 0
> session.hash_function = 0
> session.hash_bits_per_character = 4
> url_rewriter.tags =
"a=href,area=href,frame=src,input=src,form=,fieldset="
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Does Everybody now what is SQL Expression to get part of the string in
DATE VARIABLE ?
e.g : 11/12/2004
and become to only string '2004' in Table Viewing.
--- End Message ---