Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Alberto Ferrer
I gonna suggest something very cool: Apache Friends. http://www.apachefriends.org/en/xampp-linux.html Its the best option on lamp packs. Regards. 2007/3/12, Jonathan Kahan [EMAIL PROTECTED]: http://www.die.net/doc/linux/man/man8/yum.8.html I checked the above page on 'Yum and see no up2date

Re: [PHP] template engine/template class

2007-03-05 Thread Alberto Ferrer
http://www.eframework.org/index.php has one, better than Smarty :P Check docs http://www.eframework.org/doc/ http://www.eframework.org/template-syntax/ 2007/3/5, Ross [EMAIL PROTECTED]: I am looking for a template class that will take a basic 2 column template I have made and let the user

Re: [PHP] Running AMP from CD

2006-11-27 Thread Alberto Ferrer
www.apachefriends.org have a Lamp on CD project. 2006/11/27, Ryan A [EMAIL PROTECTED]: Hello, A little while back there was a discussion on running Apache,MySql and PHP from a CD... I can't seem to find that thread and i cant seem to find the links i had from that thread, so Can anybody

Re: [PHP] Copy of image - smaller

2006-05-15 Thread Alberto Ferrer
For that i recomend detect the MIME, my 2 cents: function image_get_info($image) { $details = array(); $data = @getimagesize($image); if (is_array($data)){ $types = array( '1' = 'GIF', '2' = 'JPEG', '3' = 'PNG', '4' = 'SWF', '5' = 'PSD', '6' = 'BMP', '7' = 'TIFF',

[PHP] Searching for Duplicated records..

2006-04-03 Thread Alberto Ferrer
Hello all, how i search duplicates records on a TXT file ? Thanks in Advance. -- bet0x -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems with SSI, Apache PHP!

2006-03-16 Thread Alberto Ferrer
=/usr' '--enable-gd-native-ttf' '--enable-versioning' '--with-xmlrpc' '--with-zlib' here is my phpinfo: http://ns1.tutorhost.com/test.php Thanks in advance for the help. 2006/3/16, Chris [EMAIL PROTECTED]: Alberto Ferrer wrote: i get segmentation fault with apache 1.3.34 , like this bug

[PHP] Problems with SSI, Apache PHP!

2006-03-15 Thread Alberto Ferrer
i get segmentation fault with apache 1.3.34 , like this bug: http://bugs.php.net/bug.php?id=35029 , only change the apache version. The error is: [Thu Mar 16 03:33:07 2006] [notice] child pid 2121 exit signal Segmentation fault (11) [Thu Mar 16 03:33:08 2006] [notice] child pid 2120 exit signal

[PHP] disable_functions problems

2003-12-16 Thread Alberto Ferrer
Hello, im testing the php_admin_value disable_functions froma Vhost in my Apache, and not works, is are set from Master (php.ini) works, but set via Apache vhost not works, any are using from apache php_admin_value disable_functions bla,bla,bla ? -- -- Alberto

[PHP] Re: Refreshing

2003-06-30 Thread Alberto Ferrer
use pconnect? -- -- Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org -- Syntax Error in KITCHEN.H: COFFEE not found. Stephen [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL

Re: [PHP] exec() and passthru()

2003-06-19 Thread Alberto Ferrer
not is more easy use system ? $output = system('/path/to/a.out'); -- -- Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org -- Syntax Error in KITCHEN.H: COFFEE not found. Jason Wong

Re: [PHP] Re: php editor?

2003-06-18 Thread Alberto Ferrer
im use PHPcoder too, and the best :) http://devphp.sourceforge.net/ , and in Linux Zend Studio :) -- -- Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org -- Syntax Error in KITCHEN.H

[PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Alberto Ferrer
' -- -- Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org -- Syntax Error in KITCHEN.H: COFFEE not found. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: problem with pop3 check

2003-06-01 Thread Alberto Ferrer
($mbox); And you can look the manual, but this code is from the manual, have a loot of examples ;) --Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org--Syntax Error in KITCHEN.H: COFFEE