]>
granicus.if.org Git - php/log
Felipe Pena [Tue, 12 Aug 2008 13:32:30 +0000 (13:32 +0000)]
- Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)
Pierre Joye [Tue, 12 Aug 2008 13:04:50 +0000 (13:04 +0000)]
- update test after php's portable realpath change (filename/ is not valid anymore)
Pierre Joye [Tue, 12 Aug 2008 11:55:47 +0000 (11:55 +0000)]
- not supported on windows
Marcus Boerger [Tue, 12 Aug 2008 11:51:34 +0000 (11:51 +0000)]
- Add new test
Marcus Boerger [Tue, 12 Aug 2008 11:23:40 +0000 (11:23 +0000)]
- Add new test
Marcus Boerger [Tue, 12 Aug 2008 10:22:57 +0000 (10:22 +0000)]
- Add missing ';'s
Marcus Boerger [Tue, 12 Aug 2008 09:56:42 +0000 (09:56 +0000)]
- Update .c after .l change
Marcus Boerger [Tue, 12 Aug 2008 09:39:39 +0000 (09:39 +0000)]
- Fix warning
Dmitry Stogov [Tue, 12 Aug 2008 08:01:44 +0000 (08:01 +0000)]
- Added system independent realpath() implementation which caches intermediate directories in realpath-cache
- Fixed bug #45044 (relative paths not resolved correctly)
- Fixed bug #43817 (opendir() fails on Windows directories with parent directory unaccessible).
[DOC] The semantic of realpath() on BSD and Windows is changed. Now it should work exactly in the same way as on Linux (POSIX.1-2001)
<changelog@php.net> [Tue, 12 Aug 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Mon, 11 Aug 2008 23:14:21 +0000 (23:14 +0000)]
clear stat cache in chroot()
Arnaud Le Blanc [Mon, 11 Aug 2008 22:38:17 +0000 (22:38 +0000)]
Fixed #45181 (chdir() should clear relative entries in stat cache)
Christian Seiler [Mon, 11 Aug 2008 22:30:44 +0000 (22:30 +0000)]
- Fixed sefaults (tests added)
Felipe Pena [Mon, 11 Aug 2008 19:46:57 +0000 (19:46 +0000)]
- Added arginfo
- Fixed WS
- Changed C++ comments to C comments
Marcus Boerger [Mon, 11 Aug 2008 19:34:49 +0000 (19:34 +0000)]
- Cleanup
Marcus Boerger [Mon, 11 Aug 2008 17:33:02 +0000 (17:33 +0000)]
- Fix shutdown order
Marcus Boerger [Mon, 11 Aug 2008 17:30:22 +0000 (17:30 +0000)]
- EXPECT rather than EXPECTF
Marcus Boerger [Mon, 11 Aug 2008 17:19:01 +0000 (17:19 +0000)]
- Fix memleak with new error handling stack'ing
Nuno Lopes [Mon, 11 Aug 2008 15:40:41 +0000 (15:40 +0000)]
fix build when host machine doest has pcre installed
Arnaud Le Blanc [Mon, 11 Aug 2008 15:32:52 +0000 (15:32 +0000)]
Missing files in previous commit (Check the relevant path for open_basedir
in symlink())
Arnaud Le Blanc [Mon, 11 Aug 2008 15:29:06 +0000 (15:29 +0000)]
Check the relevant path for open_basedir in symlink()
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()