[PHP-INSTALL] Re: [PHP-DB] Re: MySQL- Stored Procedures & Views

2007-08-30 Thread Chris
Haydar TUNA wrote: Hello, Stored Procedures are faster than standart sql query beacuse they have already compiled sql script. I wouldn't say that's the case every single time - personally I'd do some testing to see what works better. -- Postgresql & php tutorials http://www.designma

[PHP-INSTALL] Re: MySQL- Stored Procedures & Views

2007-08-30 Thread Haydar TUNA
Hello, Stored Procedures are faster than standart sql query beacuse they have already compiled sql script. -- Republic Of Turkey - Ministry of National Education Education Technology Department Ankara / TURKEY Web: http://www.haydartuna.net ""Lasitha Alawatta"" <[EMAIL PROTECTED]>, h

RE: [PHP-INSTALL] Problem with php.ini

2007-08-30 Thread j . kaluza
This was a problem with the PHPRC value =-) Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 27 Fax : + 32 (0)2 371 35 23 [EMAIL PROTECTED] http://www.transfusion.be

RE: [PHP-INSTALL] Problem with php.ini

2007-08-30 Thread astratton
Paco,This may not solve your issue, but my very first thought is check permissions/mode on the INI file...?Andy Stratton, ZCECOMPASS Information Systems, Inc.1756 Belle CourtMillersville, MD 21108(410) 923-6300 Office(410) 923-2820 Fax(443) 623-6835 Mobile Original Message Subj

[PHP-INSTALL] Problem with php.ini

2007-08-30 Thread Paco (Dem)
Hi all, I have a problem: my PHP instalation doesn't load php.ini. phpinfo() returns this: Configuration File (php.ini) Path: /usr/local/apache/php Loaded Configuration File: (none) I have php.ini (copied from php.ini-recomended) in /usr/local/apache/php ¿Any idea? Thanks.