Date: 08/27/98
- Next message: shane: "[PHP-DEV] CVS update: php31/main"
- Previous message: shane: "[PHP-DEV] CVS update: php31/ext/odbc"
- Next in thread: steinm: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday August 27, 1998 @ 1:00
Author: rasmus
Update of /repository/php3/functions
In directory asf:/export/home/rasmus/php3/functions
Modified Files:
basic_functions.c
Log Message:
Fix for bug #694
Index: php3/functions/basic_functions.c
diff -c php3/functions/basic_functions.c:1.212 php3/functions/basic_functions.c:1.213
*** php3/functions/basic_functions.c:1.212 Tue Aug 25 08:26:52 1998
--- php3/functions/basic_functions.c Thu Aug 27 01:00:50 1998
***************
*** 315,320 ****
--- 315,324 ----
}
#endif
+ #ifndef M_PI
+ #define M_PI 3.14159265358979323846
+ #endif
+
int php3_minit_basic(INIT_FUNC_ARGS)
{
TLS_VARS;
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: shane: "[PHP-DEV] CVS update: php31/main"
- Previous message: shane: "[PHP-DEV] CVS update: php31/ext/odbc"
- Next in thread: steinm: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

