]>
granicus.if.org Git - php/log
foobar [Sun, 6 Nov 2005 22:08:30 +0000 (22:08 +0000)]
MFH
Marcus Boerger [Sun, 6 Nov 2005 12:25:53 +0000 (12:25 +0000)]
- Remve bogus part of test
Marcus Boerger [Sun, 6 Nov 2005 11:58:34 +0000 (11:58 +0000)]
- Fix parameter parsing
Derick Rethans [Sun, 6 Nov 2005 11:09:32 +0000 (11:09 +0000)]
- MFH: E_STRICT is not part of E_ALL, so the lines were wrong here.
Marcus Boerger [Sun, 6 Nov 2005 10:51:29 +0000 (10:51 +0000)]
- Fix test expectations
foobar [Sun, 6 Nov 2005 02:59:18 +0000 (02:59 +0000)]
Fix bad MFH
Rasmus Lerdorf [Sat, 5 Nov 2005 22:37:18 +0000 (22:37 +0000)]
And simplexml doesn't need dom anymore to do the import
Rasmus Lerdorf [Sat, 5 Nov 2005 22:25:12 +0000 (22:25 +0000)]
This SimpleXML requirement is no longer needed and by removing it we
remove a circular dep where it was impossible to build simplexml shared
and not load it.
Ilia Alshanetsky [Sat, 5 Nov 2005 22:02:15 +0000 (22:02 +0000)]
Fixed bug #31971 (ftp_login fails on some SSL servers).
Patch by: frantisek at augusztin dot com
Wez Furlong [Sat, 5 Nov 2005 16:20:06 +0000 (16:20 +0000)]
improve configure script.
Fixes #35107; compile failure with MySQL 5
Rui Hirokawa [Sat, 5 Nov 2005 04:49:57 +0000 (04:49 +0000)]
MFH: fixed garbled multibyte characters.
Wez Furlong [Fri, 4 Nov 2005 18:11:40 +0000 (18:11 +0000)]
Fixes PECL Bug #5868; wrong iters count for OCIStmtExecute
Marcus Boerger [Thu, 3 Nov 2005 23:48:09 +0000 (23:48 +0000)]
- Fix test expectations - we are no detecting the error earlier
# Unfortunatley we also lower the severity here because sqlite's error
# facility is dealing with the problem at this early stage as E_WARNING.
Marcus Boerger [Thu, 3 Nov 2005 23:45:18 +0000 (23:45 +0000)]
- Fix static check in zend_is_callable_ex()
- Fix/speedup zend_make_callable()
# Actually the ...STATIC... flag in zend_is_callable_ex() *must* go, too.
# We keep it for the moment to support old stuff and skip analyzing them
# in detail...
Marcus Boerger [Thu, 3 Nov 2005 22:06:30 +0000 (22:06 +0000)]
- MFH Add missing check flag
Marcus Boerger [Thu, 3 Nov 2005 21:59:13 +0000 (21:59 +0000)]
- MFH Try fixing #35088
Marcus Boerger [Thu, 3 Nov 2005 21:28:43 +0000 (21:28 +0000)]
- MFH Add missing check
foobar [Thu, 3 Nov 2005 20:41:13 +0000 (20:41 +0000)]
MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)
Ilia Alshanetsky [Thu, 3 Nov 2005 15:01:30 +0000 (15:01 +0000)]
Fixed typo.
Michael Wallner [Thu, 3 Nov 2005 15:00:51 +0000 (15:00 +0000)]
- MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
parameter on Windows)
foobar [Wed, 2 Nov 2005 21:26:25 +0000 (21:26 +0000)]
MFH: Fixed bad usage of php_checkuid()
Marcus Boerger [Wed, 2 Nov 2005 20:32:21 +0000 (20:32 +0000)]
- Add missing test
Marcus Boerger [Wed, 2 Nov 2005 20:31:01 +0000 (20:31 +0000)]
- Make spl_autoload_register use zend_is_callable_ex()
Marcus Boerger [Wed, 2 Nov 2005 20:30:13 +0000 (20:30 +0000)]
- Add missing cases and checks
Derick Rethans [Wed, 2 Nov 2005 15:53:49 +0000 (15:53 +0000)]
- MFH: Fixed initializing and argument checking for posix_mknod().
Michael Wallner [Wed, 2 Nov 2005 14:38:13 +0000 (14:38 +0000)]
- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)
Ilia Alshanetsky [Tue, 1 Nov 2005 22:59:18 +0000 (22:59 +0000)]
Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m
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