]> granicus.if.org Git - php/log
php
16 years ago- Introducing nmake clean-all
Steph Fox [Sat, 3 May 2008 21:12:55 +0000 (21:12 +0000)]
- Introducing nmake clean-all
- This should probably be merged with nmake clean, but I've no way to test the impact on distro builds.

16 years agoCommitting corrected test from Eric Stewart
Zoe Slattery [Sat, 3 May 2008 20:36:36 +0000 (20:36 +0000)]
Committing corrected test from Eric Stewart

16 years agoBFN: #44899
Felipe Pena [Sat, 3 May 2008 16:11:56 +0000 (16:11 +0000)]
BFN: #44899

16 years agoMFH: Fix #44484 (define SimpleXMLElement::__toString())
Etienne Kneuss [Sat, 3 May 2008 15:09:37 +0000 (15:09 +0000)]
MFH: Fix #44484 (define SimpleXMLElement::__toString())

16 years ago- Tabs to spaces.
Derick Rethans [Sat, 3 May 2008 11:08:09 +0000 (11:08 +0000)]
- Tabs to spaces.

16 years ago- Added support for using an end date to limit the amount of recursions
Derick Rethans [Sat, 3 May 2008 10:59:36 +0000 (10:59 +0000)]
- Added support for using an end date to limit the amount of recursions
  with the DatePeriod iterator.
#- @doc

16 years ago- MFH: Fixed weekdays adding/subtracting algorithm.
Derick Rethans [Sat, 3 May 2008 10:04:37 +0000 (10:04 +0000)]
- MFH: Fixed weekdays adding/subtracting algorithm.

16 years ago- MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne...
Felipe Pena [Sat, 3 May 2008 00:38:55 +0000 (00:38 +0000)]
- MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne Kneuss)

16 years agofix build
Antony Dovgal [Fri, 2 May 2008 23:05:05 +0000 (23:05 +0000)]
fix build

16 years ago- MFH: Fixed an issue in date() where a : was printed for the O modifier after
Derick Rethans [Fri, 2 May 2008 21:33:05 +0000 (21:33 +0000)]
- MFH: Fixed an issue in date() where a : was printed for the O modifier after
  a P modifier was used.

16 years ago- Fix for bug #44870: rename() on directory deletes same named file. (Patch by
Derick Rethans [Fri, 2 May 2008 14:07:26 +0000 (14:07 +0000)]
- Fix for bug #44870: rename() on directory deletes same named file. (Patch by
  Pierre)

16 years agoFix reflection (always static, never shared) and disable turning off pcre and spl...
Elizabeth Marie Smith [Fri, 2 May 2008 14:05:53 +0000 (14:05 +0000)]
Fix reflection (always static, never shared) and disable turning off pcre and spl (also always static, never shared)

16 years agoHard enabling it for Windows, readding define for UNIX [DOC]
Lars Strojny [Fri, 2 May 2008 13:11:45 +0000 (13:11 +0000)]
Hard enabling it for Windows, readding define for UNIX [DOC]

16 years agoHard enabling ext/reflection on UNIX too [DOC]
Lars Strojny [Fri, 2 May 2008 13:05:42 +0000 (13:05 +0000)]
Hard enabling ext/reflection on UNIX too  [DOC]

16 years ago- MFH: Added DateInterval::createFromDateString() that creates an interval
Derick Rethans [Fri, 2 May 2008 12:49:16 +0000 (12:49 +0000)]
- MFH: Added DateInterval::createFromDateString() that creates an interval
  from the relative parts of a date/time string.
- MFH: Fixed an issue where special relative bits were not applied.

16 years ago- MFH: Rearranged some structures to allow for more powerfull period/intervals.
Derick Rethans [Thu, 1 May 2008 16:15:45 +0000 (16:15 +0000)]
- MFH: Rearranged some structures to allow for more powerfull period/intervals.

16 years ago- MFH: Include the starting date by default in the iterator output, but add an
Derick Rethans [Thu, 1 May 2008 13:31:22 +0000 (13:31 +0000)]
- MFH: Include the starting date by default in the iterator output, but add an
  option to disable this behavior.

