]> granicus.if.org Git - php/log
php
17 years agofix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headers
Greg Beaver [Wed, 9 Jan 2008 06:45:36 +0000 (06:45 +0000)]
fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headers

17 years ago- MFB: #43790, fix crash when no family name has been found
Pierre Joye [Wed, 9 Jan 2008 01:51:17 +0000 (01:51 +0000)]
- MFB: #43790, fix crash when no family name has been found

17 years agoFixed bug #43498 (file_exists() on a proftpd server got SIZE not
Ilia Alshanetsky [Tue, 8 Jan 2008 19:08:50 +0000 (19:08 +0000)]
Fixed bug #43498 (file_exists() on a proftpd server got SIZE not
allowed in ASCII mode).
# Original patch by crrodriguez at suse dot de

17 years agoMySQL 6 compatibility fix.
Ulf Wendel [Tue, 8 Jan 2008 13:16:00 +0000 (13:16 +0000)]
MySQL 6 compatibility fix.

17 years agostrncpy->strlcpy
Andrey Hristov [Tue, 8 Jan 2008 13:11:55 +0000 (13:11 +0000)]
strncpy->strlcpy

17 years agoMerge from HEAD: looks more than it is. Whitespace, some SQL formatting changes etc.
Ulf Wendel [Tue, 8 Jan 2008 12:49:42 +0000 (12:49 +0000)]
Merge from HEAD: looks more than it is. Whitespace, some SQL formatting changes etc.
No "real" changes.

17 years agoWS
Ilia Alshanetsky [Mon, 7 Jan 2008 15:13:17 +0000 (15:13 +0000)]
WS

17 years agoMFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.
Ilia Alshanetsky [Sun, 6 Jan 2008 17:12:44 +0000 (17:12 +0000)]
MFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.

17 years ago- MFH Show info for CL and CGI if both are going to be used
Marcus Boerger [Sun, 6 Jan 2008 16:48:11 +0000 (16:48 +0000)]
- MFH Show info for CL and CGI if both are going to be used

17 years agoremove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF--...
Greg Beaver [Sat, 5 Jan 2008 21:39:53 +0000 (21:39 +0000)]
remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE--

17 years agoimplement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI...
Greg Beaver [Sat, 5 Jan 2008 21:05:06 +0000 (21:05 +0000)]
implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW--

17 years agoMFH
Ulf Wendel [Fri, 4 Jan 2008 18:20:53 +0000 (18:20 +0000)]
MFH

Added:

  mysqli_fetch_assoc_zerofill.phpt
    checks for UNSIGNED ZEROFILL

  mysqli_stmt_bind_result_zerofill.phpt
    checks for UNSIGNED ZEROFILL

  mysqli_stmt_bind_param_call_user_func.phpt
    Needs to be refined once http://bugs.php.net/bug.php?id=43568
    has been closed and a decision has been made on call_user_func_array().
    There seems to be a BC break between 5_2 -> 5_3 .
    Johannes has an eye on it

Modified:

  mysqli_change_user_insert_id.phpt
    skip test for buggy MySQL Server versions

  mysqli_insert_id.phpt
    added additional checks

17 years agoNew testcases for array_diff() function
Raghubansh Kumar [Fri, 4 Jan 2008 14:02:27 +0000 (14:02 +0000)]
New testcases for array_diff() function

17 years agoNew testcases for array_diff_assoc() function
Raghubansh Kumar [Fri, 4 Jan 2008 14:01:45 +0000 (14:01 +0000)]
New testcases for array_diff_assoc() function

17 years agoMFH: Fix for bug #43036
Ulf Wendel [Fri, 4 Jan 2008 09:00:59 +0000 (09:00 +0000)]
MFH: Fix for bug #43036

17 years agoMFH: Remove test for deprecated (and removed) function
Ulf Wendel [Thu, 3 Jan 2008 17:21:01 +0000 (17:21 +0000)]
MFH: Remove test for deprecated (and removed) function

