]>
granicus.if.org Git - php/log
Andrei Zmievski [Mon, 16 Oct 2006 17:04:51 +0000 (17:04 +0000)]
Patch to support primitive types. (Ilia)
Ilia Alshanetsky [Mon, 16 Oct 2006 15:42:23 +0000 (15:42 +0000)]
MFB: Fixed compiler warnings
Dmitry Stogov [Mon, 16 Oct 2006 11:13:20 +0000 (11:13 +0000)]
Fixed bug #39140 (Uncaught exception may cause crash)
Dmitry Stogov [Mon, 16 Oct 2006 10:47:23 +0000 (10:47 +0000)]
Fixed bug #39020 (PHP in FastCGI server mode crashes)
<changelog@php.net> [Mon, 16 Oct 2006 01:31:04 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Sun, 15 Oct 2006 21:10:10 +0000 (21:10 +0000)]
fix compile warning
Hannes Magnusson [Sun, 15 Oct 2006 13:44:41 +0000 (13:44 +0000)]
Fix test
<changelog@php.net> [Sun, 15 Oct 2006 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Hannes Magnusson [Sat, 14 Oct 2006 15:07:36 +0000 (15:07 +0000)]
MFB: Remove bogus INI entry
<changelog@php.net> [Sat, 14 Oct 2006 01:31:14 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 13 Oct 2006 14:52:19 +0000 (14:52 +0000)]
- Add an extra parameter to the cast_object handler that can be used by
various types as needed.
- Use that parameter to pass a specific converter for
IS_UNICODE/IS_STRING types.
Antony Dovgal [Fri, 13 Oct 2006 14:26:14 +0000 (14:26 +0000)]
fix win32 build
Hannes Magnusson [Fri, 13 Oct 2006 09:55:48 +0000 (09:55 +0000)]
MFB: missing API declaration
Michael Wallner [Fri, 13 Oct 2006 09:06:03 +0000 (09:06 +0000)]
- fix skipif
- generalize error message expectation
Michael Wallner [Fri, 13 Oct 2006 09:03:03 +0000 (09:03 +0000)]
- add test, segfaults ATM
Ilia Alshanetsky [Fri, 13 Oct 2006 01:44:42 +0000 (01:44 +0000)]
MFB: Fixed bug #38934 (move_uploaded_file() cannot read uploaded file
outside of open_basedir).
<changelog@php.net> [Fri, 13 Oct 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 13 Oct 2006 01:11:45 +0000 (01:11 +0000)]
MFB: main/php_open_temporary_file.c
Brian France [Thu, 12 Oct 2006 20:13:07 +0000 (20:13 +0000)]
MFB:
Memory assigned to the request_rec should be allocated from apache pools
and should not be free'ed at the end of the handler phase
Michael Wallner [Thu, 12 Oct 2006 12:50:29 +0000 (12:50 +0000)]
- use new zend_fcall_info API
- use enums where appropriate
Michael Wallner [Thu, 12 Oct 2006 12:40:26 +0000 (12:40 +0000)]
- missing part of zend_fcall_info API patch
Antony Dovgal [Thu, 12 Oct 2006 10:02:34 +0000 (10:02 +0000)]
use connection character set when reading LOB data
Dmitry Stogov [Thu, 12 Oct 2006 06:47:04 +0000 (06:47 +0000)]
Make zend_memory_peak_usage() to be avalable even without --enable-memory-limit
<changelog@php.net> [Thu, 12 Oct 2006 01:32:24 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 12 Oct 2006 01:05:25 +0000 (01:05 +0000)]
MFB: Fixed potential use of un-initialized var
Antony Dovgal [Wed, 11 Oct 2006 23:46:35 +0000 (23:46 +0000)]
fix test
Sara Golemon [Wed, 11 Oct 2006 23:20:54 +0000 (23:20 +0000)]
Bugfix#38649 Optional param not initialized
Sara Golemon [Wed, 11 Oct 2006 23:07:30 +0000 (23:07 +0000)]
Bugfix 38648: Don't assume all buckets are part of a brigade
Andrei Zmievski [Wed, 11 Oct 2006 18:37:31 +0000 (18:37 +0000)]
Extend zend_fcall_info_args functions. (Patch from Mike Wallner)
Antony Dovgal [Wed, 11 Oct 2006 16:11:40 +0000 (16:11 +0000)]
initialize variable
Antony Dovgal [Wed, 11 Oct 2006 15:51:17 +0000 (15:51 +0000)]
fix #39125 (Memleak when reflecting non-existing class/method)
Antony Dovgal [Wed, 11 Oct 2006 14:57:38 +0000 (14:57 +0000)]
add test
Ilia Alshanetsky [Wed, 11 Oct 2006 14:56:16 +0000 (14:56 +0000)]
MFB: s/false/null/
Derick Rethans [Wed, 11 Oct 2006 14:48:33 +0000 (14:48 +0000)]
- Change validating filters to return "null" on failure so that they can be
distinguised from the value "false" which might be valid as well.
Antony Dovgal [Wed, 11 Oct 2006 14:46:31 +0000 (14:46 +0000)]
check filter and class names for empty strings
Ilia Alshanetsky [Wed, 11 Oct 2006 14:30:50 +0000 (14:30 +0000)]
MFB: Catch empty strings right away.
Antony Dovgal [Wed, 11 Oct 2006 13:18:18 +0000 (13:18 +0000)]
fix test on 64bit
Antony Dovgal [Wed, 11 Oct 2006 13:14:08 +0000 (13:14 +0000)]
avoid reading str[-1], add warning when invalid format specified
add test
Antony Dovgal [Wed, 11 Oct 2006 12:53:38 +0000 (12:53 +0000)]
fix crash when parsing invalid hostnames/IPs
Antony Dovgal [Wed, 11 Oct 2006 11:52:41 +0000 (11:52 +0000)]
more fixed problems
Antony Dovgal [Wed, 11 Oct 2006 11:09:15 +0000 (11:09 +0000)]
fix segfault/leak, add test
Edin Kadribasic [Wed, 11 Oct 2006 11:00:37 +0000 (11:00 +0000)]
MFB: Sync with Unix build
<changelog@php.net> [Wed, 11 Oct 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update
Pierre Joye [Wed, 11 Oct 2006 00:21:33 +0000 (00:21 +0000)]
- don't check signature if the file is empty (valgrind reports with test
001), thx Tony for the head up
Ilia Alshanetsky [Tue, 10 Oct 2006 23:13:13 +0000 (23:13 +0000)]
MFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on
empty files).
Antony Dovgal [Tue, 10 Oct 2006 23:00:48 +0000 (23:00 +0000)]
access mode for dbase_open() cannot be < 0
Antony Dovgal [Tue, 10 Oct 2006 22:38:00 +0000 (22:38 +0000)]
add new test
Antony Dovgal [Tue, 10 Oct 2006 22:21:36 +0000 (22:21 +0000)]
fix leak and typos in error messages
Ilia Alshanetsky [Tue, 10 Oct 2006 17:33:02 +0000 (17:33 +0000)]
MFB: Fixed bug #38198 (possible crash when COM reports an exception).
Antony Dovgal [Tue, 10 Oct 2006 12:43:34 +0000 (12:43 +0000)]
fix #39112 (typo in error message)
Derick Rethans [Tue, 10 Oct 2006 09:52:06 +0000 (09:52 +0000)]
- Make fileinfo compile with PHP 5.2 as well.
<changelog@php.net> [Tue, 10 Oct 2006 01:31:08 +0000 (01:31 +0000)]
ChangeLog update
Sara Golemon [Mon, 9 Oct 2006 20:42:35 +0000 (20:42 +0000)]
PHP6 Updates
Andrei Zmievski [Mon, 9 Oct 2006 20:17:36 +0000 (20:17 +0000)]
Typos!
Andrei Zmievski [Mon, 9 Oct 2006 20:17:12 +0000 (20:17 +0000)]
print_r(), error_log() and sys_getloadavg() are Unicode-safe.
Andrei Zmievski [Mon, 9 Oct 2006 19:54:38 +0000 (19:54 +0000)]
Initialize optional vars.
Ilia Alshanetsky [Mon, 9 Oct 2006 19:48:35 +0000 (19:48 +0000)]
MFB: Improve parameter parsing
Andrei Zmievski [Mon, 9 Oct 2006 19:48:32 +0000 (19:48 +0000)]
Unicode support for call_user_* functions.
Ilia Alshanetsky [Mon, 9 Oct 2006 18:09:42 +0000 (18:09 +0000)]
MFB: Fixed bug #37262 (var_export() does not escape \0 character).
Hannes Magnusson [Mon, 9 Oct 2006 14:43:53 +0000 (14:43 +0000)]
MFB5.2
Constants:
- OPENSSL_VERSION_TEXT
- OPENSSL_VERSION_NUMBER
- OPENSSL_KEYTYPE_EC
Functions:
- openssl_pkey_get_details()
- openssl_csr_get_subject()
- openssl_csr_get_public_key
Hannes Magnusson [Mon, 9 Oct 2006 14:42:48 +0000 (14:42 +0000)]
Fix tests
Antony Dovgal [Mon, 9 Oct 2006 13:21:02 +0000 (13:21 +0000)]
MFB
Georg Richter [Mon, 9 Oct 2006 04:46:03 +0000 (04:46 +0000)]
Fix for bug #39085:
PHP6 requires mysqli_set_character_set function which was introduced in
MySQL 4.1.13 and 5.0.7
Sara Golemon [Mon, 9 Oct 2006 02:55:38 +0000 (02:55 +0000)]
Oi
Sara Golemon [Mon, 9 Oct 2006 02:52:27 +0000 (02:52 +0000)]
Fix realpath() in unicode mode
Sara Golemon [Mon, 9 Oct 2006 02:48:06 +0000 (02:48 +0000)]
Add stream_resolve_include_path()
<changelog@php.net> [Mon, 9 Oct 2006 01:30:56 +0000 (01:30 +0000)]
ChangeLog update
Pierre Joye [Mon, 9 Oct 2006 00:06:41 +0000 (00:06 +0000)]
- MFB: fix possible segfault (see test 004) always exists and returns NULL
on error (thx Bjori for the head up)
Ilia Alshanetsky [Sun, 8 Oct 2006 22:39:48 +0000 (22:39 +0000)]
MFB: Added missing configuration checks
Hannes Magnusson [Sun, 8 Oct 2006 20:06:04 +0000 (20:06 +0000)]
Fix test
Sara Golemon [Sun, 8 Oct 2006 18:00:44 +0000 (18:00 +0000)]
Fix win32 (again), just temporarily convert the classname to ascii on this platform...
Pierre Joye [Sun, 8 Oct 2006 17:42:55 +0000 (17:42 +0000)]
- MFB: #39082, image* segfaults when used with only one argument
(introduced in 5.2+, no news entry)
Hannes Magnusson [Sun, 8 Oct 2006 15:27:28 +0000 (15:27 +0000)]
Fix "wrong param count" error message
Hannes Magnusson [Sun, 8 Oct 2006 13:49:57 +0000 (13:49 +0000)]
Error message cleanup (patch by Matt W (php_lists -AT- realpain.com))
Hannes Magnusson [Sun, 8 Oct 2006 13:43:20 +0000 (13:43 +0000)]
fix test
Hannes Magnusson [Sun, 8 Oct 2006 13:34:24 +0000 (13:34 +0000)]
Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
Hannes Magnusson [Sun, 8 Oct 2006 10:50:19 +0000 (10:50 +0000)]
Remove duplicate 'wrong param count' warning
<changelog@php.net> [Sun, 8 Oct 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update
Hannes Magnusson [Sun, 8 Oct 2006 00:05:17 +0000 (00:05 +0000)]
MFB (move static keywording from .h to .c)
Hannes Magnusson [Sat, 7 Oct 2006 23:50:54 +0000 (23:50 +0000)]
fix tests
Hannes Magnusson [Sat, 7 Oct 2006 23:42:43 +0000 (23:42 +0000)]
Update test
Hannes Magnusson [Sat, 7 Oct 2006 22:55:18 +0000 (22:55 +0000)]
Remove double "wrong param count" warnings
Hannes Magnusson [Sat, 7 Oct 2006 22:31:52 +0000 (22:31 +0000)]
Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime()
Hannes Magnusson [Sat, 7 Oct 2006 21:12:09 +0000 (21:12 +0000)]
fix build
Ilia Alshanetsky [Sat, 7 Oct 2006 19:59:29 +0000 (19:59 +0000)]
MFB: Added missing safety checks (Problem identified by Coverity scan)
Pierre Joye [Sat, 7 Oct 2006 19:57:15 +0000 (19:57 +0000)]
- update tests
Ilia Alshanetsky [Sat, 7 Oct 2006 19:41:10 +0000 (19:41 +0000)]
MFB: Added missing safety checks (Problem identified by Coverity scan)
Pierre Joye [Sat, 7 Oct 2006 18:47:44 +0000 (18:47 +0000)]
- forgot one and order the ext lists alpha.
Ilia Alshanetsky [Sat, 7 Oct 2006 18:45:44 +0000 (18:45 +0000)]
Initial Unicode support
Pierre Joye [Sat, 7 Oct 2006 18:29:50 +0000 (18:29 +0000)]
- I learned today that telling Andrei about what I'm working on is not
not enough, selber schuld?
Ilia Alshanetsky [Sat, 7 Oct 2006 18:24:51 +0000 (18:24 +0000)]
Another build fix
Ilia Alshanetsky [Sat, 7 Oct 2006 18:12:04 +0000 (18:12 +0000)]
Fixed build
Sara Golemon [Sat, 7 Oct 2006 17:49:30 +0000 (17:49 +0000)]
Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode
Change default build of bundled libsqlite to utf8 mode
iso-8859 mode is still available using --disable-sqlite-utf8
Sara Golemon [Sat, 7 Oct 2006 17:41:14 +0000 (17:41 +0000)]
More PHP6 Updates
Andrei Zmievski [Sat, 7 Oct 2006 17:34:19 +0000 (17:34 +0000)]
Hash functions for UTF-8 keys.
Sara Golemon [Sat, 7 Oct 2006 16:38:23 +0000 (16:38 +0000)]
Minor refactoring using zpp API
A few meaningful Unicode updates.
A handful of leak plugs,
and a crash fix in a pear tree.
Hannes Magnusson [Sat, 7 Oct 2006 15:14:57 +0000 (15:14 +0000)]
Avoid portability problems
Sara Golemon [Sat, 7 Oct 2006 04:45:42 +0000 (04:45 +0000)]
Win32 build gets confused by expansion of U_STRING_DECL macro with constants
<changelog@php.net> [Sat, 7 Oct 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Sat, 7 Oct 2006 00:41:14 +0000 (00:41 +0000)]
Default to ZEND_STR_TYPE.