[PHP] tester needed for phpMyMultiBackup
Just releasing phpMyMultiBackup; a php scripts that can backup MySQL database(s) from many server(s) i need more tester, scripts can d/l from http://phpklik.dhs.org/phpmymultibackup/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Where is php.ini located by default?
On Saturday 28 April 2001 00:37, you wrote: > I've built php from a tarball. Now I need to specify a special include path > in the php.ini file. But I can't find it. There is a php.in-dist in the > build catalog but I can't find a production php.ini anywhere. > The docs says that it should be in the install catalogue (which is where?, > /usr/local/lib/php doesn't have one) or the cwd. I've tried editing the > sample file and putting it in either place but my app still gives me the > following error: > > Failed opening required 'class.DBI' (include_path='.:/usr/local/lib/php') > in FILENAME > > Martin S. read INSTALL doc, they will told you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Where is php.ini located by default?
On Saturday 28 April 2001 01:23, you wrote: > It's /usr/local/lib/php.ini NEW: Unix install paths changed Please note that the PHP 4.0.5 release will have a new set of installation paths for any Unix-like operating systems. The default php.in path is now "/usr/local/etc" (previously "/usr/local/lib") PEAR will be placed in "/usr/local/share/php/pear" (previously "/usr/local/lib/php") shared extensions can be found in"/usr/local/lib/php" http://www.zend.com/zend/week/week34.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] run du command uder php
On Saturday 28 April 2001 04:56, you wrote: > Hi, > > I would like to know how to run du command under PHP. > > is this correct ?? > > exec ("du -ks /home/apache",$test[]); > echo $test[0]; --> I would like to print out the result in web browser > > Thank you > > Mark u can use backtick, exec(), system(), passthru() make sure you read manual first before choosing the right one ie; result:\n"; $result = system($ps); ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] php suck
i found this when surfing this morning http://www.phpsucks.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] zend optimizer on php4.07-dev
anyone has try it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] end optimizer on php4.07-dev
anyone has try it? its compatible? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]