]>
granicus.if.org Git - php/log
Wez Furlong [Sat, 16 Mar 2002 12:07:27 +0000 (12:07 +0000)]
fsock.c did it this way, so it must be OK...
Wez Furlong [Sat, 16 Mar 2002 11:58:38 +0000 (11:58 +0000)]
bring back ptrdiff_t
Wez Furlong [Sat, 16 Mar 2002 11:24:12 +0000 (11:24 +0000)]
Hopefully fix probs with apache.
Wez Furlong [Sat, 16 Mar 2002 11:12:25 +0000 (11:12 +0000)]
update NEWS
Sander Roobol [Sat, 16 Mar 2002 11:02:35 +0000 (11:02 +0000)]
Fixed build with multiple concurrent jobs: zend_indent.c, zend_highlight.c
and zend_compile.c require zend_language_parser.h
Stefan Esser [Sat, 16 Mar 2002 09:44:30 +0000 (09:44 +0000)]
fixed possible bufferoverflow in get_next_char
malformed input to htmlentities/htmlspecialchars
with utf-8 encoding crashed the server
ex: htmlentities("\xfd...(30times)", ENT_NOQUOTES, "utf-8");
Andi Gutmans [Sat, 16 Mar 2002 08:11:52 +0000 (08:11 +0000)]
- Add streams.c and php_streams.h to project.
Rui Hirokawa [Sat, 16 Mar 2002 07:33:21 +0000 (07:33 +0000)]
fixed some errors of mbstring in regression tests.
foobar [Sat, 16 Mar 2002 05:43:04 +0000 (05:43 +0000)]
- Do not use @ when you're merging the fixes to the release branch.
Instead, edit the NEWS file manually.
Wez Furlong [Sat, 16 Mar 2002 03:50:17 +0000 (03:50 +0000)]
some minor docu-in-header changes
Yasuo Ohgaki [Sat, 16 Mar 2002 03:37:11 +0000 (03:37 +0000)]
Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.h
Yasuo Ohgaki [Sat, 16 Mar 2002 03:33:48 +0000 (03:33 +0000)]
ZTS build fix
Yasuo Ohgaki [Sat, 16 Mar 2002 03:30:19 +0000 (03:30 +0000)]
ZTS build fix
Wez Furlong [Sat, 16 Mar 2002 02:48:35 +0000 (02:48 +0000)]
Allow php_stream_copy_to_stream to do nothing when used with code
that calculates a max length of zero. (Thanks again Marcus).
Marcus Boerger [Sat, 16 Mar 2002 02:46:04 +0000 (02:46 +0000)]
-use of corrected stream seek
#thanks to Wez!
#image.c no works again
Wez Furlong [Sat, 16 Mar 2002 02:39:39 +0000 (02:39 +0000)]
some tweaks for seek/read used in image.c (thanks Marcus)
Wez Furlong [Sat, 16 Mar 2002 02:33:00 +0000 (02:33 +0000)]
This should help with some build problems/warnings under win32.
Someone still needs to add the streams.c file to the MSVC
project/workspace though (there are so many that I don't really know
what I am doing :-).
Marcus Boerger [Sat, 16 Mar 2002 02:23:57 +0000 (02:23 +0000)]
-new streams
Wez Furlong [Sat, 16 Mar 2002 01:58:13 +0000 (01:58 +0000)]
more *'s
Wez Furlong [Sat, 16 Mar 2002 01:37:24 +0000 (01:37 +0000)]
change * formatting
Wez Furlong [Sat, 16 Mar 2002 01:34:52 +0000 (01:34 +0000)]
* formatting, plus remove some old fopen wrappers
Wez Furlong [Sat, 16 Mar 2002 01:28:57 +0000 (01:28 +0000)]
change * formatting
<changelog@php.net> [Sat, 16 Mar 2002 01:19:21 +0000 (01:19 +0000)]
NEWS update
<changelog@php.net> [Sat, 16 Mar 2002 01:19:01 +0000 (01:19 +0000)]
ChangeLog update
jim winstead [Sat, 16 Mar 2002 00:21:40 +0000 (00:21 +0000)]
the 'setup' script was removed more than two years ago.
these can be safely removed from the 4.2 branch, too.
Andi Gutmans [Sat, 16 Mar 2002 00:13:46 +0000 (00:13 +0000)]
- More whitespace. I really can't do the other files though...
Andi Gutmans [Sat, 16 Mar 2002 00:05:47 +0000 (00:05 +0000)]
- Change one strncpy() to strlcpy().
- Big indentation patch. I don't have strength to do all of the changed
- files but here's a good example. Please try and keep to the coding
- standards even if you think they suck :)
- Things to keep in mind:
- void *foo and not void * foo;
- if() { and not if()<TAB>{
- } else { and not {\nelse
-
- The streams stuff looks very cool though! :)
Harald Radi [Fri, 15 Mar 2002 23:28:10 +0000 (23:28 +0000)]
ongoing development ...
foobar [Fri, 15 Mar 2002 21:46:14 +0000 (21:46 +0000)]
This entry belongs under 4.2.0.
Wez Furlong [Fri, 15 Mar 2002 21:03:08 +0000 (21:03 +0000)]
New PHP streams...
Harald Radi [Fri, 15 Mar 2002 20:48:26 +0000 (20:48 +0000)]
@ fixed a bug that caused php to crash in php_COM_get_ids_of_names() (Harald, Paul)
foobar [Fri, 15 Mar 2002 20:18:07 +0000 (20:18 +0000)]
- Corrected these entries. (catched by Derick)
foobar [Fri, 15 Mar 2002 20:01:36 +0000 (20:01 +0000)]
- Fixed grammar, made some entries make more sense...etc. (proof read please :)
# People, PLEASE try keeping in mind that these entries are for
# the end-users. ie. they need to explain what was changed and why.
# And be consistent too..
Derick Rethans [Fri, 15 Mar 2002 19:04:22 +0000 (19:04 +0000)]
- Fix proto (again)
Derick Rethans [Fri, 15 Mar 2002 18:22:57 +0000 (18:22 +0000)]
- proto fixes
jim winstead [Fri, 15 Mar 2002 17:10:38 +0000 (17:10 +0000)]
don't redefine NDEBUG if it is already defined. yeesh.
Andi Gutmans [Fri, 15 Mar 2002 16:26:17 +0000 (16:26 +0000)]
- Pass TSRMLS to callbacks.
Andi Gutmans [Fri, 15 Mar 2002 15:28:06 +0000 (15:28 +0000)]
- Scope fix. When calling an imported function the scope will change
- correctly to the scope of the functions class.
<?php
function Hello()
{
print "Wrong one\n";
}
class MyClass {
static $hello = "Hello, World\n";
function Hello()
{
print self::$hello;
}
function Trampoline()
{
Hello();
}
}
import function Trampoline from MyClass;
Trampoline();
?>
Daniela Mariaschi [Fri, 15 Mar 2002 15:26:01 +0000 (15:26 +0000)]
added new ibase_fetch_assoc() php function
Andi Gutmans [Fri, 15 Mar 2002 15:09:46 +0000 (15:09 +0000)]
- Fix issues with $this when using it by itself without indirection such as
- $this->foo.
Stig Bakken [Fri, 15 Mar 2002 13:56:32 +0000 (13:56 +0000)]
* "new and improved" iconv test
Harald Radi [Fri, 15 Mar 2002 13:10:35 +0000 (13:10 +0000)]
fixed HashTable allocation
Stig Bakken [Fri, 15 Mar 2002 11:26:47 +0000 (11:26 +0000)]
* fix for db3 from ports on freebsd
Andi Gutmans [Fri, 15 Mar 2002 10:49:31 +0000 (10:49 +0000)]
- Revert assert fix until it becomes clear what was wrong with my previous
- fix. I don't see any warnings when building with VC++ English.
Stig Bakken [Fri, 15 Mar 2002 10:06:37 +0000 (10:06 +0000)]
* yet another iconv config fix, should be able to handle most or all
configurations now (giconv/iconv, static libs only, iconv in libc etc.)
Yasuo Ohgaki [Fri, 15 Mar 2002 06:36:56 +0000 (06:36 +0000)]
Avoid warnings under VC.
# If you know how assert() should be used under VC, please fix it.
Yasuo Ohgaki [Fri, 15 Mar 2002 02:38:54 +0000 (02:38 +0000)]
Added some fix. Clean up a bit.
Wez Furlong [Fri, 15 Mar 2002 02:06:08 +0000 (02:06 +0000)]
it's late; no more commits from me tonight...
Wez Furlong [Fri, 15 Mar 2002 02:00:55 +0000 (02:00 +0000)]
should have diffed first...
Wez Furlong [Fri, 15 Mar 2002 01:58:00 +0000 (01:58 +0000)]
fix for ZE2 compile
<changelog@php.net> [Fri, 15 Mar 2002 01:19:57 +0000 (01:19 +0000)]
ChangeLog update
Harald Radi [Fri, 15 Mar 2002 00:00:34 +0000 (00:00 +0000)]
rpc apstraction module
does only work with ZendEngine2
Derick Rethans [Thu, 14 Mar 2002 18:41:35 +0000 (18:41 +0000)]
- Fix bug #16078
Zeev Suraski [Thu, 14 Mar 2002 18:39:53 +0000 (18:39 +0000)]
Change case for consistency
Stanislav Malyshev [Thu, 14 Mar 2002 17:13:02 +0000 (17:13 +0000)]
more cleanup
Stanislav Malyshev [Thu, 14 Mar 2002 17:08:06 +0000 (17:08 +0000)]
Update howto
Stefan Esser [Thu, 14 Mar 2002 16:48:18 +0000 (16:48 +0000)]
fixed a typo within checkuid
Stanislav Malyshev [Thu, 14 Mar 2002 16:00:48 +0000 (16:00 +0000)]
fix for delete $this and unset $this
Andi Gutmans [Thu, 14 Mar 2002 15:13:08 +0000 (15:13 +0000)]
- Define HAVE_ASSERT_H under Windows. There was a macro redefinition before
- this.
Zeev Suraski [Thu, 14 Mar 2002 14:15:26 +0000 (14:15 +0000)]
Good suggestion, but I'm not sure we want to start receiving bug
reports with that version
Wez Furlong [Thu, 14 Mar 2002 14:05:13 +0000 (14:05 +0000)]
fix buglet
Sterling Hughes [Thu, 14 Mar 2002 14:00:04 +0000 (14:00 +0000)]
update version
Zeev Suraski [Thu, 14 Mar 2002 13:42:58 +0000 (13:42 +0000)]
Childish, are we?
foobar [Thu, 14 Mar 2002 13:39:36 +0000 (13:39 +0000)]
- Fixed version
Zeev Suraski [Thu, 14 Mar 2002 13:35:19 +0000 (13:35 +0000)]
Make it clearer what this entry means
Zeev Suraski [Thu, 14 Mar 2002 13:27:43 +0000 (13:27 +0000)]
Fix version number
Derick Rethans [Thu, 14 Mar 2002 12:20:53 +0000 (12:20 +0000)]
- Whitespace part 1
Stanislav Malyshev [Thu, 14 Mar 2002 12:18:01 +0000 (12:18 +0000)]
Fix call_user_function
Stefan Esser [Thu, 14 Mar 2002 11:26:10 +0000 (11:26 +0000)]
fixed: last commit had debug code in it
Stefan Esser [Thu, 14 Mar 2002 11:22:53 +0000 (11:22 +0000)]
fixed whitespace
fixed lots of possible bufferoverflows
fixed memoryleak
Yasuo Ohgaki [Thu, 14 Mar 2002 09:36:13 +0000 (09:36 +0000)]
Fixed var_dump() crash when there is recursion.
# Since I said it's easy to fix :)
Stefan Roehrich [Thu, 14 Mar 2002 08:55:25 +0000 (08:55 +0000)]
Fixed NEWS entry, make it consistent with other entries.
Sebastian Bergmann [Thu, 14 Mar 2002 06:31:37 +0000 (06:31 +0000)]
Add note on which version of Apache 2 this SAPI module is compatible with.
Sean Bright [Thu, 14 Mar 2002 03:25:46 +0000 (03:25 +0000)]
Translate to English.
# I still don't know what a 'tag search' is...
Yasuo Ohgaki [Thu, 14 Mar 2002 02:17:23 +0000 (02:17 +0000)]
Include/enable assert.h/assert() when it is available
foobar [Thu, 14 Mar 2002 01:45:02 +0000 (01:45 +0000)]
- Fixed bug: #16047, #15865, and propably a few more..
<changelog@php.net> [Thu, 14 Mar 2002 01:20:41 +0000 (01:20 +0000)]
NEWS update
<changelog@php.net> [Thu, 14 Mar 2002 01:19:51 +0000 (01:19 +0000)]
ChangeLog update
Stefan Roehrich [Wed, 13 Mar 2002 21:00:44 +0000 (21:00 +0000)]
Fixed NEWS entry.
Jason Greene [Wed, 13 Mar 2002 18:45:39 +0000 (18:45 +0000)]
Fix CREDIT files, remove email address
Jason Greene [Wed, 13 Mar 2002 18:39:42 +0000 (18:39 +0000)]
Ignore extensions/sapis named skeleton
Sascha Schumann [Wed, 13 Mar 2002 16:59:49 +0000 (16:59 +0000)]
> might not sufficiently update a timestamp.
echo > should be good enough and should be implemented by the shell.
Sebastian Bergmann [Wed, 13 Mar 2002 16:22:37 +0000 (16:22 +0000)]
Really remove muscat directory.
Sebastian Bergmann [Wed, 13 Mar 2002 15:52:24 +0000 (15:52 +0000)]
Fix credits.
Jason Greene [Wed, 13 Mar 2002 14:40:31 +0000 (14:40 +0000)]
Update Credits
#Forgot about sapi
Jason Greene [Wed, 13 Mar 2002 14:11:09 +0000 (14:11 +0000)]
Update Credits
Sascha Schumann [Wed, 13 Mar 2002 13:08:49 +0000 (13:08 +0000)]
Because of the feature "don't try to send a cookie, if the sid
was contained in get/post variables" (which I still am not convinced
of completely), we need a separate variable which determines whether
to define SID in the event that a cookie was not sent.
Noticed by: Matt Allen
Sascha Schumann [Wed, 13 Mar 2002 12:48:05 +0000 (12:48 +0000)]
Some simplifications in PHP_ADD_SOURCES*
Sascha Schumann [Wed, 13 Mar 2002 12:30:49 +0000 (12:30 +0000)]
a bit of refactoring and making always_shared a nop in every day life
Stig Bakken [Wed, 13 Mar 2002 09:59:43 +0000 (09:59 +0000)]
* another libconv->libiconv typo
Sascha Schumann [Wed, 13 Mar 2002 09:20:49 +0000 (09:20 +0000)]
Provide context-specific functions which yield the directories
of extensions (PHP 4 configure vs. self-contained module)
Sascha Schumann [Wed, 13 Mar 2002 09:18:53 +0000 (09:18 +0000)]
Fix leftovers from yesterday (s/PHP_EXTENSION/PHP_NEW_EXTENSION/).
Christian Stocker [Wed, 13 Mar 2002 08:08:22 +0000 (08:08 +0000)]
Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODE
Christian Stocker [Wed, 13 Mar 2002 07:31:16 +0000 (07:31 +0000)]
Return #document in node_name(), if it's a XML_DOCUMENT_NODE
Sebastian Bergmann [Wed, 13 Mar 2002 07:11:00 +0000 (07:11 +0000)]
Sync with Apache2 Filter API change.
Stig Bakken [Wed, 13 Mar 2002 06:26:22 +0000 (06:26 +0000)]
* muscat extension moved to PECL (it is GPL'ed and it has never been
appropriate to distribute it with PHP)
Boian Bonev [Wed, 13 Mar 2002 03:51:22 +0000 (03:51 +0000)]
fix all comments in protos
Wez Furlong [Wed, 13 Mar 2002 02:49:03 +0000 (02:49 +0000)]
I've altered my diagnosis of segfault/leak problem
Wez Furlong [Wed, 13 Mar 2002 02:14:28 +0000 (02:14 +0000)]
Fix some issues with ZE2, but now have some leaks.
# Any ideas Andrei?
Tomas V.V.Cox [Wed, 13 Mar 2002 01:46:10 +0000 (01:46 +0000)]
No more lines on this test