]> granicus.if.org Git - php/log
php
19 years ago- Add missing skipif
Marcus Boerger [Wed, 21 Dec 2005 22:21:54 +0000 (22:21 +0000)]
- Add missing skipif

19 years ago- Fixed bug #35461 (Ming extension fails to compile with ming 0.3beta1)
foobar [Wed, 21 Dec 2005 21:43:26 +0000 (21:43 +0000)]
- Fixed bug #35461 (Ming extension fails to compile with ming 0.3beta1)

19 years agouse more portable || here
foobar [Wed, 21 Dec 2005 21:15:37 +0000 (21:15 +0000)]
use more portable || here

19 years ago- MFB Need to store length (and type) of class name
Marcus Boerger [Wed, 21 Dec 2005 20:12:44 +0000 (20:12 +0000)]
- MFB Need to store length (and type) of class name

19 years agoMFB51: Don't lose track of exec() errors in pdo_sqlite2
Ilia Alshanetsky [Wed, 21 Dec 2005 16:23:32 +0000 (16:23 +0000)]
MFB51: Don't lose track of exec() errors in pdo_sqlite2

19 years ago- Fix possible compile failure if configuring with --disable-all
foobar [Wed, 21 Dec 2005 14:22:02 +0000 (14:22 +0000)]
- Fix possible compile failure if configuring with --disable-all

19 years ago- skip NG if no SCHEMAS support
Pierre Joye [Wed, 21 Dec 2005 13:34:44 +0000 (13:34 +0000)]
- skip NG if no SCHEMAS support
- skip readInner/OuterXml if not defined

19 years ago- readInnerXml() and readOuterXml() test
Pierre Joye [Wed, 21 Dec 2005 13:25:02 +0000 (13:25 +0000)]
- readInnerXml() and readOuterXml() test

19 years agoMFB: fix test, add test for 64bit platform
Antony Dovgal [Wed, 21 Dec 2005 12:16:25 +0000 (12:16 +0000)]
MFB: fix test, add test for 64bit platform

19 years agoMFB: fix test
Antony Dovgal [Wed, 21 Dec 2005 11:46:51 +0000 (11:46 +0000)]
MFB: fix test

19 years agoMFB: add missing skipif conditions, fix existing ones
Antony Dovgal [Wed, 21 Dec 2005 11:43:24 +0000 (11:43 +0000)]
MFB: add missing skipif conditions, fix existing ones
add one missing test

19 years agoMFB: add missing skipif conditions
Antony Dovgal [Wed, 21 Dec 2005 10:50:10 +0000 (10:50 +0000)]
MFB: add missing skipif conditions

19 years agoMFB: fix #35760 (sybase_ct doesn't compile on Solaris)
Antony Dovgal [Wed, 21 Dec 2005 10:19:49 +0000 (10:19 +0000)]
MFB: fix #35760 (sybase_ct doesn't compile on Solaris)

