php-src/ext
Kalle Sommer Nielsen 197051f3ab Remove sql.safe_mode
This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been gone back in 5.4, along with safe_mode. Although if my memory strikes me right, mysql was also supporting it back then, but not mysqli.

So far only interbase was supporting this feature, and the removal of it causes two effects for interbase:
 - CREATE DATABASE is now allowed no matter
 - The default database set by php.ini (ibase.default_db) is no longer forced

http://php.net/ini.core#ini.sql.safe-mode
2016-08-11 05:06:55 +02:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +02:00
bz2 Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
calendar Merge branch 'PHP-7.0' into PHP-7.1 2016-07-29 01:27:51 +02:00
com_dotnet Fixed bug #72569 DOTNET/COM array parameters broke in PHP7 2016-07-12 14:58:50 +02:00
ctype
curl Merge branch 'PHP-7.0' into PHP-7.1 2016-07-27 23:39:34 -04:00
date Merge branch 'PHP-7.0' into PHP-7.1 2016-07-24 14:55:15 +02:00
dba Fixed tests 2016-07-05 11:30:55 +03:00
dom Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
enchant
exif Fixed bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode) 2016-08-07 05:35:46 +02:00
fileinfo Merge branch 'PHP-7.0' into PHP-7.1 2016-08-08 18:51:34 +02:00
filter Fix typos, previous version used reserver/reserverd/reserved 2016-07-23 23:14:14 +02:00
ftp Merge branch 'PHP-7.0' into PHP-7.1 2016-08-05 23:10:12 +02:00
gd Get rid of these slow calls to LoadLibrary()/GetProcAddress() calls on Windows, we require Windows Vista as bare minimum for PHP anyway, so it does not make any sense to do this slow emulation anyway. 2016-08-11 02:09:50 +02:00
gettext
gmp Bugfix#70896 gmp_fact() silently ignores non-integer inputs 2016-07-26 22:04:18 -07:00
hash Fixed compilation warnings 2016-06-22 00:40:50 +03:00
iconv Add negative offset support to iconv_strpos() 2016-03-09 14:41:38 +01:00
imap Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
interbase Remove sql.safe_mode 2016-08-11 05:06:55 +02:00
intl fix broken proto doc 2016-07-26 16:29:24 +02:00
json Add return code from json API functions 2016-06-28 20:49:38 +01:00
ldap Merge branch 'pull-request/1955' 2016-07-07 05:11:56 +02:00
libxml Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
mbstring Merge pull request #1098 2016-08-10 14:39:23 +09:00
mcrypt Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
mysqli add test for bug #72701 2016-07-29 17:23:39 +02:00
mysqlnd Fixed bug #72701 mysqli_get_host_info() wrong output 2016-07-29 17:00:52 +02:00
oci8 Merge branch 'PHP-7.0' into PHP-7.1 2016-08-09 16:13:27 +10:00
odbc Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns 2016-07-08 15:33:46 +02:00
opcache Merge branch 'PHP-7.1' 2016-08-05 16:32:25 +02:00
openssl Merge branch 'PHP-7.1' 2016-08-03 20:07:57 +01:00
pcntl Merge RFC Additional Context in pcntl_signal Handler 2016-07-20 14:17:04 -07:00
pcre Merge branch 'PHP-7.0' into PHP-7.1 2016-07-31 15:00:18 +02:00
pdo Fix ASSERT logic 2016-08-09 18:16:58 +00:00
pdo_dblib Merge branch 'PHP-7.0' 2016-07-08 15:55:22 +02:00
pdo_firebird fix test portability 2016-06-17 17:09:42 +02:00
pdo_mysql Merge branch 'PHP-7.0' into PHP-7.1 2016-08-09 11:32:34 +08:00
pdo_oci Ensure an ORDER BY gets the expected row order 2016-05-02 16:08:48 +10:00
pdo_odbc Merge branch 'master' into throw-error-in-extensions 2016-06-10 22:02:23 -05:00
pdo_pgsql Merge branch 'PHP-7.0' into PHP-7.1 2016-08-09 11:32:34 +08:00
pdo_sqlite Fixed compilation warnings 2016-06-22 00:40:50 +03:00
pgsql Merge branch 'PHP-7.0' 2016-07-20 17:00:09 +08:00
phar Use opaque EVP_MD in phar_verify_signature 2016-07-17 17:43:35 +01:00
posix Merge branch 'PHP-5.6' into PHP-7.0 2016-07-30 18:36:00 +02:00
pspell Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
readline Merge branch 'PHP-7.0' 2016-07-03 23:57:02 +08:00
recode
reflection Implement #38992: invoke() and invokeArgs() static method calls should match 2016-08-08 01:43:03 +02:00
session Fix URL rewriter issues 2016-08-11 08:31:48 +09:00
shmop Fixed compilation warnings 2016-06-23 12:47:06 +03:00
simplexml Avoid uncollectable cycle in sxe_property_get_adr 2016-07-16 23:43:24 +02:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
soap Fix some insecure usages of php_rand 2016-07-05 16:02:34 +01:00
sockets Merge branch 'PHP-7.0' into PHP-7.1 2016-07-28 17:31:13 +02:00
spl Merge branch 'PHP-7.0' into PHP-7.1 2016-07-26 20:37:04 -04:00
sqlite3 Update to SQLite 3.14.0 2016-08-10 18:09:38 +02:00
standard Merge branch 'PHP-7.1' 2016-08-11 09:17:57 +09:00
sysvmsg Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
sysvsem Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
sysvshm Fixed compilation warnings 2016-06-23 12:47:06 +03:00
tidy show libtidy version in the info, if available 2016-07-11 19:18:57 +02:00
tokenizer Make sure TOKEN_PARSE mode is thread safe 2016-07-23 00:00:13 +02:00
wddx Add missing TSRMLS_FETCH() 2016-07-30 16:28:42 +02:00
xml Fix bug #72099: xml_parse_into_struct segmentation fault 2016-06-28 01:23:24 -07:00
xmlreader Fixed the UTF-8 and long path support in the streams on Windows. 2016-06-20 12:45:39 +02:00
xmlrpc Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements) 2016-07-22 23:15:15 +08:00
xmlwriter Fixed compilation warnings 2016-06-22 00:40:50 +03:00
xsl Fixed compilation warnings 2016-06-22 00:40:50 +03:00
zip Merge branch 'PHP-7.0' into PHP-7.1 2016-07-24 23:58:50 +08:00
zlib Merge branch 'PHP-7.0' 2016-07-04 03:20:01 +02:00
ext_skel
ext_skel_win32.php