17 years agoSkip test for PostgreSQL driver since error is too dissimilar to other
Ilia Alshanetsky [Thu, 3 Jan 2008 16:46:52 +0000 (16:46 +0000)]
Skip test for PostgreSQL driver since error is too dissimilar to other
drivers

17 years agoremove unused PHP_EXTNAME_API macros.
Nuno Lopes [Thu, 3 Jan 2008 16:20:33 +0000 (16:20 +0000)]
remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch

17 years ago- MFH: Remove more replication stuff
Johannes Schlüter [Thu, 3 Jan 2008 14:33:46 +0000 (14:33 +0000)]
- MFH: Remove more replication stuff

17 years agoHeader protection
Andrey Hristov [Thu, 3 Jan 2008 12:49:45 +0000 (12:49 +0000)]
Header protection

17 years agoRemove unused field
Andrey Hristov [Thu, 3 Jan 2008 11:37:33 +0000 (11:37 +0000)]
Remove unused field

17 years ago this testcase has been split into many smaller testcases and committed.
Raghubansh Kumar [Thu, 3 Jan 2008 09:46:00 +0000 (09:46 +0000)]
 this testcase has been split into many smaller testcases and committed.

17 years agonew smaller testcases for array_map() function
Raghubansh Kumar [Thu, 3 Jan 2008 09:43:45 +0000 (09:43 +0000)]
new smaller testcases for array_map() function

17 years agoAdding PHPT tests for the ReflectionMethod class.
Steve Seear [Thu, 3 Jan 2008 09:07:07 +0000 (09:07 +0000)]
Adding PHPT tests for the ReflectionMethod class.

17 years ago- Fix problems with double definitions
Andrey Hristov [Wed, 2 Jan 2008 21:14:35 +0000 (21:14 +0000)]
- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
  for the same thing (unification is the name).
- New macro for Johannes mysqlnd_stmt_ro_result_metadata

17 years agoFixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";")
Ilia Alshanetsky [Wed, 2 Jan 2008 19:19:31 +0000 (19:19 +0000)]
Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";")

17 years agoUpdate copyright
Ilia Alshanetsky [Tue, 1 Jan 2008 18:30:20 +0000 (18:30 +0000)]
Update copyright

17 years agofixed binary arithmetic (MF5.2)
Hartmut Holzgraefe [Tue, 1 Jan 2008 18:13:14 +0000 (18:13 +0000)]
fixed binary arithmetic (MF5.2)

17 years ago- Updated to version 2007.11
Derick Rethans [Tue, 1 Jan 2008 15:32:05 +0000 (15:32 +0000)]
- Updated to version 2007.11

17 years agoMFH: Fix test
Hannes Magnusson [Tue, 1 Jan 2008 14:35:31 +0000 (14:35 +0000)]
MFH: Fix test

17 years agoLeftover: Bump copyright year.
Sebastian Bergmann [Tue, 1 Jan 2008 06:15:40 +0000 (06:15 +0000)]
Leftover: Bump copyright year.

17 years agoUpdate copyright
Ilia Alshanetsky [Mon, 31 Dec 2007 21:34:42 +0000 (21:34 +0000)]
Update copyright

17 years agoLeftover: Bump copyright year.
Sebastian Bergmann [Mon, 31 Dec 2007 07:24:44 +0000 (07:24 +0000)]
Leftover: Bump copyright year.

17 years agoMFH: Bump copyright year, 2 of 2.
Sebastian Bergmann [Mon, 31 Dec 2007 07:17:19 +0000 (07:17 +0000)]
MFH: Bump copyright year, 2 of 2.

17 years agoMFH: Bump copyright year, 1 of 2.
Sebastian Bergmann [Mon, 31 Dec 2007 07:15:43 +0000 (07:15 +0000)]
MFH: Bump copyright year, 1 of 2.

17 years ago- Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).
David Soria Parra [Sun, 30 Dec 2007 17:51:35 +0000 (17:51 +0000)]
- Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).
CVS

17 years agoFixed typo
Ilia Alshanetsky [Sun, 30 Dec 2007 16:46:27 +0000 (16:46 +0000)]
Fixed typo

