]> granicus.if.org Git - php/log
php
19 years agoMFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)
Antony Dovgal [Thu, 17 Nov 2005 14:19:40 +0000 (14:19 +0000)]
MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)
patch by askalski at gmail dot com

19 years ago- Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
Derick Rethans [Thu, 17 Nov 2005 13:04:31 +0000 (13:04 +0000)]
- Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")

19 years ago- Fixed typo
Derick Rethans [Thu, 17 Nov 2005 12:33:36 +0000 (12:33 +0000)]
- Fixed typo

19 years agoMFH: Renamed config.m4 to config0.m4
foobar [Thu, 17 Nov 2005 10:02:42 +0000 (10:02 +0000)]
MFH: Renamed config.m4 to config0.m4
# PCRE configure tests must be run before e.g. ext/filter

19 years agoMFH
foobar [Thu, 17 Nov 2005 09:58:28 +0000 (09:58 +0000)]
MFH

19 years agoMFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249)
foobar [Thu, 17 Nov 2005 08:37:31 +0000 (08:37 +0000)]
MFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249)

19 years agoAllow zend_parse_parameters to handle non-well formed integers, but raise
Ilia Alshanetsky [Thu, 17 Nov 2005 00:19:23 +0000 (00:19 +0000)]
Allow zend_parse_parameters to handle non-well formed integers, but raise
E_NOTICE in the process.

19 years agoMFH
foobar [Wed, 16 Nov 2005 22:14:32 +0000 (22:14 +0000)]
MFH

19 years ago{} to [] test fixes
Ilia Alshanetsky [Wed, 16 Nov 2005 16:57:27 +0000 (16:57 +0000)]
{} to [] test fixes

19 years agoback to dev
Ilia Alshanetsky [Wed, 16 Nov 2005 15:41:59 +0000 (15:41 +0000)]
back to dev

19 years agoUpdated tests to use [] instead of {}
Ilia Alshanetsky [Wed, 16 Nov 2005 15:13:20 +0000 (15:13 +0000)]
Updated tests to use [] instead of {}

19 years agoBy popular demand the {} message is now an E_STRICT.
Ilia Alshanetsky [Wed, 16 Nov 2005 15:10:56 +0000 (15:10 +0000)]
By popular demand the {} message is now an E_STRICT.

19 years agoAdded depreciation notice for {} string offset access.
Ilia Alshanetsky [Wed, 16 Nov 2005 14:55:21 +0000 (14:55 +0000)]
Added depreciation notice for {} string offset access.

19 years ago5.1.0RC5
Ilia Alshanetsky [Wed, 16 Nov 2005 14:18:11 +0000 (14:18 +0000)]
5.1.0RC5

19 years agoFixed bug #35239 (Objects can lose references)
Dmitry Stogov [Wed, 16 Nov 2005 11:52:27 +0000 (11:52 +0000)]
Fixed bug #35239 (Objects can lose references)

19 years agoFixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)
Dmitry Stogov [Wed, 16 Nov 2005 09:31:21 +0000 (09:31 +0000)]
Fixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)

19 years agoCloses PECL #5944; binding an invalid parameter can lead to segfaults.
Wez Furlong [Wed, 16 Nov 2005 06:32:33 +0000 (06:32 +0000)]
Closes PECL #5944; binding an invalid parameter can lead to segfaults.
Modified patch provided by curt@php.net.

19 years ago- MFH Add new test
Marcus Boerger [Tue, 15 Nov 2005 21:33:10 +0000 (21:33 +0000)]
- MFH Add new test

19 years agoextend the entry a bit :)
foobar [Tue, 15 Nov 2005 16:53:14 +0000 (16:53 +0000)]
extend the entry a bit :)

19 years agobfp
foobar [Tue, 15 Nov 2005 16:51:24 +0000 (16:51 +0000)]
bfp

19 years agoAllow "null" default value for arguments with array type hint
Dmitry Stogov [Tue, 15 Nov 2005 16:49:40 +0000 (16:49 +0000)]
Allow "null" default value for arguments with array type hint

19 years ago- Allow "= null" default for parameters with a class 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.

