]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 30 Apr 2008 10:44:08 +0000 (10:44 +0000)]
IS_CONST operands are always have is_ref==1 and refcount==2, so we can eliminate unnecessary checks at specialization/compilation stage
Ant Phillips [Wed, 30 Apr 2008 09:28:02 +0000 (09:28 +0000)]
Fix session test failures as reported by Antony Dovgal.
These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.
Antony Dovgal [Tue, 29 Apr 2008 13:50:27 +0000 (13:50 +0000)]
fix spelling
Dmitry Stogov [Tue, 29 Apr 2008 13:43:31 +0000 (13:43 +0000)]
Fixed GC slowdown
Ant Phillips [Tue, 29 Apr 2008 09:24:19 +0000 (09:24 +0000)]
More session tests to improve code coverage for untested extension code
Dmitry Stogov [Tue, 29 Apr 2008 09:18:26 +0000 (09:18 +0000)]
Added missing lazy initialization
Ant Phillips [Tue, 29 Apr 2008 08:57:09 +0000 (08:57 +0000)]
More session tests to improve code coverage for untested extension code
Dmitry Stogov [Tue, 29 Apr 2008 08:15:20 +0000 (08:15 +0000)]
Lazy EG(active_symbol_table) initialization
Antony Dovgal [Tue, 29 Apr 2008 08:08:21 +0000 (08:08 +0000)]
MFH
Antony Dovgal [Tue, 29 Apr 2008 07:26:46 +0000 (07:26 +0000)]
fix test
Greg Beaver [Mon, 28 Apr 2008 22:39:54 +0000 (22:39 +0000)]
fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this breaks require/include for all extensions that intercept zend_resolve_path
Greg Beaver [Mon, 28 Apr 2008 22:37:31 +0000 (22:37 +0000)]
Fixed potentially confusing error message on failure when no errors are logged
Scott MacVicar [Mon, 28 Apr 2008 13:21:34 +0000 (13:21 +0000)]
Fix windows build
Jani Taskinen [Mon, 28 Apr 2008 12:30:24 +0000 (12:30 +0000)]
- Fix test even if safe_mode is forced to be "On" in the binary
Derick Rethans [Sun, 27 Apr 2008 19:14:33 +0000 (19:14 +0000)]
- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases
by actually meaning the week.
#- MFH: For now the week starts on Monday, but I plan on making that
# configurable.
Derick Rethans [Fri, 25 Apr 2008 12:35:58 +0000 (12:35 +0000)]
- Added new date/time functionality:
. support for diffing date/times through date_diff() / DateTime::diff().
. added DateInterval class to represent the difference between two date/times.
. support for parsing ISO intervals for use with DateInterval.
. date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
interval to an existing date/time.
- MFH: Fixed bug #44742 (timezone_offset_get() causes segmentation faults).
Ant Phillips [Thu, 24 Apr 2008 16:40:54 +0000 (16:40 +0000)]
Extra open_basedir tests
Steph Fox [Thu, 24 Apr 2008 16:04:59 +0000 (16:04 +0000)]
- re2c requirement update
(sorry, I thought I'd committed this ages ago)
Dmitry Stogov [Thu, 24 Apr 2008 15:45:46 +0000 (15:45 +0000)]
Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdes
Andrey Hristov [Thu, 24 Apr 2008 14:22:19 +0000 (14:22 +0000)]
Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.
Ant Phillips [Thu, 24 Apr 2008 13:58:26 +0000 (13:58 +0000)]
Allow for chmod() to fail on symbolic links
Pierre Joye [Thu, 24 Apr 2008 08:45:35 +0000 (08:45 +0000)]
- MFH: improve test and remove files on exit
Dmitry Stogov [Thu, 24 Apr 2008 07:45:01 +0000 (07:45 +0000)]
Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)
Johannes Schlüter [Wed, 23 Apr 2008 16:56:51 +0000 (16:56 +0000)]
- MFH: Fix Windows build
Ant Phillips [Wed, 23 Apr 2008 14:10:15 +0000 (14:10 +0000)]
open_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
Ant Phillips [Tue, 22 Apr 2008 16:04:31 +0000 (16:04 +0000)]
These tests were backported from the PHP 6.0 branch, which in turn were ported from this branch and then updated to remove any dependencies on register_globals. With register_globals removed they are useful tests to run against the 5.X branches.
Ant Phillips [Tue, 22 Apr 2008 16:04:30 +0000 (16:04 +0000)]
New set of session extension tests for PHP 5.3 branch.
These hopefully test a reasonable set of basic, error and variations for
the twenty or so session functions. Note however that they do not
test all the session configuration settings, nor do they test anything
with register_globals enabled.
Robin Fernandes [Tue, 22 Apr 2008 15:31:57 +0000 (15:31 +0000)]
Fix some ereg tests for 64bit platforms.
Antony Dovgal [Tue, 22 Apr 2008 13:31:25 +0000 (13:31 +0000)]
fix tests
Ilia Alshanetsky [Tue, 22 Apr 2008 13:01:45 +0000 (13:01 +0000)]
Added a warning message on pdo::exec() failure in the event of an empty query
Antony Dovgal [Mon, 21 Apr 2008 15:42:26 +0000 (15:42 +0000)]
add news entry
Antony Dovgal [Mon, 21 Apr 2008 15:37:46 +0000 (15:37 +0000)]
[DOC] add hash_copy() to be able to copy hash resource
Ilia Alshanetsky [Mon, 21 Apr 2008 14:32:57 +0000 (14:32 +0000)]
Fixed error verbiage and free function_name on success
Dmitry Stogov [Mon, 21 Apr 2008 10:14:20 +0000 (10:14 +0000)]
Optimized function call helper
Ilia Alshanetsky [Sun, 20 Apr 2008 15:07:39 +0000 (15:07 +0000)]
Fixed a bug #44403 (register_tick_function() does not check for a valid callback)
Felipe Pena [Sun, 20 Apr 2008 02:06:20 +0000 (02:06 +0000)]
- Fixed tests
Felipe Pena [Sun, 20 Apr 2008 01:44:16 +0000 (01:44 +0000)]
- Better error message
Felipe Pena [Fri, 18 Apr 2008 14:05:47 +0000 (14:05 +0000)]
- New tests
Christopher Jones [Fri, 18 Apr 2008 02:34:42 +0000 (02:34 +0000)]
Set extension status back to dev
Christopher Jones [Fri, 18 Apr 2008 02:33:59 +0000 (02:33 +0000)]
Update description
Christopher Jones [Fri, 18 Apr 2008 00:05:27 +0000 (00:05 +0000)]
MFH
Code:
- Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives old behavior)
- Fix session reuse with 10.2 client libs
- Fix the Ping macro version check for 10.2
- Add type check associated with zend_list_find
- Code connection re-organized for reuse
- Format comments
- WS changes
- Prepare for new PECL release
Tests:
- Add new tests
- Rationalize password tests
- Revert use of __DIR__ so tests will work with PHP 5.2
- Update some skipifs to make tests more portable
Rob Richards [Thu, 17 Apr 2008 20:23:49 +0000 (20:23 +0000)]
BFN
Rob Richards [Thu, 17 Apr 2008 20:21:04 +0000 (20:21 +0000)]
MFH: fix bug #44648 (Attribute names not checked for wellformedness)
add test
fix some warnings
Felipe Pena [Thu, 17 Apr 2008 18:16:17 +0000 (18:16 +0000)]
- New test
Felipe Pena [Thu, 17 Apr 2008 11:08:13 +0000 (11:08 +0000)]
- Fixed typo
Dmitry Stogov [Thu, 17 Apr 2008 10:21:38 +0000 (10:21 +0000)]
Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)
Ilia Alshanetsky [Wed, 16 Apr 2008 21:53:41 +0000 (21:53 +0000)]
Hash extension is no longer experimental
Antony Dovgal [Wed, 16 Apr 2008 14:21:04 +0000 (14:21 +0000)]
MFH: use new parameter parsing API
Antony Dovgal [Wed, 16 Apr 2008 13:20:59 +0000 (13:20 +0000)]
plug minor memleak
Andrey Hristov [Wed, 16 Apr 2008 12:57:38 +0000 (12:57 +0000)]
MFB: Update CVS from the development tree
Zoe Slattery [Tue, 15 Apr 2008 19:50:13 +0000 (19:50 +0000)]
Changes to the code that generates variations (Robin & Josie)
Elizabeth Marie Smith [Tue, 15 Apr 2008 16:55:53 +0000 (16:55 +0000)]
These are really old config.w32 files - now they use PHP_PHP_BUILD correctly instead of hard coding the path to the libraries
Gwynne Raskind [Tue, 15 Apr 2008 16:31:36 +0000 (16:31 +0000)]
MFH: force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)
Dmitry Stogov [Tue, 15 Apr 2008 15:52:36 +0000 (15:52 +0000)]
Selected better initial VM stack size
Ilia Alshanetsky [Tue, 15 Apr 2008 15:48:20 +0000 (15:48 +0000)]
MFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
expected when lines end in \r\n)
Antony Dovgal [Tue, 15 Apr 2008 12:47:33 +0000 (12:47 +0000)]
MFH: remove -ldl
Dmitry Stogov [Tue, 15 Apr 2008 11:31:58 +0000 (11:31 +0000)]
Optimized request startup sequence for php.ini without per dir and per host configurations
Jani Taskinen [Tue, 15 Apr 2008 09:02:40 +0000 (09:02 +0000)]
MFH
Jani Taskinen [Tue, 15 Apr 2008 08:44:21 +0000 (08:44 +0000)]
MFH
Scott MacVicar [Tue, 15 Apr 2008 00:59:04 +0000 (00:59 +0000)]
Fixed bug #44720 (Prevent infinite recursion within session_register)
Ilia Alshanetsky [Mon, 14 Apr 2008 23:17:30 +0000 (23:17 +0000)]
Fixed test
Steph Fox [Mon, 14 Apr 2008 17:55:02 +0000 (17:55 +0000)]
- Workarounds are no longer needed - thanks PECLers!
Felipe Pena [Mon, 14 Apr 2008 17:24:11 +0000 (17:24 +0000)]
- Fixed test
Hannes Magnusson [Mon, 14 Apr 2008 16:56:50 +0000 (16:56 +0000)]
Use PHP to fetch the pear phar
Etienne Kneuss [Mon, 14 Apr 2008 16:50:11 +0000 (16:50 +0000)]
MFH: Fix dns_check_proto (related to #44723)
Hannes Magnusson [Mon, 14 Apr 2008 15:32:42 +0000 (15:32 +0000)]
[DOC] Remove config_get_hash() & and add new boolean parameter to ini_get_all()
to list ini entries key=>current_value like config_get_hash() did.
Hannes Magnusson [Mon, 14 Apr 2008 12:16:07 +0000 (12:16 +0000)]
Fixed bug#44716 (Progress notifications incorrect)
Hannes Magnusson [Mon, 14 Apr 2008 08:15:11 +0000 (08:15 +0000)]
MFH: Add "params" argument to stream_context_create()
Antony Dovgal [Mon, 14 Apr 2008 07:49:00 +0000 (07:49 +0000)]
fix ZTS build and sync with HEAD
Hannes Magnusson [Sun, 13 Apr 2008 22:35:27 +0000 (22:35 +0000)]
Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)
Greg Beaver [Sun, 13 Apr 2008 22:19:10 +0000 (22:19 +0000)]
do not scan include_path with faulty plain_wrapper-based include_path fopen
# _fopen_with_path_rel probably needs to call out to regular php_stream_open, for exts that use it (it is exported)
Greg Beaver [Sun, 13 Apr 2008 21:27:18 +0000 (21:27 +0000)]
fix test
Ilia Alshanetsky [Sun, 13 Apr 2008 12:25:15 +0000 (12:25 +0000)]
Kill unused var
Zoe Slattery [Sun, 13 Apr 2008 10:46:12 +0000 (10:46 +0000)]
Fixing:
(1) remove proto from start
(2)substitute "Done" with ===DONE== after closing tag in FILE section and at end of EXPECTF.
(3) Remove "add comment here..."
Hannes Magnusson [Fri, 11 Apr 2008 21:57:58 +0000 (21:57 +0000)]
MFH: Update URL for go-pear
Felipe Pena [Fri, 11 Apr 2008 19:06:12 +0000 (19:06 +0000)]
MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument)
Dmitry Stogov [Fri, 11 Apr 2008 17:31:53 +0000 (17:31 +0000)]
Speedup GC initialization
Robin Fernandes [Fri, 11 Apr 2008 14:35:06 +0000 (14:35 +0000)]
Fix test parse_url_variation_002.phpt for 64bit platforms.
Antony Dovgal [Fri, 11 Apr 2008 11:05:56 +0000 (11:05 +0000)]
fix tests
Antony Dovgal [Fri, 11 Apr 2008 11:00:03 +0000 (11:00 +0000)]
MFH: fix 2 segfaults in ZTS mode
Dmitry Stogov [Fri, 11 Apr 2008 09:43:28 +0000 (09:43 +0000)]
Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not
used.
Steve Seear [Fri, 11 Apr 2008 09:33:08 +0000 (09:33 +0000)]
POSIX extension error tests
Steve Seear [Fri, 11 Apr 2008 09:28:07 +0000 (09:28 +0000)]
POSIX extension variation tests
Robin Fernandes [Fri, 11 Apr 2008 08:57:17 +0000 (08:57 +0000)]
Adding some tests for ereg and url functions.
Marcus Boerger [Fri, 11 Apr 2008 08:35:54 +0000 (08:35 +0000)]
BFN
Marcus Boerger [Thu, 10 Apr 2008 19:42:32 +0000 (19:42 +0000)]
- MFH No longer allow to disable pcre
Nuno Lopes [Thu, 10 Apr 2008 19:19:04 +0000 (19:19 +0000)]
fix heredoc+nowdoc
#patch by Matt Wilmas
Nuno Lopes [Thu, 10 Apr 2008 19:13:59 +0000 (19:13 +0000)]
add SKIPIF
# Patch by Christian Hoffmann
Nuno Lopes [Thu, 10 Apr 2008 18:50:42 +0000 (18:50 +0000)]
fix SKIPIFs
# Patch by Christian Hoffmann
Philip Olson [Thu, 10 Apr 2008 05:31:53 +0000 (05:31 +0000)]
MFH: Updated the documentation credits
Ilia Alshanetsky [Wed, 9 Apr 2008 23:35:19 +0000 (23:35 +0000)]
WS
Nuno Lopes [Wed, 9 Apr 2008 22:01:20 +0000 (22:01 +0000)]
fix the yyless() definition to match flex one and revert part of last patch (so that it remains similar with flex's scan)
Marcus Boerger [Wed, 9 Apr 2008 21:53:00 +0000 (21:53 +0000)]
- MFH SPL can no longer be disabld as discussed some time ago (checked back with RM)
Scott MacVicar [Wed, 9 Apr 2008 20:50:58 +0000 (20:50 +0000)]
Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)
Etienne Kneuss [Wed, 9 Apr 2008 19:01:12 +0000 (19:01 +0000)]
MFH: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)
Felipe Pena [Wed, 9 Apr 2008 13:51:09 +0000 (13:51 +0000)]
MFB: Fixed bug #44678 (spliti error message includes wrong function name)
Dmitry Stogov [Wed, 9 Apr 2008 09:16:51 +0000 (09:16 +0000)]
Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
Dmitry Stogov [Wed, 9 Apr 2008 08:55:45 +0000 (08:55 +0000)]
Bug #44653 (Invalid namespace name resolution)
Jani Taskinen [Tue, 8 Apr 2008 12:33:54 +0000 (12:33 +0000)]
MFH: Missing basic single ini file test (bug #44574)
Jani Taskinen [Tue, 8 Apr 2008 12:17:04 +0000 (12:17 +0000)]
- Generated with re2c 0.13.4