]>
granicus.if.org Git - php/log
Michael Wallner [Wed, 22 Nov 2006 10:44:54 +0000 (10:44 +0000)]
- fix ENV section handling
Andrey Hristov [Wed, 22 Nov 2006 10:11:58 +0000 (10:11 +0000)]
space to tab
<changelog@php.net> [Wed, 22 Nov 2006 01:31:26 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 21 Nov 2006 22:21:38 +0000 (22:21 +0000)]
Unicode support in import_request_variables().
Andrei Zmievski [Tue, 21 Nov 2006 18:45:21 +0000 (18:45 +0000)]
Note.
Andrei Zmievski [Tue, 21 Nov 2006 18:40:58 +0000 (18:40 +0000)]
Unicode support in highlight_string().
Antony Dovgal [Tue, 21 Nov 2006 17:40:38 +0000 (17:40 +0000)]
remove redundant error message
add test by <zoe dot slattery at googlemail dot com>
Ilia Alshanetsky [Tue, 21 Nov 2006 15:58:29 +0000 (15:58 +0000)]
Fixed build
Ilia Alshanetsky [Tue, 21 Nov 2006 15:58:12 +0000 (15:58 +0000)]
MFB: Adjust previous patch to work better
Antony Dovgal [Tue, 21 Nov 2006 15:47:44 +0000 (15:47 +0000)]
fix #39551 (Segfault with stream_bucket_new in user filter)
also fixes several segfaults and leaks
add test
Antony Dovgal [Tue, 21 Nov 2006 11:11:25 +0000 (11:11 +0000)]
add test for some of builtin funcs
Antony Dovgal [Tue, 21 Nov 2006 11:10:01 +0000 (11:10 +0000)]
fix leak in get_extension_funcs()
Antony Dovgal [Tue, 21 Nov 2006 10:48:16 +0000 (10:48 +0000)]
fix proto
<changelog@php.net> [Tue, 21 Nov 2006 01:31:11 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 20 Nov 2006 22:17:00 +0000 (22:17 +0000)]
add new test
Antony Dovgal [Mon, 20 Nov 2006 22:08:27 +0000 (22:08 +0000)]
fix leak in zend_register_functions()
this is very odd, but Zend MM said nothing about it..
Andrei Zmievski [Mon, 20 Nov 2006 20:58:56 +0000 (20:58 +0000)]
Update for basic_functions.c
Antony Dovgal [Mon, 20 Nov 2006 20:54:52 +0000 (20:54 +0000)]
improve test
Marcus Boerger [Mon, 20 Nov 2006 20:03:46 +0000 (20:03 +0000)]
- Fix arginfo
Marcus Boerger [Mon, 20 Nov 2006 19:55:54 +0000 (19:55 +0000)]
- Add new test
Marcus Boerger [Mon, 20 Nov 2006 19:50:19 +0000 (19:50 +0000)]
- Add optional use_keys parameter to iterator_to_array(), (idea by Kevin)
Ilia Alshanetsky [Mon, 20 Nov 2006 19:06:09 +0000 (19:06 +0000)]
MFB: Fixed compiler warnings
Antony Dovgal [Mon, 20 Nov 2006 16:32:46 +0000 (16:32 +0000)]
fix test on those platforms where infinity is not "INF", but "Infinity"
Antony Dovgal [Mon, 20 Nov 2006 16:28:14 +0000 (16:28 +0000)]
fix test on Solaris
Antony Dovgal [Mon, 20 Nov 2006 11:12:35 +0000 (11:12 +0000)]
efree() if not NULL
<changelog@php.net> [Mon, 20 Nov 2006 01:31:14 +0000 (01:31 +0000)]
ChangeLog update
Nuno Lopes [Sun, 19 Nov 2006 18:38:11 +0000 (18:38 +0000)]
MFB
Ilia Alshanetsky [Sun, 19 Nov 2006 18:31:22 +0000 (18:31 +0000)]
MFB: pack()/unpack() tests
Ilia Alshanetsky [Sun, 19 Nov 2006 18:21:50 +0000 (18:21 +0000)]
MFB: Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
Georg Richter [Sun, 19 Nov 2006 12:14:44 +0000 (12:14 +0000)]
added testcases for ext/mysql (written by Ulf Wendel)
Georg Richter [Sun, 19 Nov 2006 12:10:19 +0000 (12:10 +0000)]
added unicode support for ext/mysql
<changelog@php.net> [Sun, 19 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Michael Wallner [Sat, 18 Nov 2006 09:01:11 +0000 (09:01 +0000)]
catch up:
- Sara upgraded ext/bcmath
- Sara upgrades ext/bz2
- Dmitry upgraded ext/ctype
- Sara upgraded ext/gmp
- Sara upgraded ext/hash
- Andrei upgraded ext/json
- Georg upgrades ext/mysqli
- Dmitry and Andrei upgraded ext/reflection
- Rob upgrades ext/simplexml
- Dmitry upgraded ext/soap
- Nuno upgrades ext/tidy
- Rob upgrades ext/xml
- Rob upgraded ext/xmlreader
- Rob upgraded ext/xmlwriter
- Rob upgraded ext/xsl
<changelog@php.net> [Sat, 18 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 17 Nov 2006 16:45:28 +0000 (16:45 +0000)]
Use u_memcpy() instead of memcpy().
Andrei Zmievski [Fri, 17 Nov 2006 16:44:23 +0000 (16:44 +0000)]
Fix memory leaks and segfault.
Michael Wallner [Fri, 17 Nov 2006 13:37:02 +0000 (13:37 +0000)]
- return domain in FS encoding
- use ZSTR_DUPLICATE
Dmitry Stogov [Fri, 17 Nov 2006 11:41:13 +0000 (11:41 +0000)]
COM initialization/deinitialization are done only if necessary
Dmitry Stogov [Fri, 17 Nov 2006 10:48:53 +0000 (10:48 +0000)]
Unicode support.
Now the real UG(unicode) value is available during MINIT calls.
<changelog@php.net> [Fri, 17 Nov 2006 01:31:21 +0000 (01:31 +0000)]
ChangeLog update
Derick Rethans [Thu, 16 Nov 2006 20:33:44 +0000 (20:33 +0000)]
- Add the strtr implementation for unicode for the case where there are
characters with a code point value >= 256.
Ilia Alshanetsky [Thu, 16 Nov 2006 17:34:42 +0000 (17:34 +0000)]
MFB: fixed compiler warnings
Hannes Magnusson [Thu, 16 Nov 2006 16:08:09 +0000 (16:08 +0000)]
MFB: Fix ftruncate() with negative size
Antony Dovgal [Thu, 16 Nov 2006 13:49:01 +0000 (13:49 +0000)]
fix tests (add missing SKIPIF sections and a fix for FreeBSD)
Michael Wallner [Thu, 16 Nov 2006 13:36:03 +0000 (13:36 +0000)]
- fix protos
Michael Wallner [Thu, 16 Nov 2006 13:33:34 +0000 (13:33 +0000)]
- fix ext/zlib status;
Nuno upgraded gzio
stream wrapper and filter seem untouched
Antony Dovgal [Thu, 16 Nov 2006 13:00:03 +0000 (13:00 +0000)]
more new tests, yikes!
Michael Wallner [Thu, 16 Nov 2006 09:18:55 +0000 (09:18 +0000)]
- ext/ progress
<changelog@php.net> [Thu, 16 Nov 2006 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Michael Wallner [Wed, 15 Nov 2006 22:51:45 +0000 (22:51 +0000)]
- unicode upgrade
- fix typo: ENIGNA->ENIGMA
- add and fix tests
Antony Dovgal [Wed, 15 Nov 2006 22:50:19 +0000 (22:50 +0000)]
fix typo (patch by Mike Wallner)
Antony Dovgal [Wed, 15 Nov 2006 22:43:19 +0000 (22:43 +0000)]
fix array_key_exists() with NULL key in Unicode mode
Antony Dovgal [Wed, 15 Nov 2006 22:42:28 +0000 (22:42 +0000)]
add new tests
Antony Dovgal [Wed, 15 Nov 2006 22:09:25 +0000 (22:09 +0000)]
fix memory leak and typo in zend_parse_parameters(), which caused segfault
add test
Ilia Alshanetsky [Wed, 15 Nov 2006 18:35:18 +0000 (18:35 +0000)]
MFB: Fixed bug #37773 (iconv_substr() gives "Unknown error" when string
length = 1").
Dmitry Stogov [Wed, 15 Nov 2006 17:53:39 +0000 (17:53 +0000)]
typo
Antony Dovgal [Wed, 15 Nov 2006 17:28:56 +0000 (17:28 +0000)]
fix leak appearing when converting object to NULL
add test
Antony Dovgal [Wed, 15 Nov 2006 17:26:54 +0000 (17:26 +0000)]
add new tests
Michael Wallner [Wed, 15 Nov 2006 17:16:25 +0000 (17:16 +0000)]
- mhash news
Michael Wallner [Wed, 15 Nov 2006 17:16:04 +0000 (17:16 +0000)]
- unicode upgrade
- use current parameter parsing API
- added keygen constants
- Added keygen functions: mhash_keygen_count, mhash_get_keygen_name,
mhash_keygen_uses_hash, mhash_keygen_uses_salt, mhash_get_keygen_salt_size,
mhash_keygen
Michael Wallner [Wed, 15 Nov 2006 17:14:50 +0000 (17:14 +0000)]
- unicode upgrade
# as setlocale() throws an E_STRICT deprecated warning, I guess we'll
see ICU message catalogue support?
Dmitry Stogov [Wed, 15 Nov 2006 16:05:26 +0000 (16:05 +0000)]
Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash)
Dmitry Stogov [Wed, 15 Nov 2006 13:34:05 +0000 (13:34 +0000)]
Removed unnecessary getenv/putenv calls
Rob Richards [Wed, 15 Nov 2006 12:27:32 +0000 (12:27 +0000)]
mark more functions unicode compatible
Antony Dovgal [Wed, 15 Nov 2006 12:11:07 +0000 (12:11 +0000)]
fix test on AIX
Rob Richards [Wed, 15 Nov 2006 12:08:12 +0000 (12:08 +0000)]
add unicode support so Andrei finally stops asking me about it
update tests
Antony Dovgal [Wed, 15 Nov 2006 11:27:10 +0000 (11:27 +0000)]
fix test
Dmitry Stogov [Wed, 15 Nov 2006 11:14:27 +0000 (11:14 +0000)]
Fixed wrong ext/filter behavior. It might not to register FastCGI environment variables and make memory leaks.
Antony Dovgal [Wed, 15 Nov 2006 10:48:30 +0000 (10:48 +0000)]
fix test
<changelog@php.net> [Wed, 15 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 14 Nov 2006 22:23:23 +0000 (22:23 +0000)]
one more test
Antony Dovgal [Tue, 14 Nov 2006 21:59:02 +0000 (21:59 +0000)]
add new tests
Edin Kadribasic [Tue, 14 Nov 2006 19:57:35 +0000 (19:57 +0000)]
MFB: Tell linker that we're using stati libcurl
Derick Rethans [Tue, 14 Nov 2006 14:41:09 +0000 (14:41 +0000)]
- No idea if we actually support 16 bit systems, but this just looked wrong
Dmitry Stogov [Tue, 14 Nov 2006 14:20:41 +0000 (14:20 +0000)]
Fixed VC2005 support
Dmitry Stogov [Tue, 14 Nov 2006 14:11:05 +0000 (14:11 +0000)]
Fixed problem with spaces in libpath
Dmitry Stogov [Tue, 14 Nov 2006 10:32:11 +0000 (10:32 +0000)]
cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line.
Antony Dovgal [Tue, 14 Nov 2006 09:40:03 +0000 (09:40 +0000)]
add .libs to .cvsignore
Dmitry Stogov [Tue, 14 Nov 2006 09:16:10 +0000 (09:16 +0000)]
Added comments
<changelog@php.net> [Tue, 14 Nov 2006 01:31:25 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 13 Nov 2006 22:11:02 +0000 (22:11 +0000)]
MFB: Fixed bug #36812 (pg_execute() modifies input array).
Rob Richards [Mon, 13 Nov 2006 20:48:18 +0000 (20:48 +0000)]
BFN
Rob Richards [Mon, 13 Nov 2006 20:47:52 +0000 (20:47 +0000)]
Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag,
not enity). (Hannes Magnusson)
add test
Antony Dovgal [Mon, 13 Nov 2006 20:31:15 +0000 (20:31 +0000)]
don't forget to close the stream when/if flock() fails
Antony Dovgal [Mon, 13 Nov 2006 20:17:05 +0000 (20:17 +0000)]
fix leaks in get_meta_tags() when used with b0rked HTML
add test
Antony Dovgal [Mon, 13 Nov 2006 19:32:43 +0000 (19:32 +0000)]
improve the fix and the test
Ilia Alshanetsky [Mon, 13 Nov 2006 15:34:49 +0000 (15:34 +0000)]
MFB: php_splice() optimization
Ilia Alshanetsky [Mon, 13 Nov 2006 15:33:40 +0000 (15:33 +0000)]
MFB: Fixed bug #36644 (possible crash in variant_date_from_timestamp()).
Dmitry Stogov [Mon, 13 Nov 2006 15:13:36 +0000 (15:13 +0000)]
Use symbolic names
Antony Dovgal [Mon, 13 Nov 2006 14:59:47 +0000 (14:59 +0000)]
actually copy input to return_value
input is a local var, you can't use it this way
Antony Dovgal [Mon, 13 Nov 2006 14:50:55 +0000 (14:50 +0000)]
new test
Michael Wallner [Mon, 13 Nov 2006 14:05:49 +0000 (14:05 +0000)]
- fix tests
Michael Wallner [Mon, 13 Nov 2006 14:05:03 +0000 (14:05 +0000)]
- fix buffer size alignment
- avoid memory overflow #if MEMORY_LIMIT
Antony Dovgal [Mon, 13 Nov 2006 12:53:50 +0000 (12:53 +0000)]
add a note that libxml2 2.6.2x is required
Antony Dovgal [Mon, 13 Nov 2006 12:49:18 +0000 (12:49 +0000)]
fix compile warning
Dmitry Stogov [Mon, 13 Nov 2006 10:28:57 +0000 (10:28 +0000)]
Fixed incorrect heap corruptiuon detection code
<changelog@php.net> [Mon, 13 Nov 2006 01:31:13 +0000 (01:31 +0000)]
ChangeLog update
Hannes Magnusson [Sun, 12 Nov 2006 19:01:33 +0000 (19:01 +0000)]
MFB: add missing headers
Ilia Alshanetsky [Sun, 12 Nov 2006 17:56:50 +0000 (17:56 +0000)]
MFB: updated generated file
Marcus Boerger [Sun, 12 Nov 2006 17:56:14 +0000 (17:56 +0000)]
- Optimize SPL directory stuff by making iterator part of object