19 years agoFixed memory leak on php-cli -h
Ilia Alshanetsky [Tue, 15 Nov 2005 15:27:26 +0000 (15:27 +0000)]
Fixed memory leak on php-cli -h

19 years agoMFH: Fixed possible crash in http:// wrapper.
Ilia Alshanetsky [Tue, 15 Nov 2005 14:46:34 +0000 (14:46 +0000)]
MFH: Fixed possible crash in http:// wrapper.

19 years agoAllow recursive calls to __get/__set for different properties
Dmitry Stogov [Tue, 15 Nov 2005 14:28:40 +0000 (14:28 +0000)]
Allow recursive calls to __get/__set for different properties

19 years agoAllow 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

19 years agoMFH: call zend_objects_destroy_object() explicitly
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

19 years agoAllow recursive calls to __get/__set for different properties
Dmitry Stogov [Tue, 15 Nov 2005 13:35:23 +0000 (13:35 +0000)]
Allow recursive calls to __get/__set for different properties

19 years agoFixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)
Dmitry Stogov [Tue, 15 Nov 2005 13:29:39 +0000 (13:29 +0000)]
Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)

19 years agoFixed call to __destruct() for objects of classes delivered from internal ones those...
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, ...

19 years agoFixed bug #35176 (include()/require()/*_once() produce wrong error messages about...
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())

19 years agoChange max_procs from 25 to library default. This will make FreeTDS connections work...
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

19 years agoMFH: fix #35197 (Destructor is not called) and similar issues in other extensions
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

19 years agoMFH: 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

19 years agoPEAR news
Ilia Alshanetsky [Sun, 13 Nov 2005 18:23:25 +0000 (18:23 +0000)]
PEAR news

19 years agoSlated for PHP 6
Ilia Alshanetsky [Sun, 13 Nov 2005 18:02:47 +0000 (18:02 +0000)]
Slated for PHP 6

19 years agoMFH: - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)
foobar [Thu, 10 Nov 2005 07:50:59 +0000 (07:50 +0000)]
MFH: - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)

19 years agoMFH
foobar [Tue, 8 Nov 2005 20:21:47 +0000 (20:21 +0000)]
MFH

19 years agoFBFN
foobar [Tue, 8 Nov 2005 16:57:10 +0000 (16:57 +0000)]
FBFN

19 years agoMFH
foobar [Tue, 8 Nov 2005 15:54:48 +0000 (15:54 +0000)]
MFH

19 years agoNEWS updated.
Rui Hirokawa [Tue, 8 Nov 2005 14:47:50 +0000 (14:47 +0000)]
NEWS updated.

19 years agotest fetching of unsigned int(11)
Andrey Hristov [Tue, 8 Nov 2005 14:43:49 +0000 (14:43 +0000)]
test fetching of unsigned int(11)

19 years agoBFN
Andrey Hristov [Tue, 8 Nov 2005 14:10:17 +0000 (14:10 +0000)]
BFN

19 years agofix test - putting signed into unsigned produces 0, if not in strict mode
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)

19 years agoon 32bit platform if the column is UNSIGNED INT(11) and the value
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)

19 years agoFixed bug #35142 (SOAP Client/Server Complex Object Support)
Dmitry Stogov [Tue, 8 Nov 2005 08:30:19 +0000 (08:30 +0000)]
Fixed bug #35142 (SOAP Client/Server Complex Object Support)

19 years ago- MFH heredoc handling in -a mode
Marcus Boerger [Mon, 7 Nov 2005 19:14:40 +0000 (19:14 +0000)]
- MFH heredoc handling in -a mode

19 years ago- Add new tests
Marcus Boerger [Mon, 7 Nov 2005 18:38:20 +0000 (18:38 +0000)]
- Add new tests

19 years agoFixed bug #35135 (PDOStatment without related PDO object may crash).
Ilia Alshanetsky [Mon, 7 Nov 2005 16:53:15 +0000 (16:53 +0000)]
Fixed bug #35135 (PDOStatment without related PDO object may crash).

