]> granicus.if.org Git - php/log
php
18 years agoChangeLog update
<changelog@php.net> [Sat, 14 Oct 2006 01:31:14 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Add an extra parameter to the cast_object handler that can be used by
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.

18 years agofix win32 build
Antony Dovgal [Fri, 13 Oct 2006 14:26:14 +0000 (14:26 +0000)]
fix win32 build

18 years agoMFB: missing API declaration
Hannes Magnusson [Fri, 13 Oct 2006 09:55:48 +0000 (09:55 +0000)]
MFB: missing API declaration

18 years ago- fix skipif
Michael Wallner [Fri, 13 Oct 2006 09:06:03 +0000 (09:06 +0000)]
- fix skipif
- generalize error message expectation

18 years ago- add test, segfaults ATM
Michael Wallner [Fri, 13 Oct 2006 09:03:03 +0000 (09:03 +0000)]
- add test, segfaults ATM

18 years agoMFB: Fixed bug #38934 (move_uploaded_file() cannot read uploaded file
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).

18 years agoChangeLog update
<changelog@php.net> [Fri, 13 Oct 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: main/php_open_temporary_file.c
Ilia Alshanetsky [Fri, 13 Oct 2006 01:11:45 +0000 (01:11 +0000)]
MFB: main/php_open_temporary_file.c

18 years ago MFB:
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

18 years ago- use new zend_fcall_info API
Michael Wallner [Thu, 12 Oct 2006 12:50:29 +0000 (12:50 +0000)]
- use new zend_fcall_info API
- use enums where appropriate

18 years ago- missing part of zend_fcall_info API patch
Michael Wallner [Thu, 12 Oct 2006 12:40:26 +0000 (12:40 +0000)]
- missing part of zend_fcall_info API patch

18 years agouse connection character set when reading LOB data
Antony Dovgal [Thu, 12 Oct 2006 10:02:34 +0000 (10:02 +0000)]
use connection character set when reading LOB data

18 years agoMake zend_memory_peak_usage() to be avalable even without --enable-memory-limit
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

18 years agoChangeLog update
<changelog@php.net> [Thu, 12 Oct 2006 01:32:24 +0000 (01:32 +0000)]
ChangeLog update

18 years agoMFB: Fixed potential use of un-initialized var
Ilia Alshanetsky [Thu, 12 Oct 2006 01:05:25 +0000 (01:05 +0000)]
MFB: Fixed potential use of un-initialized var

18 years agofix test
Antony Dovgal [Wed, 11 Oct 2006 23:46:35 +0000 (23:46 +0000)]
fix test

18 years agoBugfix#38649 Optional param not initialized
Sara Golemon [Wed, 11 Oct 2006 23:20:54 +0000 (23:20 +0000)]
Bugfix#38649 Optional param not initialized

18 years agoBugfix 38648: Don't assume all buckets are part of a brigade
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

18 years agoExtend zend_fcall_info_args functions. (Patch from Mike Wallner)
Andrei Zmievski [Wed, 11 Oct 2006 18:37:31 +0000 (18:37 +0000)]
Extend zend_fcall_info_args functions. (Patch from Mike Wallner)

18 years agoinitialize variable
Antony Dovgal [Wed, 11 Oct 2006 16:11:40 +0000 (16:11 +0000)]
initialize variable

18 years agofix #39125 (Memleak when reflecting non-existing class/method)
Antony Dovgal [Wed, 11 Oct 2006 15:51:17 +0000 (15:51 +0000)]
fix #39125 (Memleak when reflecting non-existing class/method)

18 years agoadd test
Antony Dovgal [Wed, 11 Oct 2006 14:57:38 +0000 (14:57 +0000)]
add test

18 years agoMFB: s/false/null/
Ilia Alshanetsky [Wed, 11 Oct 2006 14:56:16 +0000 (14:56 +0000)]
MFB: s/false/null/

18 years ago- Change validating filters to return "null" on failure so that they can be
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.

18 years agocheck filter and class names for empty strings
Antony Dovgal [Wed, 11 Oct 2006 14:46:31 +0000 (14:46 +0000)]
check filter and class names for empty strings

18 years agoMFB: Catch empty strings right away.
Ilia Alshanetsky [Wed, 11 Oct 2006 14:30:50 +0000 (14:30 +0000)]
MFB:  Catch empty strings right away.

18 years agofix test on 64bit
Antony Dovgal [Wed, 11 Oct 2006 13:18:18 +0000 (13:18 +0000)]
fix test on 64bit

18 years agoavoid reading str[-1], add warning when invalid format specified
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

18 years agofix crash when parsing invalid hostnames/IPs
Antony Dovgal [Wed, 11 Oct 2006 12:53:38 +0000 (12:53 +0000)]
fix crash when parsing invalid hostnames/IPs

18 years agomore fixed problems
Antony Dovgal [Wed, 11 Oct 2006 11:52:41 +0000 (11:52 +0000)]
more fixed problems

18 years agofix segfault/leak, add test
Antony Dovgal [Wed, 11 Oct 2006 11:09:15 +0000 (11:09 +0000)]
fix segfault/leak, add test

18 years agoMFB: Sync with Unix build
Edin Kadribasic [Wed, 11 Oct 2006 11:00:37 +0000 (11:00 +0000)]
MFB: Sync with Unix build

18 years agoChangeLog update
<changelog@php.net> [Wed, 11 Oct 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- don't check signature if the file is empty (valgrind reports with test
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

18 years agoMFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on
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).

18 years agoaccess mode for dbase_open() cannot be < 0
Antony Dovgal [Tue, 10 Oct 2006 23:00:48 +0000 (23:00 +0000)]
access mode for dbase_open() cannot be < 0

18 years agoadd new test
Antony Dovgal [Tue, 10 Oct 2006 22:38:00 +0000 (22:38 +0000)]
add new test

18 years agofix leak and typos in error messages
Antony Dovgal [Tue, 10 Oct 2006 22:21:36 +0000 (22:21 +0000)]
fix leak and typos in error messages

18 years agoMFB: Fixed bug #38198 (possible crash when COM reports an exception).
Ilia Alshanetsky [Tue, 10 Oct 2006 17:33:02 +0000 (17:33 +0000)]
MFB: Fixed bug #38198 (possible crash when COM reports an exception).

18 years agofix #39112 (typo in error message)
Antony Dovgal [Tue, 10 Oct 2006 12:43:34 +0000 (12:43 +0000)]
fix #39112 (typo in error message)

18 years ago- Make fileinfo compile with PHP 5.2 as well.
Derick Rethans [Tue, 10 Oct 2006 09:52:06 +0000 (09:52 +0000)]
- Make fileinfo compile with PHP 5.2 as well.

18 years agoChangeLog update
<changelog@php.net> [Tue, 10 Oct 2006 01:31:08 +0000 (01:31 +0000)]
ChangeLog update

18 years agoPHP6 Updates
Sara Golemon [Mon, 9 Oct 2006 20:42:35 +0000 (20:42 +0000)]
PHP6 Updates

18 years agoTypos!
Andrei Zmievski [Mon, 9 Oct 2006 20:17:36 +0000 (20:17 +0000)]
Typos!

18 years agoprint_r(), error_log() and sys_getloadavg() are Unicode-safe.
Andrei Zmievski [Mon, 9 Oct 2006 20:17:12 +0000 (20:17 +0000)]
print_r(), error_log() and sys_getloadavg() are Unicode-safe.

18 years agoInitialize optional vars.
Andrei Zmievski [Mon, 9 Oct 2006 19:54:38 +0000 (19:54 +0000)]
Initialize optional vars.

18 years agoMFB: Improve parameter parsing
Ilia Alshanetsky [Mon, 9 Oct 2006 19:48:35 +0000 (19:48 +0000)]
MFB: Improve parameter parsing

18 years agoUnicode support for call_user_* functions.
Andrei Zmievski [Mon, 9 Oct 2006 19:48:32 +0000 (19:48 +0000)]
Unicode support for call_user_* functions.

18 years agoMFB: Fixed bug #37262 (var_export() does not escape \0 character).
Ilia Alshanetsky [Mon, 9 Oct 2006 18:09:42 +0000 (18:09 +0000)]
MFB: Fixed bug #37262 (var_export() does not escape \0 character).

18 years agoMFB5.2
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

18 years agoFix tests
Hannes Magnusson [Mon, 9 Oct 2006 14:42:48 +0000 (14:42 +0000)]
Fix tests

18 years agoMFB
Antony Dovgal [Mon, 9 Oct 2006 13:21:02 +0000 (13:21 +0000)]
MFB

18 years agoFix for bug #39085:
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

18 years agoOi
Sara Golemon [Mon, 9 Oct 2006 02:55:38 +0000 (02:55 +0000)]
Oi

18 years agoFix realpath() in unicode mode
Sara Golemon [Mon, 9 Oct 2006 02:52:27 +0000 (02:52 +0000)]
Fix realpath() in unicode mode

18 years agoAdd stream_resolve_include_path()
Sara Golemon [Mon, 9 Oct 2006 02:48:06 +0000 (02:48 +0000)]
Add stream_resolve_include_path()

18 years agoChangeLog update
<changelog@php.net> [Mon, 9 Oct 2006 01:30:56 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- MFB: fix possible segfault (see test 004) always exists and returns NULL
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)

18 years agoMFB: Added missing configuration checks
Ilia Alshanetsky [Sun, 8 Oct 2006 22:39:48 +0000 (22:39 +0000)]
MFB: Added missing configuration checks

18 years agoFix test
Hannes Magnusson [Sun, 8 Oct 2006 20:06:04 +0000 (20:06 +0000)]
Fix test

18 years agoFix win32 (again), just temporarily convert the classname to ascii on this platform...
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...

18 years ago- MFB: #39082, image* segfaults when used with only one argument
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)

