⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdb.reg

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 REG
📖 第 1 页 / 共 2 页
字号:
- added MDB::isConnection()- fixed issues in MDB::singleton() if instances of MDB have been disconnectedtest suite:- minor improvements to the test suite- fixed most CS issues in the test suite- fixed bug in test suite (user_id was incorrectly set to type text instead of integer)- added a test for MDB::singleton()MDB_Common:- fixed bug in support() that would result in always returning true- fixed bug in getValue() when $type is empty- fixed bug in getDSN() incorrect handling of port value- fixed bug in currID() which would result in a fatal error- fixed the common implementation of fetchInto()- added MDB_FETCHMODE_ASSOC to the common implementation of fetchInto()All drivers:- backported several fixes from HEAD to each of the drivers- fixed bug in extension detection in all drivers- fixed bug 22328- added notes at the top of the driver regarding driver specfic issues- disconnect now unsets instead of overwriting with '' in $GLOBALS['_MDB_databases']- added optimize option- lowercase keys in associative results if optimize option is set to portabilityMySQL driver:- fixed bug in the transaction support detection in the manager classInterbase driver:- now passes all but the transaction test- now also supports associative fetching- added missing getTypeDeclaration() method- fixed replace emulation- fixed bug in interbase driver LOB handling- fixed autofree in fetchInto()Oracle driver:- fixed autofree in fetchInto()- fixed a typo in convertResult()MSSQL driver:- now passes all tests- numerous bug fixesFBSQL driver:- numerous bug fixes to all parts of the driver (especially to the connection handling,datatype abstraction, limit support and manager class)PGSQL driver:- fixed a bug in the error code mapping due to changes in recent PostGreSQL versions";}i:3;a:4:{s:7:"version";s:5:"1.1.3";s:12:"release_date";s:10:"2003-06-13";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:254:"- added MDB::singleton()- added MDB_Common destructor- fixed serious issue in fetch[One|Row|Col|All] which prevented result sets to be free-ed correctly- improvements to the manager test suite- added MSSQL driver (alpha)- improved Frontbase driver";}i:4;a:4:{s:7:"version";s:9:"1.1.3-RC2";s:12:"release_date";s:10:"2003-06-03";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:197:"- added MDB::singleton()- added MDB_Common destructor- fixed serious issue in fetch[One|Row|Col|All] which prevented result sets to be free-ed correctly- improvements to the manager test suite";}i:5;a:4:{s:7:"version";s:9:"1.1.3-RC1";s:12:"release_date";s:10:"2003-06-01";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:197:"- added MDB::singleton()- added MDB_Common destructor- fixed serious issue in fetch[One|Row|Col|All] which prevented result sets to be free-ed correctly- improvements to the manager test suite";}i:6;a:4:{s:7:"version";s:5:"1.1.2";s:12:"release_date";s:10:"2003-04-23";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:751:"- This is mainly a bug fix release- 4 new driver were added  Oracle (still Beta)  Frontbase (still Alpha)  Interbase/Firebird (still Alpha, due to missing features)  Querysim  - All get*Value() methods (excet get*lobValue() for now) will convert a php NULL into an SQL NULL    (resulting in API changes in the NULL handling of the get*Value() and replace() methods)  - REPLACE emulation now works more similar to how MySQLs REPLACE works  - Moved code from the Common constructor into MDB::connect()  - Moved code from the Driver constructor into the drivers connect method  - PostGreSQL reverse engineering partly implemented  - Made the MDB_Date classe behave more similar to PEAR::Date (especially in regards to daylight saving time)";}i:7;a:4:{s:7:"version";s:5:"1.1.1";s:12:"release_date";s:10:"2002-11-26";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:672:"Since the changelog for the 1.1.0 release was incomplete here follows the complete list of changes from the 1.0 release:Minor bugfixes and PHPDoc enhancementsPEAR-ized directory structure and class namesAdded PHPUnit test suite (browser and cli)Manager.php does not load MDB.php anymore (include MDB.php instead and use MDB::loadFile())MDB::connect() does not need to be modified anymore to add support for a new driverAPI changes:- MDB_common::loadExtension renamed to MDB_common::loadModule- MDB::assertExtension was dropped in favor of PEAR::loadExtension- MDB::loadFile was added to load additional files (from now on only MDB.php will be included directly)";}i:8;a:4:{s:7:"version";s:5:"1.1.0";s:12:"release_date";s:10:"2002-11-24";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:121:"PEAR-ized directory structure and class namesAdded PHPUnit test suite (browser and cli)Minor bugfixes and API changes";}i:9;a:4:{s:7:"version";s:8:"1.1.0pl1";s:12:"release_date";s:10:"2002-11-25";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:63:"Fixed issue of metapear_test_db.schema being in the wrong dir";}i:10;a:4:{s:7:"version";s:8:"1.0.1RC1";s:12:"release_date";s:10:"2002-11-14";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:103:"PEAR-ized directory structure and class namesAdded PHPUnit test suiteMinor bugfixes and API changes";}i:11;a:4:{s:7:"version";s:3:"1.0";s:12:"release_date";s:10:"2002-09-08";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:122:"First stable release (repackaged RC4). Added Paul Cooper to the list of contributors. Please see README.txt for details.";}i:12;a:4:{s:7:"version";s:7:"1.0_RC4";s:12:"release_date";s:10:"2002-09-07";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:109:"Just minor bugs fixes and beautifications in several places. Added skeleton drivers to help driver authors.";}i:13;a:4:{s:7:"version";s:7:"1.0_RC3";s:12:"release_date";s:10:"2002-09-05";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:332:"this is release candidate 3 for MDB 1.0 featuring: major fixes and improvements to the MDB manager; bug fixes to the parser and date; both the mysql and the postgresql driver can now run query() without being connected to a specific database; added xsl that can render xml schema files to html; added initial version of a tutorial";}i:14;a:4:{s:7:"version";s:7:"1.0_RC2";s:12:"release_date";s:10:"2002-08-21";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:203:"this is release candidate 2 for MDB 1.0 featuring: major fixes and improvements to the MDB manager; totaly new XML_Parser based parser with much improved speed; moved date functions to a seperate class";}i:15;a:4:{s:7:"version";s:7:"1.0_RC1";s:12:"release_date";s:10:"2002-08-11";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:171:"this is the first release candidate for MDB 1.0; it contains mostly cosmetic changes but also improvements to reverse engineering of xml schemas from existing MySQL DBs.";}i:16;a:4:{s:7:"version";s:6:"0.9.11";s:12:"release_date";s:10:"2002-08-05";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:141:"made feature improvements and bug fixs to the manager; pgsql core driver now passes the driver test suite; lob support cleanup considerably";}i:17;a:4:{s:7:"version";s:6:"0.9.10";s:12:"release_date";s:10:"2002-07-30";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:62:"cleanups all over MDB; large improvements to the MDB manager";}i:18;a:4:{s:7:"version";s:5:"0.9.9";s:12:"release_date";s:10:"2002-07-17";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:118:"Further cleanups to the API;fixes to the pgsql driver; manager can now reverse engineer sequences into an xml schema";}i:19;a:4:{s:7:"version";s:5:"0.9.8";s:12:"release_date";s:10:"2002-07-04";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:146:"Further cleanups to the API (especially for sending the types of to be fetched data);added initial pgsql manager class; formatting and eol fixes";}i:20;a:4:{s:7:"version";s:7:"0.9.7.1";s:12:"release_date";s:10:"2002-06-20";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:191:"Bugfix release: fetchInto in the pgsql driver and baseFetchInto fixed to handle when now run numbers is passed to the method; mysql subselect emulation now returns NULL if no data is found;";}i:21;a:4:{s:7:"version";s:5:"0.9.7";s:12:"release_date";s:10:"2002-06-20";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:214:"PHPDoc have now been added to all methods in common.php; some API changes, mostly to the transaction methods; introduced a simple subselect emulation; added postgresql driver; fix fetchInto in the pear db wrapper";}i:22;a:4:{s:7:"version";s:5:"0.9.6";s:12:"release_date";s:10:"2002-06-12";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:239:"fixed a serious bug in parser.php that prevented tables from being initialized correctly; added several new methods to better match the PEAR DB feature set; added PHPDoc comments to most methods in common.php; more formating improvements";}i:23;a:4:{s:7:"version";s:5:"0.9.5";s:12:"release_date";s:10:"2002-06-05";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:133:"added autofree option; dropped setup() infavor of class contructors; minor changes to the API; improvements to the Metabase wrapper";}i:24;a:4:{s:7:"version";s:5:"0.9.4";s:12:"release_date";s:10:"2002-05-31";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:260:"Moved all DB management methods into a seperate class that is loaded on demand; MDB manager can now create an xml schema file from an existing DB;Improvements to the error handling, XMl schema manager and Metabase Wrapper as well as general formatting tweaks";}i:25;a:4:{s:7:"version";s:5:"0.9.3";s:12:"release_date";s:10:"2002-05-17";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:153:"MDB now uses the currect include path in all situations; improvements to the error handling (thx to Christian Dickmann) and  the pear wrapper were made";}i:26;a:4:{s:7:"version";s:5:"0.9.1";s:12:"release_date";s:10:"2002-05-03";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:29:"fixed errors in package.xml";}i:27;a:4:{s:7:"version";s:3:"0.9";s:12:"release_date";s:10:"2002-05-03";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:31:"First packaged release of MDB";}}s:13:"_lastmodified";i:1124122349;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -