]>
granicus.if.org Git - php/log
Pierre Joye [Fri, 12 Mar 2004 18:22:48 +0000 (18:22 +0000)]
- revert previous commit:
- Features freeze period
- No agreement on this change
- Even if an agreement exists, this change is not enough to allow the
usage of this new tag
Martin Jansen [Fri, 12 Mar 2004 18:05:08 +0000 (18:05 +0000)]
* Adding new state "emeritus", which can be used for former maintainers of
packages.
Submitted by: Daniel Convissor
# The necessary updates for the website and the manual will follow in a
# few hours or at least tomorrow morning.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:37:04 +0000 (17:37 +0000)]
Simplify check.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:31:10 +0000 (17:31 +0000)]
Additional checks of return values from user callback functions.
Rasmus Lerdorf [Fri, 12 Mar 2004 17:29:52 +0000 (17:29 +0000)]
Fix/workaround for http://bugs.php.net/27533
Sterling Hughes [Fri, 12 Mar 2004 16:36:30 +0000 (16:36 +0000)]
leave length as -1, no need to strdup()
John Coggeshall [Fri, 12 Mar 2004 16:28:28 +0000 (16:28 +0000)]
Opps. Shouldn't look at the value, just the type
John Coggeshall [Fri, 12 Mar 2004 16:12:47 +0000 (16:12 +0000)]
CURLOPT_INFILE === CURLOPT_READDATA
John Coggeshall [Fri, 12 Mar 2004 16:08:11 +0000 (16:08 +0000)]
Fixed a crash which happens if your READFUNCTION callback doesn't actually
return a string as promised.
Ilia Alshanetsky [Fri, 12 Mar 2004 14:05:59 +0000 (14:05 +0000)]
Invalid response code when force-cgi-redirect safety mechanism is triggered
Ilia Alshanetsky [Fri, 12 Mar 2004 01:59:46 +0000 (01:59 +0000)]
Fixed compiler warning.
<changelog@php.net> [Fri, 12 Mar 2004 01:34:03 +0000 (01:34 +0000)]
ChangeLog update
Frank M. Kromann [Thu, 11 Mar 2004 18:48:30 +0000 (18:48 +0000)]
Hack to check for ming version 0.2 and 0.3 to inclue the right libs.
foobar [Thu, 11 Mar 2004 15:08:46 +0000 (15:08 +0000)]
update
Andi Gutmans [Thu, 11 Mar 2004 13:40:19 +0000 (13:40 +0000)]
- Real fix for bug #27535 (Dmitry)
Andi Gutmans [Thu, 11 Mar 2004 13:27:18 +0000 (13:27 +0000)]
- Attempt to fix bug #27535
Pierre Joye [Thu, 11 Mar 2004 11:37:04 +0000 (11:37 +0000)]
- prepare 0.2.1
<changelog@php.net> [Thu, 11 Mar 2004 01:32:04 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 11 Mar 2004 00:27:16 +0000 (00:27 +0000)]
Readability++
Ilia Alshanetsky [Thu, 11 Mar 2004 00:11:18 +0000 (00:11 +0000)]
Fixed memory leak in the multi interface.
Fixed proto of curl_multi_exec().
Fixed crash in curl resource attached to curl multi resource is manually
freed via curl_close().
Frank M. Kromann [Wed, 10 Mar 2004 21:59:29 +0000 (21:59 +0000)]
More ZLIB exports needed by the ming extension
Moriyoshi Koizumi [Wed, 10 Mar 2004 20:55:42 +0000 (20:55 +0000)]
- Revert ini setting patch, as I notified in
http://news.php.net/article.php?group=php.internals&article=8451
Rasmus Lerdorf [Wed, 10 Mar 2004 19:12:49 +0000 (19:12 +0000)]
getopt() doesn't work if variables_order does not include "S" because it
only looks in $_SERVER for argv. So, if we don't find argv in $_SERVER
fall back to looking in the global symbol table where register_argc_argv
would have put it.
Frank M. Kromann [Wed, 10 Mar 2004 18:30:44 +0000 (18:30 +0000)]
Reexport some zlib symbols so we can avoid linking with zlib.lib in shared extensions (on win32)
Ard Biesheuvel [Wed, 10 Mar 2004 15:59:50 +0000 (15:59 +0000)]
Nuke unused vars
Ard Biesheuvel [Wed, 10 Mar 2004 15:57:49 +0000 (15:57 +0000)]
Don't use fp arithmetic for int results
# FP arithmetic is not accurate enough on 64-bit archs
# This patch relies on ZEND_SIGNED_MULTIPLY_LONG(),
# so that should be fixed as well.
Martin Kraemer [Wed, 10 Mar 2004 11:24:11 +0000 (11:24 +0000)]
Typo
Georg Richter [Wed, 10 Mar 2004 09:50:05 +0000 (09:50 +0000)]
added new function mysql_stmt_free_result
<changelog@php.net> [Wed, 10 Mar 2004 01:32:01 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Tue, 9 Mar 2004 17:47:28 +0000 (17:47 +0000)]
Update
Marcus Boerger [Tue, 9 Mar 2004 17:36:32 +0000 (17:36 +0000)]
Drop copydoc and add more classes/methods
Marcus Boerger [Tue, 9 Mar 2004 17:35:18 +0000 (17:35 +0000)]
Access to inner iterator was missing
Rasmus Lerdorf [Tue, 9 Mar 2004 17:11:22 +0000 (17:11 +0000)]
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
stdout as is implied in the documentation. Currently it simply does
absolutely nothing and there is no way to reset it to stdout.
Marcus Boerger [Tue, 9 Mar 2004 17:01:21 +0000 (17:01 +0000)]
Update
Marcus Boerger [Tue, 9 Mar 2004 16:53:12 +0000 (16:53 +0000)]
Rename hasMore() to valid() as discussed. (Part VI)
Marcus Boerger [Tue, 9 Mar 2004 16:51:02 +0000 (16:51 +0000)]
Update test
Marcus Boerger [Tue, 9 Mar 2004 16:38:37 +0000 (16:38 +0000)]
Clearify the different method/class flags (as discussed with Andi).
Marcus Boerger [Tue, 9 Mar 2004 15:53:42 +0000 (15:53 +0000)]
No longer needed
Andi Gutmans [Tue, 9 Mar 2004 15:37:18 +0000 (15:37 +0000)]
- Fix crash:
<?php
class ResourceFormat
{
const IMG = 1;
}
class Image
{
const RESOURCE_FORMAT = ResourceFormat::IMG;
}
print_r(constant('Image::RESOURCE_FORMAT'));
?>
Andi Gutmans [Tue, 9 Mar 2004 15:27:39 +0000 (15:27 +0000)]
- Nuke unused code.
Ilia Alshanetsky [Tue, 9 Mar 2004 15:04:17 +0000 (15:04 +0000)]
Fixed memory leak with curl_multi_init() de-initialization.
Ilia Alshanetsky [Tue, 9 Mar 2004 14:56:34 +0000 (14:56 +0000)]
Fixed define.
Ilia Alshanetsky [Tue, 9 Mar 2004 14:50:11 +0000 (14:50 +0000)]
Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32).
Marcus Boerger [Tue, 9 Mar 2004 14:39:35 +0000 (14:39 +0000)]
Make run-tests.php work with xdebug being loaded.
# Lots of ppl use that as a built-in extension already.
Marcus Boerger [Tue, 9 Mar 2004 14:37:49 +0000 (14:37 +0000)]
Show the connect result
Marcus Boerger [Tue, 9 Mar 2004 14:29:20 +0000 (14:29 +0000)]
Missing buffer->val change
foobar [Tue, 9 Mar 2004 14:19:50 +0000 (14:19 +0000)]
test for bug #27457
Georg Richter [Tue, 9 Mar 2004 12:01:23 +0000 (12:01 +0000)]
fixed memleaks in bind functions
added 4.1.2 support (renamed functions)
Derick Rethans [Tue, 9 Mar 2004 08:19:19 +0000 (08:19 +0000)]
- Added test for bug #27535 (Objects pointing to each other cause Apache to
crash).
Ilia Alshanetsky [Tue, 9 Mar 2004 02:36:23 +0000 (02:36 +0000)]
Cleaned up phpinfo() output.
Ilia Alshanetsky [Tue, 9 Mar 2004 02:24:02 +0000 (02:24 +0000)]
Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled).
Pierre Joye [Tue, 9 Mar 2004 01:57:53 +0000 (01:57 +0000)]
- Fix sugg only if it exists...
Pierre Joye [Tue, 9 Mar 2004 01:57:01 +0000 (01:57 +0000)]
- free sugg
<changelog@php.net> [Tue, 9 Mar 2004 01:34:32 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 9 Mar 2004 01:28:29 +0000 (01:28 +0000)]
Fix function declaration.
Ilia Alshanetsky [Tue, 9 Mar 2004 01:09:35 +0000 (01:09 +0000)]
Change float operations to safe_emalloc().
Original idea by Sascha (see sess_sqlite.c)
Ilia Alshanetsky [Tue, 9 Mar 2004 00:31:17 +0000 (00:31 +0000)]
Added enchant_dict_quick_check() function.
Made enchant_dict_check() return a boolean.
Ard Biesheuvel [Mon, 8 Mar 2004 23:11:45 +0000 (23:11 +0000)]
More wordsize fixes
Pierre Joye [Mon, 8 Mar 2004 23:08:17 +0000 (23:08 +0000)]
- Fixes protos
Ard Biesheuvel [Mon, 8 Mar 2004 23:04:33 +0000 (23:04 +0000)]
Fix warning
Ilia Alshanetsky [Mon, 8 Mar 2004 22:21:36 +0000 (22:21 +0000)]
Cleanup
Derick Rethans [Mon, 8 Mar 2004 22:18:05 +0000 (22:18 +0000)]
- Added mb_list_encoding() to return an array with all mbstring supported
encodings.
Pierre Joye [Mon, 8 Mar 2004 21:34:12 +0000 (21:34 +0000)]
- sources cleanup:
- merge the tests of broker/dict pointers, I can always set them back if
we like to raise warnings here
- proto fixes
- remove printf() debug
Marcus Boerger [Mon, 8 Mar 2004 21:17:39 +0000 (21:17 +0000)]
Rename hasMore() to valid() as discussed. (Part V)
Marcus Boerger [Mon, 8 Mar 2004 21:15:39 +0000 (21:15 +0000)]
Rename hasMore() to valid() as discussed. (Part IV)
Pierre Joye [Mon, 8 Mar 2004 20:12:13 +0000 (20:12 +0000)]
- Initial commit
Ard Biesheuvel [Mon, 8 Mar 2004 19:08:25 +0000 (19:08 +0000)]
MFB fix #27408
Marcus Boerger [Mon, 8 Mar 2004 19:00:21 +0000 (19:00 +0000)]
Rename hasMore() to valid() as discussed. (Part III)
Marcus Boerger [Mon, 8 Mar 2004 18:05:41 +0000 (18:05 +0000)]
Rename hasMore() to valid() as discussed. (Part II)
Marcus Boerger [Mon, 8 Mar 2004 17:33:31 +0000 (17:33 +0000)]
Rename hasMore() to valid() as discussed. (Part I)
Marcus Boerger [Mon, 8 Mar 2004 16:52:59 +0000 (16:52 +0000)]
Check count.
Ard Biesheuvel [Mon, 8 Mar 2004 10:49:17 +0000 (10:49 +0000)]
Merged some more odd fixes from my own branch
Ard Biesheuvel [Mon, 8 Mar 2004 10:32:26 +0000 (10:32 +0000)]
Cleaned up array handling and optimize for the case where no array fields are used
Fix timestamp binding for Win32 (which doesn't have gmtime_r())
CS
Derick Rethans [Mon, 8 Mar 2004 08:02:02 +0000 (08:02 +0000)]
- Fixed bug #24550 (tokenizing with __METHOD__ crash) (Patch by Greg Beaver)
Ilia Alshanetsky [Mon, 8 Mar 2004 03:15:45 +0000 (03:15 +0000)]
Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).
Ilia Alshanetsky [Mon, 8 Mar 2004 03:06:56 +0000 (03:06 +0000)]
Fixed compiler warnings.
<changelog@php.net> [Mon, 8 Mar 2004 01:32:05 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Mon, 8 Mar 2004 00:19:43 +0000 (00:19 +0000)]
Add another missing conversion
Marcus Boerger [Sun, 7 Mar 2004 23:45:31 +0000 (23:45 +0000)]
Search for db-4.2.x
Sascha Schumann [Sun, 7 Mar 2004 22:35:26 +0000 (22:35 +0000)]
Avoid using floating point arithmetic and rely on safe_emalloc
for the multiplication.
The actual size requirement is spelled out as:
** The result is written into a preallocated output buffer "out".
** "out" must be able to hold at least 2 +(257*n)/254 bytes.
** In other words, the output will be expanded by as much as 3
** bytes for every 254 bytes of input plus 2 bytes of fixed overhead.
** (This is approximately 2 + 1.0118*n or about a 1.2% size increase.)
Wez Furlong [Sun, 7 Mar 2004 22:06:36 +0000 (22:06 +0000)]
add cast for qsort compare function.
Kinda ugly, but helps assert that we are doing the right thing as well as
kill the warning there.
Wez Furlong [Sun, 7 Mar 2004 22:05:21 +0000 (22:05 +0000)]
Connect feof() call to user-space stream feof() method.
Fixes Bug #27417 and #27508
Ilia Alshanetsky [Sun, 7 Mar 2004 21:57:50 +0000 (21:57 +0000)]
Corrected string escape calculation.
Wez Furlong [Sun, 7 Mar 2004 21:36:55 +0000 (21:36 +0000)]
Less magic please
Ard Biesheuvel [Sun, 7 Mar 2004 18:01:12 +0000 (18:01 +0000)]
Simplify / fix
Ard Biesheuvel [Sun, 7 Mar 2004 14:25:08 +0000 (14:25 +0000)]
Added missing support for binding timestamps
# Returning timestamps was already supported
<changelog@php.net> [Sun, 7 Mar 2004 01:32:00 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sun, 7 Mar 2004 00:03:50 +0000 (00:03 +0000)]
- Forgot to commit this one.
Moriyoshi Koizumi [Sat, 6 Mar 2004 23:11:25 +0000 (23:11 +0000)]
- Fix test, take 2
Ilia Alshanetsky [Sat, 6 Mar 2004 19:29:52 +0000 (19:29 +0000)]
Fixed bug #27421 (mbstring.func_overload should be system ini setting).
Ilia Alshanetsky [Sat, 6 Mar 2004 19:06:04 +0000 (19:06 +0000)]
Fixed bug #27460 (base64_decode() does not handle extra padding).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:35:41 +0000 (18:35 +0000)]
Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:29:54 +0000 (18:29 +0000)]
Use correct variable name.
Ilia Alshanetsky [Sat, 6 Mar 2004 18:24:41 +0000 (18:24 +0000)]
Fixed bug #27437 (wrong freetype include inside GD library).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:14:54 +0000 (18:14 +0000)]
Fixed a possible memory leaks inside sqlite_popen() &
sqlite_fetch_column_types().
Resolve the file path inside sqlite_factory().
Ilia Alshanetsky [Sat, 6 Mar 2004 18:11:59 +0000 (18:11 +0000)]
Fixed possible crash due to an integer overflow.
Ilia Alshanetsky [Sat, 6 Mar 2004 18:10:32 +0000 (18:10 +0000)]
Better extension availability check.
Pierre Joye [Sat, 6 Mar 2004 17:31:51 +0000 (17:31 +0000)]
- fix #27238
<changelog@php.net> [Sat, 6 Mar 2004 01:32:09 +0000 (01:32 +0000)]
ChangeLog update
Andi Gutmans [Fri, 5 Mar 2004 17:18:34 +0000 (17:18 +0000)]
- Fix some small problems I introduce in last patch.