16 years agoopen_basedir tests for directory functions
Ant Phillips [Thu, 1 May 2008 12:36:46 +0000 (12:36 +0000)]
open_basedir tests for directory functions

16 years agoopen_basedir tests for directory functions
Ant Phillips [Thu, 1 May 2008 11:46:18 +0000 (11:46 +0000)]
open_basedir tests for directory functions

16 years ago- MFH: Added the DatePeriod class/iterator that iterates over a date time
Derick Rethans [Thu, 1 May 2008 00:12:24 +0000 (00:12 +0000)]
- MFH: Added the DatePeriod class/iterator that iterates over a date time
  object for a specific number of iterators and applies a DateInterval each
  time.
@DOC: More will follow though

16 years agoFix session test failures as reported by Antony Dovgal.
Ant Phillips [Wed, 30 Apr 2008 15:20:18 +0000 (15:20 +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.

16 years agoBreak up complicated rename tests into some smaller more consumable chunks
Ant Phillips [Wed, 30 Apr 2008 13:53:52 +0000 (13:53 +0000)]
Break up complicated rename tests into some smaller more consumable chunks

16 years agoIS_CONST operands are always have is_ref==1 and refcount==2, so we can eliminate...
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

16 years agoFix session test failures as reported by Antony Dovgal.
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.

16 years agofix spelling
Antony Dovgal [Tue, 29 Apr 2008 13:50:27 +0000 (13:50 +0000)]
fix spelling

16 years agoFixed GC slowdown
Dmitry Stogov [Tue, 29 Apr 2008 13:43:31 +0000 (13:43 +0000)]
Fixed GC slowdown

16 years agoMore session tests to improve code coverage for untested extension code
Ant Phillips [Tue, 29 Apr 2008 09:24:19 +0000 (09:24 +0000)]
More session tests to improve code coverage for untested extension code

16 years agoAdded missing lazy initialization
Dmitry Stogov [Tue, 29 Apr 2008 09:18:26 +0000 (09:18 +0000)]
Added missing lazy initialization

16 years agoMore session tests to improve code coverage for untested extension code
Ant Phillips [Tue, 29 Apr 2008 08:57:09 +0000 (08:57 +0000)]
More session tests to improve code coverage for untested extension code

16 years agoLazy EG(active_symbol_table) initialization
Dmitry Stogov [Tue, 29 Apr 2008 08:15:20 +0000 (08:15 +0000)]
Lazy EG(active_symbol_table) initialization

16 years agoMFH
Antony Dovgal [Tue, 29 Apr 2008 08:08:21 +0000 (08:08 +0000)]
MFH

16 years agofix test
Antony Dovgal [Tue, 29 Apr 2008 07:26:46 +0000 (07:26 +0000)]
fix test

16 years agofix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this breaks...
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

16 years agoFixed potentially confusing error message on failure when no errors are logged
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

16 years agoFix windows build
Scott MacVicar [Mon, 28 Apr 2008 13:21:34 +0000 (13:21 +0000)]
Fix windows build

16 years ago- Fix test even if safe_mode is forced to be "On" in the binary
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

16 years ago- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases
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.

16 years ago- Added new date/time functionality:
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).

16 years agoExtra open_basedir tests
Ant Phillips [Thu, 24 Apr 2008 16:40:54 +0000 (16:40 +0000)]
Extra open_basedir tests

16 years ago- re2c requirement update
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)

16 years agoOptimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdes
Dmitry Stogov [Thu, 24 Apr 2008 15:45:46 +0000 (15:45 +0000)]
Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdes

16 years agoUpdate ext/mysql's and ext/mysqli's tests
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.

16 years agoAllow for chmod() to fail on symbolic links
Ant Phillips [Thu, 24 Apr 2008 13:58:26 +0000 (13:58 +0000)]
Allow for chmod() to fail on symbolic links

16 years ago- MFH: improve test and remove files on exit
Pierre Joye [Thu, 24 Apr 2008 08:45:35 +0000 (08:45 +0000)]
- MFH: improve test and remove files on exit

16 years agoFixed bug #44805 (rename() function is not portable to Windows). (Pierre)
Dmitry Stogov [Thu, 24 Apr 2008 07:45:01 +0000 (07:45 +0000)]
Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)

16 years ago- MFH: Fix Windows build
Johannes Schlüter [Wed, 23 Apr 2008 16:56:51 +0000 (16:56 +0000)]
- MFH: Fix Windows build

16 years agoopen_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
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)

16 years agoThese tests were backported from the PHP 6.0 branch, which in turn were ported from...
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.

16 years agoNew set of session extension tests for PHP 5.3 branch.
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.

16 years agoFix some ereg tests for 64bit platforms.
Robin Fernandes [Tue, 22 Apr 2008 15:31:57 +0000 (15:31 +0000)]
Fix some ereg tests for 64bit platforms.

16 years agofix tests
Antony Dovgal [Tue, 22 Apr 2008 13:31:25 +0000 (13:31 +0000)]
fix tests

16 years agoAdded a warning message on pdo::exec() failure in the event of an empty query
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

16 years agoadd news entry
Antony Dovgal [Mon, 21 Apr 2008 15:42:26 +0000 (15:42 +0000)]
add news entry

16 years ago[DOC] add hash_copy() to be able to copy hash resource
Antony Dovgal [Mon, 21 Apr 2008 15:37:46 +0000 (15:37 +0000)]
[DOC] add hash_copy() to be able to copy hash resource

16 years agoFixed error verbiage and free function_name on success
Ilia Alshanetsky [Mon, 21 Apr 2008 14:32:57 +0000 (14:32 +0000)]
Fixed error verbiage and free function_name on success

16 years agoOptimized function call helper
Dmitry Stogov [Mon, 21 Apr 2008 10:14:20 +0000 (10:14 +0000)]
Optimized function call helper

16 years agoFixed a bug #44403 (register_tick_function() does not check for a valid callback)
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)

16 years ago- Fixed tests
Felipe Pena [Sun, 20 Apr 2008 02:06:20 +0000 (02:06 +0000)]
- Fixed tests

16 years ago- Better error message
Felipe Pena [Sun, 20 Apr 2008 01:44:16 +0000 (01:44 +0000)]
- Better error message

16 years ago- New tests
Felipe Pena [Fri, 18 Apr 2008 14:05:47 +0000 (14:05 +0000)]
- New tests

16 years agoSet extension status back to dev
Christopher Jones [Fri, 18 Apr 2008 02:34:42 +0000 (02:34 +0000)]
Set extension status back to dev

16 years agoUpdate description
Christopher Jones [Fri, 18 Apr 2008 02:33:59 +0000 (02:33 +0000)]
Update description

16 years agoMFH
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

16 years agoBFN
Rob Richards [Thu, 17 Apr 2008 20:23:49 +0000 (20:23 +0000)]
BFN

16 years agoMFH: fix bug #44648 (Attribute names not checked for wellformedness)
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

16 years ago- New test
Felipe Pena [Thu, 17 Apr 2008 18:16:17 +0000 (18:16 +0000)]
- New test

16 years ago- Fixed typo
Felipe Pena [Thu, 17 Apr 2008 11:08:13 +0000 (11:08 +0000)]
- Fixed typo

16 years agoFixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)
Dmitry Stogov [Thu, 17 Apr 2008 10:21:38 +0000 (10:21 +0000)]
Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)

16 years agoHash extension is no longer experimental
Ilia Alshanetsky [Wed, 16 Apr 2008 21:53:41 +0000 (21:53 +0000)]
Hash extension is no longer experimental

16 years agoMFH: use new parameter parsing API
Antony Dovgal [Wed, 16 Apr 2008 14:21:04 +0000 (14:21 +0000)]
MFH: use new parameter parsing API

16 years agoplug minor memleak
Antony Dovgal [Wed, 16 Apr 2008 13:20:59 +0000 (13:20 +0000)]
plug minor memleak

16 years agoMFB: Update CVS from the development tree
Andrey Hristov [Wed, 16 Apr 2008 12:57:38 +0000 (12:57 +0000)]
MFB: Update CVS from the development tree

16 years agoChanges to the code that generates variations (Robin & Josie)
Zoe Slattery [Tue, 15 Apr 2008 19:50:13 +0000 (19:50 +0000)]
Changes to the code that generates variations (Robin & Josie)