19 years agoChangeLog update
<changelog@php.net> [Wed, 21 Dec 2005 06:31:46 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- add some tests, ~70% now
Pierre Joye [Wed, 21 Dec 2005 03:46:02 +0000 (03:46 +0000)]
- add some tests, ~70% now

19 years ago- typo in error msg
Pierre Joye [Wed, 21 Dec 2005 02:59:00 +0000 (02:59 +0000)]
- typo in error msg

19 years ago- update inline docs
Pierre Joye [Wed, 21 Dec 2005 00:37:49 +0000 (00:37 +0000)]
- update inline docs
- fix {{{ }}}

19 years ago- Only apply workaround solution for 64 bit machines when necessary
Marcus Boerger [Tue, 20 Dec 2005 21:36:47 +0000 (21:36 +0000)]
- Only apply workaround solution for 64 bit machines when necessary
# Actually this can already be necessary on 32 bit machine and also not be
# necessary on 64 bit machines. It all depends on the compiler settings.

19 years ago- Move zend_object_value definition to zend_type.h
Marcus Boerger [Tue, 20 Dec 2005 21:35:17 +0000 (21:35 +0000)]
- Move zend_object_value definition to zend_type.h
# Types declared there can be used in configure stuff already. zend.h is
# being created by configure...

19 years ago- Add Z_OBJVAL*() macros
Marcus Boerger [Tue, 20 Dec 2005 21:33:14 +0000 (21:33 +0000)]
- Add Z_OBJVAL*() macros

19 years ago- MFB Get rid of warnings
Marcus Boerger [Tue, 20 Dec 2005 21:12:13 +0000 (21:12 +0000)]
- MFB Get rid of warnings

19 years ago- MF51: This check is unnecessary, as it can only be set through the
Derick Rethans [Tue, 20 Dec 2005 19:59:47 +0000 (19:59 +0000)]
- MF51: This check is unnecessary, as it can only be set through the
  date_default_timezone_set() function which checks the value already.

19 years ago- Fixed bug #35660 (AIX TZ variable format not understood, yields UTC timezone).
Derick Rethans [Tue, 20 Dec 2005 19:50:05 +0000 (19:50 +0000)]
- Fixed bug #35660 (AIX TZ variable format not understood, yields UTC timezone).

19 years agofixed php version detection
Ilia Alshanetsky [Tue, 20 Dec 2005 19:17:00 +0000 (19:17 +0000)]
fixed php version detection

19 years agoMFB: fix test decription
Antony Dovgal [Tue, 20 Dec 2005 17:00:59 +0000 (17:00 +0000)]
MFB: fix test decription

19 years agoMFB: fix notice
Antony Dovgal [Tue, 20 Dec 2005 16:18:07 +0000 (16:18 +0000)]
MFB: fix notice

19 years ago- MF51: Fixed bug #35699 (date() can't handle leap years before 1970)
Derick Rethans [Tue, 20 Dec 2005 16:01:21 +0000 (16:01 +0000)]
- MF51: Fixed bug #35699 (date() can't handle leap years before 1970)

19 years agoMFB51: Updated libsqlite in ext/pdo_sqlite to 3.2.8.
Ilia Alshanetsky [Tue, 20 Dec 2005 15:33:19 +0000 (15:33 +0000)]
MFB51:  Updated libsqlite in ext/pdo_sqlite to 3.2.8.

19 years agoMFB51:
Ilia Alshanetsky [Tue, 20 Dec 2005 15:26:45 +0000 (15:26 +0000)]
MFB51:
Updated libsqlite in ext/sqlite to 2.8.17.
Use in-memory database for tests.

19 years agoMFB51: Proper error handling for persistent connections.
Ilia Alshanetsky [Tue, 20 Dec 2005 14:50:30 +0000 (14:50 +0000)]
MFB51: Proper error handling for persistent connections.

19 years agoMFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
Ilia Alshanetsky [Tue, 20 Dec 2005 14:27:04 +0000 (14:27 +0000)]
MFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
string greater then 255 characters).

19 years agoremove leftover code
Rob Richards [Tue, 20 Dec 2005 14:13:11 +0000 (14:13 +0000)]
remove leftover code
clear zend_object rather than deal with the guards
issue notice if node is of a type that cannot be expanded

19 years agoMFB: more SPL leak fixes
Antony Dovgal [Tue, 20 Dec 2005 12:41:38 +0000 (12:41 +0000)]
MFB: more SPL leak fixes

19 years agoMFB: fix leak appearing when __autoload() throws an exception
Antony Dovgal [Tue, 20 Dec 2005 11:25:39 +0000 (11:25 +0000)]
MFB: fix leak appearing when __autoload() throws an exception

19 years agoMFB: add test for #35740
Antony Dovgal [Tue, 20 Dec 2005 09:52:05 +0000 (09:52 +0000)]
MFB: add test for #35740

19 years agoMFB: fix #35740 (memory leak when including a directory)
Antony Dovgal [Tue, 20 Dec 2005 09:48:24 +0000 (09:48 +0000)]
MFB: fix #35740 (memory leak when including a directory)

