Commit Graph

43156 Commits

Author SHA1 Message Date
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
Felipe Pena
359690898e - Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
patch by Christian seiler
2008-10-07 18:17:44 +00:00
Felipe Pena
a417250c99 - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event) 2008-10-07 15:27:06 +00:00
Felipe Pena
3e4ce566dd - Fixed code ("Division by zero" anymore) 2008-10-07 12:49:35 +00:00
959a00b4c7 ChangeLog update 2008-10-07 01:32:15 +00:00
Kalle Sommer Nielsen
e659b7d6c1 * is_output and is_null parameters are now booleans instead of int in mssql_bind
* Added missing conditional from old parameter parsing
2008-10-06 21:50:18 +00:00
Felipe Pena
b1336de160 - Fixed compiler warning 2008-10-06 15:13:27 +00:00
Felipe Pena
82eaeb6bfe - Fixed bug #45373 (php crash on query with errors in params) 2008-10-06 14:28:29 +00:00
Derick Rethans
00ac4cac45 - Updated to version 2008.7 (2008g) 2008-10-06 14:27:33 +00:00
d33735edb9 ChangeLog update 2008-10-06 01:32:11 +00:00
Ilia Alshanetsky
23d4a387c2 MFB: Fixed a few signedness warnings 2008-10-06 01:19:07 +00:00
Felipe Pena
0d4b0f20f9 - Fixed bug #46238 (Segmentation fault on static call with empty string method) 2008-10-06 00:35:20 +00:00
Etienne Kneuss
002e17d501 Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 2008-10-05 14:19:55 +00:00
Kalle Sommer Nielsen
0acb6c09bc New parameter parsing API (with lots of help from Felipe) 2008-10-05 04:55:33 +00:00