Commit Graph

43169 Commits

Author SHA1 Message Date
Ilia Alshanetsky
9219be30f4 MFB: removed dead-code 2008-10-15 22:57:22 +00:00
Kalle Sommer Nielsen
e667c25403 [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
Felipe Pena
faadae148b - Fixed possible efree(NULL) 2008-10-15 13:34:13 +00:00
a2ce3456c7 ChangeLog update 2008-10-15 01:32:07 +00:00
Ilia Alshanetsky
af8866961f MFB: Fixed bug #46271 (local_cert option is not resolved to full path) 2008-10-14 23:39:02 +00:00
Johannes Schlüter
d4f7133441 Add PDO::MYSQL_ATTR_COMPRESS connection flag 2008-10-14 19:00:11 +00:00
Felipe Pena
208e1b8a22 - Added SKIPIF 2008-10-14 17:46:28 +00:00
Felipe Pena
31314f5256 - Fixed test 2008-10-14 17:37:13 +00:00
Felipe Pena
469e58a2a1 - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE) 2008-10-14 17:34:11 +00:00
05b7ce7f13 ChangeLog update 2008-10-14 01:32:10 +00:00
Greg Beaver
51e82ec848 MFB: last test for cached phar copy on write (forgot this one yesterday) 2008-10-14 00:38:11 +00:00
Felipe Pena
ee5494ac9e - Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
Patch by Tony
2008-10-13 13:41:16 +00:00
Derick Rethans
7dd5608d9d - Updated to version 2008.8 (2008h) 2008-10-13 11:45:32 +00:00
Greg Beaver
1838c130c9 MFB: increase code coverage 2008-10-13 04:50:45 +00:00
Greg Beaver
072f4489de MFB: add complete tests verifying copy-on-write for cached phars 2008-10-13 04:21:19 +00:00
3c11fef49a ChangeLog update 2008-10-13 01:32:06 +00:00
Greg Beaver
0315794cf4 MFB: fix faulty tests 2008-10-12 23:33:08 +00:00
Antony Dovgal
79ec5dc2b9 fix ZTS build 2008-10-12 21:09:10 +00:00
Greg Beaver
15fc837b99 MFB: fix incorrect key for Phar destructor 2008-10-12 19:45:12 +00:00
Greg Beaver
c448cb165c MFB: add tests for copy-on-write support
- fix metadata handling with cached phars
 - fix virtual_dirs with rmdir
 - ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data
2008-10-12 19:40:30 +00:00
Greg Beaver
4bd8bacde7 add missing --INI-- section 2008-10-12 18:54:13 +00:00
Greg Beaver
10d023be20 MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods 2008-10-12 06:53:52 +00:00
Greg Beaver
cd15c694ec fix test files 2008-10-12 06:44:01 +00:00
Greg Beaver
5540b03782 need to re-add as binary 2008-10-12 06:43:46 +00:00
Greg Beaver
6850f3276b increase code coverage 2008-10-12 05:41:34 +00:00
4a79de35c5 ChangeLog update 2008-10-12 01:32:08 +00:00
Greg Beaver
692222f12a MFB: fix links for fseek as well 2008-10-11 22:21:07 +00:00
Greg Beaver
44cb95a53d MFB: fix reading links from streams (works with PharFileInfo->getContent()) 2008-10-11 22:12:18 +00:00
Greg Beaver
df7756f244 MFB: cosmetics/maintainability: reduce code redundancy on error conditions 2008-10-11 21:23:13 +00:00
Greg Beaver
7a04372a2d MFB: work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression 2008-10-11 21:02:53 +00:00
Greg Beaver
236f646bab MFB fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
MFB add concatenation option to bz2.decompress stream filter
2008-10-11 19:14:48 +00:00
ffe9c50bf5 ChangeLog update 2008-10-11 01:32:12 +00:00
Kalle Sommer Nielsen
ef464f7872 Add missing zend_parse_paramters_none() in pdo_drivers() 2008-10-10 23:37:51 +00:00
Stanislav Malyshev
1b993e8778 improve OCI detection 2008-10-10 20:05:31 +00:00
Felipe Pena
743d0d1cf1 - Added skipif (Opss :)) 2008-10-10 19:52:55 +00:00
Felipe Pena
9554edb901 - New test 2008-10-10 19:49:20 +00:00
Felipe Pena
edd40fc41d - Static'fication 2008-10-10 19:35:15 +00:00
Felipe Pena
0c71486c59 - Fixed tests 2008-10-10 16:56:28 +00:00
Felipe Pena
fc620fe30f - Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
Initial patch by: chsc at peytz dot dk

MFB:
- Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causes unexpected behavior)
- Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)
2008-10-10 16:46:10 +00:00
Dmitry Stogov
a54d8e5d08 Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 2008-10-10 15:19:22 +00:00
Felipe Pena
cdeea98d37 - Fixed bug #44251 (Question mark and an escaped singel quote lead to an exception)
- Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
  Patch by: tsteiner at nerdclub dot net
2008-10-10 12:08:07 +00:00
e541c64464 ChangeLog update 2008-10-10 01:32:45 +00:00
Kalle Sommer Nielsen
470a843f8f * Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!)
* Changed int to be long in mssql_num_fields
2008-10-09 18:33:25 +00:00
Felipe Pena
58b7edba10 - Fixed bug pecl#9641 (Unable to add driver specific methods to PDOStatement) 2008-10-09 12:59:47 +00:00
ba1f8c354c ChangeLog update 2008-10-09 01:33:07 +00:00
Felipe Pena
48b9214773 - Fix typo 2008-10-09 01:08:31 +00:00
Greg Beaver
a4f39f7fa4 MFB: fix bug #45907: undefined reference to PHP_SHA512Init 2008-10-09 00:51:27 +00:00
Ilia Alshanetsky
b2b212bbcf MFB: use proper macro 2008-10-08 23:04:58 +00:00
Derick Rethans
194577d7a6 - Fixed mime-type generation.
#- Charset markers need to be prepended with ; -- the tests were also wrong.
2008-10-08 09:44:12 +00:00
e4e78cca77 ChangeLog update 2008-10-08 01:32:17 +00:00