]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 22 Aug 2006 16:47:43 +0000 (16:47 +0000)]
MFB: Fixed bug #38511, #38473, #38263 (Fixed session extension request
shutdown order to ensure it is shutdown before the extensions it may depend
on).
Antony Dovgal [Tue, 22 Aug 2006 13:01:27 +0000 (13:01 +0000)]
fix separate TSRM build
Dmitry Stogov [Tue, 22 Aug 2006 12:05:10 +0000 (12:05 +0000)]
Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low).
Antony Dovgal [Tue, 22 Aug 2006 11:08:28 +0000 (11:08 +0000)]
minor improvements
dropped unused parameters, changed long to int where it should be int
Michael Wallner [Tue, 22 Aug 2006 09:56:24 +0000 (09:56 +0000)]
- fix php_output_handler_started()
Michael Wallner [Tue, 22 Aug 2006 08:21:19 +0000 (08:21 +0000)]
- use the handler name zval directly when listing stati, too
Michael Wallner [Tue, 22 Aug 2006 08:16:37 +0000 (08:16 +0000)]
- fix tests to comply with upgraded string.c
- use add_next_index_zval() when listing handlers
Michael Wallner [Tue, 22 Aug 2006 07:53:58 +0000 (07:53 +0000)]
- allocate handler stack on the heap and avoid segfaults on shutdown when startup fails
- don't try to append empty buffer
- fix some dbg format strings
Dmitry Stogov [Tue, 22 Aug 2006 06:15:45 +0000 (06:15 +0000)]
Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)
Dmitry Stogov [Tue, 22 Aug 2006 05:54:35 +0000 (05:54 +0000)]
Fixed "win32" storage manager
Dmitry Stogov [Tue, 22 Aug 2006 05:01:15 +0000 (05:01 +0000)]
Fixed "make test" on win32
Dmitry Stogov [Tue, 22 Aug 2006 04:54:00 +0000 (04:54 +0000)]
ZTS fix
<changelog@php.net> [Tue, 22 Aug 2006 01:30:52 +0000 (01:30 +0000)]
ChangeLog update
Antony Dovgal [Mon, 21 Aug 2006 17:11:46 +0000 (17:11 +0000)]
typo
Ilia Alshanetsky [Mon, 21 Aug 2006 16:54:05 +0000 (16:54 +0000)]
MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on error
retrieval inside a failed query executed via query() method).
Antony Dovgal [Mon, 21 Aug 2006 16:40:46 +0000 (16:40 +0000)]
fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out)
<changelog@php.net> [Mon, 21 Aug 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 20 Aug 2006 18:20:59 +0000 (18:20 +0000)]
MFB: Fixed bug #38524 (strptime() does not initialize the internal date
storage structure).
Sascha Schumann [Sun, 20 Aug 2006 17:44:06 +0000 (17:44 +0000)]
"sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX,
so we use another variable name here.
<changelog@php.net> [Sun, 20 Aug 2006 01:31:00 +0000 (01:31 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 19 Aug 2006 01:30:57 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 18 Aug 2006 18:01:58 +0000 (18:01 +0000)]
Unicode support for str_word_count() (using the same semantics as for
binary strings).
# These semantics seem quite broken, by the way, as it counts words
# ending or starting with dashes (-). Since this shouldn't really be
# used to count words in Unicode world anyway, supporting the "broken"
# behavior is okay if it helps people with migration.
Antony Dovgal [Fri, 18 Aug 2006 12:50:36 +0000 (12:50 +0000)]
add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
(feature request #38496)
<changelog@php.net> [Fri, 18 Aug 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update
Antony Dovgal [Thu, 17 Aug 2006 14:32:27 +0000 (14:32 +0000)]
initialize static buffer with 0's
Ilia Alshanetsky [Thu, 17 Aug 2006 13:43:51 +0000 (13:43 +0000)]
MFB: Increased default memory limit to 16 megabytes to accommodate for a
more accurate memory utilization measurement.
<changelog@php.net> [Thu, 17 Aug 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Wed, 16 Aug 2006 18:07:22 +0000 (18:07 +0000)]
Simplify php_u_trim().
Ilia Alshanetsky [Wed, 16 Aug 2006 14:10:16 +0000 (14:10 +0000)]
MFB: Added skip condition for sqlite2 driver, that uses more forgiving
emulated prepared statements.
Sebastian Bergmann [Wed, 16 Aug 2006 08:51:34 +0000 (08:51 +0000)]
Sync with php_trim() API change.
<changelog@php.net> [Wed, 16 Aug 2006 01:30:56 +0000 (01:30 +0000)]
ChangeLog update
Rob Richards [Tue, 15 Aug 2006 22:45:18 +0000 (22:45 +0000)]
fix bug #38454 (warning upon disabling handler via xml_set_element_handler)
fix bug #38427 (unicode causes xml_parser to misbehave)
remove need for TSRMLS_FETCH() call
add test
Andrei Zmievski [Tue, 15 Aug 2006 20:38:12 +0000 (20:38 +0000)]
Fix some trim() issues.
Antony Dovgal [Tue, 15 Aug 2006 20:30:26 +0000 (20:30 +0000)]
apply more correct fix for bug #38461
Antony Dovgal [Tue, 15 Aug 2006 20:12:59 +0000 (20:12 +0000)]
fix #38467 (--enable-versioning causes make fail on OS X)
Antony Dovgal [Tue, 15 Aug 2006 15:09:21 +0000 (15:09 +0000)]
don't try to use "auto", "none" and "pass" charsets returned from mbstring
Antony Dovgal [Tue, 15 Aug 2006 13:19:00 +0000 (13:19 +0000)]
fix #38461 (setting private attribute with __set() produces segfault)
Antony Dovgal [Tue, 15 Aug 2006 13:08:18 +0000 (13:08 +0000)]
minor CS/WS fixes
Antony Dovgal [Tue, 15 Aug 2006 12:27:04 +0000 (12:27 +0000)]
error message might be NULL
Antony Dovgal [Tue, 15 Aug 2006 12:19:39 +0000 (12:19 +0000)]
OCIBreak() is not supported on Windows
Antony Dovgal [Tue, 15 Aug 2006 08:58:24 +0000 (08:58 +0000)]
add test
Antony Dovgal [Tue, 15 Aug 2006 08:53:55 +0000 (08:53 +0000)]
new tests
Michael Wallner [Tue, 15 Aug 2006 06:53:02 +0000 (06:53 +0000)]
- fix leak when cloning DateTimeZone, detected by Antony
- don't fetch objects multiple times when cloning
<changelog@php.net> [Tue, 15 Aug 2006 01:30:54 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Mon, 14 Aug 2006 22:00:46 +0000 (22:00 +0000)]
Unicode support for strcoll().
Andrei Zmievski [Mon, 14 Aug 2006 21:09:30 +0000 (21:09 +0000)]
Remove UTODO's -- this is handled during name mangling/unmangling.
Antony Dovgal [Mon, 14 Aug 2006 21:08:02 +0000 (21:08 +0000)]
fix my previous patch
Andrei Zmievski [Mon, 14 Aug 2006 21:05:22 +0000 (21:05 +0000)]
add_next_index_zstr[l]()
Andrei Zmievski [Mon, 14 Aug 2006 21:04:50 +0000 (21:04 +0000)]
Unicode support for str_split().
Andrei Zmievski [Mon, 14 Aug 2006 20:45:32 +0000 (20:45 +0000)]
Typo.
Andrei Zmievski [Mon, 14 Aug 2006 20:43:23 +0000 (20:43 +0000)]
Unicode support in chunk_split().
Andrei Zmievski [Mon, 14 Aug 2006 20:40:26 +0000 (20:40 +0000)]
Set T_arg_type to default string type if we were not able to determine
it from the args.
Michael Wallner [Mon, 14 Aug 2006 20:02:52 +0000 (20:02 +0000)]
- add cloning support to DateTime classes
Frank M. Kromann [Mon, 14 Aug 2006 18:39:30 +0000 (18:39 +0000)]
Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values
Ilia Alshanetsky [Mon, 14 Aug 2006 16:35:23 +0000 (16:35 +0000)]
MFB: Upgraded libsqlite in pdo_sqlite to 3.3.7
Pierre Joye [Mon, 14 Aug 2006 15:39:28 +0000 (15:39 +0000)]
- MFB: nuke unused parameter (not present in old versions)
Nuno Lopes [Mon, 14 Aug 2006 15:17:03 +0000 (15:17 +0000)]
MFB: static keywording
Antony Dovgal [Mon, 14 Aug 2006 15:00:04 +0000 (15:00 +0000)]
fix #38450 (constructor is not called for classes used in userspace stream wrappers)
Nuno Lopes [Mon, 14 Aug 2006 14:54:19 +0000 (14:54 +0000)]
MFB: a few more static keywording
Edin Kadribasic [Mon, 14 Aug 2006 11:59:07 +0000 (11:59 +0000)]
Fixed windows build.
Looking at the macro definition it seems that the second argument
to U_STRING_DECL can only be a string literal, not an indetifier.
Rob Richards [Mon, 14 Aug 2006 11:58:49 +0000 (11:58 +0000)]
MFB: fix bug #38424 (Different attribute assignment if new or existing)
add test
Rob Richards [Mon, 14 Aug 2006 11:29:49 +0000 (11:29 +0000)]
MFB: fix underlying issue for bug #38438
Antony Dovgal [Mon, 14 Aug 2006 10:29:10 +0000 (10:29 +0000)]
make sure USE_ZEND_ALLOC is always 1 when running tests without -m
Antony Dovgal [Mon, 14 Aug 2006 08:15:44 +0000 (08:15 +0000)]
fix segfault and leak in ext/xmlrpc
add tests
<changelog@php.net> [Mon, 14 Aug 2006 01:30:52 +0000 (01:30 +0000)]
ChangeLog update
Pierre Joye [Sun, 13 Aug 2006 23:39:57 +0000 (23:39 +0000)]
- locateName should not change the state/error, can be used to test
an entry
Pierre Joye [Sun, 13 Aug 2006 20:54:27 +0000 (20:54 +0000)]
- remove all safe mode checks instead of borking the sources...Y
Pierre Joye [Sun, 13 Aug 2006 20:26:40 +0000 (20:26 +0000)]
- package.xml is not needed here, only in pecl
Pierre Joye [Sun, 13 Aug 2006 20:16:48 +0000 (20:16 +0000)]
- add overwrite mode to ZipArchive::open, always starts a new archive
- fix build with php6
- remove safemode when built against php6
Pierre Joye [Sun, 13 Aug 2006 19:06:46 +0000 (19:06 +0000)]
- remove dl() usage
Marcus Boerger [Sun, 13 Aug 2006 15:22:18 +0000 (15:22 +0000)]
- Always show unicode_semantics state (required for our gcov stuff)
Ilia Alshanetsky [Sun, 13 Aug 2006 15:03:19 +0000 (15:03 +0000)]
MFB: Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
Marcus Boerger [Sun, 13 Aug 2006 10:37:46 +0000 (10:37 +0000)]
- Add link
<changelog@php.net> [Sun, 13 Aug 2006 01:30:54 +0000 (01:30 +0000)]
ChangeLog update
Nuno Lopes [Sat, 12 Aug 2006 19:41:28 +0000 (19:41 +0000)]
MFH: const/static keywording
<changelog@php.net> [Sat, 12 Aug 2006 01:30:53 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 11 Aug 2006 18:06:28 +0000 (18:06 +0000)]
PHP 6 does not have safe_mode
Antony Dovgal [Fri, 11 Aug 2006 17:41:49 +0000 (17:41 +0000)]
fix #38431 (xmlrpc_get_type() crashes PHP on objects)
Nuno Lopes [Fri, 11 Aug 2006 17:06:19 +0000 (17:06 +0000)]
MFB5.2: fix #38402 (wrong proto for Array*::offsetGet())
Ilia Alshanetsky [Fri, 11 Aug 2006 15:09:43 +0000 (15:09 +0000)]
MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well.
Antony Dovgal [Fri, 11 Aug 2006 10:36:07 +0000 (10:36 +0000)]
fix test
<changelog@php.net> [Fri, 11 Aug 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 10 Aug 2006 21:11:00 +0000 (21:11 +0000)]
MFB: fix proto
Ilia Alshanetsky [Thu, 10 Aug 2006 19:02:32 +0000 (19:02 +0000)]
MFB: Various security fixes
Ilia Alshanetsky [Thu, 10 Aug 2006 13:56:54 +0000 (13:56 +0000)]
MFB: Added support for httpOnly flag for session extension and cookie
setting functions.
Antony Dovgal [Thu, 10 Aug 2006 13:44:00 +0000 (13:44 +0000)]
typos in comments and other minor improvements
Antony Dovgal [Thu, 10 Aug 2006 12:20:28 +0000 (12:20 +0000)]
add test
Antony Dovgal [Thu, 10 Aug 2006 12:15:24 +0000 (12:15 +0000)]
improve connection character set detection:
* output a warning if invalid character set was passed to the function
* use NLS_LANG by default
Antony Dovgal [Thu, 10 Aug 2006 09:31:24 +0000 (09:31 +0000)]
initialize variable
<changelog@php.net> [Thu, 10 Aug 2006 01:30:56 +0000 (01:30 +0000)]
ChangeLog update
Antony Dovgal [Wed, 9 Aug 2006 20:34:00 +0000 (20:34 +0000)]
fix test
Antony Dovgal [Wed, 9 Aug 2006 20:31:06 +0000 (20:31 +0000)]
fix ZTS build
Andrei Zmievski [Wed, 9 Aug 2006 20:19:06 +0000 (20:19 +0000)]
Unicode support for str_shuffle().
Andrei Zmievski [Wed, 9 Aug 2006 20:03:22 +0000 (20:03 +0000)]
Upgrade str_rot13() to work with IS_UNICODE type.
Antony Dovgal [Wed, 9 Aug 2006 18:37:39 +0000 (18:37 +0000)]
wrong directory
Frank M. Kromann [Wed, 9 Aug 2006 18:15:06 +0000 (18:15 +0000)]
Fix ZTS builds
Andrei Zmievski [Wed, 9 Aug 2006 17:40:21 +0000 (17:40 +0000)]
addcslashes() and stripcslashes() should work only on binary strings.
Andrei Zmievski [Wed, 9 Aug 2006 17:37:29 +0000 (17:37 +0000)]
Make params API sound less like Raymond Babbitt.
Antony Dovgal [Wed, 9 Aug 2006 15:27:26 +0000 (15:27 +0000)]
update
Antony Dovgal [Wed, 9 Aug 2006 15:23:50 +0000 (15:23 +0000)]
add support for NCLOBs
fix #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)