]>
granicus.if.org Git - php/log
Nuno Lopes [Mon, 11 Aug 2008 15:18:47 +0000 (15:18 +0000)]
add
Felipe Pena [Mon, 11 Aug 2008 13:35:49 +0000 (13:35 +0000)]
- Fixed wrong check for dynamic properties
Pierre Joye [Mon, 11 Aug 2008 13:29:16 +0000 (13:29 +0000)]
- skip on wndows, chgrp not supported
Pierre Joye [Mon, 11 Aug 2008 13:14:01 +0000 (13:14 +0000)]
- removed commented code
Pierre Joye [Mon, 11 Aug 2008 13:09:01 +0000 (13:09 +0000)]
- [DOC] detect if dest is a dir (if the given stream layer supports stat)
and fails
. remove win32 specific test. The errors are not the same
Felipe Pena [Mon, 11 Aug 2008 12:45:37 +0000 (12:45 +0000)]
- Fix build (ZTS)
Marcus Boerger [Mon, 11 Aug 2008 12:36:01 +0000 (12:36 +0000)]
- Closure/Reflection integration (original idea by Christian Seiler)
Johannes Schlüter [Mon, 11 Aug 2008 12:32:47 +0000 (12:32 +0000)]
- Fix #45763 (mysqli::multi_query does not work with mysqlnd)
Dmitry Stogov [Mon, 11 Aug 2008 08:49:14 +0000 (08:49 +0000)]
- Made closures implementation reflection friendly (Christian)
- Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)
<changelog@php.net> [Mon, 11 Aug 2008 01:32:53 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Mon, 11 Aug 2008 00:46:14 +0000 (00:46 +0000)]
- Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
Marcus Boerger [Sun, 10 Aug 2008 22:45:47 +0000 (22:45 +0000)]
- Fix warning
Marcus Boerger [Sun, 10 Aug 2008 22:27:41 +0000 (22:27 +0000)]
- Oops
Marcus Boerger [Sun, 10 Aug 2008 22:18:58 +0000 (22:18 +0000)]
- Improve gdb support
# I was actually debugging and trying to solve memleaks a hell lot
Marcus Boerger [Sun, 10 Aug 2008 21:52:05 +0000 (21:52 +0000)]
- Fix memleak, Zend's built-in functions get copied before we copy all
functions, thus ending up in the name and param definitions copied twice
because zend_register_funciton already copies them.
- Also Be able to deallocate Zend's built-in functions and do so when
appropriate.
- After unregistering Zend's built-in functions only dl() is left and that
seems to be fine.
Felipe Pena [Sun, 10 Aug 2008 21:48:22 +0000 (21:48 +0000)]
- New parameter parsing API (for *printf())
Pierre Joye [Sun, 10 Aug 2008 21:34:02 +0000 (21:34 +0000)]
- fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy wrongly)
Antony Dovgal [Sun, 10 Aug 2008 21:23:21 +0000 (21:23 +0000)]
fix bug reported by Henrique
add test
Antony Dovgal [Sun, 10 Aug 2008 21:20:05 +0000 (21:20 +0000)]
fix tests
Antony Dovgal [Sun, 10 Aug 2008 19:48:48 +0000 (19:48 +0000)]
fix compilation on AIX
Felipe Pena [Sun, 10 Aug 2008 17:49:30 +0000 (17:49 +0000)]
- New parameter parsing API (for min() and max())
Pierre Joye [Sun, 10 Aug 2008 14:15:31 +0000 (14:15 +0000)]
- fix string len
Arnaud Le Blanc [Sun, 10 Aug 2008 13:25:53 +0000 (13:25 +0000)]
Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
Arnaud Le Blanc [Sun, 10 Aug 2008 12:06:49 +0000 (12:06 +0000)]
Fixed test
Arnaud Le Blanc [Sun, 10 Aug 2008 11:54:18 +0000 (11:54 +0000)]
Do not expand $target in symlink(). This made it impossible to symlink to a
symlink. This also caused the target to be wrongly expanded relatively to
the CWD when target was not an absolute path.
Pierre Joye [Sun, 10 Aug 2008 11:27:26 +0000 (11:27 +0000)]
- [DOC] win's strftime does not support all posix formatting code and have some win specific rules see http://msdn.microsoft.com/en-us/library/fe06s4ak(VS.80).aspx for a complete list: split test for win32 and posix
<changelog@php.net> [Sun, 10 Aug 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Sun, 10 Aug 2008 00:34:42 +0000 (00:34 +0000)]
- Fixed tests
Antony Dovgal [Sat, 9 Aug 2008 22:35:17 +0000 (22:35 +0000)]
disable the test on AIX - unlink() deletes directories there (omg..)
Antony Dovgal [Sat, 9 Aug 2008 22:00:51 +0000 (22:00 +0000)]
do not fail & segfault if malloc(0) returns NULL, that's expected
(reproducible on AIX with simple date() and UTC timezone)
Antony Dovgal [Sat, 9 Aug 2008 21:58:40 +0000 (21:58 +0000)]
fix leak
Antony Dovgal [Sat, 9 Aug 2008 21:02:30 +0000 (21:02 +0000)]
fix typo
<changelog@php.net> [Sat, 9 Aug 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update
Etienne Kneuss [Fri, 8 Aug 2008 22:06:42 +0000 (22:06 +0000)]
Fix error_handling usage in various extensions
Pierre Joye [Fri, 8 Aug 2008 18:29:51 +0000 (18:29 +0000)]
- MFB: add new files
Pierre Joye [Fri, 8 Aug 2008 18:13:55 +0000 (18:13 +0000)]
- sync with 5.3
Marcus Boerger [Fri, 8 Aug 2008 17:10:49 +0000 (17:10 +0000)]
- Turns out the easy solution for correct error_handling doesn't work. So
we need to provide save/replace/restore functions right away. It also
to save/restore in the vm.
Marcus Boerger [Fri, 8 Aug 2008 14:14:52 +0000 (14:14 +0000)]
- Sorry for the compiler warning
Etienne Kneuss [Fri, 8 Aug 2008 14:09:15 +0000 (14:09 +0000)]
Test the catching of chains of exceptions
Marcus Boerger [Fri, 8 Aug 2008 13:18:31 +0000 (13:18 +0000)]
- PHP 5.3 todo, store error handling mode on stack when executing internal
or overloaded functions and methods. The issue is that a function might
set and rely on a certain mode and then calls another internal function
which changes it again, probably changing it back to the normal mode.
With this change we need to drop all calls that change the mode back to
normal using php_std_error_handling(). However there might be places
where someone wants to restore the last mode. If there is such a case we
need to add two functions one to save and one to restore. I briefly on
this and not all cases are clear, especially one in sqlite but that seems
to be a rather misleading comment. Eitherway I chose to not drop and mark
as deprecated for now.
Felix De Vliegher [Fri, 8 Aug 2008 12:42:40 +0000 (12:42 +0000)]
MFB: Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()
Felix De Vliegher [Fri, 8 Aug 2008 10:53:39 +0000 (10:53 +0000)]
MFB: Documentation fix for getClosure()
Hannes Magnusson [Fri, 8 Aug 2008 08:19:46 +0000 (08:19 +0000)]
Fix build on FreeBSD4.11 (bug#45757)
<changelog@php.net> [Fri, 8 Aug 2008 01:32:24 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Thu, 7 Aug 2008 23:48:40 +0000 (23:48 +0000)]
- moved to pecl
Pierre Joye [Thu, 7 Aug 2008 23:23:20 +0000 (23:23 +0000)]
- update to 0.9 (torrentzip support, files open only when necessary), windows fixes
Felix De Vliegher [Thu, 7 Aug 2008 22:32:43 +0000 (22:32 +0000)]
MFB: Basic and error tests for stream_filter_remove().
Nuno Lopes [Thu, 7 Aug 2008 19:32:48 +0000 (19:32 +0000)]
MFB: fix build
George Wang [Thu, 7 Aug 2008 16:41:30 +0000 (16:41 +0000)]
use PHP_ARG_WITH instead of AC_ARG_WITH
Arnaud Le Blanc [Thu, 7 Aug 2008 15:29:24 +0000 (15:29 +0000)]
New maintainer :)
Johannes Schlüter [Thu, 7 Aug 2008 14:46:13 +0000 (14:46 +0000)]
fix (thx Christian Hoffmann)
Johannes Schlüter [Thu, 7 Aug 2008 14:39:33 +0000 (14:39 +0000)]
Update EXTENSIONS file
Dmitry Stogov [Thu, 7 Aug 2008 13:36:13 +0000 (13:36 +0000)]
Disable closures serialization/unserialization
Antony Dovgal [Thu, 7 Aug 2008 13:10:22 +0000 (13:10 +0000)]
not experimental anymore
Antony Dovgal [Thu, 7 Aug 2008 13:07:06 +0000 (13:07 +0000)]
remove EXPERIMENTAL flag
Nuno Lopes [Thu, 7 Aug 2008 12:51:05 +0000 (12:51 +0000)]
MFB: upgrade to PCRE
Nuno Lopes [Thu, 7 Aug 2008 12:32:48 +0000 (12:32 +0000)]
regenerate
Nuno Lopes [Thu, 7 Aug 2008 12:23:54 +0000 (12:23 +0000)]
MFB: fix crash
Dmitry Stogov [Thu, 7 Aug 2008 12:03:51 +0000 (12:03 +0000)]
Fixed bug #45744 (Case sensitive callback behaviour)
Antony Dovgal [Thu, 7 Aug 2008 11:50:51 +0000 (11:50 +0000)]
fix WS
Dmitry Stogov [Thu, 7 Aug 2008 11:45:00 +0000 (11:45 +0000)]
Fixed bug #45742 (Wrong class array inpretetion using constant indexes)
Arnaud Le Blanc [Thu, 7 Aug 2008 09:24:04 +0000 (09:24 +0000)]
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.
Antony Dovgal [Thu, 7 Aug 2008 08:36:15 +0000 (08:36 +0000)]
fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)
<changelog@php.net> [Thu, 7 Aug 2008 01:32:27 +0000 (01:32 +0000)]
ChangeLog update
Lukas Smith [Wed, 6 Aug 2008 21:49:37 +0000 (21:49 +0000)]
separate tagging of the zend dir should not be necessary, fix reST formatting of titles
Lukas Smith [Wed, 6 Aug 2008 19:41:54 +0000 (19:41 +0000)]
lets me all american :)
Lukas Smith [Wed, 6 Aug 2008 19:34:35 +0000 (19:34 +0000)]
updated in regards to windows, added some clarifications and addition tipps
Elizabeth Marie Smith [Wed, 6 Aug 2008 16:57:08 +0000 (16:57 +0000)]
Stupid typo
Elizabeth Marie Smith [Wed, 6 Aug 2008 16:48:19 +0000 (16:48 +0000)]
Fix include path
Felipe Pena [Wed, 6 Aug 2008 16:16:16 +0000 (16:16 +0000)]
- Fixed crash msgfmt_get_pattern
Derick Rethans [Wed, 6 Aug 2008 14:42:06 +0000 (14:42 +0000)]
- Fixed bug #45636 (fileinfo ext duplicate strndup).
Derick Rethans [Wed, 6 Aug 2008 14:29:27 +0000 (14:29 +0000)]
- Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
Scott MacVicar [Wed, 6 Aug 2008 14:22:35 +0000 (14:22 +0000)]
Sync libsqlite to 3.6.1
Scott MacVicar [Wed, 6 Aug 2008 14:07:20 +0000 (14:07 +0000)]
Fix test on Windows
Scott MacVicar [Wed, 6 Aug 2008 14:02:44 +0000 (14:02 +0000)]
MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1
Antony Dovgal [Wed, 6 Aug 2008 09:03:36 +0000 (09:03 +0000)]
increase context refcount before open() to avoid crash when open() fails and destroys the context
Jani Taskinen [Wed, 6 Aug 2008 05:51:38 +0000 (05:51 +0000)]
- Old news
Jani Taskinen [Wed, 6 Aug 2008 05:34:55 +0000 (05:34 +0000)]
- Fixed some inconsistencies with the behaviour of sessions. Changed session_start() to return false when session start fails.
Jani Taskinen [Wed, 6 Aug 2008 04:48:39 +0000 (04:48 +0000)]
- MFB: sync parameter parsing API changes in session_set_save_handler()
Jani Taskinen [Wed, 6 Aug 2008 04:24:55 +0000 (04:24 +0000)]
- MFB: snprintf -> slprintf, nuketh extra folding tags, ws fixes
<changelog@php.net> [Wed, 6 Aug 2008 01:32:27 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Wed, 6 Aug 2008 00:36:14 +0000 (00:36 +0000)]
ws + folding tags
Jani Taskinen [Tue, 5 Aug 2008 22:52:35 +0000 (22:52 +0000)]
- Nuke ending period
George Wang [Tue, 5 Aug 2008 22:30:56 +0000 (22:30 +0000)]
add CREDITS
Stanislav Malyshev [Tue, 5 Aug 2008 21:59:11 +0000 (21:59 +0000)]
fix test
Stanislav Malyshev [Tue, 5 Aug 2008 21:23:20 +0000 (21:23 +0000)]
fix memnstr bug by Laurent Gaffie
Pierre Joye [Tue, 5 Aug 2008 20:56:03 +0000 (20:56 +0000)]
- fix oci8_11g when build shared (invalid extension)
Elizabeth Marie Smith [Tue, 5 Aug 2008 20:22:53 +0000 (20:22 +0000)]
Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static
Pierre Joye [Tue, 5 Aug 2008 19:39:51 +0000 (19:39 +0000)]
- fix zlib detection (shared/static) and add zlib_a support
Derick Rethans [Tue, 5 Aug 2008 18:02:39 +0000 (18:02 +0000)]
- Fixed a bug that caused miscalculations with the "last <weekday> of <n>
month" relative time string.
Pierre Joye [Tue, 5 Aug 2008 17:19:32 +0000 (17:19 +0000)]
- not shared
Jani Taskinen [Tue, 5 Aug 2008 16:25:31 +0000 (16:25 +0000)]
- No need to load any php.ini here
Jani Taskinen [Tue, 5 Aug 2008 15:12:11 +0000 (15:12 +0000)]
- Portability fix. (si_fd seems to be linux only thing)
Antony Dovgal [Tue, 5 Aug 2008 14:58:57 +0000 (14:58 +0000)]
fix typo
Jani Taskinen [Tue, 5 Aug 2008 12:36:21 +0000 (12:36 +0000)]
- Add test for bug #45712
Pierre Joye [Tue, 5 Aug 2008 11:46:55 +0000 (11:46 +0000)]
- add dll path to mkdist default path
Arnaud Le Blanc [Tue, 5 Aug 2008 10:09:12 +0000 (10:09 +0000)]
Fixed test
<changelog@php.net> [Tue, 5 Aug 2008 01:32:53 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Mon, 4 Aug 2008 21:39:08 +0000 (21:39 +0000)]
- detect _a or normal lib
Jani Taskinen [Mon, 4 Aug 2008 21:13:34 +0000 (21:13 +0000)]
- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter)