]>
granicus.if.org Git - php/log
foobar [Tue, 1 Nov 2005 22:39:53 +0000 (22:39 +0000)]
- Fixed test. Some people might actually be using php.ini-dist which
has precision set to 12. (and this test results need 14)
Marcus Boerger [Tue, 1 Nov 2005 21:48:25 +0000 (21:48 +0000)]
- Update docu
Marcus Boerger [Tue, 1 Nov 2005 21:18:24 +0000 (21:18 +0000)]
- MFH the iterator base interface is Traversable not IteratorAggregate
Frank M. Kromann [Tue, 1 Nov 2005 18:15:44 +0000 (18:15 +0000)]
MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.
foobar [Tue, 1 Nov 2005 17:05:09 +0000 (17:05 +0000)]
MFH: - Added missing safe-mode checks
# Added by replacing the existing open_basedir checks with a macro
# Also, the filename passed might be null, etc. so it's not very good
# idea to pass to php_error_docref() (catch by Ilia)
foobar [Tue, 1 Nov 2005 16:21:29 +0000 (16:21 +0000)]
nuke typo
foobar [Tue, 1 Nov 2005 14:36:37 +0000 (14:36 +0000)]
MFH: Hiding bugs is not purpose of the regression tests.
Edin Kadribasic [Tue, 1 Nov 2005 14:18:20 +0000 (14:18 +0000)]
Fix ZTS build
Wez Furlong [Tue, 1 Nov 2005 13:14:10 +0000 (13:14 +0000)]
update ready for release spree today
Wez Furlong [Tue, 1 Nov 2005 13:12:52 +0000 (13:12 +0000)]
Fix #35032; pdo_dblib doesn't find includes on some systems
Dmitry Stogov [Tue, 1 Nov 2005 11:11:35 +0000 (11:11 +0000)]
Fixed SIGSEGV
Sebastian Bergmann [Tue, 1 Nov 2005 10:31:56 +0000 (10:31 +0000)]
MFH: Allow bison 2.1.
Wez Furlong [Tue, 1 Nov 2005 03:16:36 +0000 (03:16 +0000)]
prep for PECL release
Wez Furlong [Tue, 1 Nov 2005 03:13:32 +0000 (03:13 +0000)]
Closes PECL Bug #5633.
Build tested with 5.0.x as PECL, 5.1 as PECL and 5.1 static
Wez Furlong [Tue, 1 Nov 2005 03:10:09 +0000 (03:10 +0000)]
prep for PECL release
Wez Furlong [Tue, 1 Nov 2005 03:07:41 +0000 (03:07 +0000)]
prep for pecl release
Wez Furlong [Tue, 1 Nov 2005 03:04:49 +0000 (03:04 +0000)]
prep for PECL release
Wez Furlong [Tue, 1 Nov 2005 03:04:25 +0000 (03:04 +0000)]
hrmm, typo fix.
Wez Furlong [Tue, 1 Nov 2005 02:46:12 +0000 (02:46 +0000)]
prep for PECL release
Wez Furlong [Tue, 1 Nov 2005 02:44:11 +0000 (02:44 +0000)]
Prep for PECL release
Brian France [Tue, 1 Nov 2005 00:32:21 +0000 (00:32 +0000)]
Fixed phpize build (default PHP_OPENSSL to no if not set)
Ilia Alshanetsky [Mon, 31 Oct 2005 23:44:40 +0000 (23:44 +0000)]
Additional open_basedir/safe_mode checks.
Marcus Boerger [Mon, 31 Oct 2005 21:20:44 +0000 (21:20 +0000)]
- Drop unnecessary exports to prevent forward BC problems
Dmitry Stogov [Mon, 31 Oct 2005 19:25:14 +0000 (19:25 +0000)]
Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior)
Marcus Boerger [Mon, 31 Oct 2005 07:47:40 +0000 (07:47 +0000)]
- Fix remaining memleaks
# all tests pass for me now for the first time in:
# pgsql, mysql, sqlite, sqlite2
Wez Furlong [Mon, 31 Oct 2005 03:23:38 +0000 (03:23 +0000)]
fix misinterpretation of data when overriding types via bindColumn.
Very slightly modified patch from Marcus.
Wez Furlong [Mon, 31 Oct 2005 02:11:27 +0000 (02:11 +0000)]
Closes PECL Bug #5722; BLOB support was half-baked.
Wez Furlong [Mon, 31 Oct 2005 02:07:38 +0000 (02:07 +0000)]
improve test portability.
improve infrastructure for LOB support.
foobar [Mon, 31 Oct 2005 00:11:42 +0000 (00:11 +0000)]
bfn
Marcus Boerger [Sun, 30 Oct 2005 22:17:52 +0000 (22:17 +0000)]
- Fix memleak
Ilia Alshanetsky [Sun, 30 Oct 2005 18:07:47 +0000 (18:07 +0000)]
Improve iconv skip conditions
Ilia Alshanetsky [Sun, 30 Oct 2005 18:03:30 +0000 (18:03 +0000)]
Fixed bug #35022, #35019 (Regression in the behavior of key/current
functions).
Marcus Boerger [Sun, 30 Oct 2005 16:07:45 +0000 (16:07 +0000)]
- MFH Add docu
Ilia Alshanetsky [Sun, 30 Oct 2005 13:48:30 +0000 (13:48 +0000)]
Simplify code.
Ilia Alshanetsky [Sun, 30 Oct 2005 13:44:26 +0000 (13:44 +0000)]
Fixed Bug #35014 (array_product() always returns 0).
Wez Furlong [Sat, 29 Oct 2005 20:41:54 +0000 (20:41 +0000)]
dos to unix line endings
Wez Furlong [Sat, 29 Oct 2005 03:11:46 +0000 (03:11 +0000)]
Closes PECL Bug #5772; FETCH_FUNC broken for mixed case function names
Wez Furlong [Sat, 29 Oct 2005 03:01:19 +0000 (03:01 +0000)]
Closes PECL #5809; PDOStatement::execute(array(...)) would modify its args.
It should behave like bindValue() not bindParam().
Wez Furlong [Sat, 29 Oct 2005 02:58:24 +0000 (02:58 +0000)]
clean up the test2 table that some tests create
Wez Furlong [Sat, 29 Oct 2005 02:41:50 +0000 (02:41 +0000)]
Closes PECL Bug #5802
Wez Furlong [Sat, 29 Oct 2005 02:36:30 +0000 (02:36 +0000)]
Close PECL Bug #5780
Wez Furlong [Sat, 29 Oct 2005 02:16:35 +0000 (02:16 +0000)]
argh! we don't want to NULL the stmt here; freeing the results is not the same
as destroying the prepared statement handler, so we're leaking and breaking, as
can be seen by running the test suite.
brown paper bag for PDO in PHP 5.1RC4?
Wez Furlong [Sat, 29 Oct 2005 01:58:22 +0000 (01:58 +0000)]
Closes PECL Bug #5645; emits mysql client library version in MINFO output.
Ilia Alshanetsky [Fri, 28 Oct 2005 15:45:05 +0000 (15:45 +0000)]
Back to dev
Antony Dovgal [Fri, 28 Oct 2005 15:02:09 +0000 (15:02 +0000)]
MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)
Ilia Alshanetsky [Fri, 28 Oct 2005 15:00:49 +0000 (15:00 +0000)]
5.1.0RC4
Dmitry Stogov [Fri, 28 Oct 2005 14:46:30 +0000 (14:46 +0000)]
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
Antony Dovgal [Fri, 28 Oct 2005 12:00:10 +0000 (12:00 +0000)]
fix TSRM build
Dmitry Stogov [Fri, 28 Oct 2005 10:06:43 +0000 (10:06 +0000)]
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
Dmitry Stogov [Fri, 28 Oct 2005 09:57:35 +0000 (09:57 +0000)]
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
Dmitry Stogov [Fri, 28 Oct 2005 08:30:41 +0000 (08:30 +0000)]
Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre is DSO)
Anantha Kesari H Y [Fri, 28 Oct 2005 07:52:58 +0000 (07:52 +0000)]
NetWare LibC sdk has stdarg.h
--Kamesh
Dmitry Stogov [Fri, 28 Oct 2005 06:05:57 +0000 (06:05 +0000)]
$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opcodes.h without real changes.
Rob Richards [Thu, 27 Oct 2005 23:51:22 +0000 (23:51 +0000)]
MFH: fix crash setting attr from foreign doc (throws exception)
add test
Antony Dovgal [Thu, 27 Oct 2005 19:39:38 +0000 (19:39 +0000)]
MFH: commit forgotten part
Dmitry Stogov [Thu, 27 Oct 2005 19:25:52 +0000 (19:25 +0000)]
Fixed SIGSEGV
Antony Dovgal [Thu, 27 Oct 2005 17:34:24 +0000 (17:34 +0000)]
MFH: add MySQL options and corresponding constants
Antony Dovgal [Thu, 27 Oct 2005 17:26:19 +0000 (17:26 +0000)]
MFH: free && set to NULL S->stmt
Ilia Alshanetsky [Thu, 27 Oct 2005 14:07:30 +0000 (14:07 +0000)]
Fixed memory leak on error
Ilia Alshanetsky [Thu, 27 Oct 2005 14:06:39 +0000 (14:06 +0000)]
One check is enough.
Rathna N [Thu, 27 Oct 2005 11:05:50 +0000 (11:05 +0000)]
Tests for calendar extension
Wez Furlong [Thu, 27 Oct 2005 03:51:23 +0000 (03:51 +0000)]
fixes PECL Bug #5589
Dan Scott [Wed, 26 Oct 2005 23:09:06 +0000 (23:09 +0000)]
Test PDO::ATTR_CASE attribute.
Antony Dovgal [Wed, 26 Oct 2005 22:47:23 +0000 (22:47 +0000)]
MFH: make compilers happy
Antony Dovgal [Wed, 26 Oct 2005 21:38:20 +0000 (21:38 +0000)]
MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)
Ilia Alshanetsky [Wed, 26 Oct 2005 15:08:23 +0000 (15:08 +0000)]
Additional tweaks to the patch for bug #34249.
Antony Dovgal [Wed, 26 Oct 2005 13:50:39 +0000 (13:50 +0000)]
MFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h)
foobar [Wed, 26 Oct 2005 11:33:25 +0000 (11:33 +0000)]
MFH
Dan Scott [Wed, 26 Oct 2005 06:23:12 +0000 (06:23 +0000)]
Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but
that is the default value if the DEFAULT clause is omitted anyways.
Marcus Boerger [Tue, 25 Oct 2005 23:20:29 +0000 (23:20 +0000)]
- MFH zend_is_callable_ex() has been changed
Marcus Boerger [Tue, 25 Oct 2005 23:19:59 +0000 (23:19 +0000)]
- MFH zend_is_callable_ex() returns zend_class_entry* if available
Pierre Joye [Tue, 25 Oct 2005 23:00:19 +0000 (23:00 +0000)]
- fix #34980, divisor and offset never passed correctly (s/float/double/)
Michael Wallner [Tue, 25 Oct 2005 18:04:59 +0000 (18:04 +0000)]
fix bug #34965 tidy is not binary safe
Antony Dovgal [Tue, 25 Oct 2005 16:02:33 +0000 (16:02 +0000)]
use correct enum type for the arg
Ilia Alshanetsky [Tue, 25 Oct 2005 15:53:06 +0000 (15:53 +0000)]
MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
Michael Wallner [Tue, 25 Oct 2005 15:35:39 +0000 (15:35 +0000)]
- fix the fix
Michael Wallner [Tue, 25 Oct 2005 15:16:20 +0000 (15:16 +0000)]
- MFH: fix bug #34821 zlib encoders fail on widely varying binary data on windows
Antony Dovgal [Tue, 25 Oct 2005 14:57:14 +0000 (14:57 +0000)]
MFH: apply workaround for the leak only when GLIBC is used
Antony Dovgal [Tue, 25 Oct 2005 14:37:28 +0000 (14:37 +0000)]
fix the order
Michael Wallner [Tue, 25 Oct 2005 14:32:33 +0000 (14:32 +0000)]
- MFH: thread safe SSL crypto locks, fixes bug #33760
Ilia Alshanetsky [Tue, 25 Oct 2005 14:22:56 +0000 (14:22 +0000)]
Do not run tests if iconv extension is unavailable.
Antony Dovgal [Tue, 25 Oct 2005 08:19:33 +0000 (08:19 +0000)]
MFH: fix problem with garbage appearing in hostnames
Ilia Alshanetsky [Tue, 25 Oct 2005 03:53:25 +0000 (03:53 +0000)]
Fixed compiler warning
foobar [Mon, 24 Oct 2005 22:46:26 +0000 (22:46 +0000)]
MFH
Antony Dovgal [Mon, 24 Oct 2005 20:24:35 +0000 (20:24 +0000)]
MFH: fix #34970 (ldap configuration issues)
Marcus Boerger [Mon, 24 Oct 2005 08:29:36 +0000 (08:29 +0000)]
- Fix issue with entities in attributes
Dmitry Stogov [Mon, 24 Oct 2005 07:44:17 +0000 (07:44 +0000)]
Fixed bug #34950 (Unable to get WSDL through proxy)
Dmitry Stogov [Mon, 24 Oct 2005 06:58:42 +0000 (06:58 +0000)]
Reverted patch for bug #34934. Bug is marked as bogus.
Antony Dovgal [Sun, 23 Oct 2005 18:34:26 +0000 (18:34 +0000)]
MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)
Ilia Alshanetsky [Sun, 23 Oct 2005 15:29:09 +0000 (15:29 +0000)]
Fixed memory leak on error.
Wez Furlong [Sun, 23 Oct 2005 04:10:20 +0000 (04:10 +0000)]
Closes PECL Bug #5750; uri: dsn is not handled correctly.
Patch from curt@php.net
foobar [Sat, 22 Oct 2005 17:38:35 +0000 (17:38 +0000)]
keep the order! :)
Wez Furlong [Sat, 22 Oct 2005 17:02:10 +0000 (17:02 +0000)]
Fix #34957; file access checks should use VCWD_ACCESS()
Antony Dovgal [Fri, 21 Oct 2005 15:53:22 +0000 (15:53 +0000)]
fix ws
Dmitry Stogov [Fri, 21 Oct 2005 15:19:40 +0000 (15:19 +0000)]
Fixed bug #34934 (offsetExists is not called from array_key_exists)
Antony Dovgal [Fri, 21 Oct 2005 13:49:01 +0000 (13:49 +0000)]
MFH: fix possible crash in dns_get_record()
cleanup code a bit
(partly fixes #34938)
Dmitry Stogov [Fri, 21 Oct 2005 13:22:05 +0000 (13:22 +0000)]
Fixed bug #31341 (escape on curly inconsistent)
Dmitry Stogov [Fri, 21 Oct 2005 12:13:39 +0000 (12:13 +0000)]
Fixed fgetcsv() and fputcsv() inconsistency.
Dmitry Stogov [Fri, 21 Oct 2005 09:32:40 +0000 (09:32 +0000)]
Fixed bug #34782 (token_get_all() gives wrong result)
Dmitry Stogov [Fri, 21 Oct 2005 08:03:28 +0000 (08:03 +0000)]
Fixed bug #29268 (__autoload() not called with Reflection->getClass())