]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Sun, 15 Jul 2007 14:15:02 +0000 (14:15 +0000)]
Clear out last error & last error file information at the end of the
request to ensure that they don't propogate to the next request
Nuno Lopes [Sat, 14 Jul 2007 17:29:45 +0000 (17:29 +0000)]
ignore *.gcda
Derick Rethans [Fri, 13 Jul 2007 17:49:50 +0000 (17:49 +0000)]
- MFH: Let's always use the macro as llabs() requires c99.
Antony Dovgal [Fri, 13 Jul 2007 16:47:39 +0000 (16:47 +0000)]
MFH: split the test
Zoe Slattery [Fri, 13 Jul 2007 15:20:12 +0000 (15:20 +0000)]
Assert test cases
Jani Taskinen [Fri, 13 Jul 2007 15:09:19 +0000 (15:09 +0000)]
MFH: fix wrong logic
Jani Taskinen [Fri, 13 Jul 2007 14:23:59 +0000 (14:23 +0000)]
MFH: cleanups + fixes
Dmitry Stogov [Fri, 13 Jul 2007 14:00:05 +0000 (14:00 +0000)]
Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown
Rob Richards [Fri, 13 Jul 2007 12:50:00 +0000 (12:50 +0000)]
MFH: use macro - llabs not always available on win32
Jani Taskinen [Fri, 13 Jul 2007 10:55:43 +0000 (10:55 +0000)]
- Do not break thousands of scripts.. (will remove in 5.3)
Antony Dovgal [Fri, 13 Jul 2007 09:24:30 +0000 (09:24 +0000)]
MFH: don't allow $PHP_OCI8 to be empty if OCI8 is enabled
fixes bug #41988
Dmitry Stogov [Fri, 13 Jul 2007 09:14:03 +0000 (09:14 +0000)]
Fixed memleak
Jani Taskinen [Fri, 13 Jul 2007 02:00:39 +0000 (02:00 +0000)]
MFH: - Make sure people call ldap_first_attribute() before ldap_next_attribute()
Jani Taskinen [Fri, 13 Jul 2007 01:24:16 +0000 (01:24 +0000)]
MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions)
# This removes an useless parameter from 2 functions. Perhaps the next
# release should be 5.3.0, there are lot of other new things done already.
# Sneak in namespaces too.. ;)
Johannes Schlüter [Thu, 12 Jul 2007 23:44:43 +0000 (23:44 +0000)]
MFH: - Mention [DOC] tag in the README
- PHP_5_1 is closed meanwhile
- Fixed a small typo
Ilia Alshanetsky [Thu, 12 Jul 2007 23:34:32 +0000 (23:34 +0000)]
revise test to reflect recent code
Ilia Alshanetsky [Thu, 12 Jul 2007 23:33:50 +0000 (23:33 +0000)]
Commit previously missing patch for bug #41919
Jani Taskinen [Thu, 12 Jul 2007 22:08:58 +0000 (22:08 +0000)]
MFH: - Fixed bug #39291 (ldap_sasl_bind() misses the sasl_authc_id parameter).
Zoe Slattery [Thu, 12 Jul 2007 21:03:39 +0000 (21:03 +0000)]
reflectionObject tests
Derick Rethans [Thu, 12 Jul 2007 18:59:55 +0000 (18:59 +0000)]
- MFH: Commit generated file.
Derick Rethans [Thu, 12 Jul 2007 18:59:05 +0000 (18:59 +0000)]
- MFH: Missing file in previous commit.
Derick Rethans [Thu, 12 Jul 2007 18:58:00 +0000 (18:58 +0000)]
- MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string of
pattern '(A|a) .+').
- MFH: Fixed bug #41844 (Format returns incorrect number of digits for negative
years -0001 to -0999).
- MFH: Fixed bug #41842 (Cannot create years < 0100 & negative years with
date_create or new DateTime).
- MFH: Fixed bug #41709 (strtotime() does not handle 00.00.0000).
- MFH: Fixed bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as
1999-11-30).
Seiji Masugata [Thu, 12 Jul 2007 15:31:54 +0000 (15:31 +0000)]
Synced mail function in mb_send_mail function(Escape mail.force_extra_parameters value).
Jani Taskinen [Thu, 12 Jul 2007 11:33:37 +0000 (11:33 +0000)]
MFH: fix invalid logic + prevent non-integers to be passed
Jani Taskinen [Thu, 12 Jul 2007 11:14:22 +0000 (11:14 +0000)]
MFH: close file handles
Jani Taskinen [Thu, 12 Jul 2007 11:03:46 +0000 (11:03 +0000)]
MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)
Dmitry Stogov [Thu, 12 Jul 2007 10:32:09 +0000 (10:32 +0000)]
Fixed bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy). (robin_fernandes at uk dot ibm dot com)
Antony Dovgal [Thu, 12 Jul 2007 09:29:07 +0000 (09:29 +0000)]
new test
Antony Dovgal [Thu, 12 Jul 2007 09:26:42 +0000 (09:26 +0000)]
fix test
Jani Taskinen [Wed, 11 Jul 2007 23:20:37 +0000 (23:20 +0000)]
MFH: - Changed AC_ARG_* options to PHP_ARG_* options.
MFH: - Some cleanups here and there
MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure
MFH: options)
# Note to Marcus: ext/dba/config.m4 needs to be "converted" to use
# the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep
# it's current behaviour regarding "enabled-by-default" parts of it.
#
# Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
Antony Dovgal [Wed, 11 Jul 2007 22:16:11 +0000 (22:16 +0000)]
MFH
Antony Dovgal [Wed, 11 Jul 2007 22:06:54 +0000 (22:06 +0000)]
MFH
Jani Taskinen [Wed, 11 Jul 2007 21:51:55 +0000 (21:51 +0000)]
MFH
Zoe Slattery [Wed, 11 Jul 2007 20:11:34 +0000 (20:11 +0000)]
More reflectionClass tests
Johannes Schlüter [Wed, 11 Jul 2007 17:36:56 +0000 (17:36 +0000)]
- MFH: Always enable mail() function
Jani Taskinen [Wed, 11 Jul 2007 15:16:56 +0000 (15:16 +0000)]
- Introducing 1st part of "show unknown configure options" and nuked PHP_REGEX macro for good
Dmitry Stogov [Wed, 11 Jul 2007 14:33:30 +0000 (14:33 +0000)]
Fixed wrong warning
Antony Dovgal [Wed, 11 Jul 2007 13:27:49 +0000 (13:27 +0000)]
MFH: fix copy/paste type and bug #41962
Dmitry Stogov [Wed, 11 Jul 2007 12:18:14 +0000 (12:18 +0000)]
mproced openssl_x509_parse() to return extensions in readable form
Jani Taskinen [Wed, 11 Jul 2007 11:56:03 +0000 (11:56 +0000)]
MFH: Nuked unnecessary AC_MSG_CHECKING
Jani Taskinen [Wed, 11 Jul 2007 11:50:37 +0000 (11:50 +0000)]
MFH: cleanup, removed unnecessary macro definitions
Jani Taskinen [Wed, 11 Jul 2007 10:24:04 +0000 (10:24 +0000)]
MFH: No return values for void function
Raghubansh Kumar [Wed, 11 Jul 2007 09:13:47 +0000 (09:13 +0000)]
better check for skip
Jani Taskinen [Wed, 11 Jul 2007 08:47:45 +0000 (08:47 +0000)]
MFH: Changed AC_ARG_ENABLE to PHP_ARG_ENABLE
Dmitry Stogov [Wed, 11 Jul 2007 07:36:12 +0000 (07:36 +0000)]
Fixed memory leak
Dmitry Stogov [Wed, 11 Jul 2007 07:26:52 +0000 (07:26 +0000)]
Fixed crash on non-string passphrase
Stanislav Malyshev [Tue, 10 Jul 2007 20:25:49 +0000 (20:25 +0000)]
add CVE ref
Stanislav Malyshev [Tue, 10 Jul 2007 20:21:24 +0000 (20:21 +0000)]
Escape mail.force_extra_parameters value
Stanislav Malyshev [Tue, 10 Jul 2007 17:58:19 +0000 (17:58 +0000)]
suppress warnings to avoid potential loop
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