]>
granicus.if.org Git - php/log
Pierre Joye [Mon, 26 Dec 2005 12:05:36 +0000 (12:05 +0000)]
- copyresized basic test
more once imagediff is available
Dmitry Stogov [Mon, 26 Dec 2005 10:54:12 +0000 (10:54 +0000)]
Code cleanup (Nuno)
Zeev Suraski [Mon, 26 Dec 2005 09:30:40 +0000 (09:30 +0000)]
Whitespace
Dmitry Stogov [Mon, 26 Dec 2005 08:21:29 +0000 (08:21 +0000)]
Reverted invalid fix for bug #35785
Sebastian Bergmann [Mon, 26 Dec 2005 07:56:37 +0000 (07:56 +0000)]
Fix Windows build.
Zeev Suraski [Mon, 26 Dec 2005 07:25:45 +0000 (07:25 +0000)]
Commit missing files - sorry!
<changelog@php.net> [Mon, 26 Dec 2005 06:31:53 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Mon, 26 Dec 2005 00:54:12 +0000 (00:54 +0000)]
- #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and
LIBEXSLT_DOTTED_VERSION
MFH?
Antony Dovgal [Sun, 25 Dec 2005 22:38:36 +0000 (22:38 +0000)]
add missing skipif tag
Pierre Joye [Sun, 25 Dec 2005 22:02:53 +0000 (22:02 +0000)]
- add colorclosestalpha tests
Pierre Joye [Sun, 25 Dec 2005 21:45:04 +0000 (21:45 +0000)]
- add colorresolvealpha to colorresolve tests
- update colormatch
Pierre Joye [Sun, 25 Dec 2005 20:32:25 +0000 (20:32 +0000)]
- raise warning instread of errors in colormatch
Ilia Alshanetsky [Sun, 25 Dec 2005 20:30:56 +0000 (20:30 +0000)]
MFB51: Make MySQL driver use ANSI complaint quoting style.
Pierre Joye [Sun, 25 Dec 2005 19:21:58 +0000 (19:21 +0000)]
- fix leak/segfaults in imagecolormatch
- add tests for imagecolorexact and imagecolormatch
The later is only about the segv
foobar [Sun, 25 Dec 2005 16:03:38 +0000 (16:03 +0000)]
- Remove wrong inline usage (and fix bug #35796)
Rui Hirokawa [Sun, 25 Dec 2005 15:21:54 +0000 (15:21 +0000)]
fixed #35711, added mbstring.strict_detection to detect the encoding striktly.
Zeev Suraski [Sun, 25 Dec 2005 12:45:01 +0000 (12:45 +0000)]
Reimplement FastCGI interface
Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to obtain - we decided to reimplement this interface from
scratch. The result is actually slightly faster, and more importantly,
clear of any copyright issues.
Implementation by Dmitry
<changelog@php.net> [Sun, 25 Dec 2005 06:31:45 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Sat, 24 Dec 2005 14:05:20 +0000 (14:05 +0000)]
- add truecolortopallete and istruecolor test
- titles for colorclosest/resolve...
Pierre Joye [Sat, 24 Dec 2005 14:01:54 +0000 (14:01 +0000)]
- fix titles
- function check
Marcus Boerger [Sat, 24 Dec 2005 13:19:49 +0000 (13:19 +0000)]
- MFB Make this work with VPATH builds too
Marcus Boerger [Sat, 24 Dec 2005 11:37:25 +0000 (11:37 +0000)]
- Require re2c 0.9.11 and use correct version notation
Marcus Boerger [Sat, 24 Dec 2005 11:36:52 +0000 (11:36 +0000)]
- Update
<changelog@php.net> [Sat, 24 Dec 2005 06:31:56 +0000 (06:31 +0000)]
ChangeLog update
Rui Hirokawa [Sat, 24 Dec 2005 01:20:26 +0000 (01:20 +0000)]
fixed #35711 ISO-8859 charset not correctly detected.
Marcus Boerger [Fri, 23 Dec 2005 21:01:05 +0000 (21:01 +0000)]
- Add make target make ntest to test in unicode mode
- Change make target test to check native and unicode mode
Marcus Boerger [Fri, 23 Dec 2005 20:31:39 +0000 (20:31 +0000)]
- Fixed Bug #35785 (SimpleXML memory read error)
Marcus Boerger [Fri, 23 Dec 2005 20:26:22 +0000 (20:26 +0000)]
- Add new test
Marcus Boerger [Fri, 23 Dec 2005 20:03:31 +0000 (20:03 +0000)]
- Fix test by splitting it
Marcus Boerger [Fri, 23 Dec 2005 19:40:01 +0000 (19:40 +0000)]
- Fix handling of bork tests
foobar [Fri, 23 Dec 2005 18:56:28 +0000 (18:56 +0000)]
fix mkdir() function properly (patch by nlopess)
Stefan Esser [Fri, 23 Dec 2005 18:43:03 +0000 (18:43 +0000)]
MFB: format string fixes
Antony Dovgal [Fri, 23 Dec 2005 15:05:42 +0000 (15:05 +0000)]
MFB: fix #35781 (stream_filter_append() can cause segfault)
Rui Hirokawa [Fri, 23 Dec 2005 13:53:30 +0000 (13:53 +0000)]
added turkish language support for libmbfl.
Rui Hirokawa [Fri, 23 Dec 2005 13:50:29 +0000 (13:50 +0000)]
fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..
Antony Dovgal [Fri, 23 Dec 2005 13:24:17 +0000 (13:24 +0000)]
fix tests
Rui Hirokawa [Fri, 23 Dec 2005 11:14:54 +0000 (11:14 +0000)]
fixed #28899 mb_substr() and substr() work differently when mbstring.func_overload is enabled.
Dmitry Stogov [Fri, 23 Dec 2005 09:41:31 +0000 (09:41 +0000)]
Fixed memory corruption and termination through _zend_bailout()
Marcus Boerger [Fri, 23 Dec 2005 08:44:34 +0000 (08:44 +0000)]
- Do not test output escaping here
<changelog@php.net> [Fri, 23 Dec 2005 06:31:49 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Thu, 22 Dec 2005 23:25:06 +0000 (23:25 +0000)]
- remove HAVE_GDIMAGECOLORRESOLVE here too (w32)
Pierre Joye [Thu, 22 Dec 2005 23:22:26 +0000 (23:22 +0000)]
- add tests for:
- imagecolorclosest
- imagecolorresolve
- imagecopy
- imageline
-imagesetstyle and dashed line
- remove HAVE_GDIMAGECOLORRESOLVE, always present
Edin Kadribasic [Thu, 22 Dec 2005 21:32:56 +0000 (21:32 +0000)]
Back out a portion of the previous patch which broke win32 file functions
Marcus Boerger [Thu, 22 Dec 2005 20:27:03 +0000 (20:27 +0000)]
\# Damn !
Marcus Boerger [Thu, 22 Dec 2005 20:24:38 +0000 (20:24 +0000)]
- Point to README.TESTING
Dmitry Stogov [Thu, 22 Dec 2005 16:46:03 +0000 (16:46 +0000)]
Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail dot com)
Zeev Suraski [Thu, 22 Dec 2005 14:56:29 +0000 (14:56 +0000)]
Fix prototype (MFB)
Antony Dovgal [Thu, 22 Dec 2005 11:02:51 +0000 (11:02 +0000)]
change -o to || to be more portable
Dmitry Stogov [Thu, 22 Dec 2005 09:31:40 +0000 (09:31 +0000)]
Fixed memory leak and typo
Marcus Boerger [Thu, 22 Dec 2005 08:57:50 +0000 (08:57 +0000)]
- Find lib in default locations, too
Dmitry Stogov [Thu, 22 Dec 2005 07:54:19 +0000 (07:54 +0000)]
Fixed memory corruption
<changelog@php.net> [Thu, 22 Dec 2005 06:31:45 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Thu, 22 Dec 2005 00:38:05 +0000 (00:38 +0000)]
- MFB Fix leak
Marcus Boerger [Thu, 22 Dec 2005 00:24:49 +0000 (00:24 +0000)]
- MFB Fix memleak
Antony Dovgal [Thu, 22 Dec 2005 00:20:44 +0000 (00:20 +0000)]
MFB: merge two skipif entries
foobar [Wed, 21 Dec 2005 22:47:46 +0000 (22:47 +0000)]
No need to mention it here as it is fixed before 6 is out..
Frank M. Kromann [Wed, 21 Dec 2005 22:44:04 +0000 (22:44 +0000)]
Fix #35730 Use correct character encoding with FreeTDS
Marcus Boerger [Wed, 21 Dec 2005 22:23:47 +0000 (22:23 +0000)]
- Add --[keep|show]-[all|skip|php] switches
Marcus Boerger [Wed, 21 Dec 2005 22:21:54 +0000 (22:21 +0000)]
- Add missing skipif
foobar [Wed, 21 Dec 2005 21:43:26 +0000 (21:43 +0000)]
- Fixed bug #35461 (Ming extension fails to compile with ming 0.3beta1)
foobar [Wed, 21 Dec 2005 21:15:37 +0000 (21:15 +0000)]
use more portable || here
Marcus Boerger [Wed, 21 Dec 2005 20:12:44 +0000 (20:12 +0000)]
- MFB Need to store length (and type) of class name
Ilia Alshanetsky [Wed, 21 Dec 2005 16:23:32 +0000 (16:23 +0000)]
MFB51: Don't lose track of exec() errors in pdo_sqlite2
foobar [Wed, 21 Dec 2005 14:22:02 +0000 (14:22 +0000)]
- Fix possible compile failure if configuring with --disable-all
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
Pierre Joye [Wed, 21 Dec 2005 13:25:02 +0000 (13:25 +0000)]
- readInnerXml() and readOuterXml() test
Antony Dovgal [Wed, 21 Dec 2005 12:16:25 +0000 (12:16 +0000)]
MFB: fix test, add test for 64bit platform
Antony Dovgal [Wed, 21 Dec 2005 11:46:51 +0000 (11:46 +0000)]
MFB: fix test
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
Antony Dovgal [Wed, 21 Dec 2005 10:50:10 +0000 (10:50 +0000)]
MFB: add missing skipif conditions
Antony Dovgal [Wed, 21 Dec 2005 10:19:49 +0000 (10:19 +0000)]
MFB: fix #35760 (sybase_ct doesn't compile on Solaris)
<changelog@php.net> [Wed, 21 Dec 2005 06:31:46 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Wed, 21 Dec 2005 03:46:02 +0000 (03:46 +0000)]
- add some tests, ~70% now
Pierre Joye [Wed, 21 Dec 2005 02:59:00 +0000 (02:59 +0000)]
- typo in error msg
Pierre Joye [Wed, 21 Dec 2005 00:37:49 +0000 (00:37 +0000)]
- update inline docs
- fix {{{ }}}
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.
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...
Marcus Boerger [Tue, 20 Dec 2005 21:33:14 +0000 (21:33 +0000)]
- Add Z_OBJVAL*() macros
Marcus Boerger [Tue, 20 Dec 2005 21:12:13 +0000 (21:12 +0000)]
- MFB Get rid of warnings
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.
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).
Ilia Alshanetsky [Tue, 20 Dec 2005 19:17:00 +0000 (19:17 +0000)]
fixed php version detection
Antony Dovgal [Tue, 20 Dec 2005 17:00:59 +0000 (17:00 +0000)]
MFB: fix test decription
Antony Dovgal [Tue, 20 Dec 2005 16:18:07 +0000 (16:18 +0000)]
MFB: fix notice
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)
Ilia Alshanetsky [Tue, 20 Dec 2005 15:33:19 +0000 (15:33 +0000)]
MFB51: Updated libsqlite in ext/pdo_sqlite to 3.2.8.
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.
Ilia Alshanetsky [Tue, 20 Dec 2005 14:50:30 +0000 (14:50 +0000)]
MFB51: Proper error handling for persistent connections.
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).
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
Antony Dovgal [Tue, 20 Dec 2005 12:41:38 +0000 (12:41 +0000)]
MFB: more SPL leak fixes
Antony Dovgal [Tue, 20 Dec 2005 11:25:39 +0000 (11:25 +0000)]
MFB: fix leak appearing when __autoload() throws an exception
Antony Dovgal [Tue, 20 Dec 2005 09:52:05 +0000 (09:52 +0000)]
MFB: add test for #35740
Antony Dovgal [Tue, 20 Dec 2005 09:48:24 +0000 (09:48 +0000)]
MFB: fix #35740 (memory leak when including a directory)
<changelog@php.net> [Tue, 20 Dec 2005 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 19 Dec 2005 16:34:00 +0000 (16:34 +0000)]
MFB51: Fixed possible memory corruption.
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
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
Antony Dovgal [Mon, 19 Dec 2005 13:53:28 +0000 (13:53 +0000)]
MFB: fix possible invalid reads
Derick Rethans [Mon, 19 Dec 2005 13:32:22 +0000 (13:32 +0000)]
- MF51: Updated timezone database to version 2005.17 (q).