Re: [PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread Yasuo Ohgaki
Jani Taskinen wrote: > FYI: php.ini has this directive to set mysql.sock path: > > mysql.default_socket=/Private/tmp/mysql.sock > > ie. you don't set it in configure but in php.ini. > And the fix committed now only affects the builtin mysql libs. > If you're using external libs, they should kno

Re: [PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread Jani Taskinen
FYI: php.ini has this directive to set mysql.sock path: mysql.default_socket=/Private/tmp/mysql.sock ie. you don't set it in configure but in php.ini. And the fix committed now only affects the builtin mysql libs. If you're using external libs, they should know about the location. --Jani On