]>
granicus.if.org Git - php/log
Marcus Boerger [Thu, 23 Jun 2005 00:19:16 +0000 (00:19 +0000)]
- Add +ifdefs to still allow PHP 5.0 builds of PDO
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.
Rob Richards [Wed, 22 Jun 2005 19:59:25 +0000 (19:59 +0000)]
BFN
Rob Richards [Wed, 22 Jun 2005 19:56:30 +0000 (19:56 +0000)]
- Fix bug #33299 (php:function no longer handles returned dom objects)
- maybe fix #33431/33432
Ilia Alshanetsky [Wed, 22 Jun 2005 16:13:47 +0000 (16:13 +0000)]
Fixed bug #32160 (copying a file into itself leads to data loss).
Dmitry Stogov [Wed, 22 Jun 2005 15:30:14 +0000 (15:30 +0000)]
Debug backtrace was fixed
Dmitry Stogov [Wed, 22 Jun 2005 15:26:05 +0000 (15:26 +0000)]
Fixed bug #29896 (Backtrace argument list out of sync)
Ilia Alshanetsky [Wed, 22 Jun 2005 13:41:59 +0000 (13:41 +0000)]
Slightly more reliable current path detection.
Ilia Alshanetsky [Wed, 22 Jun 2005 13:41:43 +0000 (13:41 +0000)]
Skip MySQLi tests if connection could not be established and not using
embeded db.
foobar [Wed, 22 Jun 2005 12:54:04 +0000 (12:54 +0000)]
"64M should be enough for everyone." -- Jani, 2005 :)
Stanislav Malyshev [Wed, 22 Jun 2005 12:24:25 +0000 (12:24 +0000)]
export zend_vm_set_opcode_handler
Antony Dovgal [Wed, 22 Jun 2005 12:02:47 +0000 (12:02 +0000)]
- allow to use "yes" and "true" with ini_set() and in commandline (through -d flag)
- fix #15854 that was caused by wrong consideration that zend_ini_boolean_displayer_cb()
always recieves converted to "0"/"1" values.
Georg Richter [Wed, 22 Jun 2005 10:15:37 +0000 (10:15 +0000)]
added testcase for mysqli_warning class
Georg Richter [Wed, 22 Jun 2005 10:14:32 +0000 (10:14 +0000)]
added testcase for cursors (nested selects)
Georg Richter [Wed, 22 Jun 2005 09:12:43 +0000 (09:12 +0000)]
changed/fixed mysqli_warning class
added prefetch support for cursors
Wez Furlong [Wed, 22 Jun 2005 08:45:22 +0000 (08:45 +0000)]
build related adjustments.
These need to be included in beta 2
Dmitry Stogov [Wed, 22 Jun 2005 08:33:43 +0000 (08:33 +0000)]
Fixed bug in test file
Dmitry Stogov [Wed, 22 Jun 2005 08:33:00 +0000 (08:33 +0000)]
Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)
foobar [Wed, 22 Jun 2005 08:27:02 +0000 (08:27 +0000)]
BFN
foobar [Wed, 22 Jun 2005 08:26:00 +0000 (08:26 +0000)]
- Fixed bug #33427 (ext/odbc: check if unixODBC header file exists)
foobar [Wed, 22 Jun 2005 06:50:24 +0000 (06:50 +0000)]
- Never ever add /usr/lib as libpath, even if --with-libdir is used
<changelog@php.net> [Wed, 22 Jun 2005 05:43:03 +0000 (05:43 +0000)]
ChangeLog update
foobar [Wed, 22 Jun 2005 00:41:28 +0000 (00:41 +0000)]
fix tests
Marcus Boerger [Tue, 21 Jun 2005 18:34:21 +0000 (18:34 +0000)]
- Fix test
Derick Rethans [Tue, 21 Jun 2005 17:43:28 +0000 (17:43 +0000)]
- Fixed Rasmus' problem with Jan.14, 2004.
Dmitry Stogov [Tue, 21 Jun 2005 17:28:09 +0000 (17:28 +0000)]
Fixed test file
Andi Gutmans [Tue, 21 Jun 2005 16:31:19 +0000 (16:31 +0000)]
- Back to -dev. Guys (n' Girls), give at least 1 hour before you start
- complaining about not going back to -dev. I like checking the tarball
- before I change it back.
Andi Gutmans [Tue, 21 Jun 2005 15:44:50 +0000 (15:44 +0000)]
- Take #3 :)
Ilia Alshanetsky [Tue, 21 Jun 2005 14:05:15 +0000 (14:05 +0000)]
Fixed memory leak.
# Found by valgrind w/o zend-mm being used.
foobar [Tue, 21 Jun 2005 13:47:38 +0000 (13:47 +0000)]
- Partial revert: It does not matter if awk works or not but helps if it does :)
Ilia Alshanetsky [Tue, 21 Jun 2005 13:42:23 +0000 (13:42 +0000)]
Fixed test skip conditions.
# Same needs to be done to odbc, but it seems access is restricted
# for "privileged" folks.
foobar [Tue, 21 Jun 2005 13:06:10 +0000 (13:06 +0000)]
fix test
Dmitry Stogov [Tue, 21 Jun 2005 12:10:51 +0000 (12:10 +0000)]
Fixed bug #31213 (Sideeffects caused by fix of bug #29493)
Dmitry Stogov [Tue, 21 Jun 2005 12:05:15 +0000 (12:05 +0000)]
Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASS in case of early binding
foobar [Tue, 21 Jun 2005 10:20:03 +0000 (10:20 +0000)]
Fix configure problem in braindead systems like Solaris.
Marcus Boerger [Tue, 21 Jun 2005 06:59:58 +0000 (06:59 +0000)]
- Add new test
Dmitry Stogov [Tue, 21 Jun 2005 06:24:55 +0000 (06:24 +0000)]
ext/soap should use type defined in SoapVar(), if wsdl defines another type
<changelog@php.net> [Tue, 21 Jun 2005 05:31:27 +0000 (05:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 21 Jun 2005 00:12:35 +0000 (00:12 +0000)]
Fixed possible memory corruption.
Antony Dovgal [Mon, 20 Jun 2005 23:16:27 +0000 (23:16 +0000)]
fix memleak when connection fails (and we still keep trying)
Andi Gutmans [Mon, 20 Jun 2005 22:34:57 +0000 (22:34 +0000)]
- Back to -dev
Andi Gutmans [Mon, 20 Jun 2005 20:49:56 +0000 (20:49 +0000)]
- Beta 2
Antony Dovgal [Mon, 20 Jun 2005 19:58:51 +0000 (19:58 +0000)]
reorder and prevent memleak: bailout after free()
Dmitry Stogov [Mon, 20 Jun 2005 18:25:24 +0000 (18:25 +0000)]
Fixed possible crash on $x = $obj->$non_string
Ilia Alshanetsky [Mon, 20 Jun 2005 15:59:13 +0000 (15:59 +0000)]
Fixed bug #31054 (safe_mode & open_basedir checks only check first
include_path value).
foobar [Mon, 20 Jun 2005 13:37:32 +0000 (13:37 +0000)]
- Added session.hash_bits_per_character support. (3rd param)
(Changes by: waltzer at autumnweave dot com)
Antony Dovgal [Mon, 20 Jun 2005 12:46:34 +0000 (12:46 +0000)]
fix #29683 (headers_list() returns empty array)
foobar [Mon, 20 Jun 2005 11:10:11 +0000 (11:10 +0000)]
typo
Derick Rethans [Mon, 20 Jun 2005 11:08:28 +0000 (11:08 +0000)]
- Update TODO.
Derick Rethans [Mon, 20 Jun 2005 11:07:53 +0000 (11:07 +0000)]
- Make this work on big endian systems too.
- Added an additional malloc() check.
foobar [Mon, 20 Jun 2005 11:06:54 +0000 (11:06 +0000)]
Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm>
foobar [Mon, 20 Jun 2005 11:01:07 +0000 (11:01 +0000)]
- Added AC_TIMELIB_C_BIGENDIAN
# No need to add it to config.m4, it's run in PHP configure.in already.
# Only added here so that the standalone configure.in (to be added later)
# can use it.
Derick Rethans [Mon, 20 Jun 2005 08:47:56 +0000 (08:47 +0000)]
- Update news with implemented FRs and added test for those FRs.
Derick Rethans [Mon, 20 Jun 2005 08:46:09 +0000 (08:46 +0000)]
- Implemented FR #29585 (Support week numbers in strtotime())
Derick Rethans [Mon, 20 Jun 2005 08:39:45 +0000 (08:39 +0000)]
- Update README, we require 0.9.8 now.
foobar [Mon, 20 Jun 2005 07:59:24 +0000 (07:59 +0000)]
reorder
foobar [Mon, 20 Jun 2005 07:26:46 +0000 (07:26 +0000)]
fix typo
foobar [Mon, 20 Jun 2005 07:04:07 +0000 (07:04 +0000)]
- No extra spaces before #ifndef
<changelog@php.net> [Mon, 20 Jun 2005 05:36:33 +0000 (05:36 +0000)]
ChangeLog update
Andi Gutmans [Mon, 20 Jun 2005 03:54:46 +0000 (03:54 +0000)]
- Fix typo
Marcus Boerger [Mon, 20 Jun 2005 03:05:14 +0000 (03:05 +0000)]
- BFN
Marcus Boerger [Mon, 20 Jun 2005 03:02:52 +0000 (03:02 +0000)]
- Fixed #33136:
- Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value
- Fix memleaks with overloading ArrayObject
Marcus Boerger [Mon, 20 Jun 2005 01:39:28 +0000 (01:39 +0000)]
- BFN
Marcus Boerger [Mon, 20 Jun 2005 01:37:48 +0000 (01:37 +0000)]
- Fix bug #33389 by fixing copying
Marcus Boerger [Mon, 20 Jun 2005 01:10:33 +0000 (01:10 +0000)]
- Output shows false lowercased
Marcus Boerger [Mon, 20 Jun 2005 01:08:57 +0000 (01:08 +0000)]
- Show true/flase
foobar [Mon, 20 Jun 2005 00:52:59 +0000 (00:52 +0000)]
- Plain path passed to PHP_INSTALL_HEADERS needs to have trailing /
foobar [Mon, 20 Jun 2005 00:20:45 +0000 (00:20 +0000)]
fix PHP_INSTALL_HEADERS() macro when 2 params are used
Marcus Boerger [Mon, 20 Jun 2005 00:19:18 +0000 (00:19 +0000)]
- Fix handling of ArrayObject/ArrayIterator flags and provide test
foobar [Mon, 20 Jun 2005 00:16:31 +0000 (00:16 +0000)]
This is not mysqli, where 5th parameter is port.
foobar [Sun, 19 Jun 2005 23:36:18 +0000 (23:36 +0000)]
Install headers too
Marcus Boerger [Sun, 19 Jun 2005 22:18:07 +0000 (22:18 +0000)]
- Add new test
# In this version we do not need to make the subscripted array a reference.
# Thus this implementation is in most cases the ideal implementation.
Derick Rethans [Sun, 19 Jun 2005 22:15:27 +0000 (22:15 +0000)]
- Added backward compability wrapper "php_parse_date()".
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...
Marcus Boerger [Sun, 19 Jun 2005 22:09:53 +0000 (22:09 +0000)]
- Add new test
# This does the same as 009 but achieves its goal completely different. It
# is easier but makes the array a reference which is not always practical.
Derick Rethans [Sun, 19 Jun 2005 21:56:21 +0000 (21:56 +0000)]
- Fixed layout of test description.
Marcus Boerger [Sun, 19 Jun 2005 21:52:38 +0000 (21:52 +0000)]
- Drop doubled $
Marcus Boerger [Sun, 19 Jun 2005 21:34:21 +0000 (21:34 +0000)]
- Add new test
Marcus Boerger [Sun, 19 Jun 2005 20:49:17 +0000 (20:49 +0000)]
- Update tests to reflect current situation
# I don't feel like discussing this issue anymore - maybe we need to find
# a way of returning proxies to get the requested behavior back - i'll give
# it a try for PHP 5.2. So long we'll have to stay with the original
# decision that we don't support references at all with ArrayAccess.
foobar [Sun, 19 Jun 2005 17:06:48 +0000 (17:06 +0000)]
revert - now it works again?!
Ilia Alshanetsky [Sun, 19 Jun 2005 16:31:51 +0000 (16:31 +0000)]
make substr_count() 30% when counting instances of 1 byte long strings.
Derick Rethans [Sun, 19 Jun 2005 16:13:34 +0000 (16:13 +0000)]
- Fixed test - strtotime() uses GMT if no TZ environment variable is set and if
no explicit timezone abbreviation (CEST) or timezone identifier
(Europe/Amsterdam) is set.
Derick Rethans [Sun, 19 Jun 2005 15:02:28 +0000 (15:02 +0000)]
- Ignore VIM swapfiles.
Derick Rethans [Sun, 19 Jun 2005 15:01:43 +0000 (15:01 +0000)]
- Add #20382 to the list, and expand testcase again.
<changelog@php.net> [Sun, 19 Jun 2005 05:32:33 +0000 (05:32 +0000)]
ChangeLog update
Sebastian Bergmann [Sun, 19 Jun 2005 05:28:39 +0000 (05:28 +0000)]
ZTS fix.
foobar [Sat, 18 Jun 2005 23:23:45 +0000 (23:23 +0000)]
fix test
foobar [Sat, 18 Jun 2005 21:17:10 +0000 (21:17 +0000)]
reorder + typofix :)
Derick Rethans [Sat, 18 Jun 2005 20:23:19 +0000 (20:23 +0000)]
- Allow default timezone to be set with the .ini setting "date.timezone".
Derick Rethans [Sat, 18 Jun 2005 19:40:31 +0000 (19:40 +0000)]
- Update NEWS with bugfix happyness.
- Update TODO file for ext/date. No known bugs currently.
Derick Rethans [Sat, 18 Jun 2005 19:39:19 +0000 (19:39 +0000)]
- Added testcase for bug #28024.
Derick Rethans [Sat, 18 Jun 2005 19:23:58 +0000 (19:23 +0000)]
- Fixed bug in tm2unixtime where the wanted date was in the transition time
between two zones.
#- In this case the wanted date actually didn't exist, and that wasn't
# handled correctly.
Derick Rethans [Sat, 18 Jun 2005 19:21:10 +0000 (19:21 +0000)]
- Expand test cases for bug #32086 and #32555.
foobar [Sat, 18 Jun 2005 18:59:12 +0000 (18:59 +0000)]
BFN
foobar [Sat, 18 Jun 2005 18:54:40 +0000 (18:54 +0000)]
- Updated bundled shtool to version 2.0.2
Ilia Alshanetsky [Sat, 18 Jun 2005 18:23:12 +0000 (18:23 +0000)]
Added offset & length parameters to substr_count() function.
foobar [Sat, 18 Jun 2005 18:11:33 +0000 (18:11 +0000)]
some more things to do
Andi Gutmans [Sat, 18 Jun 2005 16:52:24 +0000 (16:52 +0000)]
- E_STRICT shouldn't be on by default on production servers.
Derick Rethans [Sat, 18 Jun 2005 14:11:15 +0000 (14:11 +0000)]
- Add another test for bug #20382.
foobar [Sat, 18 Jun 2005 13:28:30 +0000 (13:28 +0000)]
Add note how to build DBA as shared
foobar [Sat, 18 Jun 2005 13:17:52 +0000 (13:17 +0000)]
no trailing dots
Derick Rethans [Sat, 18 Jun 2005 11:58:18 +0000 (11:58 +0000)]
- If the ts is smaller than the first transition time, use the last one
in the list.
#- This seems consistent with how "zdump" works, although I'm not 100% sure if
# it's correct.