]>
granicus.if.org Git - php/log
foobar [Thu, 6 Oct 2005 21:00:54 +0000 (21:00 +0000)]
BFN
Ilia Alshanetsky [Thu, 6 Oct 2005 20:47:41 +0000 (20:47 +0000)]
MFH: Added missing safe_mode checks.
Johannes Schlüter [Thu, 6 Oct 2005 20:29:41 +0000 (20:29 +0000)]
- MFH: Fix #34557 php -m exits with "error" 1
Rob Richards [Thu, 6 Oct 2005 18:48:19 +0000 (18:48 +0000)]
MFH: use sizeof instead of define
Marcus Boerger [Thu, 6 Oct 2005 18:34:16 +0000 (18:34 +0000)]
- Add new test
Derick Rethans [Thu, 6 Oct 2005 13:03:43 +0000 (13:03 +0000)]
- MFH: Fixed Windows build (patch by Mike)
Marcus Boerger [Thu, 6 Oct 2005 09:42:17 +0000 (09:42 +0000)]
- MFH (faillog, streams, counting, .......)
Rob Richards [Wed, 5 Oct 2005 22:36:10 +0000 (22:36 +0000)]
MFH: fix buffer lengths passed to snprintf
Antony Dovgal [Wed, 5 Oct 2005 22:17:38 +0000 (22:17 +0000)]
nuke unused variable
Antony Dovgal [Wed, 5 Oct 2005 22:14:52 +0000 (22:14 +0000)]
use the right constant name in error messages
Marcus Boerger [Wed, 5 Oct 2005 21:59:13 +0000 (21:59 +0000)]
- Synch RecursiveIteratorIterator, fixes a few memory corruptions/memleaks
Marcus Boerger [Wed, 5 Oct 2005 19:11:51 +0000 (19:11 +0000)]
- MFH Update examples
Rob Richards [Wed, 5 Oct 2005 16:40:21 +0000 (16:40 +0000)]
MFH: fix ZTS build
Ilia Alshanetsky [Wed, 5 Oct 2005 14:35:30 +0000 (14:35 +0000)]
MFH: Missing safe_mode/open_basedir checks for file uploads.
Derick Rethans [Wed, 5 Oct 2005 13:51:46 +0000 (13:51 +0000)]
- Committing some changes that make PDO+SPL not crash anymore. These are done
by Marcus. and I'm committing them in order to actually use PHP 5.1 without
segfaulting when apache starts. This is not necessary the best solution.
Derick Rethans [Wed, 5 Oct 2005 11:06:56 +0000 (11:06 +0000)]
- Implement correct Windows timezone guessing.
Antony Dovgal [Wed, 5 Oct 2005 09:00:36 +0000 (09:00 +0000)]
MFH: fix test
Derick Rethans [Wed, 5 Oct 2005 08:23:39 +0000 (08:23 +0000)]
- Fixed typo.
Derick Rethans [Wed, 5 Oct 2005 08:20:44 +0000 (08:20 +0000)]
- Implemented tzcache
- Attempt at Windows detection code
Dmitry Stogov [Wed, 5 Oct 2005 07:02:30 +0000 (07:02 +0000)]
Fixed throwing exceptions derived from SoapFault
Ilia Alshanetsky [Wed, 5 Oct 2005 00:43:38 +0000 (00:43 +0000)]
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
Antony Dovgal [Tue, 4 Oct 2005 20:48:17 +0000 (20:48 +0000)]
MFH: fix #34723 (array_count_values() strips leading zeroes)
Antony Dovgal [Tue, 4 Oct 2005 18:15:18 +0000 (18:15 +0000)]
fix #34731, patch by novicky at aarongroup dot cz
Antony Dovgal [Tue, 4 Oct 2005 11:18:02 +0000 (11:18 +0000)]
fix #32179 (xmlrpc_encode() segfaults with recursive references)
Marcus Boerger [Tue, 4 Oct 2005 07:47:11 +0000 (07:47 +0000)]
- Add optional dep for SPL under windows too
Marcus Boerger [Tue, 4 Oct 2005 07:44:56 +0000 (07:44 +0000)]
- Add optional dependency to SPL
Antony Dovgal [Mon, 3 Oct 2005 23:48:21 +0000 (23:48 +0000)]
MFH: nuke warning
Antony Dovgal [Mon, 3 Oct 2005 23:37:10 +0000 (23:37 +0000)]
include php_version_compare() declaration and eliminate warning
Antony Dovgal [Mon, 3 Oct 2005 23:27:26 +0000 (23:27 +0000)]
free cls_methods correctly and fix segfault on shutdown
(no bug entry and MFB, though..)
foobar [Mon, 3 Oct 2005 20:21:02 +0000 (20:21 +0000)]
MFH
Marcus Boerger [Mon, 3 Oct 2005 17:59:56 +0000 (17:59 +0000)]
- MFH Throw an exception if an illegal string value is being used in
ArrayObject::offsetSet()
Marcus Boerger [Mon, 3 Oct 2005 16:05:08 +0000 (16:05 +0000)]
- MFH Really allow SXE being shared by not using anything from it directly in SPL
Marcus Boerger [Mon, 3 Oct 2005 15:43:40 +0000 (15:43 +0000)]
- Synch (to decrease number of diffs)
Marcus Boerger [Mon, 3 Oct 2005 15:06:27 +0000 (15:06 +0000)]
- MFH change require to require_once
Ilia Alshanetsky [Mon, 3 Oct 2005 14:04:16 +0000 (14:04 +0000)]
MFH: GLOBALS protection for extract() function.
Marcus Boerger [Mon, 3 Oct 2005 13:36:18 +0000 (13:36 +0000)]
- MFH Update example
Marcus Boerger [Mon, 3 Oct 2005 12:36:36 +0000 (12:36 +0000)]
- MFH Allow uncached global functions
Derick Rethans [Mon, 3 Oct 2005 11:34:51 +0000 (11:34 +0000)]
- MFH: Only use external database when it is newer than the builtin one.
Derick Rethans [Mon, 3 Oct 2005 11:17:28 +0000 (11:17 +0000)]
- MFH: Allow an external Timezone Database to be used.
Dmitry Stogov [Mon, 3 Oct 2005 09:53:13 +0000 (09:53 +0000)]
MFH (Bug #34643 wsdl default value)
Marcus Boerger [Mon, 3 Oct 2005 09:14:30 +0000 (09:14 +0000)]
- MFH Fix issue with RecursiveArrayIterator::getChildren()
Dmitry Stogov [Mon, 3 Oct 2005 09:12:19 +0000 (09:12 +0000)]
Fixed bug #34678 (__call(), is_callable() and static methods)
Dmitry Stogov [Mon, 3 Oct 2005 08:21:51 +0000 (08:21 +0000)]
Fixed bug #34358 (Fatal error: Cannot re-assign $this)
Ilia Alshanetsky [Mon, 3 Oct 2005 03:54:06 +0000 (03:54 +0000)]
MFH: Fixed memory leak.
Wez Furlong [Mon, 3 Oct 2005 00:55:23 +0000 (00:55 +0000)]
fix type
Marcus Boerger [Sun, 2 Oct 2005 23:12:35 +0000 (23:12 +0000)]
- MFH add new example
Wez Furlong [Sun, 2 Oct 2005 22:11:19 +0000 (22:11 +0000)]
Fix Bug #34687; error information from query() not passed back
Marcus Boerger [Sun, 2 Oct 2005 20:38:18 +0000 (20:38 +0000)]
- MFH PDOException base
Marcus Boerger [Sun, 2 Oct 2005 20:07:11 +0000 (20:07 +0000)]
- Add PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS)
Marcus Boerger [Sun, 2 Oct 2005 17:33:05 +0000 (17:33 +0000)]
- MFH Add new example
Derick Rethans [Sun, 2 Oct 2005 16:30:42 +0000 (16:30 +0000)]
- timelib_config.h should stay too.
Derick Rethans [Sun, 2 Oct 2005 16:01:11 +0000 (16:01 +0000)]
- parse_date.c should not be here, as "make clean" removes it then.
Wez Furlong [Sat, 1 Oct 2005 19:19:36 +0000 (19:19 +0000)]
use the right macro for these
Greg Beaver [Sat, 1 Oct 2005 16:05:44 +0000 (16:05 +0000)]
set error_reporting to E_ALL in Makefile.frag
Marcus Boerger [Sat, 1 Oct 2005 15:46:31 +0000 (15:46 +0000)]
- SPL may extend SimpleXML (if present)
Marcus Boerger [Sat, 1 Oct 2005 15:41:37 +0000 (15:41 +0000)]
- Allow xpl/simplexml integration with simplexml being built shared
Derick Rethans [Sat, 1 Oct 2005 15:04:07 +0000 (15:04 +0000)]
- Implemented better timezone guessing algorithm.
Wez Furlong [Sat, 1 Oct 2005 02:48:11 +0000 (02:48 +0000)]
Allow compilation with PHP 5.0.x
Closes PECL #5514
foobar [Sat, 1 Oct 2005 02:01:23 +0000 (02:01 +0000)]
fix bfn
Pierre Joye [Fri, 30 Sep 2005 21:01:38 +0000 (21:01 +0000)]
- entry for #33125
Pierre Joye [Fri, 30 Sep 2005 20:48:05 +0000 (20:48 +0000)]
- #33125, imagecopymergegray produces mosaic rainbow effect
at some point the alpha emulation formula has been broken
restored.
Marcus Boerger [Fri, 30 Sep 2005 17:03:22 +0000 (17:03 +0000)]
- Try to fetch the necessary file via wget
foobar [Fri, 30 Sep 2005 10:26:18 +0000 (10:26 +0000)]
reorder,reword,merge
Wez Furlong [Fri, 30 Sep 2005 04:19:24 +0000 (04:19 +0000)]
Fix for PECL #5433 (rowCount() not set)
Marcus Boerger [Thu, 29 Sep 2005 19:57:13 +0000 (19:57 +0000)]
- TSRM fix
Ilia Alshanetsky [Thu, 29 Sep 2005 16:39:37 +0000 (16:39 +0000)]
Removed unnecessary component that accidentally snuck-in
Ilia Alshanetsky [Thu, 29 Sep 2005 16:30:51 +0000 (16:30 +0000)]
MFH:
Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().
Dmitry Stogov [Thu, 29 Sep 2005 10:02:11 +0000 (10:02 +0000)]
Fixed wrong array autodetection
Ilia Alshanetsky [Wed, 28 Sep 2005 22:39:52 +0000 (22:39 +0000)]
MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
MFH: Fixed negative offset handling in substr_compare() function.
Dmitry Stogov [Wed, 28 Sep 2005 11:24:18 +0000 (11:24 +0000)]
Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)
Dmitry Stogov [Tue, 27 Sep 2005 18:07:41 +0000 (18:07 +0000)]
Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called)
Dmitry Stogov [Tue, 27 Sep 2005 15:25:10 +0000 (15:25 +0000)]
Fixed bug #34643 (wsdl default value has no effect)
Ilia Alshanetsky [Tue, 27 Sep 2005 15:07:49 +0000 (15:07 +0000)]
MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).
Marcus Boerger [Tue, 27 Sep 2005 08:23:20 +0000 (08:23 +0000)]
- BFN
Wez Furlong [Mon, 26 Sep 2005 21:37:33 +0000 (21:37 +0000)]
ensure that this size is initialized correctly
Ilia Alshanetsky [Mon, 26 Sep 2005 19:34:09 +0000 (19:34 +0000)]
Touch generated file
Ilia Alshanetsky [Mon, 26 Sep 2005 19:33:26 +0000 (19:33 +0000)]
MFH: upgraded bundled libsqlite3 to version 3.2.7
Marcus Boerger [Mon, 26 Sep 2005 17:56:26 +0000 (17:56 +0000)]
- MFH: Reset global pointer to NULL after mem free (required for apache 1.3)
Ilia Alshanetsky [Mon, 26 Sep 2005 15:14:49 +0000 (15:14 +0000)]
Bug fixing news
Ilia Alshanetsky [Mon, 26 Sep 2005 15:14:19 +0000 (15:14 +0000)]
Fixed bug #34645 (ctype corrupts memory when validating large numbers).
Marcus Boerger [Sun, 25 Sep 2005 18:04:35 +0000 (18:04 +0000)]
- Try to fix bugs #34216 (Segfault with autoload) and #34584 (Segfault with
SPL autoload handler)
Ilia Alshanetsky [Sun, 25 Sep 2005 13:27:20 +0000 (13:27 +0000)]
Bug fixing news
Ilia Alshanetsky [Sun, 25 Sep 2005 13:26:30 +0000 (13:26 +0000)]
MFH: Fixed bug #34321 (Possible crash in filter code).
Wez Furlong [Sun, 25 Sep 2005 02:28:42 +0000 (02:28 +0000)]
reinstate this fix for building against PHP 5.0.x.
This works fine against PHP 5.1 too; if you revert this, you'd better have an
awesome technical reason, or I'll remove your karma.
Wez Furlong [Sun, 25 Sep 2005 02:05:03 +0000 (02:05 +0000)]
Fixup LOB handling for inserts (refs #34630).
Also tripped over the return of PECL #5200; looks like mysql doesn't return an
accurate length for the columns. The PDO driver will sanity check the real
length against the buffer size it allocated (based on the info provided by
mysql), so that we won't overrun the buffer. In addition, if a varchar field
is reported as having a length of less than 128, we'll allocate 128 just in
case.
If the data is truncated, report it via the appropriate sqlstate code.
There must be a better way to do this stuff.
Wez Furlong [Sun, 25 Sep 2005 00:47:00 +0000 (00:47 +0000)]
refs #34630.
Real lob support for oracle will appear after the PHP 5.1 release.
Marcus Boerger [Sat, 24 Sep 2005 23:48:58 +0000 (23:48 +0000)]
- MFH: Rename here too
foobar [Sat, 24 Sep 2005 23:33:58 +0000 (23:33 +0000)]
Revert the "fix". It works fine when you use PHP_5_1
foobar [Sat, 24 Sep 2005 23:23:25 +0000 (23:23 +0000)]
fix typo
Marcus Boerger [Sat, 24 Sep 2005 23:19:24 +0000 (23:19 +0000)]
- MFH: Serializeable was renamed to Serializable long ago
Wez Furlong [Sat, 24 Sep 2005 19:15:23 +0000 (19:15 +0000)]
99% certain that this fixes PECL #5366 and PECL #5391.
Wez Furlong [Sat, 24 Sep 2005 18:55:56 +0000 (18:55 +0000)]
Refs #34630
Wez Furlong [Sat, 24 Sep 2005 18:54:50 +0000 (18:54 +0000)]
a test for bug #34630
Wez Furlong [Sat, 24 Sep 2005 18:47:50 +0000 (18:47 +0000)]
Refs #34630
foobar [Sat, 24 Sep 2005 18:18:58 +0000 (18:18 +0000)]
Documentation belongs elsewhere
Edin Kadribasic [Sat, 24 Sep 2005 15:22:32 +0000 (15:22 +0000)]
Allow php extensions to use php_escape_shell_cmd() and php_escape_shell_arg(), needed for mbstring
Edin Kadribasic [Sat, 24 Sep 2005 15:13:13 +0000 (15:13 +0000)]
Build PDO and SQLite as shared
Pierre Joye [Sat, 24 Sep 2005 14:39:16 +0000 (14:39 +0000)]
- MFH #33220, infinite loop while loading invalid GIF (nlopees)
Edin Kadribasic [Sat, 24 Sep 2005 14:21:29 +0000 (14:21 +0000)]
sqlite3.h is a generated file
Edin Kadribasic [Sat, 24 Sep 2005 14:18:01 +0000 (14:18 +0000)]
Declare functions used by driver as PDO_API in php_pdo_driver.h