17 years agoMFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues with misconf...
Jani Taskinen [Sat, 29 Dec 2007 18:46:27 +0000 (18:46 +0000)]
MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues with misconfigured servers)

17 years agoMFB5.2: Fix test
Hannes Magnusson [Sat, 29 Dec 2007 11:38:24 +0000 (11:38 +0000)]
MFB5.2: Fix test

17 years agocorrect fix for bug #43522
Antony Dovgal [Sat, 29 Dec 2007 10:52:24 +0000 (10:52 +0000)]
correct fix for bug #43522

17 years agofix test
Antony Dovgal [Sat, 29 Dec 2007 10:32:52 +0000 (10:32 +0000)]
fix test

17 years agoMFH: Update the class method documentation links
Hannes Magnusson [Sat, 29 Dec 2007 02:21:57 +0000 (02:21 +0000)]
MFH: Update the class method documentation links

17 years agoHere comes the NEWS entry. The RM knows his job ;)
Andrey Hristov [Fri, 28 Dec 2007 15:44:45 +0000 (15:44 +0000)]
Here comes the NEWS entry. The RM knows his job ;)

17 years agoRemove RPL functions. They were always experimental and lead to crashes.
Andrey Hristov [Fri, 28 Dec 2007 15:37:52 +0000 (15:37 +0000)]
Remove RPL functions. They were always experimental and lead to crashes.
The underlying functions will be removed from libmysql as of MySQL 6.0, so
it's right time to remove them.

17 years agoFixed possible memory corruption
Dmitry Stogov [Fri, 28 Dec 2007 15:32:09 +0000 (15:32 +0000)]
Fixed possible memory corruption

17 years agoFixing SQL syntax in this very old test to make it pass with MySQL 6.0
Ulf Wendel [Fri, 28 Dec 2007 15:27:38 +0000 (15:27 +0000)]
Fixing SQL syntax in this very old test to make it pass with MySQL 6.0

17 years agoIsn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.
Ulf Wendel [Fri, 28 Dec 2007 15:26:17 +0000 (15:26 +0000)]
Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.

17 years agoSooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,
Ulf Wendel [Fri, 28 Dec 2007 15:06:02 +0000 (15:06 +0000)]
Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,
HEAD sync will follow.

17 years agoCutting off a few edges:
Ulf Wendel [Fri, 28 Dec 2007 14:50:48 +0000 (14:50 +0000)]
Cutting off a few edges:
 - use connection parameter from environment variables
 - check if MySQL supports procedures
 - whitespace

17 years agoFixed test related to bug #38469
Dmitry Stogov [Fri, 28 Dec 2007 13:23:00 +0000 (13:23 +0000)]
Fixed test related to bug #38469

17 years agoFixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory)
Dmitry Stogov [Fri, 28 Dec 2007 13:22:00 +0000 (13:22 +0000)]
Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory)

17 years agoInitialize operand type
Dmitry Stogov [Fri, 28 Dec 2007 09:46:52 +0000 (09:46 +0000)]
Initialize operand type

17 years agofix tests
Nuno Lopes [Thu, 27 Dec 2007 16:05:00 +0000 (16:05 +0000)]
fix tests

17 years agoUse proper result type
Dmitry Stogov [Thu, 27 Dec 2007 13:52:05 +0000 (13:52 +0000)]
Use proper result type

17 years agoAdded ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese...
Dmitry Stogov [Thu, 27 Dec 2007 13:10:20 +0000 (13:10 +0000)]
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry)

17 years agoAdded 64-bit tests (Serg)
Dmitry Stogov [Thu, 27 Dec 2007 11:39:01 +0000 (11:39 +0000)]
Added 64-bit tests (Serg)

17 years agoFixed bug#43105 (PHP seems to fail to close open files.)
Hannes Magnusson [Thu, 27 Dec 2007 02:09:26 +0000 (02:09 +0000)]
Fixed bug#43105 (PHP seems to fail to close open files.)

