]> granicus.if.org Git - php/commitdiff
Rename phpmath.h to php_math.h.
authorSascha Schumann <sas@php.net>
Tue, 13 Jun 2000 16:31:57 +0000 (16:31 +0000)
committerSascha Schumann <sas@php.net>
Tue, 13 Jun 2000 16:31:57 +0000 (16:31 +0000)
ext/standard/basic_functions.c
ext/standard/math.c
ext/standard/php_math.h [moved from ext/standard/phpmath.h with 100% similarity]
ext/standard/php_standard.h
ext/standard/rand.c

index 72cfa4909e14cae57c323d4d86d4c8be0d48808e..bcbf92287c8b3eea4eaf05d28a79b6114a87cce6 100644 (file)
@@ -23,7 +23,7 @@
 #include "php_ini.h"
 #include "internal_functions_registry.h"
 #include "php_standard.h"
-#include "phpmath.h"
+#include "php_math.h"
 #include "ext/standard/info.h"
 #include "zend_operators.h"
 #include <stdarg.h>
index 26293eb293eb5ab3fcaf284a2d3851e0371020ef..ec6ed97b6c2dcd9a63725c60df91461ca0869b12 100644 (file)
@@ -22,7 +22,7 @@
 /* $Id: */
 
 #include "php.h"
-#include "phpmath.h"
+#include "php_math.h"
 
 #include <math.h>
 #include <float.h>
index f87cccf9d53f8edc3e8f36540e54f7987b767723..e9219b5517268cd9ff8966d4b8d0f1fe52e6ca6b 100644 (file)
@@ -31,7 +31,7 @@
 /* $Id$ */
 
 #include "basic_functions.h"
-#include "phpmath.h"
+#include "php_math.h"
 #include "php_string.h"
 #include "base64.h"
 #include "php_dir.h"
index a1b490f3af3e72d906036ef002497f8602fa67c7..9766ecfcb3d02df5a41f10166be40ec42064ae14 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 
 #include "php.h"
-#include "phpmath.h"
+#include "php_math.h"
 #include "php_rand.h"
 
 #include "basic_functions.h"