guenter Tue, 03 Nov 2009 18:24:57 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=290180
Log: added timezone define for NetWare. Changed paths: U php/php-src/branches/PHP_5_2/ext/openssl/openssl.c Modified: php/php-src/branches/PHP_5_2/ext/openssl/openssl.c =================================================================== --- php/php-src/branches/PHP_5_2/ext/openssl/openssl.c 2009-11-03 18:03:02 UTC (rev 290179) +++ php/php-src/branches/PHP_5_2/ext/openssl/openssl.c 2009-11-03 18:24:57 UTC (rev 290180) @@ -49,6 +49,10 @@ /* Common */ #include <time.h> +#ifdef NETWARE +#define timezone _timezone /* timezone is called _timezone in LibC */ +#endif + #define DEFAULT_KEY_LENGTH 512 #define MIN_KEY_LENGTH 384
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php