17 years agoMFH: Fix typo (TAKAGI Masahiro)
Hannes Magnusson [Wed, 26 Dec 2007 21:02:46 +0000 (21:02 +0000)]
MFH: Fix typo (TAKAGI Masahiro)

17 years agoMFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"
Hartmut Holzgraefe [Tue, 25 Dec 2007 18:55:40 +0000 (18:55 +0000)]
MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"

17 years agofix test : do not run when run as root
Raghubansh Kumar [Tue, 25 Dec 2007 16:15:34 +0000 (16:15 +0000)]
fix test : do not run when run as root

17 years agoFixed %f regex
Dmitry Stogov [Tue, 25 Dec 2007 12:06:34 +0000 (12:06 +0000)]
Fixed %f regex

17 years agoFixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)
Dmitry Stogov [Tue, 25 Dec 2007 10:58:30 +0000 (10:58 +0000)]
Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)

17 years agoAdditional fix for bug #42868
Dmitry Stogov [Mon, 24 Dec 2007 18:09:50 +0000 (18:09 +0000)]
Additional fix for bug #42868

17 years agonew testcases for dir() function
Raghubansh Kumar [Mon, 24 Dec 2007 05:19:42 +0000 (05:19 +0000)]
new testcases for dir() function

17 years agofix tests
Raghubansh Kumar [Mon, 24 Dec 2007 04:27:55 +0000 (04:27 +0000)]
fix tests

17 years agoChanging the regex for %f so the it will match e-, e+ and e.
Raghubansh Kumar [Mon, 24 Dec 2007 04:23:04 +0000 (04:23 +0000)]
Changing the regex for %f so the it will match e-, e+ and e.

17 years ago- MFH: Fix #43450 (Memory leak on some functions with implicit object
Johannes Schlüter [Fri, 21 Dec 2007 20:56:33 +0000 (20:56 +0000)]
- MFH: Fix #43450 (Memory leak on some functions with implicit object
  __toString() call) (Davic C.)

17 years agoFixed test
Dmitry Stogov [Fri, 21 Dec 2007 09:40:27 +0000 (09:40 +0000)]
Fixed test

17 years agoFixed bug #43644 (is_callable(':') crashes)
Ilia Alshanetsky [Fri, 21 Dec 2007 01:21:52 +0000 (01:21 +0000)]
Fixed bug #43644 (is_callable(':') crashes)

17 years agofix tests
Raghubansh Kumar [Thu, 20 Dec 2007 17:27:13 +0000 (17:27 +0000)]
fix tests

17 years agox86_64 assembler optimization (Brain Shire)
Dmitry Stogov [Thu, 20 Dec 2007 12:58:46 +0000 (12:58 +0000)]
x86_64 assembler optimization (Brain Shire)

17 years agoNew test - Indexing - various special cases
Robert Nicholson [Thu, 20 Dec 2007 11:42:00 +0000 (11:42 +0000)]
New test - Indexing - various special cases

17 years agonew tests for array_map usage variations - string keys and references
Robert Nicholson [Thu, 20 Dec 2007 11:18:34 +0000 (11:18 +0000)]
new tests for array_map usage variations - string keys and references

17 years agoFixed bug #43635 (mysql extension ingores INI settings on NULL values passed
Ilia Alshanetsky [Thu, 20 Dec 2007 00:26:21 +0000 (00:26 +0000)]
Fixed bug #43635 (mysql extension ingores INI settings on NULL values passed
to mysql_connect())

17 years agofix test
Raghubansh Kumar [Wed, 19 Dec 2007 10:39:10 +0000 (10:39 +0000)]
fix test

17 years agoAdding PHPT tests for the ReflectionProperty class.
Steve Seear [Tue, 18 Dec 2007 17:21:55 +0000 (17:21 +0000)]
Adding PHPT tests for the ReflectionProperty class.

17 years agoFixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result
Ilia Alshanetsky [Tue, 18 Dec 2007 13:46:07 +0000 (13:46 +0000)]
Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result
in a crash)

17 years ago- MFH: Fixed var_export() for array keys
Derick Rethans [Tue, 18 Dec 2007 10:53:39 +0000 (10:53 +0000)]
- MFH: Fixed var_export() for array keys
- MFH: Fixed broken explode() test

