]> granicus.if.org Git - php/log
php
19 years agofixed #28899 mb_substr() and substr() work differently when mbstring.func_overload...
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.

19 years agoFixed memory corruption and termination through _zend_bailout()
Dmitry Stogov [Fri, 23 Dec 2005 09:41:31 +0000 (09:41 +0000)]
Fixed memory corruption and termination through _zend_bailout()

19 years ago- Do not test output escaping here
Marcus Boerger [Fri, 23 Dec 2005 08:44:34 +0000 (08:44 +0000)]
- Do not test output escaping here

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

19 years ago- remove HAVE_GDIMAGECOLORRESOLVE here too (w32)
Pierre Joye [Thu, 22 Dec 2005 23:25:06 +0000 (23:25 +0000)]
- remove HAVE_GDIMAGECOLORRESOLVE here too (w32)

19 years ago- add tests for:
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

19 years agoBack out a portion of the previous patch which broke win32 file functions
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

19 years ago\# Damn !
Marcus Boerger [Thu, 22 Dec 2005 20:27:03 +0000 (20:27 +0000)]
\# Damn !

19 years ago- Point to README.TESTING
Marcus Boerger [Thu, 22 Dec 2005 20:24:38 +0000 (20:24 +0000)]
- Point to README.TESTING

19 years agoFixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail dot com)
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)

19 years agoFix prototype (MFB)
Zeev Suraski [Thu, 22 Dec 2005 14:56:29 +0000 (14:56 +0000)]
Fix prototype (MFB)

19 years agochange -o to || to be more portable
Antony Dovgal [Thu, 22 Dec 2005 11:02:51 +0000 (11:02 +0000)]
change -o to || to be more portable

19 years agoFixed memory leak and typo
Dmitry Stogov [Thu, 22 Dec 2005 09:31:40 +0000 (09:31 +0000)]
Fixed memory leak and typo

19 years ago- Find lib in default locations, too
Marcus Boerger [Thu, 22 Dec 2005 08:57:50 +0000 (08:57 +0000)]
- Find lib in default locations, too

19 years agoFixed memory corruption
Dmitry Stogov [Thu, 22 Dec 2005 07:54:19 +0000 (07:54 +0000)]
Fixed memory corruption

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

19 years ago- MFB Fix leak
Marcus Boerger [Thu, 22 Dec 2005 00:38:05 +0000 (00:38 +0000)]
- MFB Fix leak

19 years ago- MFB Fix memleak
Marcus Boerger [Thu, 22 Dec 2005 00:24:49 +0000 (00:24 +0000)]
- MFB Fix memleak

19 years agoMFB: merge two skipif entries
Antony Dovgal [Thu, 22 Dec 2005 00:20:44 +0000 (00:20 +0000)]
MFB: merge two skipif entries

19 years agoNo need to mention it here as it is fixed before 6 is out..
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..

19 years agoFix #35730 Use correct character encoding with FreeTDS
Frank M. Kromann [Wed, 21 Dec 2005 22:44:04 +0000 (22:44 +0000)]
Fix #35730 Use correct character encoding with FreeTDS

19 years ago- Add --[keep|show]-[all|skip|php] switches
Marcus Boerger [Wed, 21 Dec 2005 22:23:47 +0000 (22:23 +0000)]
- Add --[keep|show]-[all|skip|php] switches

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