]> granicus.if.org Git - php/log
php
16 years ago- Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using...
Felipe Pena [Tue, 14 Oct 2008 17:34:11 +0000 (17:34 +0000)]
- Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)

16 years agoChangeLog update
<changelog@php.net> [Tue, 14 Oct 2008 01:32:10 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: last test for cached phar copy on write (forgot this one yesterday)
Greg Beaver [Tue, 14 Oct 2008 00:38:11 +0000 (00:38 +0000)]
MFB: last test for cached phar copy on write (forgot this one yesterday)

16 years ago- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
Felipe Pena [Mon, 13 Oct 2008 13:41:16 +0000 (13:41 +0000)]
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
  Patch by Tony

16 years ago- Updated to version 2008.8 (2008h)
Derick Rethans [Mon, 13 Oct 2008 11:45:32 +0000 (11:45 +0000)]
- Updated to version 2008.8 (2008h)

16 years agoMFB: increase code coverage
Greg Beaver [Mon, 13 Oct 2008 04:50:45 +0000 (04:50 +0000)]
MFB: increase code coverage

16 years agoMFB: add complete tests verifying copy-on-write for cached phars
Greg Beaver [Mon, 13 Oct 2008 04:21:19 +0000 (04:21 +0000)]
MFB: add complete tests verifying copy-on-write for cached phars

16 years agoChangeLog update
<changelog@php.net> [Mon, 13 Oct 2008 01:32:06 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: fix faulty tests
Greg Beaver [Sun, 12 Oct 2008 23:33:08 +0000 (23:33 +0000)]
MFB: fix faulty tests

16 years agofix ZTS build
Antony Dovgal [Sun, 12 Oct 2008 21:09:10 +0000 (21:09 +0000)]
fix ZTS build

16 years agoMFB: fix incorrect key for Phar destructor
Greg Beaver [Sun, 12 Oct 2008 19:45:12 +0000 (19:45 +0000)]
MFB: fix incorrect key for Phar destructor

16 years agoMFB: add tests for copy-on-write support
Greg Beaver [Sun, 12 Oct 2008 19:40:30 +0000 (19:40 +0000)]
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

16 years agoadd missing --INI-- section
Greg Beaver [Sun, 12 Oct 2008 18:54:13 +0000 (18:54 +0000)]
add missing --INI-- section

16 years agoMFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods
Greg Beaver [Sun, 12 Oct 2008 06:53:52 +0000 (06:53 +0000)]
MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods

16 years agofix test files
Greg Beaver [Sun, 12 Oct 2008 06:44:01 +0000 (06:44 +0000)]
fix test files

16 years agoneed to re-add as binary
Greg Beaver [Sun, 12 Oct 2008 06:43:46 +0000 (06:43 +0000)]
need to re-add as binary

16 years agoincrease code coverage
Greg Beaver [Sun, 12 Oct 2008 05:41:34 +0000 (05:41 +0000)]
increase code coverage

16 years agoChangeLog update
<changelog@php.net> [Sun, 12 Oct 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: fix links for fseek as well
Greg Beaver [Sat, 11 Oct 2008 22:21:07 +0000 (22:21 +0000)]
MFB: fix links for fseek as well

16 years agoMFB: fix reading links from streams (works with PharFileInfo->getContent())
Greg Beaver [Sat, 11 Oct 2008 22:12:18 +0000 (22:12 +0000)]
MFB: fix reading links from streams (works with PharFileInfo->getContent())

16 years agoMFB: cosmetics/maintainability: reduce code redundancy on error conditions
Greg Beaver [Sat, 11 Oct 2008 21:23:13 +0000 (21:23 +0000)]
MFB: cosmetics/maintainability: reduce code redundancy on error conditions

16 years agoMFB: work around crap stream filter implementation, update tests for compressed alias...
Greg Beaver [Sat, 11 Oct 2008 21:02:53 +0000 (21:02 +0000)]
MFB: work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression

16 years agoMFB fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after...
Greg Beaver [Sat, 11 Oct 2008 19:14:48 +0000 (19:14 +0000)]
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

16 years agoChangeLog update
<changelog@php.net> [Sat, 11 Oct 2008 01:32:12 +0000 (01:32 +0000)]
ChangeLog update

16 years agoAdd missing zend_parse_paramters_none() in pdo_drivers()
Kalle Sommer Nielsen [Fri, 10 Oct 2008 23:37:51 +0000 (23:37 +0000)]
Add missing zend_parse_paramters_none() in pdo_drivers()

16 years agoimprove OCI detection
Stanislav Malyshev [Fri, 10 Oct 2008 20:05:31 +0000 (20:05 +0000)]
improve OCI detection

16 years ago- Added skipif (Opss :))
Felipe Pena [Fri, 10 Oct 2008 19:52:55 +0000 (19:52 +0000)]
- Added skipif (Opss :))

16 years ago- New test
Felipe Pena [Fri, 10 Oct 2008 19:49:20 +0000 (19:49 +0000)]
- New test

16 years ago- Static'fication
Felipe Pena [Fri, 10 Oct 2008 19:35:15 +0000 (19:35 +0000)]
- Static'fication

16 years ago- Fixed tests
Felipe Pena [Fri, 10 Oct 2008 16:56:28 +0000 (16:56 +0000)]
- Fixed tests

16 years ago- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
Felipe Pena [Fri, 10 Oct 2008 16:46:10 +0000 (16:46 +0000)]
- 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)

