]>
granicus.if.org Git - php/log
Sebastian Bergmann [Tue, 22 May 2001 19:16:51 +0000 (19:16 +0000)]
Fixed bug #10892.
Frank M. Kromann [Tue, 22 May 2001 18:26:36 +0000 (18:26 +0000)]
Fixing prototypes to match function names
Andrei Zmievski [Tue, 22 May 2001 17:55:07 +0000 (17:55 +0000)]
@- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
@ when register_globals is on. (Andrei)
Frank M. Kromann [Tue, 22 May 2001 17:32:17 +0000 (17:32 +0000)]
Changing how persistant links are added to zend_lists
Tomas V.V.Cox [Tue, 22 May 2001 16:30:36 +0000 (16:30 +0000)]
remove "?" from Console_Getopt. Sorry Andrei it was there and
I left there :)
Tomas V.V.Cox [Tue, 22 May 2001 16:25:04 +0000 (16:25 +0000)]
- added error cheking and abort when no script install dir is set
- minor typos
Tomas V.V.Cox [Tue, 22 May 2001 16:21:02 +0000 (16:21 +0000)]
- Added the following params support:
* -p set script install dir
* -e set extension install dir
* -d set documentation dest dir
* -v set verbose level
- Some error reporting clean up
- Added the standar PHP copyright header and authors
Jon Parise [Tue, 22 May 2001 02:45:04 +0000 (02:45 +0000)]
@ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon)
FreeBSD defines statfs(2) in <sys/mount.h>. Teach PHP to look for it there.
<changelog@php.net> [Tue, 22 May 2001 01:09:20 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 22 May 2001 01:09:17 +0000 (01:09 +0000)]
NEWS update
foobar [Tue, 22 May 2001 00:39:17 +0000 (00:39 +0000)]
this fixes a few apache can not start bugs.
Derick Rethans [Mon, 21 May 2001 22:37:47 +0000 (22:37 +0000)]
- Nuke warning
Derick Rethans [Mon, 21 May 2001 22:35:56 +0000 (22:35 +0000)]
- No need to include "zend" in include line
#- This broke compile because Unices want Zend instead of zend
James Moore [Mon, 21 May 2001 21:06:08 +0000 (21:06 +0000)]
Fix for #8539
foobar [Mon, 21 May 2001 19:47:15 +0000 (19:47 +0000)]
Fixed bug: #10777
Sterling Hughes [Mon, 21 May 2001 19:36:22 +0000 (19:36 +0000)]
Fix compile warning.
foobar [Mon, 21 May 2001 19:28:22 +0000 (19:28 +0000)]
fixed bug: #10593
James Moore [Mon, 21 May 2001 18:50:05 +0000 (18:50 +0000)]
Remove unused variable from imagesetstyle
Sterling Hughes [Mon, 21 May 2001 18:35:47 +0000 (18:35 +0000)]
one of these days I'll get this commit correct, just you watch!
# must not commit before coffee
# must not commit before coffee
# *ploink*
Sterling Hughes [Mon, 21 May 2001 18:07:17 +0000 (18:07 +0000)]
typo
Andi Gutmans [Mon, 21 May 2001 17:48:49 +0000 (17:48 +0000)]
- Fix name of function.
Sterling Hughes [Mon, 21 May 2001 17:48:19 +0000 (17:48 +0000)]
Fix socket_read to work under Linux again.
Sterling Hughes [Mon, 21 May 2001 17:34:18 +0000 (17:34 +0000)]
WS fix (php_read) and correct checking of the return value from inet_aton,
which returns *non-zero* on success (fix by Till Gerken).
Sterling Hughes [Mon, 21 May 2001 16:55:27 +0000 (16:55 +0000)]
Fixed bug where socket_connect() return the wrong value (report and fix by
Till Gerken)
foobar [Mon, 21 May 2001 16:18:51 +0000 (16:18 +0000)]
Fixed bug: #10742
Andrei Zmievski [Mon, 21 May 2001 15:47:52 +0000 (15:47 +0000)]
Moving some functions into Zend.
Andi Gutmans [Mon, 21 May 2001 15:27:11 +0000 (15:27 +0000)]
- EG's are passed automatically to internal functions.
Sean Bright [Mon, 21 May 2001 13:36:42 +0000 (13:36 +0000)]
Added get_defined_constants() function. Returns an associative array of
constants mapped to their values.
@- Added get_defined_constants() function to return an associative array of
@ constants mapped to their values. (Sean)
# If anyone sees a problem let me know.
<changelog@php.net> [Mon, 21 May 2001 01:09:24 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 21 May 2001 01:09:20 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Mon, 21 May 2001 00:05:51 +0000 (00:05 +0000)]
Remove extraneous tab
Sascha Schumann [Sun, 20 May 2001 23:39:09 +0000 (23:39 +0000)]
Add support for systems where p{read|write} take a off64_t without
being properly prototyped.
foobar [Sun, 20 May 2001 23:00:44 +0000 (23:00 +0000)]
A few modifications to make the ZLIB checks work better.
Sascha Schumann [Sun, 20 May 2001 22:18:03 +0000 (22:18 +0000)]
Whoops, the expat directory needs the XML_BYTE_ORDER macro
Sascha Schumann [Sun, 20 May 2001 22:15:25 +0000 (22:15 +0000)]
Don't add -DXML_BYTE_ORDER to global CPPFLAGS
Sascha Schumann [Sun, 20 May 2001 22:11:06 +0000 (22:11 +0000)]
looks promising
Sascha Schumann [Sun, 20 May 2001 22:04:23 +0000 (22:04 +0000)]
Fix path to alternate mkdir
Sascha Schumann [Sun, 20 May 2001 21:55:57 +0000 (21:55 +0000)]
Fix irix-time_r test
Sascha Schumann [Sun, 20 May 2001 21:50:54 +0000 (21:50 +0000)]
remove fi
Sascha Schumann [Sun, 20 May 2001 21:41:35 +0000 (21:41 +0000)]
ignore ylwrap
Sascha Schumann [Sun, 20 May 2001 21:29:55 +0000 (21:29 +0000)]
Support for IRIX-style asctime_r/ctime_r.
Sascha Schumann [Sun, 20 May 2001 21:07:23 +0000 (21:07 +0000)]
Catch 'mkdir -p' brokeness on IRIX
Andi Gutmans [Sun, 20 May 2001 20:48:40 +0000 (20:48 +0000)]
- The previous name could be confused with resource #
Andi Gutmans [Sun, 20 May 2001 20:25:20 +0000 (20:25 +0000)]
- Whitespace and change the name of the macro to something more verbose
ZEND_GET_RESOURCE_ID(...)
James Moore [Sun, 20 May 2001 17:06:39 +0000 (17:06 +0000)]
@ - Add new ZEND_GET_LE macro for retrieving destructor
@ id's from remote extensions. (Jmoore, Zend Engine)
Andi Gutmans [Sun, 20 May 2001 16:04:22 +0000 (16:04 +0000)]
- Don't allow resource types of 0
Wez Furlong [Sun, 20 May 2001 11:43:55 +0000 (11:43 +0000)]
fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64)
# oops
Sascha Schumann [Sun, 20 May 2001 11:13:56 +0000 (11:13 +0000)]
refining
Wez Furlong [Sun, 20 May 2001 11:11:28 +0000 (11:11 +0000)]
Imported mailparse extension
@- New mailparse extension for parsing and manipulating MIME mail (Wez)
Stig Bakken [Sun, 20 May 2001 05:29:54 +0000 (05:29 +0000)]
@Define HAVE_CONFIG_H when building standalone DSO extensions (Stig)
foobar [Sun, 20 May 2001 01:31:53 +0000 (01:31 +0000)]
This looks better.
Andrei Zmievski [Sun, 20 May 2001 01:21:44 +0000 (01:21 +0000)]
Properly free callback_name only when necessary.
<changelog@php.net> [Sun, 20 May 2001 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 20 May 2001 01:09:12 +0000 (01:09 +0000)]
NEWS update
Derick Rethans [Sun, 20 May 2001 00:23:49 +0000 (00:23 +0000)]
- Reversed 'fix' for #9698
- Fix for bug #9698/#10681 (patch by kettler@gmx.net)
@- Added the 'u' modifier to printf/sprintf which prints unsigned longs.
@ (Derick)
Rasmus Lerdorf [Sat, 19 May 2001 22:50:44 +0000 (22:50 +0000)]
Fix bug #9526
foobar [Sat, 19 May 2001 22:21:40 +0000 (22:21 +0000)]
Fixed bug #10964
Sascha Schumann [Sat, 19 May 2001 20:21:58 +0000 (20:21 +0000)]
Store some build-specific environment variables in config.nice.
Sterling Hughes [Sat, 19 May 2001 17:45:36 +0000 (17:45 +0000)]
nuke last remnants of the old globals stuff
# oops
James Moore [Sat, 19 May 2001 17:26:20 +0000 (17:26 +0000)]
Correct NEWS entry
Sascha Schumann [Sat, 19 May 2001 17:13:09 +0000 (17:13 +0000)]
s/^I/ / and some re-indenting. Also align the APXS checking code
with the standard scheme.
Sascha Schumann [Sat, 19 May 2001 17:02:09 +0000 (17:02 +0000)]
Reindent, add link map for AIX, improve diagnostic message,
carry over all -D* CPPFLAGS, and nuke REGEX recognition.
Andrei Zmievski [Sat, 19 May 2001 16:12:53 +0000 (16:12 +0000)]
Format.
Sascha Schumann [Sat, 19 May 2001 14:53:55 +0000 (14:53 +0000)]
Fix segfault when using zend_hash_add_empty_element
Sascha Schumann [Sat, 19 May 2001 14:51:39 +0000 (14:51 +0000)]
Use zend_hash_add_empty_element
Sascha Schumann [Sat, 19 May 2001 14:30:33 +0000 (14:30 +0000)]
Use write(2), if we can successfully write to stdout.
Derick Rethans [Sat, 19 May 2001 10:42:16 +0000 (10:42 +0000)]
- Adding an entry about mcrypt bugs
Sascha Schumann [Sat, 19 May 2001 10:10:49 +0000 (10:10 +0000)]
Looks like this was a bogus gcc warning.
Submitted by: Sebastian Bergmann
Sascha Schumann [Sat, 19 May 2001 09:58:31 +0000 (09:58 +0000)]
Improve reading from external data source for session id creation.
Improve generating the string representation of the md5 session id.
Sascha Schumann [Sat, 19 May 2001 09:56:42 +0000 (09:56 +0000)]
Nuke some warnings.
Sascha Schumann [Sat, 19 May 2001 07:47:11 +0000 (07:47 +0000)]
add entry
<changelog@php.net> [Sat, 19 May 2001 01:09:22 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 19 May 2001 01:09:19 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Fri, 18 May 2001 23:38:46 +0000 (23:38 +0000)]
munmap() file in RSHUTDOWN, if PHPWRITE fails.
Derick Rethans [Fri, 18 May 2001 20:54:15 +0000 (20:54 +0000)]
- Fix for bug #10890
@- Fixed bugs in the mcrypt extension that caused crashes (Derick)
Sascha Schumann [Fri, 18 May 2001 20:53:53 +0000 (20:53 +0000)]
First try at using Apache's export list when building a DSO.
Sterling Hughes [Fri, 18 May 2001 20:52:40 +0000 (20:52 +0000)]
@ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
@ specified that the drawn curve should be rounded. (Sterling)
Sterling Hughes [Fri, 18 May 2001 20:37:21 +0000 (20:37 +0000)]
remove more php3 ts stuff
Sterling Hughes [Fri, 18 May 2001 20:32:47 +0000 (20:32 +0000)]
should be using the function here.
Sterling Hughes [Fri, 18 May 2001 20:29:47 +0000 (20:29 +0000)]
Remove the remnants of old global macro's
Sascha Schumann [Fri, 18 May 2001 17:48:43 +0000 (17:48 +0000)]
Files should be shared among processes.
Hartmut Holzgraefe [Fri, 18 May 2001 16:42:54 +0000 (16:42 +0000)]
a small proto clarification
Andrei Zmievski [Fri, 18 May 2001 15:34:58 +0000 (15:34 +0000)]
Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute
the global namespace.
Thies C. Arntzen [Fri, 18 May 2001 14:40:02 +0000 (14:40 +0000)]
revert parts of last commit - stupid me!
Thies C. Arntzen [Fri, 18 May 2001 14:32:11 +0000 (14:32 +0000)]
reset allocated_memory_peak after each request.
Thies C. Arntzen [Fri, 18 May 2001 14:32:05 +0000 (14:32 +0000)]
--enable-memory-usage-info id deprecated. use --enable-memory-limit instead!
Uwe Steinmann [Fri, 18 May 2001 08:07:09 +0000 (08:07 +0000)]
- completed list of error messages (thanks to Torben Wilson)
<changelog@php.net> [Fri, 18 May 2001 01:09:29 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 18 May 2001 01:09:26 +0000 (01:09 +0000)]
NEWS update
James Moore [Thu, 17 May 2001 23:57:43 +0000 (23:57 +0000)]
Merge the more sensible way of doing this back in to HEAD
James Moore [Thu, 17 May 2001 21:32:05 +0000 (21:32 +0000)]
@ - Fixed getopt so it accepts arguments in the form -<option><value> not
@ just -<option> <value> (jmoore)
Derick Rethans [Thu, 17 May 2001 21:27:48 +0000 (21:27 +0000)]
- Fix for bug #9801 (and maybe others)
Sterling Hughes [Thu, 17 May 2001 18:15:15 +0000 (18:15 +0000)]
Some fixes. Actually assign a value scheme_handlers before processing it.
Add some checks for key type. Remove some debugging data.
Daniel Beulshausen [Thu, 17 May 2001 17:21:26 +0000 (17:21 +0000)]
update news
Daniel Beulshausen [Thu, 17 May 2001 17:13:47 +0000 (17:13 +0000)]
winsock is already initialized in an higher version by php
Daniel Beulshausen [Thu, 17 May 2001 17:05:17 +0000 (17:05 +0000)]
add notes & sockets ext
Daniel Beulshausen [Thu, 17 May 2001 17:02:37 +0000 (17:02 +0000)]
update sockets to work with winsock as well
Zeev Suraski [Thu, 17 May 2001 16:33:45 +0000 (16:33 +0000)]
That's slightly clearer that way :)
Martin Kraemer [Thu, 17 May 2001 15:27:12 +0000 (15:27 +0000)]
Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3
Zeev Suraski [Thu, 17 May 2001 13:31:45 +0000 (13:31 +0000)]
Add missing info