pajoye Tue, 08 Jun 2010 13:00:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300274
Log:
- add striped down version of RNG layer to have a reliable random src on windows
Changed paths:
U php/php-src/branches/PHP_5_3/win32/winutil.h
Modified: php/php-src/branches/PHP_5_3/win32/winutil.h
===================================================================
--- php/php-src/branches/PHP_5_3/win32/winutil.h 2010-06-08 13:00:11 UTC
(rev 300273)
+++ php/php-src/branches/PHP_5_3/win32/winutil.h 2010-06-08 13:00:54 UTC
(rev 300274)
@@ -20,3 +20,4 @@
#define php_win_err() php_win_err(GetLastError())
int php_win32_check_trailing_space(const char * path, const int path_len);
+PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php