19 years agoChangeLog update
<changelog@php.net> [Tue, 20 Dec 2005 06:31:44 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMFB51: Fixed possible memory corruption.
Ilia Alshanetsky [Mon, 19 Dec 2005 16:34:00 +0000 (16:34 +0000)]
MFB51: Fixed possible memory corruption.

19 years agocleanup code making it easier to add new functionality and maintain
Rob Richards [Mon, 19 Dec 2005 15:05:41 +0000 (15:05 +0000)]
cleanup code making it easier to add new functionality and maintain
implement xmlwriter_full_end_element and xmlwriter_write_raw

19 years agoFixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
Rob Richards [Mon, 19 Dec 2005 14:16:10 +0000 (14:16 +0000)]
Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
add test

19 years agoMFB: fix possible invalid reads
Antony Dovgal [Mon, 19 Dec 2005 13:53:28 +0000 (13:53 +0000)]
MFB: fix possible invalid reads

19 years ago- MF51: Updated timezone database to version 2005.17 (q).
Derick Rethans [Mon, 19 Dec 2005 13:32:22 +0000 (13:32 +0000)]
- MF51: Updated timezone database to version 2005.17 (q).

19 years ago- Reintroduced the normal constants.
Derick Rethans [Mon, 19 Dec 2005 12:57:49 +0000 (12:57 +0000)]
- Reintroduced the normal constants.
- Made the test cases work with the normal non-class constants.
- Merged new timelib, which is a bit more cleverer
- Support "UTC" in strtotime() properly.
- Added astro code, which is going to form the base for the new sunfuncs.

19 years agoChangeLog update
<changelog@php.net> [Mon, 19 Dec 2005 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- MFH IteratorIterator::__construct() fixes
Marcus Boerger [Mon, 19 Dec 2005 00:55:40 +0000 (00:55 +0000)]
- MFH IteratorIterator::__construct() fixes

19 years ago- Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std)
foobar [Sun, 18 Dec 2005 22:59:39 +0000 (22:59 +0000)]
- Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std)

19 years agoMFB: fix leak in SPL iterators
Antony Dovgal [Sun, 18 Dec 2005 22:53:18 +0000 (22:53 +0000)]
MFB: fix leak in SPL iterators

19 years agoMFB: fix typo
Antony Dovgal [Sun, 18 Dec 2005 21:17:42 +0000 (21:17 +0000)]
MFB: fix typo

19 years agomore spelling fixes
Antony Dovgal [Sun, 18 Dec 2005 21:00:59 +0000 (21:00 +0000)]
more spelling fixes

19 years agofix spelling
Antony Dovgal [Sun, 18 Dec 2005 20:57:06 +0000 (20:57 +0000)]
fix spelling

19 years agotouch with re2c 0.9.11
foobar [Sun, 18 Dec 2005 19:54:50 +0000 (19:54 +0000)]
touch with re2c 0.9.11

19 years agoMFB51: Fixed UTC handling problem stemming from an earlier fix for bug #35422.
Ilia Alshanetsky [Sun, 18 Dec 2005 16:20:12 +0000 (16:20 +0000)]
MFB51: Fixed UTC handling problem stemming from an earlier fix for bug #35422.

19 years ago- Those should be lower case only.
Derick Rethans [Sun, 18 Dec 2005 16:06:28 +0000 (16:06 +0000)]
- Those should be lower case only.

19 years agoFix prototypes (MFB)
Zeev Suraski [Sun, 18 Dec 2005 16:00:02 +0000 (16:00 +0000)]
Fix prototypes (MFB)

19 years agoPrototype fix (MFB)
Zeev Suraski [Sun, 18 Dec 2005 15:47:03 +0000 (15:47 +0000)]
Prototype fix (MFB)

19 years ago- Fix --version
Marcus Boerger [Sun, 18 Dec 2005 15:46:51 +0000 (15:46 +0000)]
- Fix --version

19 years agoPrototype fixes (MFB)
Zeev Suraski [Sun, 18 Dec 2005 15:41:22 +0000 (15:41 +0000)]
Prototype fixes (MFB)

19 years ago- WS
Marcus Boerger [Sun, 18 Dec 2005 14:50:06 +0000 (14:50 +0000)]
- WS
- End test script when detecting '===DONE===' that way showing memleaks

19 years agoFix prototype (MFB)
Zeev Suraski [Sun, 18 Dec 2005 14:05:23 +0000 (14:05 +0000)]
Fix prototype (MFB)

