[PHP] php and mcrypt on windows

2003-06-04 Thread Gilberto Garcia Jr.
How I can use php and mcrypt on windows? I mean. What I have to do to turn php able to use mcrypt function on windows. Thanks

Re: [PHP] php and mcrypt on windows

2003-06-04 Thread Leif K-Brooks
Please RTFM before asking questions! http://php.net/mcrypt answers your question. Gilberto Garcia Jr. wrote: How I can use php and mcrypt on windows? I mean. What I have to do to turn php able to use mcrypt function on windows. Thanks -- The above message is encrypted with double rot13

[PHP] php with mcrypt

2003-03-31 Thread Gilberto Garcia Jr.
Hey guys, How can I enable php to work with mcrypt functions? I´m using debian woody linux. I´ve had installed libmcrypt already, from debian cds. But I dont know how to make php understands this lib. thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

[PHP] php and mcrypt

2001-11-02 Thread Scott
I'm trying to get mcrypt to work with php, but haven't been able to reconfigure php to work with it. I'm using the version of php that came with Mandrake 8.0 and I have downloaded and installed the 2.5.7-1 mdk rpm of mcrypt. So now I should cd into my php directory and reconfigure php

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
Hi Scott, @ 4:13:46 PM on 11/2/2001, Scott wrote: I'm trying to get mcrypt to work with php, but haven't been able to reconfigure php to work with it. I'm using the version of php that came with Mandrake 8.0 and I have downloaded and installed the 2.5.7-1 mdk rpm of mcrypt. So now I

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
Hi Scott, @ 4:13:46 PM on 11/2/2001, Scott wrote: As far as I can tell php is installed in /usr/bin and that is the directory I tried. There is not a php directory there though, but a php executable file. How do I find the right directory? Anything else I have to do to get this working?

[PHP] php and mcrypt

2001-11-02 Thread Scott
/extensions/readline.so /usr/lib/php/extensions/tclink.so /usr/lib/libphp_common.so This is the rpm install of php that came with M8.0. Which is the real php directory? Can it be reconfigured with mcrypt? Thanks, SW -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
Hi Scott, @ 5:01:43 PM on 11/2/2001, Scott wrote: This is my output from $ locate *php*so: /usr/lib/apache-extramodules/libphp4.so /usr/lib/php/extensions/dba_gdbm_db3.so /usr/lib/php/extensions/gd.so /usr/lib/php/extensions/imap.so /usr/lib/php/extensions/ldap.so

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
@ 6:28:08 PM on 11/2/2001, Brian Clark wrote: If apache fails to start then revert to your old libphp4: $ mv /usr/lib/apache-extramodules/libphp4.bak \ /usr/lib/apache-extramodules/libphp4.so Sorry, make that: $ mv /usr/lib/apache-extramodules/libphp4.so.bak \