Hartmut Holzgraefe
6fcc0ec369
splitted test cases for lo_create and lo_import, added version aware
...
SKIP tests
2008-07-23 09:06:59 +00:00
Antony Dovgal
0c9d42bfde
MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()
2008-07-23 08:56:29 +00:00
Arnaud Le Blanc
15b1c9aade
MFH: Fix tests: soap tests in schema/ needs the xml extension
2008-07-23 08:56:20 +00:00
Arnaud Le Blanc
f11ae4d440
MFH: Fix test: use canonical name to avoid problems with domain search path
2008-07-23 08:27:17 +00:00
Marcus Boerger
d78f5554e7
- [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration)
2008-07-23 06:12:29 +00:00
Marcus Boerger
e48d79ba07
- MFH Add new classes
2008-07-23 06:08:07 +00:00
Stanislav Malyshev
c7e1aefd7f
add test
2008-07-23 01:18:25 +00:00
Stanislav Malyshev
775502f7e9
add acceptFromHttp
2008-07-23 01:15:33 +00:00
Hartmut Holzgraefe
432b57b2ae
added support for object ids in pg_lo_create() and pg_lo_import() where available
...
(based on code provided by Tatsuo Ishii)
2008-07-23 00:17:19 +00:00
Andrey Hristov
8c56a23a26
MFH: 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.
2008-07-22 23:44:23 +00:00
Marcus Boerger
ae8ef6c13a
- MFH Add MultipleIterator (Arnaud, Marcus)
2008-07-22 22:54:35 +00:00
Scott MacVicar
8d3bfaa01f
Fix windows build error.
2008-07-22 21:53:53 +00:00
Stanislav Malyshev
0d30c88ded
use correct locale check
2008-07-22 20:40:01 +00:00
Stanislav Malyshev
07667caf13
typofixes
2008-07-22 20:25:51 +00:00
Stanislav Malyshev
d54c396dca
refactor ctors, cleanup code
2008-07-22 20:23:47 +00:00
Andrey Hristov
529d73f9d4
MFH: Fix a leak with pconn and mysqlnd
2008-07-22 17:41:15 +00:00
Scott MacVicar
d8d69652dd
MFH: Add test for escapeshellcmd and restore previous behaviour with stripping % on Windows.
2008-07-22 16:21:16 +00:00
Andrey Hristov
2c54b3abb5
More debugging info for the trace log
2008-07-22 16:06:08 +00:00
Jani Taskinen
4e2ed54d15
ws + cs
2008-07-22 15:30:03 +00:00
Jani Taskinen
7e67bc4e80
MFH: unused stuff
2008-07-22 14:57:46 +00:00
Felipe Pena
fdfbfb96a1
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
2008-07-22 14:09:24 +00:00
Rob Richards
cb3bc15807
MFH: Visibility (bug #45557 )
2008-07-22 10:30:38 +00:00
Moriyoshi Koizumi
90f9a8e457
- Remove duplicated lines.
2008-07-22 09:18:30 +00:00
Dmitry Stogov
4b0b1d804e
Fixed test
2008-07-22 07:09:59 +00:00
Dmitry Stogov
c48c63f5e6
Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed)
2008-07-22 07:03:00 +00:00
Pierre Joye
39ae248465
- MFH: Segfault when an exception is thrown on persistent connections
2008-07-22 06:51:00 +00:00
Felipe Pena
1d5c800648
- MFH: Added arginfo
2008-07-22 01:47:22 +00:00
Scott MacVicar
6c48a01f40
MFH: Fix integer oveflow in strrpos()
2008-07-22 01:10:58 +00:00
Pierre Joye
86a493f435
- SAB: #41996 , Problem accessing Oracle ROWID (Martin Jansen)
2008-07-21 17:35:50 +00:00
Jani Taskinen
07586f682b
MFH:- Visibility (bug #45564 )
2008-07-21 16:23:00 +00:00
Jani Taskinen
1ca8daaafb
MFH: sync
2008-07-21 16:16:30 +00:00
Johannes Schlüter
be0793d2e7
MFH: 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.
2008-07-21 13:09:28 +00:00
Andrey Hristov
5e79f2c476
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
2008-07-21 12:58:51 +00:00
Hannes Magnusson
ee40f557a7
Fix tests (patch by Lars)
2008-07-21 12:23:38 +00:00
Jani Taskinen
89935d6f7e
- Forward compatibility.
...
# @DOC@, [DOC], *DOC*: Added FILE_TEXT and FILE_BINARY constants for forward compatibility.
2008-07-21 11:46:18 +00:00
Kalle Sommer Nielsen
769cb023fb
MFH
2008-07-21 11:09:36 +00:00
Hannes Magnusson
4fb0ceca1b
MFH: fix proto
2008-07-21 09:38:04 +00:00
Kalle Sommer Nielsen
f204fdddb1
Fix test on Windows
2008-07-21 09:32:56 +00:00
Derick Rethans
f279efa61e
- MFH: Fixed one more test (on 32 bits)
2008-07-21 09:32:15 +00:00
Derick Rethans
96dedbfedb
- MFH: fix test
2008-07-21 07:27:26 +00:00
Antony Dovgal
69b3e17faa
MFH
2008-07-21 07:27:13 +00:00
Derick Rethans
f8050d525f
- MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).
2008-07-20 20:58:51 +00:00
Kalle Sommer Nielsen
c9be725fd8
MFH + NEWS entry
2008-07-20 19:03:18 +00:00
Moriyoshi Koizumi
69fa2e384a
- MFH: Bug #45572
2008-07-20 18:26:02 +00:00
Etienne Kneuss
6f289c582b
MFH: Iterator methods overwriting optimisations
2008-07-20 17:32:10 +00:00
Felipe Pena
a83e976857
- Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)
...
patch by Robin Fernandes
2008-07-20 16:51:28 +00:00
Etienne Kneuss
3d0d02f95b
MFH: Fix build for solaris
2008-07-20 16:32:55 +00:00
Dmitry Stogov
331a4e46a4
Fixed test
2008-07-20 16:20:02 +00:00
Dmitry Stogov
58e6e2b3d9
Fixed test
2008-07-20 15:56:28 +00:00
Dmitry Stogov
68537af530
Fixed directory reanming/deletion
2008-07-20 14:42:34 +00:00