19 years ago- Drop unnecessary param
Marcus Boerger [Mon, 7 Nov 2005 13:08:24 +0000 (13:08 +0000)]
- Drop unnecessary param

19 years ago- MFH Bug #32223 weird behaviour of pg_last_notice
Marcus Boerger [Mon, 7 Nov 2005 12:57:49 +0000 (12:57 +0000)]
- MFH Bug #32223 weird behaviour of pg_last_notice

19 years agoFixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is compile...
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)

19 years agoFixed bug #35091 (SoapClient leaks memory)
Dmitry Stogov [Mon, 7 Nov 2005 10:05:35 +0000 (10:05 +0000)]
Fixed bug #35091 (SoapClient leaks memory)

19 years agoMFH:- Fixed minor leak with -dzlib.output_compression=1 -m
foobar [Sun, 6 Nov 2005 22:42:23 +0000 (22:42 +0000)]
MFH:- Fixed minor leak with -dzlib.output_compression=1 -m

19 years agoMFH
foobar [Sun, 6 Nov 2005 22:08:30 +0000 (22:08 +0000)]
MFH

19 years ago- Remve bogus part of test
Marcus Boerger [Sun, 6 Nov 2005 12:25:53 +0000 (12:25 +0000)]
- Remve bogus part of test

19 years ago- Fix parameter parsing
Marcus Boerger [Sun, 6 Nov 2005 11:58:34 +0000 (11:58 +0000)]
- Fix parameter parsing

19 years ago- MFH: E_STRICT is not part of E_ALL, so the lines were wrong here.
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.

19 years ago- Fix test expectations
Marcus Boerger [Sun, 6 Nov 2005 10:51:29 +0000 (10:51 +0000)]
- Fix test expectations

19 years agoFix bad MFH
foobar [Sun, 6 Nov 2005 02:59:18 +0000 (02:59 +0000)]
Fix bad MFH

19 years agoAnd simplexml doesn't need dom anymore to do the import
Rasmus Lerdorf [Sat, 5 Nov 2005 22:37:18 +0000 (22:37 +0000)]
And simplexml doesn't need dom anymore to do the import

19 years agoThis SimpleXML requirement is no longer needed and by removing it we
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.

19 years agoFixed bug #31971 (ftp_login fails on some SSL servers).
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

19 years agoimprove configure script.
Wez Furlong [Sat, 5 Nov 2005 16:20:06 +0000 (16:20 +0000)]
improve configure script.
Fixes #35107; compile failure with MySQL 5

19 years agoMFH: fixed garbled multibyte characters.
Rui Hirokawa [Sat, 5 Nov 2005 04:49:57 +0000 (04:49 +0000)]
MFH: fixed garbled multibyte characters.

19 years agoFixes PECL Bug #5868; wrong iters count for OCIStmtExecute
Wez Furlong [Fri, 4 Nov 2005 18:11:40 +0000 (18:11 +0000)]
Fixes PECL Bug #5868; wrong iters count for OCIStmtExecute

19 years ago- Fix test expectations - we are no detecting the error earlier
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.

19 years ago- Fix static check in zend_is_callable_ex()
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...

19 years ago- MFH Add missing check flag
Marcus Boerger [Thu, 3 Nov 2005 22:06:30 +0000 (22:06 +0000)]
- MFH Add missing check flag

19 years ago- MFH Try fixing #35088
Marcus Boerger [Thu, 3 Nov 2005 21:59:13 +0000 (21:59 +0000)]
- MFH Try fixing #35088

19 years ago- MFH Add missing check
Marcus Boerger [Thu, 3 Nov 2005 21:28:43 +0000 (21:28 +0000)]
- MFH Add missing check

19 years agoMFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)
foobar [Thu, 3 Nov 2005 20:41:13 +0000 (20:41 +0000)]
MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)

19 years agoFixed typo.
Ilia Alshanetsky [Thu, 3 Nov 2005 15:01:30 +0000 (15:01 +0000)]
Fixed typo.

19 years ago- MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
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)

19 years agoMFH: Fixed bad usage of php_checkuid()
foobar [Wed, 2 Nov 2005 21:26:25 +0000 (21:26 +0000)]
MFH: Fixed bad usage of php_checkuid()

