]>
granicus.if.org Git - php/log
Stanislav Malyshev [Tue, 10 Jul 2007 17:46:15 +0000 (17:46 +0000)]
fixes
Stanislav Malyshev [Tue, 10 Jul 2007 17:42:29 +0000 (17:42 +0000)]
check if write is allowed before writing to error log
Stanislav Malyshev [Tue, 10 Jul 2007 17:40:41 +0000 (17:40 +0000)]
always check save_path (issue reported by Maksymilian Arciemowicz)
Zoe Slattery [Tue, 10 Jul 2007 16:25:15 +0000 (16:25 +0000)]
tests for reflectionClass
Dmitry Stogov [Tue, 10 Jul 2007 13:21:11 +0000 (13:21 +0000)]
Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode
Rob Richards [Tue, 10 Jul 2007 12:27:15 +0000 (12:27 +0000)]
BFN
Rob Richards [Tue, 10 Jul 2007 12:24:51 +0000 (12:24 +0000)]
fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces
add test
Dmitry Stogov [Tue, 10 Jul 2007 11:57:34 +0000 (11:57 +0000)]
Fixed warning
Antony Dovgal [Tue, 10 Jul 2007 11:08:08 +0000 (11:08 +0000)]
MFH: use safe_emalloc()
Jani Taskinen [Tue, 10 Jul 2007 10:18:48 +0000 (10:18 +0000)]
MFH: Removed --enable-versioning
Raghubansh Kumar [Mon, 9 Jul 2007 17:55:34 +0000 (17:55 +0000)]
These testcases are now split into smaller testcases, hence being deleted
Raghubansh Kumar [Mon, 9 Jul 2007 17:38:33 +0000 (17:38 +0000)]
Fix and smaller testcases for mkdir_rmdir_variation.phpt, popen_pclose_error.phpt, readlink_realpath_basic.phpt, readlink_realpath_error.phpt & readlink_realpath_variation.phpt
Dmitry Stogov [Mon, 9 Jul 2007 17:27:24 +0000 (17:27 +0000)]
Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
of type long. This time only one flag is implemented
- STREAM_IS_URL, that means that userstream wrapper is remote (URL).
By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
stream is local or remote (URL)
]
Dmitry Stogov [Mon, 9 Jul 2007 14:31:56 +0000 (14:31 +0000)]
Proper fix for MOPB-29
Jani Taskinen [Mon, 9 Jul 2007 13:42:05 +0000 (13:42 +0000)]
MFH: use defined values instead of plain integers
Zoe Slattery [Mon, 9 Jul 2007 13:23:37 +0000 (13:23 +0000)]
array copy on write tests
Zoe Slattery [Mon, 9 Jul 2007 13:22:10 +0000 (13:22 +0000)]
ReflectionClass constructor tests
Jani Taskinen [Mon, 9 Jul 2007 12:55:50 +0000 (12:55 +0000)]
bfn
Jani Taskinen [Mon, 9 Jul 2007 12:54:11 +0000 (12:54 +0000)]
MFH:- Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present)
Jani Taskinen [Mon, 9 Jul 2007 12:38:02 +0000 (12:38 +0000)]
MFH
Jani Taskinen [Mon, 9 Jul 2007 12:33:43 +0000 (12:33 +0000)]
MFH: - Use $PHP_LIBDIR where appropriate
Dmitry Stogov [Mon, 9 Jul 2007 11:48:39 +0000 (11:48 +0000)]
ECONNABORTED is not a critical error (Andrei Nigmatulin)
Jani Taskinen [Mon, 9 Jul 2007 11:13:56 +0000 (11:13 +0000)]
MFH: Fixed bug #41870 (PDO_ODBC module linking fails with iODBC)
Jani Taskinen [Mon, 9 Jul 2007 10:17:51 +0000 (10:17 +0000)]
fix news
Antony Dovgal [Mon, 9 Jul 2007 09:08:59 +0000 (09:08 +0000)]
MFH
Dmitry Stogov [Mon, 9 Jul 2007 08:53:14 +0000 (08:53 +0000)]
Fixed bug #41919
Ilia Alshanetsky [Sun, 8 Jul 2007 15:28:46 +0000 (15:28 +0000)]
Fixed bug #41919 (crash in string to array conversion)
Raghubansh Kumar [Sun, 8 Jul 2007 12:41:44 +0000 (12:41 +0000)]
These files are now split into one or more smaller testcases, hence being deleted.
Raghubansh Kumar [Sun, 8 Jul 2007 05:01:11 +0000 (05:01 +0000)]
Run only on 32-bit OS
Christopher Jones [Fri, 6 Jul 2007 23:29:44 +0000 (23:29 +0000)]
*** empty log message ***
Raghubansh Kumar [Fri, 6 Jul 2007 18:30:46 +0000 (18:30 +0000)]
Fix and smaller testcases for is_readable_variation.phpt, is_executable_variation.phpt & is_writable_variation.phpt
Antony Dovgal [Fri, 6 Jul 2007 12:17:58 +0000 (12:17 +0000)]
MFH
Antony Dovgal [Fri, 6 Jul 2007 10:44:23 +0000 (10:44 +0000)]
MFH: fix #41908 (CFLAGS="-Os" ./configure --enable-debug fails)
patch by christian at hoffie dot info
Raghubansh Kumar [Fri, 6 Jul 2007 03:40:31 +0000 (03:40 +0000)]
better check for root user
Ilia Alshanetsky [Fri, 6 Jul 2007 00:13:56 +0000 (00:13 +0000)]
Fixed NOTICE message
Derick Rethans [Thu, 5 Jul 2007 20:54:59 +0000 (20:54 +0000)]
- Marking already fixed bug in NEWS file (Bug #41909).
Raghubansh Kumar [Thu, 5 Jul 2007 18:53:34 +0000 (18:53 +0000)]
fix test: 006_error.phpt & filegroup_basic.phpt
fix and smaller tests for symlink_link_linkinfo_is_link[basic|error|variation].phpt
Derick Rethans [Thu, 5 Jul 2007 13:49:43 +0000 (13:49 +0000)]
- MFH: Updated timezone database to 2007.6 (2007f).
Antony Dovgal [Wed, 4 Jul 2007 13:34:23 +0000 (13:34 +0000)]
MFH: add CURLINFO_PRIVATE & CURLOPT_PRIVATE
patch by Andrey A. Belashkov
Dmitry Stogov [Wed, 4 Jul 2007 10:16:22 +0000 (10:16 +0000)]
Fixed "make test"
foobar [Wed, 4 Jul 2007 07:45:10 +0000 (07:45 +0000)]
do not fax the fixes :)
Sara Golemon [Wed, 4 Jul 2007 05:05:57 +0000 (05:05 +0000)]
MFH (r-1.240)
Fix behavior of empty($sxe->element) and empty($sxe['prop'])
when used on empty elements properties (apply PHP emptiness rules)
Ilia Alshanetsky [Tue, 3 Jul 2007 23:59:13 +0000 (23:59 +0000)]
v2 package file
foobar [Tue, 3 Jul 2007 17:25:43 +0000 (17:25 +0000)]
MFH: Fix some configure --help texts
Dmitry Stogov [Tue, 3 Jul 2007 15:56:21 +0000 (15:56 +0000)]
Fixed "make test" mistakes
Christopher Jones [Tue, 3 Jul 2007 15:10:41 +0000 (15:10 +0000)]
New test
Rob Richards [Tue, 3 Jul 2007 15:03:16 +0000 (15:03 +0000)]
BFN
Rob Richards [Tue, 3 Jul 2007 14:55:53 +0000 (14:55 +0000)]
fix bug #41861 (getNamespaces() returns namespaces of node's siblings)
add test
Dmitry Stogov [Tue, 3 Jul 2007 14:48:01 +0000 (14:48 +0000)]
Store existent file in realpath cache
Raghubansh Kumar [Tue, 3 Jul 2007 07:10:01 +0000 (07:10 +0000)]
Smaller testcases for 006_variation.phpt, file_get_contents_file_put_contents_variation.pht, filesize_variation.phpt, filesize_variation-win32.phpt, fwrite_variation.phpt, fwrite_variation-win32.phpt"
Fix for filesize_variation to match filesize using %d
Christopher Jones [Tue, 3 Jul 2007 04:32:27 +0000 (04:32 +0000)]
Added basic PDO->quote() functionality to PDO_OCI
Ilia Alshanetsky [Mon, 2 Jul 2007 16:42:10 +0000 (16:42 +0000)]
Fixed bug #41770 (SSL: fatal protocol error due to buffer issues).
Ilia Alshanetsky [Mon, 2 Jul 2007 15:54:08 +0000 (15:54 +0000)]
oracle BFN
Ilia Alshanetsky [Mon, 2 Jul 2007 15:37:43 +0000 (15:37 +0000)]
Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4)
Rob Richards [Mon, 2 Jul 2007 11:37:26 +0000 (11:37 +0000)]
BFN
Rob Richards [Mon, 2 Jul 2007 11:35:18 +0000 (11:35 +0000)]
fix bug #41867 (getName is broken)
add test
foobar [Sun, 1 Jul 2007 21:28:16 +0000 (21:28 +0000)]
MFH: - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional)
Christopher Jones [Sat, 30 Jun 2007 02:30:35 +0000 (02:30 +0000)]
Fix Bug #11345 Seg fault after NLS environment initialization error
foobar [Fri, 29 Jun 2007 15:13:40 +0000 (15:13 +0000)]
MFH
Christopher Jones [Fri, 29 Jun 2007 15:01:51 +0000 (15:01 +0000)]
Test for old bug fixed in some previous, unknown change
foobar [Fri, 29 Jun 2007 14:30:35 +0000 (14:30 +0000)]
MFH
foobar [Fri, 29 Jun 2007 14:01:11 +0000 (14:01 +0000)]
typo
foobar [Fri, 29 Jun 2007 14:00:21 +0000 (14:00 +0000)]
oops
foobar [Fri, 29 Jun 2007 13:51:27 +0000 (13:51 +0000)]
- Added missing SKIPIFs
Antony Dovgal [Fri, 29 Jun 2007 12:56:49 +0000 (12:56 +0000)]
divide the test into smaller tests
Antony Dovgal [Fri, 29 Jun 2007 11:47:36 +0000 (11:47 +0000)]
MFH
foobar [Fri, 29 Jun 2007 11:36:29 +0000 (11:36 +0000)]
oops
Dmitry Stogov [Fri, 29 Jun 2007 09:49:21 +0000 (09:49 +0000)]
Fixed CGI tests
Antony Dovgal [Fri, 29 Jun 2007 09:14:49 +0000 (09:14 +0000)]
MFH
Christopher Jones [Fri, 29 Jun 2007 05:29:48 +0000 (05:29 +0000)]
Un-DOSify line terminators. No merge to 6 required.
Christopher Jones [Fri, 29 Jun 2007 04:30:53 +0000 (04:30 +0000)]
Add testing steps
foobar [Fri, 29 Jun 2007 01:10:35 +0000 (01:10 +0000)]
MFH:- Improved php-config:
MFH: . Added --configure-options option to get configure line for current build
MFH: . Added --php-sapis option which shows SAPIs available
MFH: . Fixed problem with missing php binary when CLI is not build but CGI is.
MFH:- Fixed broken sed issues in phpize script
Ilia Alshanetsky [Thu, 28 Jun 2007 19:22:52 +0000 (19:22 +0000)]
When working with persistent connections re-initialize options on each
connection. Flags like error reporting may differ.
Antony Dovgal [Thu, 28 Jun 2007 17:26:54 +0000 (17:26 +0000)]
add env vars for test settings (like in PDO)
Antony Dovgal [Thu, 28 Jun 2007 17:23:07 +0000 (17:23 +0000)]
MFH
Antony Dovgal [Thu, 28 Jun 2007 16:07:12 +0000 (16:07 +0000)]
MFH
Antony Dovgal [Thu, 28 Jun 2007 15:27:09 +0000 (15:27 +0000)]
MFH
Antony Dovgal [Thu, 28 Jun 2007 15:10:57 +0000 (15:10 +0000)]
remove 32bit restriction
Antony Dovgal [Thu, 28 Jun 2007 15:04:47 +0000 (15:04 +0000)]
more smaller tests
Antony Dovgal [Thu, 28 Jun 2007 14:51:35 +0000 (14:51 +0000)]
MFH
Andrey Hristov [Thu, 28 Jun 2007 09:07:40 +0000 (09:07 +0000)]
Remove dot at the end of the message
Ilia Alshanetsky [Thu, 28 Jun 2007 03:13:29 +0000 (03:13 +0000)]
Added support for ATTR_TIMEOUT inside pdo_pgsql driver.
Fixed a bug inside PDO's "use persistent" connection detection mechanism
that would trigger connections on "" and "0" values
Antony Dovgal [Wed, 27 Jun 2007 22:05:31 +0000 (22:05 +0000)]
ksh is a pita
Antony Dovgal [Wed, 27 Jun 2007 17:04:15 +0000 (17:04 +0000)]
fix test
Zoe Slattery [Wed, 27 Jun 2007 14:50:21 +0000 (14:50 +0000)]
Tests constant initialisation
foobar [Wed, 27 Jun 2007 14:40:08 +0000 (14:40 +0000)]
MFH:- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)
Antony Dovgal [Wed, 27 Jun 2007 12:30:28 +0000 (12:30 +0000)]
MFH: fix #41692 (ArrayObject shows weird behaviour in respect to inheritance)
Antony Dovgal [Wed, 27 Jun 2007 08:56:38 +0000 (08:56 +0000)]
BFN
Antony Dovgal [Wed, 27 Jun 2007 08:55:27 +0000 (08:55 +0000)]
add test
Antony Dovgal [Wed, 27 Jun 2007 08:51:40 +0000 (08:51 +0000)]
fix #41813 (segmentation fault when using string offset as an object)
patch by judas dot iscariote at gmail dot com
Ilia Alshanetsky [Wed, 27 Jun 2007 02:02:18 +0000 (02:02 +0000)]
Fixed a crash inside PDO when there is more then one instance of a
persistent connection inside a script and PDO object is extended by class
with a destructor
Ilia Alshanetsky [Wed, 27 Jun 2007 02:00:46 +0000 (02:00 +0000)]
Added persistent connection status checker to pdo_pgsql
Dmitry Stogov [Tue, 26 Jun 2007 14:47:16 +0000 (14:47 +0000)]
Fixed bug #40419 (Trailing Slash in CGI request don't work)
Antony Dovgal [Tue, 26 Jun 2007 12:12:31 +0000 (12:12 +0000)]
fix tests as discussed
Antony Dovgal [Tue, 26 Jun 2007 12:10:08 +0000 (12:10 +0000)]
MFH: fix #41445 (parse_ini_file() has a problem with certain types of integer as sections)
Antony Dovgal [Tue, 26 Jun 2007 11:51:14 +0000 (11:51 +0000)]
fix ws
Antony Dovgal [Tue, 26 Jun 2007 11:04:55 +0000 (11:04 +0000)]
MFH: fix #41795 (checkdnsrr does not support DNS_TXT type)
patch by lucas at facebook dot com
Antony Dovgal [Tue, 26 Jun 2007 10:22:48 +0000 (10:22 +0000)]
MFH
Ilia Alshanetsky [Tue, 26 Jun 2007 01:24:10 +0000 (01:24 +0000)]
Fixed bug #41698 (float parameters truncated to integer in prepared
statements).
Antony Dovgal [Mon, 25 Jun 2007 21:24:44 +0000 (21:24 +0000)]
fix test