19 years ago- Add missing prefixes
Marcus Boerger [Sun, 18 Dec 2005 13:01:09 +0000 (13:01 +0000)]
- Add missing prefixes

19 years ago- Speling
Marcus Boerger [Sun, 18 Dec 2005 12:54:29 +0000 (12:54 +0000)]
- Speling

19 years agothat's not what I was going to commit..
Antony Dovgal [Sun, 18 Dec 2005 12:50:01 +0000 (12:50 +0000)]
that's not what I was going to commit..

19 years agofix possible usage of uninitialized variable
Antony Dovgal [Sun, 18 Dec 2005 12:48:22 +0000 (12:48 +0000)]
fix possible usage of uninitialized variable

19 years ago- Increase timeut for -m testing
Marcus Boerger [Sun, 18 Dec 2005 12:11:54 +0000 (12:11 +0000)]
- Increase timeut for -m testing

19 years agoChangeLog update
<changelog@php.net> [Sun, 18 Dec 2005 06:31:48 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- keep it sync'ed
Pierre Joye [Sun, 18 Dec 2005 02:07:34 +0000 (02:07 +0000)]
- keep it sync'ed

19 years agoMFB51: Fixed parameter parsing for setIndent() method.
Ilia Alshanetsky [Sat, 17 Dec 2005 20:05:21 +0000 (20:05 +0000)]
MFB51: Fixed parameter parsing for setIndent() method.

19 years agoMFB51: Fixed memory corruption when FETCH_LAZY mode is being used.
Ilia Alshanetsky [Sat, 17 Dec 2005 20:00:14 +0000 (20:00 +0000)]
MFB51: Fixed memory corruption when FETCH_LAZY mode is being used.

19 years agoMFB51: Fixed uninitialized variable in a test.
Ilia Alshanetsky [Sat, 17 Dec 2005 19:58:02 +0000 (19:58 +0000)]
MFB51: Fixed uninitialized variable in a test.

19 years agoMFB51: Added token for capturing arbitrary whitespace blocks inside text.
Ilia Alshanetsky [Sat, 17 Dec 2005 16:33:53 +0000 (16:33 +0000)]
MFB51: Added token for capturing arbitrary whitespace blocks inside text.

19 years agoMFB51: Extension dependancy improvements during configure
foobar [Sat, 17 Dec 2005 16:22:43 +0000 (16:22 +0000)]
MFB51: Extension dependancy improvements during configure

19 years agonuke file that should not be here
foobar [Sat, 17 Dec 2005 16:13:16 +0000 (16:13 +0000)]
nuke file that should not be here

19 years agoMFB: int -> long
Antony Dovgal [Sat, 17 Dec 2005 16:08:08 +0000 (16:08 +0000)]
MFB: int -> long

19 years ago- Fix Bug #35720 A final constructor can be overwritten
Marcus Boerger [Sat, 17 Dec 2005 15:50:24 +0000 (15:50 +0000)]
- Fix Bug #35720 A final constructor can be overwritten

19 years ago- MFB Fix export
Marcus Boerger [Sat, 17 Dec 2005 15:44:44 +0000 (15:44 +0000)]
- MFB Fix export

19 years ago- MFB Add optional dependency to ext/dom
Marcus Boerger [Sat, 17 Dec 2005 15:41:18 +0000 (15:41 +0000)]
- MFB Add optional dependency to ext/dom

19 years agofix test
foobar [Sat, 17 Dec 2005 14:56:02 +0000 (14:56 +0000)]
fix test

19 years agoChangeLog update
<changelog@php.net> [Sat, 17 Dec 2005 06:31:58 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- MFB
Marcus Boerger [Sat, 17 Dec 2005 00:09:06 +0000 (00:09 +0000)]
- MFB

19 years ago- Add new const
Marcus Boerger [Fri, 16 Dec 2005 23:23:52 +0000 (23:23 +0000)]
- Add new const

19 years ago- MFB
Marcus Boerger [Fri, 16 Dec 2005 23:21:38 +0000 (23:21 +0000)]
- MFB

19 years ago- WS
Marcus Boerger [Fri, 16 Dec 2005 23:13:24 +0000 (23:13 +0000)]
- WS

19 years ago- MFB
Marcus Boerger [Fri, 16 Dec 2005 23:11:00 +0000 (23:11 +0000)]
- MFB

19 years agoMFB51: Fixed bug #35705 (strtotime() fails to parse soap date format
Ilia Alshanetsky [Fri, 16 Dec 2005 22:40:09 +0000 (22:40 +0000)]
MFB51: Fixed bug #35705 (strtotime() fails to parse soap date format
without TZ).

19 years ago- MFB Fix zend_is_callable() usage
Marcus Boerger [Fri, 16 Dec 2005 22:26:43 +0000 (22:26 +0000)]
- MFB Fix zend_is_callable() usage

19 years ago- Add new tests
Marcus Boerger [Fri, 16 Dec 2005 22:22:14 +0000 (22:22 +0000)]
- Add new tests

19 years agoMF51: fix #35713 (getopt() returns array with numeric strings when passed options...
Antony Dovgal [Fri, 16 Dec 2005 20:50:38 +0000 (20:50 +0000)]
MF51: fix #35713 (getopt() returns array with numeric strings when passed options like '-1')

TODO:
make getopt() unicode aware

19 years ago- remove HAVE_LIBGD15, always set
Pierre Joye [Fri, 16 Dec 2005 19:21:55 +0000 (19:21 +0000)]
- remove HAVE_LIBGD15, always set

19 years ago- fix leaks and wrong error when invalid/empty string are given to
Pierre Joye [Fri, 16 Dec 2005 19:02:07 +0000 (19:02 +0000)]
- fix leaks and wrong error when invalid/empty string are given to
  imagecreatefromstring
- add test for imagecreatefromstring
- add test for palettecopy

19 years ago- adieu HAVE_LIBGD13
Pierre Joye [Fri, 16 Dec 2005 17:02:30 +0000 (17:02 +0000)]
- adieu HAVE_LIBGD13
- add imagecolorat tests (truecolor and palette)

19 years agoMF51: fix test, add new one
Antony Dovgal [Fri, 16 Dec 2005 15:52:54 +0000 (15:52 +0000)]
MF51: fix test, add new one

19 years agofix test
Antony Dovgal [Fri, 16 Dec 2005 14:57:13 +0000 (14:57 +0000)]
fix test
this linenumber may vary

19 years agoMF51 Ilia's last fix
Antony Dovgal [Fri, 16 Dec 2005 14:50:32 +0000 (14:50 +0000)]
MF51 Ilia's last fix
fix the test appropriately

19 years agoChangeLog update
<changelog@php.net> [Fri, 16 Dec 2005 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMFB51: Cleanup code and prevent usage of uninitialized variable.
Ilia Alshanetsky [Thu, 15 Dec 2005 22:54:29 +0000 (22:54 +0000)]
MFB51: Cleanup code and prevent usage of uninitialized variable.

19 years agofix #35692(iconv_mime_decode() segfault, with libiconv only)
Antony Dovgal [Thu, 15 Dec 2005 22:47:27 +0000 (22:47 +0000)]
fix #35692(iconv_mime_decode() segfault, with libiconv only)

19 years agoMFB51: Fixed bug #35694 (Improved error message for invalid fetch mode).
Ilia Alshanetsky [Thu, 15 Dec 2005 22:35:18 +0000 (22:35 +0000)]
MFB51: Fixed bug #35694 (Improved error message for invalid fetch mode).

19 years agofix #35690 (pack() tries to allocate huge memory block when packing float values...
Antony Dovgal [Thu, 15 Dec 2005 22:14:25 +0000 (22:14 +0000)]
fix #35690 (pack() tries to allocate huge memory block when packing float values to strings)

19 years ago- #35681, non ansi comment
Pierre Joye [Thu, 15 Dec 2005 13:57:14 +0000 (13:57 +0000)]
- #35681, non ansi comment

19 years agoChangeLog update
<changelog@php.net> [Thu, 15 Dec 2005 06:31:44 +0000 (06:31 +0000)]
ChangeLog update