16 years agoFixed bug #46246 (difference between call_user_func(array($this, $method)) and $this...
Dmitry Stogov [Fri, 10 Oct 2008 15:19:22 +0000 (15:19 +0000)]
Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())

16 years ago- Fixed bug #44251 (Question mark and an escaped singel quote lead to an exception)
Felipe Pena [Fri, 10 Oct 2008 12:08:07 +0000 (12:08 +0000)]
- 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

16 years agoChangeLog update
<changelog@php.net> [Fri, 10 Oct 2008 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

16 years ago* Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!)
Kalle Sommer Nielsen [Thu, 9 Oct 2008 18:33:25 +0000 (18:33 +0000)]
* Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!)
* Changed int to be long in mssql_num_fields

16 years ago- Fixed bug pecl#9641 (Unable to add driver specific methods to PDOStatement)
Felipe Pena [Thu, 9 Oct 2008 12:59:47 +0000 (12:59 +0000)]
- Fixed bug pecl#9641 (Unable to add driver specific methods to PDOStatement)

16 years agoChangeLog update
<changelog@php.net> [Thu, 9 Oct 2008 01:33:07 +0000 (01:33 +0000)]
ChangeLog update

16 years ago- Fix typo
Felipe Pena [Thu, 9 Oct 2008 01:08:31 +0000 (01:08 +0000)]
- Fix typo

16 years agoMFB: fix bug #45907: undefined reference to PHP_SHA512Init
Greg Beaver [Thu, 9 Oct 2008 00:51:27 +0000 (00:51 +0000)]
MFB: fix bug #45907: undefined reference to PHP_SHA512Init

16 years agoMFB: use proper macro
Ilia Alshanetsky [Wed, 8 Oct 2008 23:04:58 +0000 (23:04 +0000)]
MFB: use proper macro

16 years ago- Fixed mime-type generation.
Derick Rethans [Wed, 8 Oct 2008 09:44:12 +0000 (09:44 +0000)]
- Fixed mime-type generation.
#- Charset markers need to be prepended with ; -- the tests were also wrong.

16 years agoChangeLog update
<changelog@php.net> [Wed, 8 Oct 2008 01:32:17 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
Felipe Pena [Tue, 7 Oct 2008 18:17:44 +0000 (18:17 +0000)]
- Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
  patch by Christian seiler

16 years ago- Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without...
Felipe Pena [Tue, 7 Oct 2008 15:27:06 +0000 (15:27 +0000)]
- Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event)

16 years ago- Fixed code ("Division by zero" anymore)
Felipe Pena [Tue, 7 Oct 2008 12:49:35 +0000 (12:49 +0000)]
- Fixed code ("Division by zero" anymore)

