[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug55169.phpt branches/PHP_5_4/ext/openssl/tests/bug55169.phpt trunk/ext/openssl/tests/bug55169.phpt

2011-07-20 Thread Ryan Biesemeyer
yaauie Wed, 20 Jul 2011 20:57:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313487 Log: update test for bug #55169, don't require the extension in INI Bug: https://bugs.php.net/55169 (Assigned) mcrypt_create_iv always fails to gather

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug55169.phpt branches/PHP_5_4/ext/openssl/tests/bug55169.phpt trunk/ext/openssl/tests/bug55169.phpt

2011-07-20 Thread Scott MacVicar
This is broken and clearly wasn't tested. Need ?php in the SKIPIF section as it executes the code there. - S On Jul 20, 2011, at 1:57 PM, Ryan Biesemeyer wrote: yaauie Wed, 20 Jul 2011 20:57:17 + Revision:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug55169.phpt branches/PHP_5_4/ext/openssl/tests/bug55169.phpt trunk/ext/openssl/tests/bug55169.phpt

2011-07-20 Thread Ryan Biesemeyer
yaauie Wed, 20 Jul 2011 21:13:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313488 Log: update test for bug #55169, fix skipif Bug: https://bugs.php.net/55169 (Assigned) mcrypt_create_iv always fails to gather sufficient random data

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug55169.phpt branches/PHP_5_4/ext/openssl/tests/bug55169.phpt trunk/ext/openssl/tests/bug55169.phpt

2011-07-20 Thread Ryan Biesemeyer
yaauie Wed, 20 Jul 2011 21:25:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313489 Log: removing openssl test for bug #55169 per Scott MacVicar's request; duplicate coverage of opensssl_random_pseudo_bytes.phpt Bug: