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 enco

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 \ /usr/lib/apache-extramodule

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 > /usr/lib/php/ex

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?

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 s