]> granicus.if.org Git - php/log
php
16 years agofix test
Antony Dovgal [Thu, 24 Jul 2008 07:32:21 +0000 (07:32 +0000)]
fix test

16 years ago- Fixed tests
Felipe Pena [Thu, 24 Jul 2008 03:30:02 +0000 (03:30 +0000)]
- Fixed tests

16 years ago- Improved parameter handling
Felipe Pena [Thu, 24 Jul 2008 03:06:16 +0000 (03:06 +0000)]
- Improved parameter handling

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

16 years agoMFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain...
Scott MacVicar [Thu, 24 Jul 2008 01:01:43 +0000 (01:01 +0000)]
MFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO.

16 years agocorrected library search path order in tests
Hartmut Holzgraefe [Wed, 23 Jul 2008 21:41:27 +0000 (21:41 +0000)]
corrected library search path order in tests

16 years agoarray_intersect_ukey tests by Sanjay Mantoor
Lars Strojny [Wed, 23 Jul 2008 20:38:10 +0000 (20:38 +0000)]
array_intersect_ukey tests by Sanjay Mantoor

16 years agoimplement bug #14266
Stanislav Malyshev [Wed, 23 Jul 2008 20:22:28 +0000 (20:22 +0000)]
implement bug #14266

16 years agotypoes
Stanislav Malyshev [Wed, 23 Jul 2008 20:21:23 +0000 (20:21 +0000)]
typoes

16 years ago- Fixed an issue with "first <weekday> of" in case the first <weekday> was the
Derick Rethans [Wed, 23 Jul 2008 19:52:51 +0000 (19:52 +0000)]
- Fixed an issue with "first <weekday> of" in case the first <weekday> was the
  same day-of-week as the first day of the month.

16 years ago- Fixed tests
Felipe Pena [Wed, 23 Jul 2008 19:49:07 +0000 (19:49 +0000)]
- Fixed tests

16 years ago- New parameter parsing API
Felipe Pena [Wed, 23 Jul 2008 19:33:58 +0000 (19:33 +0000)]
- New parameter parsing API

16 years ago- Fixed bug #43452 (strings containing a weekday, or a number plus weekday
Derick Rethans [Wed, 23 Jul 2008 18:49:37 +0000 (18:49 +0000)]
- Fixed bug #43452 (strings containing a weekday, or a number plus weekday
  behaved incorrect of the current day-of-week was the same as the one in the
  phrase). (Derick)

16 years agoadd test
Stanislav Malyshev [Wed, 23 Jul 2008 18:46:09 +0000 (18:46 +0000)]
add test

16 years agoadd locale_accept_from_http
Stanislav Malyshev [Wed, 23 Jul 2008 18:45:10 +0000 (18:45 +0000)]
add locale_accept_from_http

16 years ago- Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
Felipe Pena [Wed, 23 Jul 2008 16:27:16 +0000 (16:27 +0000)]
- Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
  (patch by ilewis at uk dot ibm dot com)

16 years agoAllowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolved
Lars Strojny [Wed, 23 Jul 2008 16:10:14 +0000 (16:10 +0000)]
Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolved
to "unicode", in <6 to "string". This allows to easily write portable tests.
Patch by uw

