]>
granicus.if.org Git - php/log
Michael Wallner [Thu, 24 Nov 2005 14:28:34 +0000 (14:28 +0000)]
- fix tiger algo
Michael Wallner [Thu, 24 Nov 2005 14:07:24 +0000 (14:07 +0000)]
- fix segvs
# there's still somthing wrong though
Dmitry Stogov [Thu, 24 Nov 2005 11:32:44 +0000 (11:32 +0000)]
Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)
Michael Wallner [Thu, 24 Nov 2005 08:59:54 +0000 (08:59 +0000)]
- add tiger algo
<changelog@php.net> [Thu, 24 Nov 2005 06:41:47 +0000 (06:41 +0000)]
ChangeLog update
Sara Golemon [Thu, 24 Nov 2005 04:37:04 +0000 (04:37 +0000)]
Sync tests with new defaults
Marcus Boerger [Thu, 24 Nov 2005 00:30:41 +0000 (00:30 +0000)]
- License for core extensions is PHP License
- Add Johannes to credits for his work here
Michael Wallner [Wed, 23 Nov 2005 21:15:41 +0000 (21:15 +0000)]
- add whirlpool algo
Johannes Schlüter [Wed, 23 Nov 2005 20:47:42 +0000 (20:47 +0000)]
Changed reflection constants to class constants
Dmitry Stogov [Wed, 23 Nov 2005 18:08:51 +0000 (18:08 +0000)]
Cleaned CGI code. Now FastCGI can not be disabled. See into sapi/cgi/CHANGES for more details.
Michael Wallner [Wed, 23 Nov 2005 17:18:56 +0000 (17:18 +0000)]
- add salsa implementation
# its not common and I've no reference output to compare against,
# thus it's not enabled; I'm also pretty unsure about the initialization
Michael Wallner [Wed, 23 Nov 2005 16:36:11 +0000 (16:36 +0000)]
- no trailing NULs
foobar [Wed, 23 Nov 2005 15:51:45 +0000 (15:51 +0000)]
- No need for extra strlen() call here
foobar [Wed, 23 Nov 2005 15:50:27 +0000 (15:50 +0000)]
fix leaks
Rui Hirokawa [Wed, 23 Nov 2005 15:16:39 +0000 (15:16 +0000)]
fixed 5307 unexpected header can be injected to mb_send_mail().
Dmitry Stogov [Wed, 23 Nov 2005 13:30:18 +0000 (13:30 +0000)]
Additional fix for fix #35536
Antony Dovgal [Wed, 23 Nov 2005 11:57:43 +0000 (11:57 +0000)]
forgotten part of the fix
Antony Dovgal [Wed, 23 Nov 2005 11:55:46 +0000 (11:55 +0000)]
MF51: fix #35336 (crash on PDO::FETCH_CLASS + __set())
Antony Dovgal [Wed, 23 Nov 2005 11:55:09 +0000 (11:55 +0000)]
add test for #35336
Rob Richards [Wed, 23 Nov 2005 11:23:39 +0000 (11:23 +0000)]
fix build under 5.0
fix crash when XMLWriter is instantiated but not used
Dmitry Stogov [Wed, 23 Nov 2005 09:27:01 +0000 (09:27 +0000)]
Bug #33732 (Wrong behavior of constants in class and interface extending)
<changelog@php.net> [Wed, 23 Nov 2005 06:51:42 +0000 (06:51 +0000)]
ChangeLog update
Rob Richards [Wed, 23 Nov 2005 03:10:45 +0000 (03:10 +0000)]
add test
Rob Richards [Wed, 23 Nov 2005 02:56:41 +0000 (02:56 +0000)]
add registerNodeClass() method
- methods can now natively return user classes registered with document
Rob Richards [Wed, 23 Nov 2005 02:54:10 +0000 (02:54 +0000)]
move document property struct from xml_common.h
Rob Richards [Wed, 23 Nov 2005 02:52:56 +0000 (02:52 +0000)]
implement setIDAttributeXXX functionality
Rob Richards [Wed, 23 Nov 2005 00:55:34 +0000 (00:55 +0000)]
Fixed bug #35342 (isset(DOMNodeList->length) returns false).
Ilia Alshanetsky [Wed, 23 Nov 2005 00:30:08 +0000 (00:30 +0000)]
No dynamic output, so no need for regex.
foobar [Wed, 23 Nov 2005 00:20:16 +0000 (00:20 +0000)]
- Fixed PECL bug #6021: parse_str() returns empty array when filter enabled
Ilia Alshanetsky [Wed, 23 Nov 2005 00:19:20 +0000 (00:19 +0000)]
emalloc -> safe_emalloc
Ilia Alshanetsky [Wed, 23 Nov 2005 00:15:26 +0000 (00:15 +0000)]
MFB51: Fixed bug #35046 (phpinfo() uses improper css enclosure).
Rasmus Lerdorf [Wed, 23 Nov 2005 00:08:00 +0000 (00:08 +0000)]
3.01 license - we technically don't need to switch the PHP sources to this
one, it is more for pear/pecl, but to be consistent we probably should.
Anybody want to do the sed magic to fix all the headers?
Antony Dovgal [Tue, 22 Nov 2005 22:54:22 +0000 (22:54 +0000)]
MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)
Sara Golemon [Tue, 22 Nov 2005 22:08:22 +0000 (22:08 +0000)]
MFB (r-1.6.2.1)
Michael Wallner [Tue, 22 Nov 2005 20:46:02 +0000 (20:46 +0000)]
add cvsignore
Michael Wallner [Tue, 22 Nov 2005 19:23:55 +0000 (19:23 +0000)]
- hexlen is 2*digestlen
Michael Wallner [Tue, 22 Nov 2005 19:17:58 +0000 (19:17 +0000)]
- install extension headers
- make the hash algo registry case insensitive
- "export" inline php_hash_bin2hex
Antony Dovgal [Tue, 22 Nov 2005 16:30:36 +0000 (16:30 +0000)]
Initial implementation of oci_bind_array_by_name()
At the moment we support only these types:
SQLT_NUM, SQLT_INT, SQLT_LNG - integer/long
SQLT_FLT - float
SQLT_AFC, SQLT_CHR, SQLT_VCS, SQLT_AVC, SQLT_STR, SQLT_LVC - char/varchar
SQLT_ODT - date
More supported types may follow.
Michael Wallner [Tue, 22 Nov 2005 12:24:25 +0000 (12:24 +0000)]
- avoid segvs
<changelog@php.net> [Tue, 22 Nov 2005 06:48:55 +0000 (06:48 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 22 Nov 2005 03:01:59 +0000 (03:01 +0000)]
MFB51: Fixed command error in ftp:// wrapper.
Michael Wallner [Tue, 22 Nov 2005 00:51:24 +0000 (00:51 +0000)]
- MF51: fix make install
Frank M. Kromann [Tue, 22 Nov 2005 00:29:30 +0000 (00:29 +0000)]
/Gz and /RTC1 is for debug builds
foobar [Mon, 21 Nov 2005 23:07:36 +0000 (23:07 +0000)]
- Fixed header installing under phpize builds
Michael Wallner [Mon, 21 Nov 2005 15:09:58 +0000 (15:09 +0000)]
- fix a couple of warnings
- export php_hash_fetch_ops() and php_hash_register_ops()
Dmitry Stogov [Mon, 21 Nov 2005 10:57:28 +0000 (10:57 +0000)]
Fixed "getParameters" method
<changelog@php.net> [Mon, 21 Nov 2005 06:46:10 +0000 (06:46 +0000)]
ChangeLog update
Sara Golemon [Mon, 21 Nov 2005 06:05:37 +0000 (06:05 +0000)]
Fix double-final potentially causing double-free
Derick Rethans [Sun, 20 Nov 2005 20:31:49 +0000 (20:31 +0000)]
- MF51: Fixed bug #35143 (gettimeofday() ignores current time zone).
- MF51: Fixed tests due to class constants patch.
Sara Golemon [Sun, 20 Nov 2005 20:14:22 +0000 (20:14 +0000)]
Add HAVAL algorithm
Bit widths: 128, 160, 192, 224, 256
Passes: 3, 4, 5
Ilia Alshanetsky [Sun, 20 Nov 2005 20:07:38 +0000 (20:07 +0000)]
MFB51: Fixed bug #35303 (PDO prepare() crashes with invalid parameters).
foobar [Sun, 20 Nov 2005 18:06:09 +0000 (18:06 +0000)]
- Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on Linux)
Sebastian Bergmann [Sun, 20 Nov 2005 17:03:58 +0000 (17:03 +0000)]
MFB: Use /RTC1 instead of /GZ for MS VisualStudio 2005.
Johannes Schlüter [Sun, 20 Nov 2005 15:21:23 +0000 (15:21 +0000)]
- Fix SPL class listing for phpinfo in unicode mode
Marcus Boerger [Sun, 20 Nov 2005 13:03:15 +0000 (13:03 +0000)]
- Extend SimpleXmlElement::__construct() with two parameters
. int options: pass options to 2.6.0+ parsing functions
. bool data_is_url: whether first parameter is a url rather then xml data
- Fix parameter parsing
Marcus Boerger [Sun, 20 Nov 2005 12:39:04 +0000 (12:39 +0000)]
- Do locking in lib rather then on streams
<changelog@php.net> [Sun, 20 Nov 2005 06:48:39 +0000 (06:48 +0000)]
ChangeLog update
Andrei Zmievski [Sun, 20 Nov 2005 02:27:49 +0000 (02:27 +0000)]
*** empty log message ***
Sara Golemon [Sat, 19 Nov 2005 23:16:56 +0000 (23:16 +0000)]
Add hmac-md5 test file to package.xml
Michael Wallner [Sat, 19 Nov 2005 21:41:08 +0000 (21:41 +0000)]
PHP-5.1 compatibility
Antony Dovgal [Sat, 19 Nov 2005 21:36:06 +0000 (21:36 +0000)]
fix PECL bug #5986 (connections use case sensitive hashed details)
Sara Golemon [Sat, 19 Nov 2005 21:09:40 +0000 (21:09 +0000)]
Add streams based incremental hashing updaters
Sara Golemon [Sat, 19 Nov 2005 20:13:08 +0000 (20:13 +0000)]
Expose registered hashing algos
Marcus Boerger [Sat, 19 Nov 2005 17:47:22 +0000 (17:47 +0000)]
- Fix bug #35295 typo in config.m4 for reflection extension
Antony Dovgal [Sat, 19 Nov 2005 16:39:47 +0000 (16:39 +0000)]
fix #35293 (PDO segfaults when using persistent connections)
foobar [Sat, 19 Nov 2005 11:41:26 +0000 (11:41 +0000)]
NOTE: Things that are fixed in version released year(s) before this one
really don't need any NEWS entries. People kinda expect the stuff being
fixed in the future version..:)
Michael Wallner [Sat, 19 Nov 2005 10:30:52 +0000 (10:30 +0000)]
- fix PCRE_INCDIR for external libpcre
Marcus Boerger [Sat, 19 Nov 2005 09:43:19 +0000 (09:43 +0000)]
- Fixed Bug #35286 tokenizer ext drops final comment (by greg)
<changelog@php.net> [Sat, 19 Nov 2005 06:52:43 +0000 (06:52 +0000)]
ChangeLog update
Rui Hirokawa [Sat, 19 Nov 2005 06:32:20 +0000 (06:32 +0000)]
fixed #35253 length of the encoded string vilolates a RFC.
Marcus Boerger [Fri, 18 Nov 2005 22:59:07 +0000 (22:59 +0000)]
- Disabled globals code in a way that does not affect purist or old compilers
Sara Golemon [Fri, 18 Nov 2005 21:39:29 +0000 (21:39 +0000)]
Typo
Sara Golemon [Fri, 18 Nov 2005 21:37:19 +0000 (21:37 +0000)]
One last 64bit change, skip all this long long malarkey when we're on 64bit procs
Sara Golemon [Fri, 18 Nov 2005 21:30:05 +0000 (21:30 +0000)]
Macrofy 64bit integers in sha384/sha512 to make Win32 happy
Frank M. Kromann [Fri, 18 Nov 2005 21:22:50 +0000 (21:22 +0000)]
Fix #33201 Crash when fetching some data types
Sara Golemon [Fri, 18 Nov 2005 20:58:54 +0000 (20:58 +0000)]
Add HMAC support
Frank M. Kromann [Fri, 18 Nov 2005 20:48:22 +0000 (20:48 +0000)]
Fix #33963. mssql_bind fails on input parameters
Frank M. Kromann [Fri, 18 Nov 2005 20:40:28 +0000 (20:40 +0000)]
Fix #32009 crash when mssql_bind() is called more than once
Sara Golemon [Fri, 18 Nov 2005 20:17:31 +0000 (20:17 +0000)]
Expose sha1() and sha1_file() functions when core funcs not present
Not an issue yet, but could be...
Sara Golemon [Fri, 18 Nov 2005 19:51:09 +0000 (19:51 +0000)]
Initial Commit
Frank M. Kromann [Fri, 18 Nov 2005 19:13:35 +0000 (19:13 +0000)]
Fix #33153 Crash in mssql_next_result().
Ilia Alshanetsky [Fri, 18 Nov 2005 19:01:50 +0000 (19:01 +0000)]
MFB51: Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module)
foobar [Fri, 18 Nov 2005 16:41:49 +0000 (16:41 +0000)]
reorder
Rasmus Lerdorf [Fri, 18 Nov 2005 16:28:01 +0000 (16:28 +0000)]
allow_url_include
Rasmus Lerdorf [Fri, 18 Nov 2005 16:20:43 +0000 (16:20 +0000)]
Add allow_url_include to let people turn on allow_url_fopen without also
enabling remote code execution through url wrappers
foobar [Fri, 18 Nov 2005 15:11:14 +0000 (15:11 +0000)]
MFB51: fix build when --with-libedit is used
Dmitry Stogov [Fri, 18 Nov 2005 10:59:55 +0000 (10:59 +0000)]
Fixed bug #35273 (Error in mapping soap - java types)
Derick Rethans [Fri, 18 Nov 2005 09:56:11 +0000 (09:56 +0000)]
- Ready 0.9.3.
Derick Rethans [Fri, 18 Nov 2005 09:17:59 +0000 (09:17 +0000)]
- Fixed default so that it does not even encode quotes.
<changelog@php.net> [Fri, 18 Nov 2005 06:42:57 +0000 (06:42 +0000)]
ChangeLog update
Rob Richards [Fri, 18 Nov 2005 02:50:46 +0000 (02:50 +0000)]
fix configure - reflection is its own extension
Marcus Boerger [Thu, 17 Nov 2005 23:43:53 +0000 (23:43 +0000)]
- Reflection was moved to its own extension
Marcus Boerger [Thu, 17 Nov 2005 23:21:15 +0000 (23:21 +0000)]
- Need to define HAVE_REFLECTION
Marcus Boerger [Thu, 17 Nov 2005 23:20:39 +0000 (23:20 +0000)]
- Reflection was moved into its own extension
Marcus Boerger [Thu, 17 Nov 2005 22:59:39 +0000 (22:59 +0000)]
- Move Reflection into its own extension
Marcus Boerger [Thu, 17 Nov 2005 22:49:03 +0000 (22:49 +0000)]
- reflection not reflectino
Marcus Boerger [Thu, 17 Nov 2005 22:42:00 +0000 (22:42 +0000)]
- Make this an extension
Rasmus Lerdorf [Thu, 17 Nov 2005 21:57:30 +0000 (21:57 +0000)]
MFB: missing }}}
Ilia Alshanetsky [Thu, 17 Nov 2005 21:07:27 +0000 (21:07 +0000)]
MFB51: Moved date constants into the date class, they all class constants
now.
Ilia Alshanetsky [Thu, 17 Nov 2005 20:56:09 +0000 (20:56 +0000)]
Hopefully resolve all the Apache 2 sub-request problems on non-linux systems.