]>
granicus.if.org Git - php/log
Etienne Kneuss [Sun, 3 Aug 2008 19:07:22 +0000 (19:07 +0000)]
Fix clone + add tests
Marcus Boerger [Sun, 3 Aug 2008 18:57:06 +0000 (18:57 +0000)]
- Drop libsqlite even here
Etienne Kneuss [Sun, 3 Aug 2008 18:15:18 +0000 (18:15 +0000)]
Remove cast and fix mem errors
Felipe Pena [Sun, 3 Aug 2008 17:19:24 +0000 (17:19 +0000)]
- Fixed error levels
Derick Rethans [Sun, 3 Aug 2008 16:44:31 +0000 (16:44 +0000)]
- Fixed bug #45696 (Not all DateTime methods allow method chaining).
Jani Taskinen [Sun, 3 Aug 2008 12:12:45 +0000 (12:12 +0000)]
- Nuketh C++ comments from C files.
Jani Taskinen [Sun, 3 Aug 2008 12:10:51 +0000 (12:10 +0000)]
- fix comment style
Jani Taskinen [Sun, 3 Aug 2008 12:04:57 +0000 (12:04 +0000)]
missing eol
Jani Taskinen [Sun, 3 Aug 2008 12:03:02 +0000 (12:03 +0000)]
- Fix comment
Jani Taskinen [Sun, 3 Aug 2008 11:56:45 +0000 (11:56 +0000)]
- No C++ comments in C files!
Jani Taskinen [Sun, 3 Aug 2008 11:55:06 +0000 (11:55 +0000)]
oops
Jani Taskinen [Sun, 3 Aug 2008 11:47:09 +0000 (11:47 +0000)]
- No C++ comments in C files!
Jani Taskinen [Sun, 3 Aug 2008 11:46:02 +0000 (11:46 +0000)]
- Added missing $Id$ tags and nuked c++ comments
Jani Taskinen [Sun, 3 Aug 2008 11:32:45 +0000 (11:32 +0000)]
- These files do not conform to any kind of coding standard. Sync from 5.3 too
<changelog@php.net> [Sun, 3 Aug 2008 01:32:30 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sun, 3 Aug 2008 00:04:06 +0000 (00:04 +0000)]
- Forgot to take account of the case when mbstring.language is processed
afterwards.
Moriyoshi Koizumi [Sat, 2 Aug 2008 20:48:30 +0000 (20:48 +0000)]
- Fixed bug #45691 (Some per-dir or runtime settings may leak into other requests).
Pierre Joye [Sat, 2 Aug 2008 16:49:56 +0000 (16:49 +0000)]
- improve previous fix for scan, disable optimizer only for scan() using #pragma optimize
Pierre Joye [Sat, 2 Aug 2008 15:49:14 +0000 (15:49 +0000)]
- parser's scan function is too large for VC6-7.x, disable the optimizer (size optimization instead) fixes it
Steph Fox [Sat, 2 Aug 2008 15:37:38 +0000 (15:37 +0000)]
- Remove obsolete check
Derick Rethans [Sat, 2 Aug 2008 13:50:30 +0000 (13:50 +0000)]
- Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO
durations).
Felipe Pena [Sat, 2 Aug 2008 13:39:26 +0000 (13:39 +0000)]
- Fixed undefined variable
Arnaud Le Blanc [Sat, 2 Aug 2008 06:37:34 +0000 (06:37 +0000)]
MFB: Allow urlencode()d filer names in php://filter (fixes #43008)
Felipe Pena [Sat, 2 Aug 2008 04:40:45 +0000 (04:40 +0000)]
- Added parameter TSRMLS_DC in zend_is_callable()
Felipe Pena [Sat, 2 Aug 2008 02:49:46 +0000 (02:49 +0000)]
- Removed unnecessary TSRMLS_FETCH()
Arnaud Le Blanc [Sat, 2 Aug 2008 02:36:14 +0000 (02:36 +0000)]
Avoid leaks when zlib streams can not be closed properly.
<changelog@php.net> [Sat, 2 Aug 2008 01:32:24 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Fri, 1 Aug 2008 22:56:35 +0000 (22:56 +0000)]
- Add a test for bug #43993.
Moriyoshi Koizumi [Fri, 1 Aug 2008 22:55:47 +0000 (22:55 +0000)]
- Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles)
Stanislav Malyshev [Fri, 1 Aug 2008 22:45:59 +0000 (22:45 +0000)]
remove unneeded define
Pierre Joye [Fri, 1 Aug 2008 21:19:46 +0000 (21:19 +0000)]
- use static lib first if found
Pierre Joye [Fri, 1 Aug 2008 19:09:15 +0000 (19:09 +0000)]
- fix EOL broken by previous commit
Pierre Joye [Fri, 1 Aug 2008 18:58:15 +0000 (18:58 +0000)]
- MFH: drop 8.x support
Steph Fox [Fri, 1 Aug 2008 17:34:03 +0000 (17:34 +0000)]
- Somehow 'cvs add' managed to ignore these completely(?)
Steph Fox [Fri, 1 Aug 2008 16:28:19 +0000 (16:28 +0000)]
- Merge Dmitry's changes from PHP_5_3 branch
Pierre Joye [Fri, 1 Aug 2008 15:06:56 +0000 (15:06 +0000)]
- support for Oracle 11g (either 8 or 11g can be built but not both
Dmitry Stogov [Fri, 1 Aug 2008 14:21:46 +0000 (14:21 +0000)]
Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys).
Steph Fox [Fri, 1 Aug 2008 13:45:06 +0000 (13:45 +0000)]
- This is as good as it gets in HEAD at present (~30% tests fail here)
Steph Fox [Fri, 1 Aug 2008 13:41:30 +0000 (13:41 +0000)]
- Bring phar command into sync with 5_3 and PECL
Steph Fox [Fri, 1 Aug 2008 13:36:19 +0000 (13:36 +0000)]
- Bring phar tests into line across all branches
Scott MacVicar [Fri, 1 Aug 2008 12:02:40 +0000 (12:02 +0000)]
MFB: Make pdo_sqlite use the bundled extension with sqlite3
Pierre Joye [Fri, 1 Aug 2008 11:25:16 +0000 (11:25 +0000)]
- add new default dir (old still works)
Pierre Joye [Fri, 1 Aug 2008 11:21:27 +0000 (11:21 +0000)]
- first static lib then dyn or old one
Hannes Magnusson [Fri, 1 Aug 2008 11:01:11 +0000 (11:01 +0000)]
MFB5.3: INI options for new extions
Antony Dovgal [Fri, 1 Aug 2008 08:27:46 +0000 (08:27 +0000)]
fix int<->long mess causing lots of segfaults on x86_64
Hannes Magnusson [Fri, 1 Aug 2008 08:02:06 +0000 (08:02 +0000)]
fix skipif
<changelog@php.net> [Fri, 1 Aug 2008 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Thu, 31 Jul 2008 23:05:02 +0000 (23:05 +0000)]
- new usual suspects
Hannes Magnusson [Thu, 31 Jul 2008 22:32:46 +0000 (22:32 +0000)]
MFB5.3: "without" and "do not include"
Scott MacVicar [Thu, 31 Jul 2008 22:25:18 +0000 (22:25 +0000)]
MFB: Enable by default and fix compile error
Johannes Schlüter [Thu, 31 Jul 2008 20:17:07 +0000 (20:17 +0000)]
- Add array_replace/array_replace_recursive (Mett Wilmas)
Pierre Joye [Thu, 31 Jul 2008 18:04:21 +0000 (18:04 +0000)]
- add detection for newer libs
Moriyoshi Koizumi [Thu, 31 Jul 2008 17:36:35 +0000 (17:36 +0000)]
- Fixed bug #44617 (wrong HTML entity output when substitute_character=entity)
Scott MacVicar [Thu, 31 Jul 2008 16:35:33 +0000 (16:35 +0000)]
MFB: Stray RETURN_TRUE value
Dmitry Stogov [Thu, 31 Jul 2008 14:27:55 +0000 (14:27 +0000)]
Fixed constant substitution in constant expression context
Pierre Joye [Thu, 31 Jul 2008 13:14:22 +0000 (13:14 +0000)]
- MFB: update config to match config.m4
(still does not build but will be fixed for alpha2)
Jani Taskinen [Thu, 31 Jul 2008 11:49:56 +0000 (11:49 +0000)]
- fix test
Rasmus Lerdorf [Thu, 31 Jul 2008 11:49:19 +0000 (11:49 +0000)]
Fix test to test higher nesting level
Rasmus Lerdorf [Thu, 31 Jul 2008 09:23:59 +0000 (09:23 +0000)]
Fix for bug #45030
Dmitry Stogov [Thu, 31 Jul 2008 07:10:43 +0000 (07:10 +0000)]
Removed Closure::__toString()
<changelog@php.net> [Thu, 31 Jul 2008 01:32:16 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Thu, 31 Jul 2008 00:48:32 +0000 (00:48 +0000)]
- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).
Scott MacVicar [Thu, 31 Jul 2008 00:46:22 +0000 (00:46 +0000)]
Resync libsqlite files from amalgamation. Save the kittens, no EOL mess.
Jani Taskinen [Thu, 31 Jul 2008 00:45:04 +0000 (00:45 +0000)]
- Applied the missing parts to phpize.m4 for zend extension builds
Scott MacVicar [Thu, 31 Jul 2008 00:32:25 +0000 (00:32 +0000)]
get fileinfo building again on Windows
Jani Taskinen [Wed, 30 Jul 2008 23:55:38 +0000 (23:55 +0000)]
- Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in)
Jani Taskinen [Wed, 30 Jul 2008 23:31:41 +0000 (23:31 +0000)]
CS
Felipe Pena [Wed, 30 Jul 2008 19:33:04 +0000 (19:33 +0000)]
- Fixed memory leak.
# Test: locale_filter_matches(str_repeat('a', 520), str_repeat('a', 520), 1);
Felipe Pena [Wed, 30 Jul 2008 17:56:18 +0000 (17:56 +0000)]
- MFB: Fixed crash when NULL is passed to locale_accept_from_http()
Stanislav Malyshev [Wed, 30 Jul 2008 17:52:33 +0000 (17:52 +0000)]
fix warnings
Derick Rethans [Wed, 30 Jul 2008 17:48:21 +0000 (17:48 +0000)]
- Fixed a bug with the YYYY-MM format not resetting the day correctly.
- Fixed a bug in the DateTime->modify() methods, it would not use the advanced
relative time strings.
- Fixed return values of all the modifying methods, they now properly return
the object itself.
Rasmus Lerdorf [Wed, 30 Jul 2008 13:57:47 +0000 (13:57 +0000)]
We can afford a larger stack here and other json parsers out there
go deeper than 128.
Felipe Pena [Wed, 30 Jul 2008 12:26:37 +0000 (12:26 +0000)]
- New test
Antony Dovgal [Wed, 30 Jul 2008 11:58:43 +0000 (11:58 +0000)]
fix folding
Antony Dovgal [Wed, 30 Jul 2008 09:57:55 +0000 (09:57 +0000)]
fix tests
Jani Taskinen [Wed, 30 Jul 2008 08:13:02 +0000 (08:13 +0000)]
ws
Kalle Sommer Nielsen [Wed, 30 Jul 2008 04:35:21 +0000 (04:35 +0000)]
Add test for imagecolorclosesthwb()
Kalle Sommer Nielsen [Wed, 30 Jul 2008 01:38:37 +0000 (01:38 +0000)]
MFB: Add test case for #44849
<changelog@php.net> [Wed, 30 Jul 2008 01:31:56 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Wed, 30 Jul 2008 01:24:00 +0000 (01:24 +0000)]
- Fixed BC break: The magic constants must be case-insensitive.
George Wang [Wed, 30 Jul 2008 00:07:29 +0000 (00:07 +0000)]
make it compatible with PHP 6.0 using new php output API
Pierre Joye [Tue, 29 Jul 2008 17:28:07 +0000 (17:28 +0000)]
- missing in the previous crypt commit (shutdown frees the locking mechanism)
Arnaud Le Blanc [Tue, 29 Jul 2008 16:56:26 +0000 (16:56 +0000)]
Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()
[DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo()
allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo()
is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
Felipe Pena [Tue, 29 Jul 2008 16:51:21 +0000 (16:51 +0000)]
- Fix memory leak
Arnaud Le Blanc [Tue, 29 Jul 2008 16:46:03 +0000 (16:46 +0000)]
Added pcntl_signal_dispatch()
[DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered
signal handler functions on-demand. This allows to use pcntl_signal() without
ticks.
Felipe Pena [Tue, 29 Jul 2008 16:21:38 +0000 (16:21 +0000)]
- Fix crash when NULL is passed to bindtextdomain() (sync with 5_3)
Dmitry Stogov [Tue, 29 Jul 2008 14:27:31 +0000 (14:27 +0000)]
Fixed memory leak
Arnaud Le Blanc [Tue, 29 Jul 2008 13:57:20 +0000 (13:57 +0000)]
Fixed previous fix
Dmitry Stogov [Tue, 29 Jul 2008 12:56:18 +0000 (12:56 +0000)]
Fixed memory leak
Felipe Pena [Tue, 29 Jul 2008 12:41:58 +0000 (12:41 +0000)]
- Fix the fix
Felipe Pena [Tue, 29 Jul 2008 12:36:36 +0000 (12:36 +0000)]
- Fix mem. leak
Felipe Pena [Tue, 29 Jul 2008 12:20:39 +0000 (12:20 +0000)]
- Fixed tests
Dmitry Stogov [Tue, 29 Jul 2008 12:17:04 +0000 (12:17 +0000)]
Fixed test
Dmitry Stogov [Tue, 29 Jul 2008 11:50:23 +0000 (11:50 +0000)]
Removed warning
Antony Dovgal [Tue, 29 Jul 2008 10:42:15 +0000 (10:42 +0000)]
fix 5 years old copy/paste error (patch by Mikko)
Antony Dovgal [Tue, 29 Jul 2008 08:48:46 +0000 (08:48 +0000)]
fix test
Antony Dovgal [Tue, 29 Jul 2008 08:48:16 +0000 (08:48 +0000)]
make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3
Antony Dovgal [Tue, 29 Jul 2008 08:47:21 +0000 (08:47 +0000)]
add zend_u_read_property() and zend_u_update_property()
Marcus Boerger [Tue, 29 Jul 2008 08:10:31 +0000 (08:10 +0000)]
- Exclude bundled libs from gcov processing
Antony Dovgal [Tue, 29 Jul 2008 07:33:58 +0000 (07:33 +0000)]
no need for FETCH anymore..