19 years ago- Add missing test
Marcus Boerger [Wed, 2 Nov 2005 20:32:21 +0000 (20:32 +0000)]
- Add missing test

19 years ago- Make spl_autoload_register use zend_is_callable_ex()
Marcus Boerger [Wed, 2 Nov 2005 20:31:01 +0000 (20:31 +0000)]
- Make spl_autoload_register use zend_is_callable_ex()

19 years ago- Add missing cases and checks
Marcus Boerger [Wed, 2 Nov 2005 20:30:13 +0000 (20:30 +0000)]
- Add missing cases and checks

19 years ago- MFH: Fixed initializing and argument checking for posix_mknod().
Derick Rethans [Wed, 2 Nov 2005 15:53:49 +0000 (15:53 +0000)]
- MFH: Fixed initializing and argument checking for posix_mknod().

19 years ago- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
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)

19 years agoFixed minor memory leak triggered by: -dzlib.output_compression=1 -m
Ilia Alshanetsky [Tue, 1 Nov 2005 22:59:18 +0000 (22:59 +0000)]
Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m

19 years ago- Fixed test. Some people might actually be using php.ini-dist which
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)

19 years ago- Update docu
Marcus Boerger [Tue, 1 Nov 2005 21:48:25 +0000 (21:48 +0000)]
- Update docu

19 years ago- MFH the iterator base interface is Traversable not IteratorAggregate
Marcus Boerger [Tue, 1 Nov 2005 21:18:24 +0000 (21:18 +0000)]
- MFH the iterator base interface is Traversable not IteratorAggregate

19 years agoMFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type when...
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.

19 years agoMFH: - Added missing safe-mode checks
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)

19 years agonuke typo
foobar [Tue, 1 Nov 2005 16:21:29 +0000 (16:21 +0000)]
nuke typo

19 years agoMFH: Hiding bugs is not purpose of the regression tests.
foobar [Tue, 1 Nov 2005 14:36:37 +0000 (14:36 +0000)]
MFH: Hiding bugs is not purpose of the regression tests.

19 years agoFix ZTS build
Edin Kadribasic [Tue, 1 Nov 2005 14:18:20 +0000 (14:18 +0000)]
Fix ZTS build

19 years agoupdate ready for release spree today
Wez Furlong [Tue, 1 Nov 2005 13:14:10 +0000 (13:14 +0000)]
update ready for release spree today

19 years agoFix #35032; pdo_dblib doesn't find includes on some systems
Wez Furlong [Tue, 1 Nov 2005 13:12:52 +0000 (13:12 +0000)]
Fix #35032; pdo_dblib doesn't find includes on some systems

19 years agoFixed SIGSEGV
Dmitry Stogov [Tue, 1 Nov 2005 11:11:35 +0000 (11:11 +0000)]
Fixed SIGSEGV

19 years agoMFH: Allow bison 2.1.
Sebastian Bergmann [Tue, 1 Nov 2005 10:31:56 +0000 (10:31 +0000)]
MFH: Allow bison 2.1.

19 years agoprep for PECL release
Wez Furlong [Tue, 1 Nov 2005 03:16:36 +0000 (03:16 +0000)]
prep for PECL release

19 years agoCloses PECL Bug #5633.
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

19 years agoprep for PECL release
Wez Furlong [Tue, 1 Nov 2005 03:10:09 +0000 (03:10 +0000)]
prep for PECL release

19 years agoprep for pecl release
Wez Furlong [Tue, 1 Nov 2005 03:07:41 +0000 (03:07 +0000)]
prep for pecl release

19 years agoprep for PECL release
Wez Furlong [Tue, 1 Nov 2005 03:04:49 +0000 (03:04 +0000)]
prep for PECL release

19 years agohrmm, typo fix.
Wez Furlong [Tue, 1 Nov 2005 03:04:25 +0000 (03:04 +0000)]
hrmm, typo fix.

19 years agoprep for PECL release
Wez Furlong [Tue, 1 Nov 2005 02:46:12 +0000 (02:46 +0000)]
prep for PECL release