lynch wrote:
> What do you mean with command line php? Sorry this is all new to me,
> could you give me a hint.

on linux there are seperate configurations for php when it runs via the 
webserver and from when it runs via the command line (i.e. the bake script)

on my linux box (gentoo) i have these configs :

/etc/php/cli-php5/php.ini
/etc/php/apache2-php5/php.ini

iirc that is fairly standard.

so it seems like mysql isnt compiled into your command line php so you will 
have 
to add it as a module, something like

extension=mysql.so

in the ini file.

which distro are you using?

> But i in my phpinfo() site, there is the(configure command) line --
> disable-cli, should i erease this line? 

probably not.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to