]> granicus.if.org Git - php/log
php
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.

16 years agofix tests
Antony Dovgal [Fri, 11 Apr 2008 11:05:56 +0000 (11:05 +0000)]
fix tests

16 years agoMFH: fix 2 segfaults in ZTS mode
Antony Dovgal [Fri, 11 Apr 2008 11:00:03 +0000 (11:00 +0000)]
MFH: fix 2 segfaults in ZTS mode

16 years agoOptimized ZEND_RETURN opcode to not allocate and copy return value if it is not
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.

16 years agoPOSIX extension error tests
Steve Seear [Fri, 11 Apr 2008 09:33:08 +0000 (09:33 +0000)]
POSIX extension error tests

16 years agoPOSIX extension variation tests
Steve Seear [Fri, 11 Apr 2008 09:28:07 +0000 (09:28 +0000)]
POSIX extension variation tests

16 years agoAdding some tests for ereg and url functions.
Robin Fernandes [Fri, 11 Apr 2008 08:57:17 +0000 (08:57 +0000)]
Adding some tests for ereg and url functions.

16 years agoBFN
Marcus Boerger [Fri, 11 Apr 2008 08:35:54 +0000 (08:35 +0000)]
BFN

16 years ago- MFH No longer allow to disable pcre
Marcus Boerger [Thu, 10 Apr 2008 19:42:32 +0000 (19:42 +0000)]
- MFH No longer allow to disable pcre

16 years agofix heredoc+nowdoc
Nuno Lopes [Thu, 10 Apr 2008 19:19:04 +0000 (19:19 +0000)]
fix heredoc+nowdoc
#patch by Matt Wilmas

16 years agoadd SKIPIF
Nuno Lopes [Thu, 10 Apr 2008 19:13:59 +0000 (19:13 +0000)]
add SKIPIF
# Patch by Christian Hoffmann

16 years agofix SKIPIFs
Nuno Lopes [Thu, 10 Apr 2008 18:50:42 +0000 (18:50 +0000)]
fix SKIPIFs
# Patch by Christian Hoffmann

16 years agoMFH: Updated the documentation credits
Philip Olson [Thu, 10 Apr 2008 05:31:53 +0000 (05:31 +0000)]
MFH: Updated the documentation credits

16 years agoWS
Ilia Alshanetsky [Wed, 9 Apr 2008 23:35:19 +0000 (23:35 +0000)]
WS

16 years agofix the yyless() definition to match flex one and revert part of last patch (so that...
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)

16 years ago- MFH SPL can no longer be disabld as discussed some time ago (checked back with RM)
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)

16 years agoFixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)
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)

16 years agoMFH: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)
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)

16 years agoMFB: Fixed bug #44678 (spliti error message includes wrong function name)
Felipe Pena [Wed, 9 Apr 2008 13:51:09 +0000 (13:51 +0000)]
MFB: Fixed bug #44678 (spliti error message includes wrong function name)

16 years agoFixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
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)

16 years agoBug #44653 (Invalid namespace name resolution)
Dmitry Stogov [Wed, 9 Apr 2008 08:55:45 +0000 (08:55 +0000)]
Bug #44653 (Invalid namespace name resolution)

16 years agoMFH: Missing basic single ini file test (bug #44574)
Jani Taskinen [Tue, 8 Apr 2008 12:33:54 +0000 (12:33 +0000)]
MFH: Missing basic single ini file test (bug #44574)

16 years ago- Generated with re2c 0.13.4
Jani Taskinen [Tue, 8 Apr 2008 12:17:04 +0000 (12:17 +0000)]
- Generated with re2c 0.13.4

16 years ago- Fix test.
Jani Taskinen [Tue, 8 Apr 2008 12:00:15 +0000 (12:00 +0000)]
- Fix test.

16 years agoMFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)
Jani Taskinen [Tue, 8 Apr 2008 08:42:24 +0000 (08:42 +0000)]
MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)

16 years agoFix snapshot build
Andrey Hristov [Tue, 8 Apr 2008 07:45:49 +0000 (07:45 +0000)]
Fix snapshot build

16 years agoFixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid)
Ilia Alshanetsky [Tue, 8 Apr 2008 00:01:48 +0000 (00:01 +0000)]
Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid)

16 years agoTest updates
Christopher Jones [Mon, 7 Apr 2008 21:55:53 +0000 (21:55 +0000)]
Test updates

16 years agoFix OCIPing 10.2 macro
Christopher Jones [Mon, 7 Apr 2008 21:55:43 +0000 (21:55 +0000)]
Fix OCIPing 10.2 macro

16 years agoPECL #13523 (x86_64 build). Make OCI8 buildable with PHP 4.3.9.
Christopher Jones [Mon, 7 Apr 2008 21:55:20 +0000 (21:55 +0000)]
PECL #13523 (x86_64 build).  Make OCI8 buildable with PHP 4.3.9.

16 years agoMFH: Add E_DEPRECATED comment
Christopher Jones [Mon, 7 Apr 2008 21:24:04 +0000 (21:24 +0000)]
MFH: Add E_DEPRECATED comment

16 years ago- Reset back to 0.13.4 now that it released.
Derick Rethans [Mon, 7 Apr 2008 17:55:21 +0000 (17:55 +0000)]
- Reset back to 0.13.4 now that it released.

16 years ago- MFH: Fixing returned offset.
Derick Rethans [Mon, 7 Apr 2008 17:44:03 +0000 (17:44 +0000)]
- MFH: Fixing returned offset.
- MFH: Algorithm optimization.

16 years ago- MFH: Fixed test cases.
Derick Rethans [Mon, 7 Apr 2008 17:41:58 +0000 (17:41 +0000)]
- MFH: Fixed test cases.

16 years agoMFH: fix test
Antony Dovgal [Mon, 7 Apr 2008 12:14:04 +0000 (12:14 +0000)]
MFH: fix test

16 years agoFixed bug #44609 (Dollar in ini variables are not parsed correctly)
Scott MacVicar [Mon, 7 Apr 2008 11:39:14 +0000 (11:39 +0000)]
Fixed bug #44609 (Dollar in ini variables are not parsed correctly)

16 years agoMFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively
Etienne Kneuss [Mon, 7 Apr 2008 10:44:59 +0000 (10:44 +0000)]
MFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively

16 years ago- MFH add new tests
Marcus Boerger [Sun, 6 Apr 2008 17:53:31 +0000 (17:53 +0000)]
- MFH add new tests

16 years agoFixed bug #44603 (Order issues with Content-Type/Length headers on POST)
Ilia Alshanetsky [Sun, 6 Apr 2008 15:21:24 +0000 (15:21 +0000)]
Fixed bug #44603 (Order issues with Content-Type/Length headers on POST)

16 years ago- HEREDOC syntax with double quotes
Felipe Pena [Sat, 5 Apr 2008 23:50:21 +0000 (23:50 +0000)]
- HEREDOC syntax with double quotes

16 years ago- Allow HEREDOC syntax with double quotes
Felipe Pena [Sat, 5 Apr 2008 22:29:08 +0000 (22:29 +0000)]
- Allow HEREDOC syntax with double quotes
(http://wiki.php.net/rfc/heredoc-with-double-quotes)

16 years agoMFB: Fixed bug #44591 (imagegif's filename parameter).
Felipe Pena [Fri, 4 Apr 2008 17:42:18 +0000 (17:42 +0000)]
MFB: Fixed bug #44591 (imagegif's filename parameter).