]>
granicus.if.org Git - php/log
Scott MacVicar [Tue, 14 Oct 2008 09:56:25 +0000 (09:56 +0000)]
Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically.
Greg Beaver [Tue, 14 Oct 2008 00:38:01 +0000 (00:38 +0000)]
last test for cached phar copy on write (forgot this one yesterday)
Felipe Pena [Mon, 13 Oct 2008 13:44:32 +0000 (13:44 +0000)]
MFH:
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
Patch by Tony
Derick Rethans [Mon, 13 Oct 2008 11:45:39 +0000 (11:45 +0000)]
- Updated to version 2008.8 (2008h)
Greg Beaver [Mon, 13 Oct 2008 04:50:37 +0000 (04:50 +0000)]
increase code coverage
Greg Beaver [Mon, 13 Oct 2008 04:21:09 +0000 (04:21 +0000)]
add complete tests verifying copy-on-write for cached phars
Greg Beaver [Sun, 12 Oct 2008 23:32:50 +0000 (23:32 +0000)]
fix faulty tests
Antony Dovgal [Sun, 12 Oct 2008 21:09:22 +0000 (21:09 +0000)]
MFH: fix ZTS build
Greg Beaver [Sun, 12 Oct 2008 19:45:01 +0000 (19:45 +0000)]
fix incorrect key for Phar destructor
Greg Beaver [Sun, 12 Oct 2008 19:40:11 +0000 (19:40 +0000)]
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
Greg Beaver [Sun, 12 Oct 2008 18:54:00 +0000 (18:54 +0000)]
add missing --INI-- section
Greg Beaver [Sun, 12 Oct 2008 18:47:19 +0000 (18:47 +0000)]
re-add as binary
Greg Beaver [Sun, 12 Oct 2008 18:46:46 +0000 (18:46 +0000)]
oops, need to add as binary
Greg Beaver [Sun, 12 Oct 2008 18:45:46 +0000 (18:45 +0000)]
add missing file for tests
Felipe Pena [Sun, 12 Oct 2008 15:01:12 +0000 (15:01 +0000)]
- Fixed compiler warnings
Felipe Pena [Sun, 12 Oct 2008 13:46:10 +0000 (13:46 +0000)]
- Removed unnecessary strcmp call (thanks Tony)
Felipe Pena [Sun, 12 Oct 2008 13:01:31 +0000 (13:01 +0000)]
- Complete the fix for #46274, and tests
Greg Beaver [Sun, 12 Oct 2008 06:53:32 +0000 (06:53 +0000)]
add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods
Greg Beaver [Sun, 12 Oct 2008 06:41:27 +0000 (06:41 +0000)]
re-add as binary
Greg Beaver [Sun, 12 Oct 2008 06:41:01 +0000 (06:41 +0000)]
stupid cvs added this as text
Greg Beaver [Sun, 12 Oct 2008 06:40:36 +0000 (06:40 +0000)]
fix files for advanced include_path test
Greg Beaver [Sun, 12 Oct 2008 05:41:22 +0000 (05:41 +0000)]
increase code coverage
Greg Beaver [Sat, 11 Oct 2008 22:20:57 +0000 (22:20 +0000)]
fix links for fseek as well
Greg Beaver [Sat, 11 Oct 2008 22:12:07 +0000 (22:12 +0000)]
fix reading links from streams (works with PharFileInfo->getContent())
Greg Beaver [Sat, 11 Oct 2008 21:22:58 +0000 (21:22 +0000)]
cosmetics/maintainability: reduce code redundancy on error conditions
Greg Beaver [Sat, 11 Oct 2008 20:57:08 +0000 (20:57 +0000)]
work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression
Greg Beaver [Sat, 11 Oct 2008 19:14:08 +0000 (19:14 +0000)]
fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
[DOC] add concatenation option to bz2.decompress stream filter
Felipe Pena [Sat, 11 Oct 2008 19:03:23 +0000 (19:03 +0000)]
- Fixed bug #46249 (pdo_pgsql always fill in NULL for empty BLOB)
- Fixed bug #46274 (pdo_pgsql - Segfault when using PDO::ATTR_STRINGIFY_FETCHES and blob)
Kalle Sommer Nielsen [Fri, 10 Oct 2008 23:38:14 +0000 (23:38 +0000)]
MFH:
Add missing zend_parse_paramters_none() in pdo_drivers()
Stanislav Malyshev [Fri, 10 Oct 2008 20:05:05 +0000 (20:05 +0000)]
improve OCI detection
Felipe Pena [Fri, 10 Oct 2008 19:53:20 +0000 (19:53 +0000)]
- Added skipif
Felipe Pena [Fri, 10 Oct 2008 19:49:42 +0000 (19:49 +0000)]
- New test
Felipe Pena [Fri, 10 Oct 2008 19:35:34 +0000 (19:35 +0000)]
- MFH: Static'fication
Felipe Pena [Fri, 10 Oct 2008 16:51:43 +0000 (16:51 +0000)]
- Fixed tests
Felipe Pena [Fri, 10 Oct 2008 16:47:15 +0000 (16:47 +0000)]
MFH:
- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
Initial patch by: chsc at peytz dot dk
Dmitry Stogov [Fri, 10 Oct 2008 15:19:35 +0000 (15:19 +0000)]
Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
Felipe Pena [Fri, 10 Oct 2008 12:10:41 +0000 (12:10 +0000)]
MFH:
- 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
Kalle Sommer Nielsen [Thu, 9 Oct 2008 18:34:20 +0000 (18:34 +0000)]
MFH:
* Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!)
* Changed int to be long in mssql_num_fields
Felipe Pena [Thu, 9 Oct 2008 13:00:58 +0000 (13:00 +0000)]
- MFH: Fixed bug pecl#9641 (Unable to add driver specific methods to PDOStatement) (patch by Christopher Jones)
Felipe Pena [Thu, 9 Oct 2008 01:08:55 +0000 (01:08 +0000)]
- Fix typo
Greg Beaver [Thu, 9 Oct 2008 00:51:10 +0000 (00:51 +0000)]
note fix to bug #45907: undefined reference to 'PHP_SHA512Init'
Greg Beaver [Thu, 9 Oct 2008 00:50:47 +0000 (00:50 +0000)]
fix bug #45907: undefined reference to PHP_SHA512Init
Ilia Alshanetsky [Wed, 8 Oct 2008 23:04:38 +0000 (23:04 +0000)]
use proper macro
Derick Rethans [Wed, 8 Oct 2008 09:44:24 +0000 (09:44 +0000)]
- MFH: Fixed mime-type generation.
#- Charset markers need to be prepended with ; -- the tests were also wrong.
Felipe Pena [Tue, 7 Oct 2008 18:18:45 +0000 (18:18 +0000)]
- MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
patch by Christian seiler
Felipe Pena [Tue, 7 Oct 2008 15:28:45 +0000 (15:28 +0000)]
- MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event)
Felipe Pena [Tue, 7 Oct 2008 12:51:21 +0000 (12:51 +0000)]
- MFH: Fixed code ("Division by zero" anymore)
Kalle Sommer Nielsen [Mon, 6 Oct 2008 21:50:48 +0000 (21:50 +0000)]
MFH:
* is_output and is_null parameters are now booleans instead of int in mssql_bind
* Added missing conditional from old parameter parsing
Ilia Alshanetsky [Mon, 6 Oct 2008 17:57:32 +0000 (17:57 +0000)]
Removed deprecated usage of zend_get_parameters_ex()
Felipe Pena [Mon, 6 Oct 2008 15:13:53 +0000 (15:13 +0000)]
- MFH: Fixed compiler warning
Felipe Pena [Mon, 6 Oct 2008 14:33:34 +0000 (14:33 +0000)]
- MFH: Fixed bug #45373 (php crash on query with errors in params)
Derick Rethans [Mon, 6 Oct 2008 14:27:41 +0000 (14:27 +0000)]
- Updated to version 2008.7 (2008g)
Ilia Alshanetsky [Mon, 6 Oct 2008 01:18:54 +0000 (01:18 +0000)]
Fixed a few signedness warnings
Felipe Pena [Mon, 6 Oct 2008 00:40:02 +0000 (00:40 +0000)]
- MFH: Fixed bug #46238 (Segmentation fault on static call with empty string method)
Etienne Kneuss [Sun, 5 Oct 2008 14:50:42 +0000 (14:50 +0000)]
Moved to NEWS in 5_2
Etienne Kneuss [Sun, 5 Oct 2008 14:20:55 +0000 (14:20 +0000)]
Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite)
Kalle Sommer Nielsen [Sun, 5 Oct 2008 04:55:49 +0000 (04:55 +0000)]
MFH: New parameter parsing API (with lots of help from Felipe)
Felipe Pena [Sun, 5 Oct 2008 04:38:01 +0000 (04:38 +0000)]
- MFH: Initialize variable
Arnaud Le Blanc [Sun, 5 Oct 2008 01:40:19 +0000 (01:40 +0000)]
MFH: Fixed #46164 (stream_filter_remove() closes the stream)
Felipe Pena [Sat, 4 Oct 2008 12:55:21 +0000 (12:55 +0000)]
- MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by jklowden at freetds dot org)
Felipe Pena [Sat, 4 Oct 2008 12:52:58 +0000 (12:52 +0000)]
- MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
Felipe Pena [Fri, 3 Oct 2008 17:21:50 +0000 (17:21 +0000)]
MFH:
- Fixed:
- Some segfaults when no connection is open
- Warning about cfg_get_long (Kalle)
- New parameter parsing API
Pierre Joye [Fri, 3 Oct 2008 16:19:49 +0000 (16:19 +0000)]
- Declarations MUST BE done in the beginning of a context
Mikko Koppanen [Fri, 3 Oct 2008 13:32:41 +0000 (13:32 +0000)]
Adds signal handling around popen/pclose in mail.c.
Related information on bugs #8992 and #14032
Original patch by D. Parthey
Zoe Slattery [Thu, 2 Oct 2008 20:09:54 +0000 (20:09 +0000)]
Committting tests for Olafur Waage
Etienne Kneuss [Thu, 2 Oct 2008 19:54:03 +0000 (19:54 +0000)]
MFH: Use enum alternative instead of explicit value
Antony Dovgal [Thu, 2 Oct 2008 08:46:16 +0000 (08:46 +0000)]
MFH: use HashPosition to prevent race condition in multithreaded env
Felipe Pena [Thu, 2 Oct 2008 03:36:52 +0000 (03:36 +0000)]
- New test
Felipe Pena [Thu, 2 Oct 2008 03:36:20 +0000 (03:36 +0000)]
- MFH: Fixed bug #46215 (json_encode mutates its parameter and has some class-specific state)
Johannes Schlüter [Wed, 1 Oct 2008 21:36:43 +0000 (21:36 +0000)]
MFH: Improve order in MINFO output
Ilia Alshanetsky [Wed, 1 Oct 2008 20:30:23 +0000 (20:30 +0000)]
Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
strings).
Johannes Schlüter [Wed, 1 Oct 2008 19:47:17 +0000 (19:47 +0000)]
MFH: Handle failed connections right
Johannes Schlüter [Wed, 1 Oct 2008 19:45:22 +0000 (19:45 +0000)]
MFH: Fix test
Antony Dovgal [Wed, 1 Oct 2008 14:31:01 +0000 (14:31 +0000)]
MFH: initialize variable
Dmitry Stogov [Wed, 1 Oct 2008 13:13:34 +0000 (13:13 +0000)]
Added ability to send user defined HTTP headers with SOAP request.
Scott MacVicar [Wed, 1 Oct 2008 11:03:15 +0000 (11:03 +0000)]
MFH: Fix bug #46209 - Remove license condition that is no longer required.
Dmitry Stogov [Wed, 1 Oct 2008 08:42:48 +0000 (08:42 +0000)]
Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)
Dmitry Stogov [Wed, 1 Oct 2008 07:30:31 +0000 (07:30 +0000)]
Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
Rob Richards [Tue, 30 Sep 2008 15:11:05 +0000 (15:11 +0000)]
MFH: use getenv
Rob Richards [Tue, 30 Sep 2008 14:41:49 +0000 (14:41 +0000)]
MFH: initialize keyresource
Greg Beaver [Tue, 30 Sep 2008 13:25:48 +0000 (13:25 +0000)]
fix test (thanks Tony)
Rob Richards [Tue, 30 Sep 2008 13:21:48 +0000 (13:21 +0000)]
MFH: Windows requires SystemRoot env var to run tests
Scott MacVicar [Tue, 30 Sep 2008 11:14:48 +0000 (11:14 +0000)]
MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
Greg Beaver [Tue, 30 Sep 2008 02:41:33 +0000 (02:41 +0000)]
note fix to Bug #46194 SIGSEGV when requested file is not found
Greg Beaver [Tue, 30 Sep 2008 02:40:17 +0000 (02:40 +0000)]
fix Bug #46194: SIGSEGV when requested file is not found
Etienne Kneuss [Mon, 29 Sep 2008 22:45:28 +0000 (22:45 +0000)]
MFH: Fix #46192 (Serialization of ArrayObject with objects as storage)
Johannes Schlüter [Mon, 29 Sep 2008 21:20:50 +0000 (21:20 +0000)]
MFH: Free persistent cache and improve MINFO output
Johannes Schlüter [Mon, 29 Sep 2008 21:18:31 +0000 (21:18 +0000)]
MFH: No mysqli stuff in ext/mysql
Rob Richards [Mon, 29 Sep 2008 16:53:08 +0000 (16:53 +0000)]
BFN
Rob Richards [Mon, 29 Sep 2008 16:52:45 +0000 (16:52 +0000)]
MFH: fix bug #46185 (importNode changes the namespace of an XML element)
add test
Rob Richards [Sun, 28 Sep 2008 12:00:37 +0000 (12:00 +0000)]
MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)
Greg Beaver [Fri, 26 Sep 2008 23:34:57 +0000 (23:34 +0000)]
fix 017.phpt in streams.c, and very dangerous intercepting of file functions in all cases introduced in multi-threaded fix
Greg Beaver [Fri, 26 Sep 2008 16:32:21 +0000 (16:32 +0000)]
note fix to Bug #46178 memory leak in ext/phar, remove 'useless entry' according to Hannes
Greg Beaver [Fri, 26 Sep 2008 16:29:44 +0000 (16:29 +0000)]
fix bug #46178: memory leak in ext/phar
Pierre Joye [Fri, 26 Sep 2008 13:29:11 +0000 (13:29 +0000)]
- add nts to the zip names
Sanjay Mantoor [Fri, 26 Sep 2008 11:53:48 +0000 (11:53 +0000)]
New testcases for array_diff_uassoc() function
Greg Beaver [Fri, 26 Sep 2008 04:54:08 +0000 (04:54 +0000)]
fix another memory leak
Greg Beaver [Fri, 26 Sep 2008 04:41:22 +0000 (04:41 +0000)]
fix obvious memory leak
Pierre Joye [Thu, 25 Sep 2008 15:00:59 +0000 (15:00 +0000)]
- MFH: add VC version and architecture to the created zip(s) names
Ilia Alshanetsky [Wed, 24 Sep 2008 23:43:28 +0000 (23:43 +0000)]
Fixed typo