]>
granicus.if.org Git - php/log
Marcus Boerger [Mon, 11 Aug 2008 10:30:21 +0000 (10:30 +0000)]
- WS (actually my falut)
Dmitry Stogov [Mon, 11 Aug 2008 08:49:00 +0000 (08:49 +0000)]
- Made closures implementation reflection friendly (Christian)
- Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)
Greg Beaver [Mon, 11 Aug 2008 03:53:57 +0000 (03:53 +0000)]
increase code coverage
Felipe Pena [Mon, 11 Aug 2008 00:47:45 +0000 (00:47 +0000)]
- MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
Henrique do Nascimento Angelo [Sun, 10 Aug 2008 22:02:05 +0000 (22:02 +0000)]
missing entries
Felipe Pena [Sun, 10 Aug 2008 21:49:01 +0000 (21:49 +0000)]
- MFH: New parameter parsing API (for *printf())
Pierre Joye [Sun, 10 Aug 2008 21:42:48 +0000 (21:42 +0000)]
- debugbreak may not be desired (harmless in release mode :)
Pierre Joye [Sun, 10 Aug 2008 21:34:26 +0000 (21:34 +0000)]
- MFH: fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy wrongly)
Antony Dovgal [Sun, 10 Aug 2008 21:24:08 +0000 (21:24 +0000)]
new test
Antony Dovgal [Sun, 10 Aug 2008 19:48:54 +0000 (19:48 +0000)]
MFH
Felipe Pena [Sun, 10 Aug 2008 17:50:44 +0000 (17:50 +0000)]
- MFH: New parameter parsing API (for min() and max())
Jani Taskinen [Sun, 10 Aug 2008 15:02:37 +0000 (15:02 +0000)]
- Already in 5.2 NEWS
Pierre Joye [Sun, 10 Aug 2008 14:15:53 +0000 (14:15 +0000)]
- MFH: fix string len
Arnaud Le Blanc [Sun, 10 Aug 2008 13:26:13 +0000 (13:26 +0000)]
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
Arnaud Le Blanc [Sun, 10 Aug 2008 12:05:00 +0000 (12:05 +0000)]
MFH: Fixed test
Arnaud Le Blanc [Sun, 10 Aug 2008 11:54:41 +0000 (11:54 +0000)]
MFH:
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:48 +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
Felipe Pena [Sun, 10 Aug 2008 05:38:07 +0000 (05:38 +0000)]
- New parameter parsing API
Felipe Pena [Sun, 10 Aug 2008 00:35:40 +0000 (00:35 +0000)]
- Fixed tests (Pierre)
Antony Dovgal [Sat, 9 Aug 2008 22:35:24 +0000 (22:35 +0000)]
disable the test on AIX
Antony Dovgal [Sat, 9 Aug 2008 22:01:08 +0000 (22:01 +0000)]
MFH: do not fail & segfault if malloc(0) returns NULL, that's expected
Antony Dovgal [Sat, 9 Aug 2008 21:02:38 +0000 (21:02 +0000)]
fix typo
Etienne Kneuss [Fri, 8 Aug 2008 22:07:07 +0000 (22:07 +0000)]
MFH: Fix error_handling usage in various extensions
Pierre Joye [Fri, 8 Aug 2008 18:46:20 +0000 (18:46 +0000)]
- missing entry
Marcus Boerger [Fri, 8 Aug 2008 17:47:31 +0000 (17:47 +0000)]
- MFH error handling, now with save, replace, restore
Pierre Joye [Fri, 8 Aug 2008 16:05:38 +0000 (16:05 +0000)]
- MFH: constify zend_function_entry and update phpinfo
Pierre Joye [Fri, 8 Aug 2008 15:56:44 +0000 (15:56 +0000)]
- MFH: missing openbasedir check
Pierre Joye [Fri, 8 Aug 2008 15:52:53 +0000 (15:52 +0000)]
- MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy sync)
Pierre Joye [Fri, 8 Aug 2008 15:41:25 +0000 (15:41 +0000)]
- MFH: fix leak in zif_zip_entry_read and ::ExtractTo on Error
Pierre Joye [Fri, 8 Aug 2008 15:37:37 +0000 (15:37 +0000)]
- use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep code synced with HEAD
Marcus Boerger [Fri, 8 Aug 2008 14:15:05 +0000 (14:15 +0000)]
- MFH: Sorry for the compiler warning
Etienne Kneuss [Fri, 8 Aug 2008 14:09:45 +0000 (14:09 +0000)]
MFH: Test the catching of chains of exceptions
Marcus Boerger [Fri, 8 Aug 2008 13:21:52 +0000 (13:21 +0000)]
- MFH store error handling mode on stack when executing internal
or overloaded functions and methods. [...]
Felix De Vliegher [Fri, 8 Aug 2008 12:39:16 +0000 (12:39 +0000)]
Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()
Hannes Magnusson [Fri, 8 Aug 2008 11:09:31 +0000 (11:09 +0000)]
Apparently this is broken in alpha1 too
Felix De Vliegher [Fri, 8 Aug 2008 10:52:48 +0000 (10:52 +0000)]
Documentation fix for getClosure()
Antony Dovgal [Fri, 8 Aug 2008 10:12:27 +0000 (10:12 +0000)]
move unused vars into their ifdef
Pierre Joye [Fri, 8 Aug 2008 09:47:15 +0000 (09:47 +0000)]
- add missing files for 0.9
Hannes Magnusson [Fri, 8 Aug 2008 08:20:27 +0000 (08:20 +0000)]
MFH: Fix build on FreeBSD4.11 (bug#45757)
Pierre Joye [Fri, 8 Aug 2008 00:01:10 +0000 (00:01 +0000)]
- fbsql to pecl
Pierre Joye [Fri, 8 Aug 2008 00:00:35 +0000 (00:00 +0000)]
- moved to PECL
Pierre Joye [Thu, 7 Aug 2008 23:58:39 +0000 (23:58 +0000)]
- dbase moved to pecl
Pierre Joye [Thu, 7 Aug 2008 23:55:28 +0000 (23:55 +0000)]
- MFH: moved to pecl
Pierre Joye [Thu, 7 Aug 2008 23:24:11 +0000 (23:24 +0000)]
- MFH: update to 0.9 (torrentzip support, files open only when necessary), windows fixes
Felix De Vliegher [Thu, 7 Aug 2008 22:31:10 +0000 (22:31 +0000)]
Basic and error tests for stream_filter_remove()
Nuno Lopes [Thu, 7 Aug 2008 19:32:15 +0000 (19:32 +0000)]
fix this, so that I can build php without litespeed..
George Wang [Thu, 7 Aug 2008 16:41:31 +0000 (16:41 +0000)]
use PHP_ARG_WITH instead of AC_ARG_WITH
Arnaud Le Blanc [Thu, 7 Aug 2008 15:29:38 +0000 (15:29 +0000)]
MFH: New maintainer :)
Johannes Schlüter [Thu, 7 Aug 2008 14:46:49 +0000 (14:46 +0000)]
MFH: fix (thx Christian Hoffmann)
Johannes Schlüter [Thu, 7 Aug 2008 14:39:47 +0000 (14:39 +0000)]
MFH: Update EXTENSIONS file
Dmitry Stogov [Thu, 7 Aug 2008 13:35:51 +0000 (13:35 +0000)]
Disable closures serialization/unserialization
Antony Dovgal [Thu, 7 Aug 2008 13:11:05 +0000 (13:11 +0000)]
not experimental anymore
Antony Dovgal [Thu, 7 Aug 2008 13:07:16 +0000 (13:07 +0000)]
remove EXPERIMENTAL flag
Nuno Lopes [Thu, 7 Aug 2008 12:50:17 +0000 (12:50 +0000)]
upgrade to PCRE (i.e. get ride of ereg usage)
Nuno Lopes [Thu, 7 Aug 2008 12:23:03 +0000 (12:23 +0000)]
regenerate
Nuno Lopes [Thu, 7 Aug 2008 12:22:00 +0000 (12:22 +0000)]
fix crash: yytext can't be modified because it is mmaped(). strndup() will take care of last zero char
Dmitry Stogov [Thu, 7 Aug 2008 12:04:14 +0000 (12:04 +0000)]
Fixed bug #45744 (Case sensitive callback behaviour)
Antony Dovgal [Thu, 7 Aug 2008 11:51:54 +0000 (11:51 +0000)]
fix WS
Dmitry Stogov [Thu, 7 Aug 2008 11:45:35 +0000 (11:45 +0000)]
Fixed bug #45742 (Wrong class array inpretetion using constant indexes)
Jani Taskinen [Thu, 7 Aug 2008 10:10:58 +0000 (10:10 +0000)]
Tune news, added missing entry
Arnaud Le Blanc [Thu, 7 Aug 2008 09:25:33 +0000 (09:25 +0000)]
MFH:
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:24 +0000 (08:36 +0000)]
MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)
Lukas Smith [Wed, 6 Aug 2008 21:49:47 +0000 (21:49 +0000)]
MFH
Kalle Sommer Nielsen [Wed, 6 Aug 2008 21:31:45 +0000 (21:31 +0000)]
Backport fix for #45406 to PHP_5_2
Lukas Smith [Wed, 6 Aug 2008 19:42:01 +0000 (19:42 +0000)]
MFH
Lukas Smith [Wed, 6 Aug 2008 19:35:20 +0000 (19:35 +0000)]
MFH
Andrey Hristov [Wed, 6 Aug 2008 19:25:03 +0000 (19:25 +0000)]
Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in
HEAD, thus no merge
Elizabeth Marie Smith [Wed, 6 Aug 2008 16:56:35 +0000 (16:56 +0000)]
Stupid typo
Elizabeth Marie Smith [Wed, 6 Aug 2008 16:47:38 +0000 (16:47 +0000)]
Fix include path
Felipe Pena [Wed, 6 Aug 2008 16:17:27 +0000 (16:17 +0000)]
- MFH: Fixed crash msgfmt_get_pattern
Derick Rethans [Wed, 6 Aug 2008 14:42:38 +0000 (14:42 +0000)]
- MFH: Fixed bug #45636 (fileinfo ext duplicate strndup).
Derick Rethans [Wed, 6 Aug 2008 14:30:04 +0000 (14:30 +0000)]
- MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and
getopt.h).
Scott MacVicar [Wed, 6 Aug 2008 14:22:10 +0000 (14:22 +0000)]
MFH: Sync libsqlite to 3.6.1
Scott MacVicar [Wed, 6 Aug 2008 14:07:37 +0000 (14:07 +0000)]
MFH: Fix test on Windows
Antony Dovgal [Wed, 6 Aug 2008 09:03:48 +0000 (09:03 +0000)]
MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context
Antony Dovgal [Wed, 6 Aug 2008 07:54:40 +0000 (07:54 +0000)]
fix 11g crap
Jani Taskinen [Wed, 6 Aug 2008 05:53:31 +0000 (05:53 +0000)]
MFH: General sync. WS / CS / etc. crap some people didn't bother to merge
MFH: before this commit..bunnies thank you all..
[DOC] - Added ext/hash support to ext/session's ID generator. (Sara)
[DOC] Ask Sara for explanation..
Johannes Schlüter [Wed, 6 Aug 2008 02:37:17 +0000 (02:37 +0000)]
- litespeed was merged from HEAD
Jani Taskinen [Tue, 5 Aug 2008 23:04:31 +0000 (23:04 +0000)]
- nuketh period from error message
Jani Taskinen [Tue, 5 Aug 2008 22:52:05 +0000 (22:52 +0000)]
- Nuke ending periods from error messages
George Wang [Tue, 5 Aug 2008 22:37:32 +0000 (22:37 +0000)]
added litespeed SAPI
Pierre Joye [Tue, 5 Aug 2008 20:56:25 +0000 (20:56 +0000)]
- MFH: fix oci8_11g when build shared (invalid extension)
Elizabeth Marie Smith [Tue, 5 Aug 2008 20:16:21 +0000 (20:16 +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
Stanislav Malyshev [Tue, 5 Aug 2008 20:14:27 +0000 (20:14 +0000)]
fix memnstr bug, by Laurent Gaffie
Pierre Joye [Tue, 5 Aug 2008 19:40:16 +0000 (19:40 +0000)]
- MFH: fix zlib detection (shared/static) and add zlib_a support
Derick Rethans [Tue, 5 Aug 2008 18:03:47 +0000 (18:03 +0000)]
- MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>
month" relative time string.
Pierre Joye [Tue, 5 Aug 2008 17:20:10 +0000 (17:20 +0000)]
- MFH: not shared
Jani Taskinen [Tue, 5 Aug 2008 16:25:42 +0000 (16:25 +0000)]
MFH
Jani Taskinen [Tue, 5 Aug 2008 15:12:19 +0000 (15:12 +0000)]
MFH
Jani Taskinen [Tue, 5 Aug 2008 12:36:47 +0000 (12:36 +0000)]
MFH:- Add test for bug #45712
Pierre Joye [Tue, 5 Aug 2008 11:47:17 +0000 (11:47 +0000)]
- MFH: add dll path to mkdist default path
Arnaud Le Blanc [Tue, 5 Aug 2008 10:10:39 +0000 (10:10 +0000)]
MFH: Fixed test
Felipe Pena [Mon, 4 Aug 2008 23:48:09 +0000 (23:48 +0000)]
- Fix build (thanks Sebastian)
Pierre Joye [Mon, 4 Aug 2008 21:39:44 +0000 (21:39 +0000)]
- MFH: detect _a or normal lib
Jani Taskinen [Mon, 4 Aug 2008 21:14:28 +0000 (21:14 +0000)]
MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter)
Moriyoshi Koizumi [Mon, 4 Aug 2008 21:10:58 +0000 (21:10 +0000)]
- MFH: Added .libs to .cvsignore
Moriyoshi Koizumi [Mon, 4 Aug 2008 21:06:13 +0000 (21:06 +0000)]
- MFH: More fixes for bug #45691
Jani Taskinen [Mon, 4 Aug 2008 20:51:46 +0000 (20:51 +0000)]
MFH: Add proper version check (new c-clients have this)
Felipe Pena [Mon, 4 Aug 2008 18:23:33 +0000 (18:23 +0000)]
- MFH: Added new parameter parsing API (part II)
Antony Dovgal [Mon, 4 Aug 2008 12:19:51 +0000 (12:19 +0000)]
numerous int<->long fixes (this code just couldn't work on 64bit OSes)
here is why we need to put ming to PECL