16 years agoFix test (bug #44985)
Jani Taskinen [Wed, 23 Jul 2008 14:15:00 +0000 (14:15 +0000)]
Fix test (bug #44985)

16 years agoFixed bug#44897 - failed to prepare statement
Andrey Hristov [Wed, 23 Jul 2008 14:06:31 +0000 (14:06 +0000)]
Fixed bug#44897 - failed to prepare statement
After a PS "CALL()" we have at least one result set. If the SP does also some, then
we need to clean the wire more fool-proof.

16 years agoThis little detail seems MySQL version/setup dependent
Ulf Wendel [Wed, 23 Jul 2008 12:57:04 +0000 (12:57 +0000)]
This little detail seems MySQL version/setup dependent

16 years agoinvert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Antony Dovgal [Wed, 23 Jul 2008 11:24:35 +0000 (11:24 +0000)]
invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE

16 years agofix test
Antony Dovgal [Wed, 23 Jul 2008 10:26:39 +0000 (10:26 +0000)]
fix test

16 years agofix tests names
Antony Dovgal [Wed, 23 Jul 2008 10:22:58 +0000 (10:22 +0000)]
fix tests names

16 years agofix test
Antony Dovgal [Wed, 23 Jul 2008 09:49:11 +0000 (09:49 +0000)]
fix test

16 years agosync test with other branches
Antony Dovgal [Wed, 23 Jul 2008 09:29:09 +0000 (09:29 +0000)]
sync test with other branches

16 years agoMFB + Unicode:
Hartmut Holzgraefe [Wed, 23 Jul 2008 09:27:01 +0000 (09:27 +0000)]
MFB + Unicode:
added support for object ids in pg_lo_create() and pg_lo_import()
where available (based on code provided by Tatsuo Ishii)

16 years agoFix tests: need simplexml
Arnaud Le Blanc [Wed, 23 Jul 2008 09:12:50 +0000 (09:12 +0000)]
Fix tests: need simplexml

16 years agoadd PHP_STREAM_FLAG_FCLOSE to zip streams
Antony Dovgal [Wed, 23 Jul 2008 09:09:02 +0000 (09:09 +0000)]
add PHP_STREAM_FLAG_FCLOSE to zip streams

16 years agoadd PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()
Antony Dovgal [Wed, 23 Jul 2008 08:55:59 +0000 (08:55 +0000)]
add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()

16 years agoFix tests: soap tests in schema/ needs the xml extension
Arnaud Le Blanc [Wed, 23 Jul 2008 08:55:39 +0000 (08:55 +0000)]
Fix tests: soap tests in schema/ needs the xml extension

16 years agoFix test: use canonical name to avoid problems with domain search path
Arnaud Le Blanc [Wed, 23 Jul 2008 08:26:26 +0000 (08:26 +0000)]
Fix test: use canonical name to avoid problems with domain search path

16 years ago- MFH [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration)
Marcus Boerger [Wed, 23 Jul 2008 06:12:44 +0000 (06:12 +0000)]
- MFH [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration)

16 years ago- Add new classes
Marcus Boerger [Wed, 23 Jul 2008 06:07:55 +0000 (06:07 +0000)]
- Add new classes

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

16 years agoTwo less failing tests, one of which was definitely a leak in mysqli with mysqlnd
Andrey Hristov [Tue, 22 Jul 2008 23:43:14 +0000 (23:43 +0000)]
Two less failing tests, one of which was definitely a leak in mysqli with mysqlnd
and pconn. ext/mysql is being fixed with a better fix for similar leak.

16 years ago- Add MultipleIterator (Arnaud, Marcus)
Marcus Boerger [Tue, 22 Jul 2008 22:54:15 +0000 (22:54 +0000)]
- Add MultipleIterator (Arnaud, Marcus)

16 years agoMFB: constructors fixes and cleanup
Stanislav Malyshev [Tue, 22 Jul 2008 22:11:21 +0000 (22:11 +0000)]
MFB: constructors fixes and cleanup

16 years agoMFB: Fix windows build error.
Scott MacVicar [Tue, 22 Jul 2008 21:56:25 +0000 (21:56 +0000)]
MFB: Fix windows build error.

16 years ago- The error level must be E_ALL | E_STRICT.
Felipe Pena [Tue, 22 Jul 2008 19:53:00 +0000 (19:53 +0000)]
- The error level must be E_ALL | E_STRICT.

16 years agoFixing some tests to expect unicode instead of (binary) strings.
Ulf Wendel [Tue, 22 Jul 2008 18:33:28 +0000 (18:33 +0000)]
Fixing some tests to expect unicode instead of (binary) strings.

16 years agoFix a leak with pconn and mysqlnd
Andrey Hristov [Tue, 22 Jul 2008 17:40:43 +0000 (17:40 +0000)]
Fix a leak with pconn and mysqlnd

16 years agoMFB:- Fixed bug #38680 (Added missing handling of basic types in json_decode)
Jani Taskinen [Tue, 22 Jul 2008 17:06:00 +0000 (17:06 +0000)]
MFB:- Fixed bug #38680 (Added missing handling of basic types in json_decode)
# This was claimed to be in HEAD but wasn't..some commit reverted it or
# someone didn't check for real..

16 years agoAdd test for escapeshellcmd and restore previous behaviour with stripping % on Windows.
Scott MacVicar [Tue, 22 Jul 2008 16:18:37 +0000 (16:18 +0000)]
Add test for escapeshellcmd and restore previous behaviour with stripping % on Windows.

16 years agoMore debugging info
Andrey Hristov [Tue, 22 Jul 2008 16:05:28 +0000 (16:05 +0000)]
More debugging info

16 years agoMFB: sync
Jani Taskinen [Tue, 22 Jul 2008 15:31:00 +0000 (15:31 +0000)]
MFB: sync

16 years agows + cs + sync with PHP_5_3
Jani Taskinen [Tue, 22 Jul 2008 15:30:33 +0000 (15:30 +0000)]
ws + cs + sync with PHP_5_3

16 years ago- Add missing tests (thanks for being so fucking lazy Ilia!)
Jani Taskinen [Tue, 22 Jul 2008 14:14:31 +0000 (14:14 +0000)]
- Add missing tests (thanks for being so fucking lazy Ilia!)

16 years ago- Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
Felipe Pena [Tue, 22 Jul 2008 14:06:17 +0000 (14:06 +0000)]
- Fixed bug #44246 (closedir() accepts a file resource opened by fopen())

16 years ago- Visibility (bug #45557)
Rob Richards [Tue, 22 Jul 2008 10:29:14 +0000 (10:29 +0000)]
- Visibility (bug #45557)

16 years ago- fix build
Pierre Joye [Tue, 22 Jul 2008 10:04:53 +0000 (10:04 +0000)]
- fix build

16 years ago- Add missing help text
Steph Fox [Tue, 22 Jul 2008 09:34:40 +0000 (09:34 +0000)]
- Add missing help text

16 years agows
Jani Taskinen [Tue, 22 Jul 2008 07:39:40 +0000 (07:39 +0000)]
ws

16 years agoClosure object cannot have properties
Dmitry Stogov [Tue, 22 Jul 2008 07:29:14 +0000 (07:29 +0000)]
Closure object cannot have properties

16 years ago- This test works fine (patch by Lars Strojny)
Derick Rethans [Tue, 22 Jul 2008 07:21:40 +0000 (07:21 +0000)]
- This test works fine (patch by Lars Strojny)

16 years agoFixed test
Dmitry Stogov [Tue, 22 Jul 2008 07:13:18 +0000 (07:13 +0000)]
Fixed test

16 years ago- Segfault when an exception is thrown on persistent connections
Pierre Joye [Tue, 22 Jul 2008 06:48:09 +0000 (06:48 +0000)]
- Segfault when an exception is thrown on persistent connections

16 years ago- Added arginfo
Felipe Pena [Tue, 22 Jul 2008 01:46:43 +0000 (01:46 +0000)]
- Added arginfo

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

16 years agoFix integer oveflow in strrpos()
Scott MacVicar [Tue, 22 Jul 2008 01:05:55 +0000 (01:05 +0000)]
Fix integer oveflow in strrpos()

16 years ago- Fixed tests (patch by Lars Strojny)
Felipe Pena [Mon, 21 Jul 2008 23:55:27 +0000 (23:55 +0000)]
- Fixed tests (patch by Lars Strojny)

16 years agoFixing tests broken by the introduction E_USER_DEPRECATED
Lars Strojny [Mon, 21 Jul 2008 22:06:01 +0000 (22:06 +0000)]
Fixing tests broken by the introduction E_USER_DEPRECATED

16 years agoOptimisation for zend_memnstr when the needle is only a single character. (Patch...
Scott MacVicar [Mon, 21 Jul 2008 18:43:46 +0000 (18:43 +0000)]
Optimisation for zend_memnstr when the needle is only a single character. (Patch by Michal Dziemianko - GSoC08)

16 years ago- #41996, Problem accessing Oracle ROWID (Martin Jansen)
Pierre Joye [Mon, 21 Jul 2008 17:17:58 +0000 (17:17 +0000)]
- #41996, Problem accessing Oracle ROWID (Martin Jansen)

16 years agoAdded check for small ZEMD_MM_SEG_SIZE
Dmitry Stogov [Mon, 21 Jul 2008 17:06:16 +0000 (17:06 +0000)]
Added check for small ZEMD_MM_SEG_SIZE

16 years ago- MFB: sync changes with 5.3...
Pierre Joye [Mon, 21 Jul 2008 17:00:34 +0000 (17:00 +0000)]
- MFB: sync changes with 5.3...

16 years ago- Visibility (bug #45564)
Jani Taskinen [Mon, 21 Jul 2008 16:22:29 +0000 (16:22 +0000)]
- Visibility (bug #45564)

16 years agoSync with 5_3 changes
Rob Richards [Mon, 21 Jul 2008 16:12:28 +0000 (16:12 +0000)]
Sync with 5_3 changes

16 years agoSync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bugs in PHP
Jani Taskinen [Mon, 21 Jul 2008 16:07:57 +0000 (16:07 +0000)]
Sync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bugs in PHP

16 years ago- Fixed tests
Felipe Pena [Mon, 21 Jul 2008 14:31:40 +0000 (14:31 +0000)]
- Fixed tests

16 years ago- MFB: New parameter parsing API
Felipe Pena [Mon, 21 Jul 2008 14:29:46 +0000 (14:29 +0000)]
- MFB: New parameter parsing API

16 years ago- Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
Johannes Schlüter [Mon, 21 Jul 2008 13:05:51 +0000 (13:05 +0000)]
- Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
  pecl#12794, pecl#12401

# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
#  http://news.php.net/php.qa/64378)
#
#  PDO_MYSQL_TEST_DSN  - DSN
#    For example: mysql:dbname=test;host=localhost;port=3306
#
#  PDO_MYSQL_TEST_HOST    - database host
#  PDO_MYSQL_TEST_DB      - database (schema) name
#  PDO_MYSQL_TEST_SOCKET  - database server socket
#  PDO_MYSQL_TEST_ENGINE  - storage engine to use
#  PDO_MYSQL_TEST_USER    - database user
#  PDO_MYSQL_TEST_PASS    - database user password
#  PDO_MYSQL_TEST_CHARSET - database charset
#
#  NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is
#  part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
#  for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.

16 years agoMFB :
Andrey Hristov [Mon, 21 Jul 2008 13:01:41 +0000 (13:01 +0000)]
MFB :

Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini will override it for
ext/mysql and ext/mysqli but not for pdo_mysql

16 years ago- forgot to commit to HEAD
Jani Taskinen [Mon, 21 Jul 2008 13:00:27 +0000 (13:00 +0000)]
- forgot to commit to HEAD

16 years ago- Removed unicode_semantics()
Felipe Pena [Mon, 21 Jul 2008 11:32:49 +0000 (11:32 +0000)]
- Removed unicode_semantics()

16 years agoMFB: The rest of the fix too for previous commit
Jani Taskinen [Mon, 21 Jul 2008 11:27:45 +0000 (11:27 +0000)]
MFB: The rest of the fix too for previous commit

16 years agoForgot to fix title
Kalle Sommer Nielsen [Mon, 21 Jul 2008 11:09:23 +0000 (11:09 +0000)]
Forgot to fix title

16 years ago- This is still available in HEAD, so keep the override here!
Jani Taskinen [Mon, 21 Jul 2008 10:55:13 +0000 (10:55 +0000)]
- This is still available in HEAD, so keep the override here!

16 years ago- Sync to PHP_5_3
Jani Taskinen [Mon, 21 Jul 2008 10:29:59 +0000 (10:29 +0000)]
- Sync to PHP_5_3

16 years agoMFB:- Fixed bug #40079 (php_get_current_user() not thread safe).
Jani Taskinen [Mon, 21 Jul 2008 10:16:32 +0000 (10:16 +0000)]
MFB:- Fixed bug #40079 (php_get_current_user() not thread safe).

16 years agows
Jani Taskinen [Mon, 21 Jul 2008 10:10:34 +0000 (10:10 +0000)]
ws

16 years agoMFB Removed generated file (no longer used for .dsp builds)
Steph Fox [Mon, 21 Jul 2008 10:02:08 +0000 (10:02 +0000)]
MFB Removed generated file (no longer used for .dsp builds)

16 years agoMFB Make compiler/architecture info potentially cross-platform
Steph Fox [Mon, 21 Jul 2008 09:58:28 +0000 (09:58 +0000)]
MFB Make compiler/architecture info potentially cross-platform

16 years agoMFH project file generation + a few small fixes made along the way
Steph Fox [Mon, 21 Jul 2008 09:56:37 +0000 (09:56 +0000)]
MFH project file generation + a few small fixes made along the way

16 years agoFix proto
Hannes Magnusson [Mon, 21 Jul 2008 09:36:41 +0000 (09:36 +0000)]
Fix proto

16 years agoAdd E_USER_DEPRECATED (patch by Lars Strojny)
Hannes Magnusson [Mon, 21 Jul 2008 09:36:21 +0000 (09:36 +0000)]
Add E_USER_DEPRECATED (patch by Lars Strojny)

16 years agoFixed chdir() into requested file directory inconsistencies
Dmitry Stogov [Mon, 21 Jul 2008 08:42:35 +0000 (08:42 +0000)]
Fixed chdir() into requested file directory inconsistencies

16 years agows + style fix
Jani Taskinen [Mon, 21 Jul 2008 08:38:39 +0000 (08:38 +0000)]
ws + style fix

16 years ago- Little debug hack to allow printing vm function
Marcus Boerger [Mon, 21 Jul 2008 08:14:19 +0000 (08:14 +0000)]
- Little debug hack to allow printing vm function

16 years ago- Fixed test.
Derick Rethans [Mon, 21 Jul 2008 07:27:16 +0000 (07:27 +0000)]
- Fixed test.

16 years agothis should be "=", not "=="
Antony Dovgal [Mon, 21 Jul 2008 07:27:00 +0000 (07:27 +0000)]
this should be "=", not "=="

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

16 years ago- Added test case to HEAD too.
Derick Rethans [Sun, 20 Jul 2008 20:59:08 +0000 (20:59 +0000)]
- Added test case to HEAD too.

16 years ago- Fixed bug #45562 (Creating instance of DatePeriod crashes).
Derick Rethans [Sun, 20 Jul 2008 20:58:35 +0000 (20:58 +0000)]
- Fixed bug #45562 (Creating instance of DatePeriod crashes).

16 years agoMFB
Kalle Sommer Nielsen [Sun, 20 Jul 2008 20:18:28 +0000 (20:18 +0000)]
MFB

16 years agoFixed #44849 (imagecolorclosesthwb() is not available on Windows)
Kalle Sommer Nielsen [Sun, 20 Jul 2008 19:00:35 +0000 (19:00 +0000)]
Fixed #44849 (imagecolorclosesthwb() is not available on Windows)

16 years ago- Bug #45572
Moriyoshi Koizumi [Sun, 20 Jul 2008 18:22:46 +0000 (18:22 +0000)]
- Bug #45572

16 years agoIterator methods overwriting optimisations
Etienne Kneuss [Sun, 20 Jul 2008 17:31:36 +0000 (17:31 +0000)]
Iterator methods overwriting optimisations

16 years ago- MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static...
Felipe Pena [Sun, 20 Jul 2008 17:02:05 +0000 (17:02 +0000)]
- MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)

16 years agoFix build for solaris
Etienne Kneuss [Sun, 20 Jul 2008 16:32:43 +0000 (16:32 +0000)]
Fix build for solaris

16 years agoMFB:
Felipe Pena [Sun, 20 Jul 2008 15:52:07 +0000 (15:52 +0000)]
MFB:
- Fixed bug #45556 (Return value from callback isn't freed).
- Fixed bug #45555 (Segfault with invalid non-string as register_introspection_callback).
- Fixed wrong arginfo for xmlrpc_encode_request()