php-src/ext
Christopher Jones 2769ae0444 1. Introduce connection attribute functions:
oci_set_module_name
         oci_set_action
         oci_set_client_info
         oci_set_client_identifier
      
       These functions set values that are visible and used by the
       database.  They aid tracing, authentication and auditing.

    2. Introduce connection attribute function:

         oci_set_edition

       Oracle 11g R2 "editions" allow multiple versions of DB objects
       to exist at one time.  By setting different editions, two
       different versions of an application can run concurrently,
       making upgrades or A/B testing easier.

    3. Introduce OCI_NO_AUTO_COMMIT as an alias for the OCI_DEFAULT
       constant (which is not the default value) used by oci_execute().

    4. Allow the oci_set_prefetch value to be 0.  This is important in
       some cases using REF CURSORS in Oracle 11gR2.

    5. Set the DRIVER_NAME attribute of Oracle Database 11gR2
       connections to aid application tracing.  The value used is to
       "PHP OCI8" followed by the OCI8 version number.  Note the
       version number may get truncated in DB views such as
       v$session_connect_info.

    6. Generate an error if an invalid resource type is used in
       oci_bind_by_name

[DOC] Documentation will be added for the changes
2009-10-06 22:36:32 +00:00
..
bcmath add missing skipifs 2009-08-31 19:22:29 +00:00
bz2 - check for static lib as well 2009-06-10 15:44:51 +00:00
calendar MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
com_dotnet MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle) 2009-07-01 18:44:56 +00:00
ctype MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
curl Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose). 2009-09-30 02:34:17 +00:00
date Fixed bug #49627 (error_log to specified file does not log time according to date.timezone) 2009-10-05 13:56:49 +00:00
dba Fixed tests 2009-09-21 09:52:19 +00:00
dom Fixed bug #49647 (DOMUserData does not exist) 2009-09-24 13:18:22 +00:00
enchant - drop unused var and fix example 2009-10-03 10:19:06 +00:00
ereg MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
exif Fixed tests 2009-09-21 09:52:19 +00:00
fileinfo - fix #49732, fix crash when timestamp conversion fails 2009-10-01 13:55:16 +00:00
filter Fixed tests 2009-09-21 09:52:19 +00:00
ftp - Fixed bug #49447 (php engine need to correctly check for socket API 2009-09-04 07:59:48 +00:00
gd - Fixed tests 2009-09-26 16:54:08 +00:00
gettext Tests from Berlin test fest 2009-06-18 07:29:09 +00:00
gmp - put mpir headers in their own directory 2009-06-10 09:59:21 +00:00
hash - Fix for bug #49223 Inconsistency using get_defined_constants(true) 2009-08-17 21:28:22 +00:00
iconv Test from 2009 testfest 2009-08-26 17:17:58 +00:00
imap - Fixed bug #49630 (imap_listscan function missing) 2009-09-22 18:18:57 +00:00
interbase Fixed bug #48189 (ibase_execute error in return param) 2009-07-25 23:37:47 +00:00
intl fix test 2009-07-26 19:53:23 +00:00
json Fix broken json tests in all branches 2009-08-03 04:01:57 +00:00
ldap - Fixed tests 2009-09-26 17:59:33 +00:00
libxml MFH: Fix arginfo for libxml_disable_entity_loader() and libxml_use_internal_errors() 2009-06-23 13:44:24 +00:00
mbstring - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a 2009-09-23 15:22:47 +00:00
mcrypt - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes). 2009-10-02 00:13:53 +00:00
mssql MFH 2009-07-15 19:09:15 +00:00
mysql Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd. 2009-09-30 14:39:33 +00:00
mysqli Updating test because of http://news.php.net/php.cvs/60561 2009-10-01 08:56:28 +00:00
mysqlnd revert the last change 2009-10-06 12:53:01 +00:00
oci8 1. Introduce connection attribute functions: 2009-10-06 22:36:32 +00:00
odbc MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
openssl Fixed test (it failed from time to time because of very small timeouts) 2009-09-22 10:15:10 +00:00
pcntl pcntl_exec() should inherit environment in case it's not provided as an argument 2009-09-30 13:04:28 +00:00
pcre Fixed tests 2009-09-21 09:52:19 +00:00
pdo - Revert my mistake 2009-07-19 22:46:03 +00:00
pdo_dblib - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0)) 2009-09-10 01:20:42 +00:00
pdo_firebird - Fixed bug #48057 (Only the date fields of the first row are fetched, others are empty) 2009-07-20 00:17:24 +00:00
pdo_mysql mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd 2009-09-22 15:31:35 +00:00
pdo_oci MFH 2009-05-12 21:53:18 +00:00
pdo_odbc - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver) 2009-07-15 02:36:08 +00:00
pdo_pgsql MFH: Typo 2009-05-25 19:41:13 +00:00
pdo_sqlite Don't build sqlite as threadsafe if we are doing an NTS build 2009-08-10 16:58:53 +00:00
pgsql MFH: Fix compiler warnings 2009-05-19 16:03:36 +00:00
phar Fixed tests (removed irrelevant check which makes test to fail from time to time) 2009-09-21 15:23:25 +00:00
posix Add missing open_basedir check in posix_mkfifo 2009-09-29 14:02:50 +00:00
pspell MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
readline - Fixed bug #48608 (Invalid libreadline version not detected during configure) 2009-08-04 11:20:49 +00:00
recode MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
reflection - Fix some arginfos (thanks Philip) 2009-10-03 20:45:29 +00:00
session Fixed tests 2009-09-21 09:52:19 +00:00
shmop MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
simplexml Test from 2009 testfest 2009-08-26 17:17:58 +00:00
skeleton
snmp fix parameter parsing for SNMP 2009-08-17 22:15:18 +00:00
soap Fixed bug #47273 (Encoding bug in SoapServer->fault) 2009-08-26 14:05:48 +00:00
sockets - #49464, fix build 2009-09-04 19:53:39 +00:00
spl Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage) 2009-10-06 13:34:56 +00:00
sqlite MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set (Scott) 2009-06-25 09:38:04 +00:00
sqlite3 Upgraded bundled sqlite to version 3.6.18. 2009-09-15 16:54:11 +00:00
standard Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications). 2009-10-05 14:45:54 +00:00
sybase_ct - More and more missing svn:ignore entries. 2009-08-02 01:48:27 +00:00
sysvmsg MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvsem MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
sysvshm MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
tidy Merging last tests made in HEAD 2009-09-01 13:41:18 +00:00
tokenizer Fixed bug #47038 (Memory leak in include) 2009-03-25 15:23:58 +00:00
wddx - MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars()) 2009-06-16 02:54:26 +00:00
xml This needs to be larger to avoid an overflow on the bit-shifting in this function 2009-08-27 05:05:42 +00:00
xmlreader MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
xmlrpc cleanup parameter parsing 2009-08-18 00:41:43 +00:00
xmlwriter fix tests 2009-07-17 09:04:52 +00:00
xsl Fixed tests 2009-09-07 14:18:46 +00:00
zip The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
zlib - Fixed zlib.deflate compress filter to actually accpet level parameter. 2009-08-31 21:18:55 +00:00
ext_skel
ext_skel_win32.php