Edit report at https://bugs.php.net/bug.php?id=62570&edit=1

 ID:                 62570
 Comment by:         a...@php.net
 Reported by:        brandonskypimenta at gmail dot com
 Summary:            mcrypt not included by default in PHP 5.3.0
 Status:             Open
 Type:               Bug
 Package:            mcrypt related
 Operating System:   Mac OS X
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Please post the output of 

php -i


Previous Comments:
------------------------------------------------------------------------
[2012-07-15 18:38:50] brandonskypimenta at gmail dot com

Description:
------------
As mcrypt isn't installed by default in PHP 5.3.0, I tried installing, but even 
though I have Xcode installed, there is still no make command in the Terminal.

This bug literally destroys phpMyAdmin.

Test script:
---------------
<?php
error_reporting( E_ALL );
ini_set( 'display_errors', 1 );
$td = "test";
$data = "FooBar.txt";
mcrypt_generic ( resource $td , string $data );
?>

Expected result:
----------------
It should have encrypted FooBar.txt.

Actual result:
--------------
A blank page appears.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62570&edit=1

Reply via email to