18 years agoFix "wrong param count" error message
Hannes Magnusson [Sun, 8 Oct 2006 15:27:28 +0000 (15:27 +0000)]
Fix "wrong param count" error message

18 years agoError message cleanup (patch by Matt W (php_lists -AT- realpain.com))
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))

18 years agofix test
Hannes Magnusson [Sun, 8 Oct 2006 13:43:20 +0000 (13:43 +0000)]
fix test

18 years agoError message clean up
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))

18 years agoRemove duplicate 'wrong param count' warning
Hannes Magnusson [Sun, 8 Oct 2006 10:50:19 +0000 (10:50 +0000)]
Remove duplicate 'wrong param count' warning

18 years agoChangeLog update
<changelog@php.net> [Sun, 8 Oct 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB (move static keywording from .h to .c)
Hannes Magnusson [Sun, 8 Oct 2006 00:05:17 +0000 (00:05 +0000)]
MFB (move static keywording from .h to .c)

18 years agofix tests
Hannes Magnusson [Sat, 7 Oct 2006 23:50:54 +0000 (23:50 +0000)]
fix tests

18 years agoUpdate test
Hannes Magnusson [Sat, 7 Oct 2006 23:42:43 +0000 (23:42 +0000)]
Update test

18 years agoRemove double "wrong param count" warnings
Hannes Magnusson [Sat, 7 Oct 2006 22:55:18 +0000 (22:55 +0000)]
Remove double "wrong param count" warnings

18 years agoAdd "wrong param count"/"expecting parameter .. to be.." warning to strtotime()
Hannes Magnusson [Sat, 7 Oct 2006 22:31:52 +0000 (22:31 +0000)]
Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime()

18 years agofix build
Hannes Magnusson [Sat, 7 Oct 2006 21:12:09 +0000 (21:12 +0000)]
fix build

18 years agoMFB: Added missing safety checks (Problem identified by Coverity scan)
Ilia Alshanetsky [Sat, 7 Oct 2006 19:59:29 +0000 (19:59 +0000)]
MFB: Added missing safety checks (Problem identified by Coverity scan)

18 years ago- update tests
Pierre Joye [Sat, 7 Oct 2006 19:57:15 +0000 (19:57 +0000)]
- update tests

18 years agoMFB: Added missing safety checks (Problem identified by Coverity scan)
Ilia Alshanetsky [Sat, 7 Oct 2006 19:41:10 +0000 (19:41 +0000)]
MFB: Added missing safety checks (Problem identified by Coverity scan)

18 years ago- forgot one and order the ext lists alpha.
Pierre Joye [Sat, 7 Oct 2006 18:47:44 +0000 (18:47 +0000)]
- forgot one and order the ext lists alpha.

18 years agoInitial Unicode support
Ilia Alshanetsky [Sat, 7 Oct 2006 18:45:44 +0000 (18:45 +0000)]
Initial Unicode support

18 years ago- I learned today that telling Andrei about what I'm working on is not
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?

18 years agoAnother build fix
Ilia Alshanetsky [Sat, 7 Oct 2006 18:24:51 +0000 (18:24 +0000)]
Another build fix

18 years agoFixed build
Ilia Alshanetsky [Sat, 7 Oct 2006 18:12:04 +0000 (18:12 +0000)]
Fixed build

18 years agoUpdate SQLITE2 (non-PDO parts at least) for PHP6/Unicode
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

18 years agoMore PHP6 Updates
Sara Golemon [Sat, 7 Oct 2006 17:41:14 +0000 (17:41 +0000)]
More PHP6 Updates

18 years agoHash functions for UTF-8 keys.
Andrei Zmievski [Sat, 7 Oct 2006 17:34:19 +0000 (17:34 +0000)]
Hash functions for UTF-8 keys.

18 years agoMinor refactoring using zpp API
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.

18 years agoAvoid portability problems
Hannes Magnusson [Sat, 7 Oct 2006 15:14:57 +0000 (15:14 +0000)]
Avoid portability problems

18 years agoWin32 build gets confused by expansion of U_STRING_DECL macro with constants
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

18 years agoChangeLog update
<changelog@php.net> [Sat, 7 Oct 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update

18 years agoDefault to ZEND_STR_TYPE.
Andrei Zmievski [Sat, 7 Oct 2006 00:41:14 +0000 (00:41 +0000)]
Default to ZEND_STR_TYPE.

18 years agoMFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible
Ilia Alshanetsky [Fri, 6 Oct 2006 22:34:29 +0000 (22:34 +0000)]
MFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible
for binary strings.

18 years agoMFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.
Ilia Alshanetsky [Fri, 6 Oct 2006 21:45:35 +0000 (21:45 +0000)]
MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.

18 years agoMFB: Expose session storage module locater and serialization function via
Ilia Alshanetsky [Fri, 6 Oct 2006 21:11:57 +0000 (21:11 +0000)]
MFB: Expose session storage module locater and serialization function via
PHPAPI

18 years agoUnicode support in is_callable().
Andrei Zmievski [Fri, 6 Oct 2006 20:11:25 +0000 (20:11 +0000)]
Unicode support in is_callable().

18 years agoUnicode support in uniqid().
Andrei Zmievski [Fri, 6 Oct 2006 20:00:37 +0000 (20:00 +0000)]
Unicode support in uniqid().

18 years agoMark memory funcs with U.
Andrei Zmievski [Fri, 6 Oct 2006 18:03:41 +0000 (18:03 +0000)]
Mark memory funcs with U.

18 years agomore improvements
Antony Dovgal [Fri, 6 Oct 2006 18:02:50 +0000 (18:02 +0000)]
more improvements

18 years agoMark with U.
Andrei Zmievski [Fri, 6 Oct 2006 18:02:04 +0000 (18:02 +0000)]
Mark with U.

18 years agoMark pageinfo.c funcs with U.
Andrei Zmievski [Fri, 6 Oct 2006 18:01:20 +0000 (18:01 +0000)]
Mark pageinfo.c funcs with U.