16 years agoChangeLog update
<changelog@php.net> [Tue, 7 Oct 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update

16 years ago* is_output and is_null parameters are now booleans instead of int in mssql_bind
Kalle Sommer Nielsen [Mon, 6 Oct 2008 21:50:18 +0000 (21:50 +0000)]
* is_output and is_null parameters are now booleans instead of int in mssql_bind
* Added missing conditional from old parameter parsing

16 years ago- Fixed compiler warning
Felipe Pena [Mon, 6 Oct 2008 15:13:27 +0000 (15:13 +0000)]
- Fixed compiler warning

16 years ago- Fixed bug #45373 (php crash on query with errors in params)
Felipe Pena [Mon, 6 Oct 2008 14:28:29 +0000 (14:28 +0000)]
- Fixed bug #45373 (php crash on query with errors in params)

16 years ago- Updated to version 2008.7 (2008g)
Derick Rethans [Mon, 6 Oct 2008 14:27:33 +0000 (14:27 +0000)]
- Updated to version 2008.7 (2008g)

16 years agoChangeLog update
<changelog@php.net> [Mon, 6 Oct 2008 01:32:11 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: Fixed a few signedness warnings
Ilia Alshanetsky [Mon, 6 Oct 2008 01:19:07 +0000 (01:19 +0000)]
MFB: Fixed a few signedness warnings

16 years ago- Fixed bug #46238 (Segmentation fault on static call with empty string method)
Felipe Pena [Mon, 6 Oct 2008 00:35:20 +0000 (00:35 +0000)]
- Fixed bug #46238 (Segmentation fault on static call with empty string method)

16 years agoFix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninit...
Etienne Kneuss [Sun, 5 Oct 2008 14:19:55 +0000 (14:19 +0000)]
Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite)

16 years agoNew parameter parsing API (with lots of help from Felipe)
Kalle Sommer Nielsen [Sun, 5 Oct 2008 04:55:33 +0000 (04:55 +0000)]
New parameter parsing API (with lots of help from Felipe)

16 years ago- Initialize variable
Felipe Pena [Sun, 5 Oct 2008 04:36:18 +0000 (04:36 +0000)]
- Initialize variable

16 years agoFixed #46164 (stream_filter_remove() closes the stream)
Arnaud Le Blanc [Sun, 5 Oct 2008 01:40:02 +0000 (01:40 +0000)]
Fixed #46164 (stream_filter_remove() closes the stream)

16 years agoChangeLog update
<changelog@php.net> [Sun, 5 Oct 2008 01:32:03 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed bug #44991 (Compile Failure With freetds0.82) (patch by jklowden at freetds...
Felipe Pena [Sat, 4 Oct 2008 12:54:32 +0000 (12:54 +0000)]
- Fixed bug #44991 (Compile Failure With freetds0.82) (patch by jklowden at freetds dot org)

16 years ago- Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
Felipe Pena [Sat, 4 Oct 2008 12:51:51 +0000 (12:51 +0000)]
- Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
- MFB: Fix #35032; pdo_dblib doesn't find includes on some systems

16 years ago- Fix build
Felipe Pena [Sat, 4 Oct 2008 12:44:58 +0000 (12:44 +0000)]
- Fix build

16 years agoChangeLog update
<changelog@php.net> [Sat, 4 Oct 2008 01:32:37 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed:
Felipe Pena [Fri, 3 Oct 2008 17:18:31 +0000 (17:18 +0000)]
- Fixed:
 - Some segfaults when no connection is open
 - Warning about cfg_get_long (Kalle)
- New parameter parsing API

16 years ago- MFB: Declarations MUST BE done in the beginning of a context
Pierre Joye [Fri, 3 Oct 2008 16:20:56 +0000 (16:20 +0000)]
- MFB: Declarations MUST BE done in the beginning of a context

16 years agoAdds signal handling around popen/pclose in mail.c.
Mikko Koppanen [Fri, 3 Oct 2008 13:31:21 +0000 (13:31 +0000)]
Adds signal handling around popen/pclose in mail.c.
Related information on bugs #8992 and #14032
Original patch by D. Parthey

16 years agoChangeLog update
<changelog@php.net> [Fri, 3 Oct 2008 01:31:55 +0000 (01:31 +0000)]
ChangeLog update

16 years agoCommittting tests for Olafur Waage
Zoe Slattery [Thu, 2 Oct 2008 20:07:15 +0000 (20:07 +0000)]
Committting tests for Olafur Waage

16 years agoUse enum alternative instead of explicit value
Etienne Kneuss [Thu, 2 Oct 2008 19:53:48 +0000 (19:53 +0000)]
Use enum alternative instead of explicit value

16 years agouse HashPosition to prevent race condition in multithreaded env
Antony Dovgal [Thu, 2 Oct 2008 08:46:04 +0000 (08:46 +0000)]
use HashPosition to prevent race condition in multithreaded env

16 years ago- New test
Felipe Pena [Thu, 2 Oct 2008 03:31:27 +0000 (03:31 +0000)]
- New test

16 years ago- Fixed bug #46215 (json_encode mutates its parameter and has some class-specific...
Felipe Pena [Thu, 2 Oct 2008 03:30:54 +0000 (03:30 +0000)]
- Fixed bug #46215 (json_encode mutates its parameter and has some class-specific state)

16 years agoChangeLog update
<changelog@php.net> [Thu, 2 Oct 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

16 years agoImprove order in MINFO output
Johannes Schlüter [Wed, 1 Oct 2008 21:35:27 +0000 (21:35 +0000)]
Improve order in MINFO output

16 years agoMFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
Ilia Alshanetsky [Wed, 1 Oct 2008 20:31:02 +0000 (20:31 +0000)]
MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
strings).

16 years agoHandle failed connections right
Johannes Schlüter [Wed, 1 Oct 2008 19:46:58 +0000 (19:46 +0000)]
Handle failed connections right

16 years agoFix test
Johannes Schlüter [Wed, 1 Oct 2008 19:45:02 +0000 (19:45 +0000)]
Fix test

16 years agoinitialize variable
Antony Dovgal [Wed, 1 Oct 2008 14:30:50 +0000 (14:30 +0000)]
initialize variable

16 years agoAdded ability to send user defined HTTP headers with SOAP request
Dmitry Stogov [Wed, 1 Oct 2008 13:13:49 +0000 (13:13 +0000)]
Added ability to send user defined HTTP headers with SOAP request

16 years agoRemove license condition that is no longer required.
Scott MacVicar [Wed, 1 Oct 2008 11:01:26 +0000 (11:01 +0000)]
Remove license condition that is no longer required.

16 years agoFixed bug #43045 (SOAP encoding violation on "INF" for type double/float)
Dmitry Stogov [Wed, 1 Oct 2008 08:43:21 +0000 (08:43 +0000)]
Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)

16 years agoFixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
Dmitry Stogov [Wed, 1 Oct 2008 07:30:52 +0000 (07:30 +0000)]
Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)

16 years agoChangeLog update
<changelog@php.net> [Wed, 1 Oct 2008 01:31:50 +0000 (01:31 +0000)]
ChangeLog update

16 years agouse getenv
Rob Richards [Tue, 30 Sep 2008 15:10:34 +0000 (15:10 +0000)]
use getenv

16 years agoinitialize keyresource
Rob Richards [Tue, 30 Sep 2008 14:40:58 +0000 (14:40 +0000)]
initialize keyresource

16 years agofix test (thanks Tony)
Greg Beaver [Tue, 30 Sep 2008 13:25:54 +0000 (13:25 +0000)]
fix test (thanks Tony)

16 years agoWindows requires SystemRoot env var to run tests
Rob Richards [Tue, 30 Sep 2008 13:21:17 +0000 (13:21 +0000)]
Windows requires SystemRoot env var to run tests

16 years agoSQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
Scott MacVicar [Tue, 30 Sep 2008 11:13:43 +0000 (11:13 +0000)]
SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite

16 years agoMFB: fix Bug #46194: SIGSEGV when requested file is not found
Greg Beaver [Tue, 30 Sep 2008 02:40:37 +0000 (02:40 +0000)]
MFB: fix Bug #46194: SIGSEGV when requested file is not found

16 years agoChangeLog update
<changelog@php.net> [Tue, 30 Sep 2008 01:32:07 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix #46192 (Serialization of ArrayObject with objects as storage)
Etienne Kneuss [Mon, 29 Sep 2008 22:42:49 +0000 (22:42 +0000)]
Fix #46192 (Serialization of ArrayObject with objects as storage)

16 years agoFree persistent cache and improve MINFO output
Johannes Schlüter [Mon, 29 Sep 2008 21:20:36 +0000 (21:20 +0000)]
Free persistent cache and improve MINFO output

16 years agoNo mysqli stuff in ext/mysql
Johannes Schlüter [Mon, 29 Sep 2008 21:15:16 +0000 (21:15 +0000)]
No mysqli stuff in ext/mysql

16 years agofix bug #46185 (importNode changes the namespace of an XML element)
Rob Richards [Mon, 29 Sep 2008 16:52:03 +0000 (16:52 +0000)]
fix bug #46185 (importNode changes the namespace of an XML element)
add test

16 years agoChangeLog update
<changelog@php.net> [Mon, 29 Sep 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

16 years agofix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)
Rob Richards [Sun, 28 Sep 2008 11:59:54 +0000 (11:59 +0000)]
fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)

16 years agoChangeLog update
<changelog@php.net> [Sun, 28 Sep 2008 01:31:55 +0000 (01:31 +0000)]
ChangeLog update

16 years agoAvoid updating upload progress information too frequently on high transfert
Arnaud Le Blanc [Sat, 27 Sep 2008 09:08:41 +0000 (09:08 +0000)]
Avoid updating upload progress information too frequently on high transfert
rate.
[DOC] (HEAD only)
Added session.upload_progress.min_freq
http://wiki.php.net/rfc/session_upload_progress

16 years agoChangeLog update
<changelog@php.net> [Sat, 27 Sep 2008 01:32:19 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: fix 017.phpt in streams.c, and very dangerous intercepting of file functions...
Greg Beaver [Fri, 26 Sep 2008 23:35:11 +0000 (23:35 +0000)]
MFB: fix 017.phpt in streams.c, and very dangerous intercepting of file functions in all cases introduced in multi-threaded fix

16 years agoMFB: fix bug #46178: memory leak in ext/phar
Greg Beaver [Fri, 26 Sep 2008 16:30:10 +0000 (16:30 +0000)]
MFB: fix bug #46178: memory leak in ext/phar