16 years agoThese are really old config.w32 files - now they use PHP_PHP_BUILD correctly instead...
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

16 years agoMFH: force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)
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)

16 years agoSelected better initial VM stack size
Dmitry Stogov [Tue, 15 Apr 2008 15:52:36 +0000 (15:52 +0000)]
Selected better initial VM stack size

16 years agoMFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
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)

16 years agoMFH: remove -ldl
Antony Dovgal [Tue, 15 Apr 2008 12:47:33 +0000 (12:47 +0000)]
MFH: remove -ldl

16 years agoOptimized request startup sequence for php.ini without per dir and per host configura...
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

16 years agoMFH
Jani Taskinen [Tue, 15 Apr 2008 09:02:40 +0000 (09:02 +0000)]
MFH

16 years agoMFH
Jani Taskinen [Tue, 15 Apr 2008 08:44:21 +0000 (08:44 +0000)]
MFH

16 years agoFixed bug #44720 (Prevent infinite recursion within session_register)
Scott MacVicar [Tue, 15 Apr 2008 00:59:04 +0000 (00:59 +0000)]
Fixed bug #44720 (Prevent infinite recursion within session_register)

16 years agoFixed test
Ilia Alshanetsky [Mon, 14 Apr 2008 23:17:30 +0000 (23:17 +0000)]
Fixed test

16 years ago- Workarounds are no longer needed - thanks PECLers!
Steph Fox [Mon, 14 Apr 2008 17:55:02 +0000 (17:55 +0000)]
- Workarounds are no longer needed - thanks PECLers!

16 years ago- Fixed test
Felipe Pena [Mon, 14 Apr 2008 17:24:11 +0000 (17:24 +0000)]
- Fixed test

16 years agoUse PHP to fetch the pear phar
Hannes Magnusson [Mon, 14 Apr 2008 16:56:50 +0000 (16:56 +0000)]
Use PHP to fetch the pear phar

16 years agoMFH: Fix dns_check_proto (related to #44723)
Etienne Kneuss [Mon, 14 Apr 2008 16:50:11 +0000 (16:50 +0000)]
MFH: Fix dns_check_proto (related to #44723)

16 years ago[DOC] Remove config_get_hash() & and add new boolean parameter to ini_get_all()
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.

16 years agoFixed bug#44716 (Progress notifications incorrect)
Hannes Magnusson [Mon, 14 Apr 2008 12:16:07 +0000 (12:16 +0000)]
Fixed bug#44716 (Progress notifications incorrect)

16 years agoMFH: Add "params" argument to stream_context_create()
Hannes Magnusson [Mon, 14 Apr 2008 08:15:11 +0000 (08:15 +0000)]
MFH: Add "params" argument to stream_context_create()

16 years agofix ZTS build and sync with HEAD
Antony Dovgal [Mon, 14 Apr 2008 07:49:00 +0000 (07:49 +0000)]
fix ZTS build and sync with HEAD

16 years agoFixed bug#44712 (stream_context_set_params segfaults on invalid arguments)
Hannes Magnusson [Sun, 13 Apr 2008 22:35:27 +0000 (22:35 +0000)]
Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)

16 years agodo not scan include_path with faulty plain_wrapper-based include_path fopen
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)

16 years agofix test
Greg Beaver [Sun, 13 Apr 2008 21:27:18 +0000 (21:27 +0000)]
fix test

16 years agoKill unused var
Ilia Alshanetsky [Sun, 13 Apr 2008 12:25:15 +0000 (12:25 +0000)]
Kill unused var

16 years agoFixing:
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..."

16 years agoMFH: Update URL for go-pear
Hannes Magnusson [Fri, 11 Apr 2008 21:57:58 +0000 (21:57 +0000)]
MFH: Update URL for go-pear

16 years agoMFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument)
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)

16 years agoSpeedup GC initialization
Dmitry Stogov [Fri, 11 Apr 2008 17:31:53 +0000 (17:31 +0000)]
Speedup GC initialization

16 years agoFix test parse_url_variation_002.phpt for 64bit platforms.
Robin Fernandes [Fri, 11 Apr 2008 14:35:06 +0000 (14:35 +0000)]
Fix test parse_url_variation_002.phpt for 64bit platforms.