]> granicus.if.org Git - php/log
php
17 years agoFixed wrong type cast
Dmitry Stogov [Wed, 16 Jan 2008 06:15:04 +0000 (06:15 +0000)]
Fixed wrong type cast

17 years ago- MFH
David Coallier [Wed, 16 Jan 2008 03:11:26 +0000 (03:11 +0000)]
- MFH
- Making sure this is also using the good zend parsing and added
  the php_ucfirst function

17 years agoMFH: fix #41941 (oci8 extension not lib64 savvy)
Christopher Jones [Wed, 16 Jan 2008 00:38:03 +0000 (00:38 +0000)]
MFH: fix #41941 (oci8 extension not lib64 savvy)

17 years agoMFH: Testcase for #43492 (nested cursors)
Christopher Jones [Tue, 15 Jan 2008 20:54:59 +0000 (20:54 +0000)]
MFH: Testcase for #43492 (nested cursors)

17 years agoMFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Christopher Jones [Tue, 15 Jan 2008 20:44:31 +0000 (20:44 +0000)]
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)

17 years agoMFH: fix win build
Rob Richards [Tue, 15 Jan 2008 15:46:20 +0000 (15:46 +0000)]
MFH: fix win build

17 years agoMFH: fix memleak in sign and verify functions
Rob Richards [Tue, 15 Jan 2008 15:12:47 +0000 (15:12 +0000)]
MFH: fix memleak in sign and verify functions

17 years agoAllow test to run from any directory
Ilia Alshanetsky [Tue, 15 Jan 2008 14:51:50 +0000 (14:51 +0000)]
Allow test to run from any directory

17 years ago- MFH valgrind detection, note in header
Marcus Boerger [Tue, 15 Jan 2008 13:03:54 +0000 (13:03 +0000)]
- MFH valgrind detection, note in header

17 years agoFix ZTS build, fix tests
Etienne Kneuss [Tue, 15 Jan 2008 12:17:35 +0000 (12:17 +0000)]
Fix ZTS build, fix tests

17 years agoFixed bug #43851 (Memory corrution on reuse of assigned value)
Dmitry Stogov [Tue, 15 Jan 2008 11:52:45 +0000 (11:52 +0000)]
Fixed bug #43851 (Memory corrution on reuse of assigned value)

17 years ago- Fix the fix
Marcus Boerger [Tue, 15 Jan 2008 11:47:05 +0000 (11:47 +0000)]
- Fix the fix

17 years agooops..
Antony Dovgal [Tue, 15 Jan 2008 09:48:55 +0000 (09:48 +0000)]
oops..
I didn't mean to commit this

17 years agoMFH: Bump year
Etienne Kneuss [Tue, 15 Jan 2008 09:44:07 +0000 (09:44 +0000)]
MFH: Bump year

17 years agoMFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL
Etienne Kneuss [Tue, 15 Jan 2008 09:38:15 +0000 (09:38 +0000)]
MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL

17 years agoMFH: rename macros
Antony Dovgal [Tue, 15 Jan 2008 09:36:05 +0000 (09:36 +0000)]
MFH: rename macros
patch by colder

17 years agoMFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982
Brian Shire [Mon, 14 Jan 2008 22:09:52 +0000 (22:09 +0000)]
MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982

17 years agoMissing patch bit from the FETCH_GROUP fix
Ilia Alshanetsky [Mon, 14 Jan 2008 18:41:31 +0000 (18:41 +0000)]
Missing patch bit from the FETCH_GROUP fix

17 years ago- Fix memleak (found by colder)
Marcus Boerger [Mon, 14 Jan 2008 18:13:12 +0000 (18:13 +0000)]
- Fix memleak (found by colder)

17 years agoFixed in 5.2
Ilia Alshanetsky [Mon, 14 Jan 2008 13:46:34 +0000 (13:46 +0000)]
Fixed in 5.2

17 years agoMFB5.2: fix script for files with short names
Nuno Lopes [Mon, 14 Jan 2008 09:40:29 +0000 (09:40 +0000)]
MFB5.2: fix script for files with short names

17 years agoignore run-tests generated files
Nuno Lopes [Mon, 14 Jan 2008 09:31:56 +0000 (09:31 +0000)]
ignore run-tests generated files

17 years agoMFH: fix windows build for all cases, and always export symbols (Steph Fox)
Greg Beaver [Mon, 14 Jan 2008 03:16:08 +0000 (03:16 +0000)]
MFH: fix windows build for all cases, and always export symbols (Steph Fox)

17 years agoMFH: add missing define for statically-built zip ext
Greg Beaver [Sun, 13 Jan 2008 23:37:41 +0000 (23:37 +0000)]
MFH: add missing define for statically-built zip ext

17 years ago- Fixed TSRM builds.
Derick Rethans [Sun, 13 Jan 2008 18:42:19 +0000 (18:42 +0000)]
- Fixed TSRM builds.

17 years agoFixed test
Ilia Alshanetsky [Sun, 13 Jan 2008 17:23:14 +0000 (17:23 +0000)]
Fixed test

17 years ago- Added new date/time functionality:
Derick Rethans [Sun, 13 Jan 2008 15:16:02 +0000 (15:16 +0000)]
- Added new date/time functionality:

  * date_parse_from_format(): Parse date/time strings according to a format.
  * date_create_from_format()/DateTime::createFromFormat(): Create a date/time
    object by parsing a date/time string according to a given format.
  * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
    and errors that were found while parsing a date/time string through:
    - strtotime() / new DateTime
    - date_create_from_format() / DateTime::createFromFormat()
    - date_parse_from_format()
# [DOC]

