summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-08-11 11:38:41 +0400
committerDmitry Stogov <dmitry@zend.com>2014-08-11 11:38:41 +0400
commit4c716e8b516146f0a10b0b89078ccd096a8b4b7b (patch)
treef1bf735d4233ce2bf87763f5acc51ae1f1a3d489 /ext/standard/php_math.h
parent0ae305e62dad7542f7917823dac967488bcaffe2 (diff)
parent97bb078bddef9ad0921d886c75ce6a77206145e3 (diff)
downloadphp-git-4c716e8b516146f0a10b0b89078ccd096a8b4b7b.tar.gz
Merge branch 'master' into test
* master: (39 commits) Add __debugInfo() to UPGRADING. fix TS build Update NEWS Update NEWS Update NEWS Small tidy ups and raise visibility of GitHub PR process Bug #41631: Observe socket read timeouts in SSL streams wrap int8_t and int16_t with #ifdef to avoid possible clashes - Updated to version 2014.6 (2014f) Removed Countable::count() change info from UPGRADE.INTERNALS too NEWS and UPGRADING for intdiv() Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option" Fixed skip case for intdiv 64-bit test Use callback structure Add EXPECTF Fix handling of multi-result sets with PS...used to clean not only the result set but the whole PS. 5.5.17 now 5.4.33-dev now Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option ... Conflicts: ext/fileinfo/libmagic/softmagic.c main/streams/xp_socket.c
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 0334ac40ce..a2dca282c5 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -66,6 +66,7 @@ PHP_FUNCTION(number_format);
PHP_FUNCTION(fmod);
PHP_FUNCTION(deg2rad);
PHP_FUNCTION(rad2deg);
+PHP_FUNCTION(intdiv);
/*
WARNING: these functions are expermental: they could change their names or