]>
granicus.if.org Git - php/log
Dmitry Stogov [Tue, 15 Nov 2005 16:49:40 +0000 (16:49 +0000)]
Allow "null" default value for arguments with array type hint
Derick Rethans [Tue, 15 Nov 2005 15:59:49 +0000 (15:59 +0000)]
- Allow "= null" default for parameters with a class type-hint.
Ilia Alshanetsky [Tue, 15 Nov 2005 15:27:26 +0000 (15:27 +0000)]
Fixed memory leak on php-cli -h
Ilia Alshanetsky [Tue, 15 Nov 2005 14:46:34 +0000 (14:46 +0000)]
MFH: Fixed possible crash in http:// wrapper.
Dmitry Stogov [Tue, 15 Nov 2005 14:28:40 +0000 (14:28 +0000)]
Allow recursive calls to __get/__set for different properties
Dmitry Stogov [Tue, 15 Nov 2005 14:18:15 +0000 (14:18 +0000)]
Allow recursive calls to __get/__set for different properties
Antony Dovgal [Tue, 15 Nov 2005 14:08:03 +0000 (14:08 +0000)]
MFH: call zend_objects_destroy_object() explicitly
fix segfault when intern->time is NULL
Dmitry Stogov [Tue, 15 Nov 2005 13:35:23 +0000 (13:35 +0000)]
Allow recursive calls to __get/__set for different properties
Dmitry Stogov [Tue, 15 Nov 2005 13:29:39 +0000 (13:29 +0000)]
Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)
Dmitry Stogov [Tue, 15 Nov 2005 12:41:31 +0000 (12:41 +0000)]
Fixed call to __destruct() for objects of classes delivered from internal ones those use zend_objects_store_put(obj, NULL, ...
Dmitry Stogov [Tue, 15 Nov 2005 11:13:43 +0000 (11:13 +0000)]
Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main())
Frank M. Kromann [Mon, 14 Nov 2005 23:14:25 +0000 (23:14 +0000)]
Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better
Antony Dovgal [Mon, 14 Nov 2005 22:03:02 +0000 (22:03 +0000)]
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
Antony Dovgal [Mon, 14 Nov 2005 21:54:35 +0000 (21:54 +0000)]
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
Ilia Alshanetsky [Sun, 13 Nov 2005 18:23:25 +0000 (18:23 +0000)]
PEAR news
Ilia Alshanetsky [Sun, 13 Nov 2005 18:02:47 +0000 (18:02 +0000)]
Slated for PHP 6
foobar [Thu, 10 Nov 2005 07:50:59 +0000 (07:50 +0000)]
MFH: - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)
foobar [Tue, 8 Nov 2005 20:21:47 +0000 (20:21 +0000)]
MFH
foobar [Tue, 8 Nov 2005 16:57:10 +0000 (16:57 +0000)]
FBFN
foobar [Tue, 8 Nov 2005 15:54:48 +0000 (15:54 +0000)]
MFH
Rui Hirokawa [Tue, 8 Nov 2005 14:47:50 +0000 (14:47 +0000)]
NEWS updated.
Andrey Hristov [Tue, 8 Nov 2005 14:43:49 +0000 (14:43 +0000)]
test fetching of unsigned int(11)
Andrey Hristov [Tue, 8 Nov 2005 14:10:17 +0000 (14:10 +0000)]
BFN
Andrey Hristov [Tue, 8 Nov 2005 14:06:40 +0000 (14:06 +0000)]
fix test - putting signed into unsigned produces 0, if not in strict mode
(in strict mode this will fail)
Andrey Hristov [Tue, 8 Nov 2005 13:50:50 +0000 (13:50 +0000)]
on 32bit platform if the column is UNSIGNED INT(11) and the value
is greater than 2^31-1 then convert to string. on 64bit this is of no
problem because there long inside zval is big enough to keep unsigned
int(11)
Dmitry Stogov [Tue, 8 Nov 2005 08:30:19 +0000 (08:30 +0000)]
Fixed bug #35142 (SOAP Client/Server Complex Object Support)
Marcus Boerger [Mon, 7 Nov 2005 19:14:40 +0000 (19:14 +0000)]
- MFH heredoc handling in -a mode
Marcus Boerger [Mon, 7 Nov 2005 18:38:20 +0000 (18:38 +0000)]
- Add new tests
Ilia Alshanetsky [Mon, 7 Nov 2005 16:53:15 +0000 (16:53 +0000)]
Fixed bug #35135 (PDOStatment without related PDO object may crash).
Marcus Boerger [Mon, 7 Nov 2005 13:08:24 +0000 (13:08 +0000)]
- Drop unnecessary param
Marcus Boerger [Mon, 7 Nov 2005 12:57:49 +0000 (12:57 +0000)]
- MFH Bug #32223 weird behaviour of pg_last_notice
Dmitry Stogov [Mon, 7 Nov 2005 12:24:55 +0000 (12:24 +0000)]
Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is compiled as shared)
Dmitry Stogov [Mon, 7 Nov 2005 10:05:35 +0000 (10:05 +0000)]
Fixed bug #35091 (SoapClient leaks memory)
foobar [Sun, 6 Nov 2005 22:42:23 +0000 (22:42 +0000)]
MFH:- Fixed minor leak with -dzlib.output_compression=1 -m
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