17 years agoFixed bug #42945 (preg_split() swallows part of the string)
Nuno Lopes [Sun, 13 Jan 2008 14:44:29 +0000 (14:44 +0000)]
Fixed bug #42945 (preg_split() swallows part of the string)

17 years agoupgrade PCRE to version 7.5
Nuno Lopes [Sun, 13 Jan 2008 12:44:57 +0000 (12:44 +0000)]
upgrade PCRE to version 7.5

17 years agoa few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, so had...
Greg Beaver [Sun, 13 Jan 2008 06:22:27 +0000 (06:22 +0000)]
a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, so had to restore that.
PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY

17 years agoMFH: alias all zip identifiers to avoid potential name conflicts with other apache...
Greg Beaver [Sun, 13 Jan 2008 06:02:30 +0000 (06:02 +0000)]
MFH: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols

17 years agofar better fix for bug #40189
Greg Beaver [Sat, 12 Jan 2008 22:03:32 +0000 (22:03 +0000)]
far better fix for bug #40189

17 years agoMFH: fix faulty fix for Bug #40189, and provide real fix for the bug
Greg Beaver [Sat, 12 Jan 2008 21:28:48 +0000 (21:28 +0000)]
MFH: fix faulty fix for Bug #40189, and provide real fix for the bug

17 years agoMFH: clarify error message on why opening a stream wrapper failed for allow_url_inclu...
Greg Beaver [Sat, 12 Jan 2008 15:50:57 +0000 (15:50 +0000)]
MFH: clarify error message on why opening a stream wrapper failed for allow_url_include/allow_url_fopen, add test for allow_url_fopen

17 years agoMFH: export symbols for use by other extensions like phar
Greg Beaver [Sat, 12 Jan 2008 03:48:39 +0000 (03:48 +0000)]
MFH: export symbols for use by other extensions like phar

17 years agoSimplified assignment to string offset
Dmitry Stogov [Fri, 11 Jan 2008 15:10:24 +0000 (15:10 +0000)]
Simplified assignment to string offset

17 years agoMFH
Lukas Smith [Fri, 11 Jan 2008 14:02:12 +0000 (14:02 +0000)]
MFH

17 years agoMFH
Lukas Smith [Fri, 11 Jan 2008 10:49:15 +0000 (10:49 +0000)]
MFH

17 years agoFixed unspecialized executor
Dmitry Stogov [Fri, 11 Jan 2008 10:08:49 +0000 (10:08 +0000)]
Fixed unspecialized executor

17 years agoMFH
Lukas Smith [Fri, 11 Jan 2008 09:40:43 +0000 (09:40 +0000)]
MFH

17 years agoFixed bug #39346 (Unsetting a static variable inside a destructor causes segfault...
Dmitry Stogov [Fri, 11 Jan 2008 08:42:06 +0000 (08:42 +0000)]
Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)

17 years agoFixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
Ilia Alshanetsky [Fri, 11 Jan 2008 01:47:18 +0000 (01:47 +0000)]
Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
which to group by data is specified.

17 years ago- MFH fix truncation of large values on 64-bit systems in http_build_query
Brian Shire [Thu, 10 Jan 2008 20:29:12 +0000 (20:29 +0000)]
- MFH fix truncation of large values on 64-bit systems in http_build_query

17 years agoMFH: add errors when missing dependencies (Steph)
Rob Richards [Thu, 10 Jan 2008 18:21:56 +0000 (18:21 +0000)]
MFH: add errors when missing dependencies (Steph)

17 years ago- MFH Fix bug in example code found by Surf Chen
Marcus Boerger [Thu, 10 Jan 2008 10:11:33 +0000 (10:11 +0000)]
- MFH Fix bug in example code found by Surf Chen

17 years agoAdded missing warning message
Dmitry Stogov [Thu, 10 Jan 2008 09:38:23 +0000 (09:38 +0000)]
Added missing warning message

17 years agoFixed test
Ilia Alshanetsky [Thu, 10 Jan 2008 01:41:25 +0000 (01:41 +0000)]
Fixed test

17 years agoMFH: fix crash when using default algorithm
Rob Richards [Wed, 9 Jan 2008 16:47:25 +0000 (16:47 +0000)]
MFH: fix crash when using default algorithm

17 years agoFixed broken soap.wsdl_cache_enabled
Dmitry Stogov [Wed, 9 Jan 2008 16:45:48 +0000 (16:45 +0000)]
Fixed broken soap.wsdl_cache_enabled

17 years agofix typo
Antony Dovgal [Wed, 9 Jan 2008 14:27:31 +0000 (14:27 +0000)]
fix typo

17 years agoRemplemented support for SplArray using Traversable interface.
Dmitry Stogov [Wed, 9 Jan 2008 13:49:40 +0000 (13:49 +0000)]
Remplemented support for SplArray using Traversable interface.

17 years agoMFH: fix win32 compile
Rob Richards [Wed, 9 Jan 2008 11:23:59 +0000 (11:23 +0000)]
MFH: fix win32 compile

17 years agoapply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)
Greg Beaver [Wed, 9 Jan 2008 08:12:33 +0000 (08:12 +0000)]
apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)

17 years agoFixed bug #43703 (Signature compatibility check broken)
Dmitry Stogov [Wed, 9 Jan 2008 07:57:42 +0000 (07:57 +0000)]
Fixed bug #43703 (Signature compatibility check broken)

17 years agoapply same fix of bug #43793 to zlib.deflate
Greg Beaver [Wed, 9 Jan 2008 07:03:28 +0000 (07:03 +0000)]
apply same fix of bug #43793 to zlib.deflate

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