17 years agoKill unused vars
Ilia Alshanetsky [Mon, 17 Dec 2007 19:00:07 +0000 (19:00 +0000)]
Kill unused vars

17 years ago- Fix folding
Marcus Boerger [Mon, 17 Dec 2007 13:46:27 +0000 (13:46 +0000)]
- Fix folding

17 years agofix tests
Raghubansh Kumar [Mon, 17 Dec 2007 13:02:27 +0000 (13:02 +0000)]
fix tests

17 years agoCheck if we know which php executable we should use
Hannes Magnusson [Mon, 17 Dec 2007 11:00:16 +0000 (11:00 +0000)]
Check if we know which php executable we should use
# Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set

17 years agoFixed test
Dmitry Stogov [Mon, 17 Dec 2007 10:05:13 +0000 (10:05 +0000)]
Fixed test

17 years agoFixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery)
Dmitry Stogov [Mon, 17 Dec 2007 10:02:13 +0000 (10:02 +0000)]
Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery)

17 years ago- Fix indent of macros
Jani Taskinen [Mon, 17 Dec 2007 08:51:17 +0000 (08:51 +0000)]
- Fix indent of macros

17 years agoMFH (json.c r-1.32) Add support for encoding options
Sara Golemon [Mon, 17 Dec 2007 07:48:27 +0000 (07:48 +0000)]
MFH (json.c r-1.32) Add support for encoding options

17 years ago- MFH: Fix #43611 SplObjectStorage is available since 5.1.2
Johannes Schlüter [Sun, 16 Dec 2007 22:19:49 +0000 (22:19 +0000)]
- MFH: Fix #43611 SplObjectStorage is available since 5.1.2

17 years agoFix test
Hannes Magnusson [Sun, 16 Dec 2007 19:17:54 +0000 (19:17 +0000)]
Fix test

17 years agoFix typo
Hannes Magnusson [Sun, 16 Dec 2007 18:31:07 +0000 (18:31 +0000)]
Fix typo

17 years agoWS
Ilia Alshanetsky [Sun, 16 Dec 2007 17:28:57 +0000 (17:28 +0000)]
WS

17 years agoMFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)
Ilia Alshanetsky [Sun, 16 Dec 2007 17:22:00 +0000 (17:22 +0000)]
MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)

17 years agoFixed bug #43606 (define missing depencies of the exif extension)
Ilia Alshanetsky [Sun, 16 Dec 2007 17:14:11 +0000 (17:14 +0000)]
Fixed bug #43606 (define missing depencies of the exif extension)

17 years agoMFB5.2: Fix protos
Hannes Magnusson [Sat, 15 Dec 2007 12:52:55 +0000 (12:52 +0000)]
MFB5.2: Fix protos

17 years agofix test
Antony Dovgal [Sat, 15 Dec 2007 12:46:22 +0000 (12:46 +0000)]
fix test

17 years agoNew testcases for token_get_all() function
Raghubansh Kumar [Fri, 14 Dec 2007 16:21:33 +0000 (16:21 +0000)]
New testcases for token_get_all() function

17 years agoChange createFromTimestamp to setTimestamp
Scott MacVicar [Fri, 14 Dec 2007 14:49:15 +0000 (14:49 +0000)]
Change createFromTimestamp to setTimestamp

17 years agoMFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without...
Scott MacVicar [Fri, 14 Dec 2007 14:28:36 +0000 (14:28 +0000)]
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser.

17 years agoexecutor optimization
Dmitry Stogov [Fri, 14 Dec 2007 14:14:50 +0000 (14:14 +0000)]
executor optimization

17 years agoupdate todo
Ilia Alshanetsky [Fri, 14 Dec 2007 01:23:45 +0000 (01:23 +0000)]
update todo

17 years agoMFH: add workaround for glibc issue
Antony Dovgal [Thu, 13 Dec 2007 22:29:48 +0000 (22:29 +0000)]
MFH: add workaround for glibc issue