]> granicus.if.org Git - php/log
php
23 years agoFixed bug #10892.
Sebastian Bergmann [Tue, 22 May 2001 19:16:51 +0000 (19:16 +0000)]
Fixed bug #10892.

23 years agoFixing prototypes to match function names
Frank M. Kromann [Tue, 22 May 2001 18:26:36 +0000 (18:26 +0000)]
Fixing prototypes to match function names

23 years ago@- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
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)

23 years agoChanging how persistant links are added to zend_lists
Frank M. Kromann [Tue, 22 May 2001 17:32:17 +0000 (17:32 +0000)]
Changing how persistant links are added to zend_lists

23 years agoremove "?" from Console_Getopt. Sorry Andrei it was there and
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 :)

23 years ago- added error cheking and abort when no script install dir is set
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

23 years ago- Added the following params support:
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

23 years ago@ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon)
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.

23 years agoChangeLog update
<changelog@php.net> [Tue, 22 May 2001 01:09:20 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 22 May 2001 01:09:17 +0000 (01:09 +0000)]
NEWS update

23 years agothis fixes a few apache can not start bugs.
foobar [Tue, 22 May 2001 00:39:17 +0000 (00:39 +0000)]
this fixes a few apache can not start bugs.

23 years ago- Nuke warning
Derick Rethans [Mon, 21 May 2001 22:37:47 +0000 (22:37 +0000)]
- Nuke warning

23 years ago- No need to include "zend" in include line
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

23 years agoFix for #8539
James Moore [Mon, 21 May 2001 21:06:08 +0000 (21:06 +0000)]
Fix for #8539

23 years agoFixed bug: #10777
foobar [Mon, 21 May 2001 19:47:15 +0000 (19:47 +0000)]
Fixed bug: #10777

23 years agoFix compile warning.
Sterling Hughes [Mon, 21 May 2001 19:36:22 +0000 (19:36 +0000)]
Fix compile warning.

23 years agofixed bug: #10593
foobar [Mon, 21 May 2001 19:28:22 +0000 (19:28 +0000)]
fixed bug: #10593

23 years ago Remove unused variable from imagesetstyle
James Moore [Mon, 21 May 2001 18:50:05 +0000 (18:50 +0000)]
 Remove unused variable from imagesetstyle

23 years agoone of these days I'll get this commit correct, just you watch!
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*

23 years agotypo
Sterling Hughes [Mon, 21 May 2001 18:07:17 +0000 (18:07 +0000)]
typo

23 years ago- Fix name of function.
Andi Gutmans [Mon, 21 May 2001 17:48:49 +0000 (17:48 +0000)]
- Fix name of function.

23 years agoFix socket_read to work under Linux again.
Sterling Hughes [Mon, 21 May 2001 17:48:19 +0000 (17:48 +0000)]
Fix socket_read to work under Linux again.

23 years ago WS fix (php_read) and correct checking of the return value from inet_aton,
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).

23 years agoFixed bug where socket_connect() return the wrong value (report and fix by
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)

23 years agoFixed bug: #10742
foobar [Mon, 21 May 2001 16:18:51 +0000 (16:18 +0000)]
Fixed bug: #10742

23 years agoMoving some functions into Zend.
Andrei Zmievski [Mon, 21 May 2001 15:47:52 +0000 (15:47 +0000)]
Moving some functions into Zend.

23 years ago- EG's are passed automatically to internal functions.
Andi Gutmans [Mon, 21 May 2001 15:27:11 +0000 (15:27 +0000)]
- EG's are passed automatically to internal functions.

23 years agoAdded get_defined_constants() function. Returns an associative array of
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.

23 years agoChangeLog update
<changelog@php.net> [Mon, 21 May 2001 01:09:24 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 21 May 2001 01:09:20 +0000 (01:09 +0000)]
NEWS update

23 years agoRemove extraneous tab
Sascha Schumann [Mon, 21 May 2001 00:05:51 +0000 (00:05 +0000)]
Remove extraneous tab

23 years agoAdd support for systems where p{read|write} take a off64_t without
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.

23 years agoA few modifications to make the ZLIB checks work better.
foobar [Sun, 20 May 2001 23:00:44 +0000 (23:00 +0000)]
A few modifications to make the ZLIB checks work better.

23 years agoWhoops, the expat directory needs the XML_BYTE_ORDER macro
Sascha Schumann [Sun, 20 May 2001 22:18:03 +0000 (22:18 +0000)]
Whoops, the expat directory needs the XML_BYTE_ORDER macro

23 years agoDon't add -DXML_BYTE_ORDER to global CPPFLAGS
Sascha Schumann [Sun, 20 May 2001 22:15:25 +0000 (22:15 +0000)]
Don't add -DXML_BYTE_ORDER to global CPPFLAGS

23 years agolooks promising
Sascha Schumann [Sun, 20 May 2001 22:11:06 +0000 (22:11 +0000)]
looks promising

23 years agoFix path to alternate mkdir
Sascha Schumann [Sun, 20 May 2001 22:04:23 +0000 (22:04 +0000)]
Fix path to alternate mkdir

23 years agoFix irix-time_r test
Sascha Schumann [Sun, 20 May 2001 21:55:57 +0000 (21:55 +0000)]
Fix irix-time_r test

23 years agoremove fi
Sascha Schumann [Sun, 20 May 2001 21:50:54 +0000 (21:50 +0000)]
remove fi

23 years agoignore ylwrap
Sascha Schumann [Sun, 20 May 2001 21:41:35 +0000 (21:41 +0000)]
ignore ylwrap

23 years agoSupport for IRIX-style asctime_r/ctime_r.
Sascha Schumann [Sun, 20 May 2001 21:29:55 +0000 (21:29 +0000)]
Support for IRIX-style asctime_r/ctime_r.

23 years agoCatch 'mkdir -p' brokeness on IRIX
Sascha Schumann [Sun, 20 May 2001 21:07:23 +0000 (21:07 +0000)]
Catch 'mkdir -p' brokeness on IRIX

23 years ago- The previous name could be confused with resource #
Andi Gutmans [Sun, 20 May 2001 20:48:40 +0000 (20:48 +0000)]
- The previous name could be confused with resource #

23 years ago- Whitespace and change the name of the macro to something more verbose
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(...)

23 years ago@ - Add new ZEND_GET_LE macro for retrieving destructor
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)

23 years ago- Don't allow resource types of 0
Andi Gutmans [Sun, 20 May 2001 16:04:22 +0000 (16:04 +0000)]
- Don't allow resource types of 0

23 years agofixed a bug in mailparse_stream_encode which would default to a random encoding ...
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

23 years agorefining
Sascha Schumann [Sun, 20 May 2001 11:13:56 +0000 (11:13 +0000)]
refining

23 years agoImported mailparse extension
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)

23 years ago@Define HAVE_CONFIG_H when building standalone DSO extensions (Stig)
Stig Bakken [Sun, 20 May 2001 05:29:54 +0000 (05:29 +0000)]
@Define HAVE_CONFIG_H when building standalone DSO extensions (Stig)

23 years agoThis looks better.
foobar [Sun, 20 May 2001 01:31:53 +0000 (01:31 +0000)]
This looks better.

23 years agoProperly free callback_name only when necessary.
Andrei Zmievski [Sun, 20 May 2001 01:21:44 +0000 (01:21 +0000)]
Properly free callback_name only when necessary.

23 years agoChangeLog update
<changelog@php.net> [Sun, 20 May 2001 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 20 May 2001 01:09:12 +0000 (01:09 +0000)]
NEWS update

23 years ago- Reversed 'fix' for #9698
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)

23 years agoFix bug #9526
Rasmus Lerdorf [Sat, 19 May 2001 22:50:44 +0000 (22:50 +0000)]
Fix bug #9526

23 years agoFixed bug #10964
foobar [Sat, 19 May 2001 22:21:40 +0000 (22:21 +0000)]
Fixed bug #10964

23 years agoStore some build-specific environment variables in config.nice.
Sascha Schumann [Sat, 19 May 2001 20:21:58 +0000 (20:21 +0000)]
Store some build-specific environment variables in config.nice.

23 years agonuke last remnants of the old globals stuff
Sterling Hughes [Sat, 19 May 2001 17:45:36 +0000 (17:45 +0000)]
nuke last remnants of the old globals stuff

# oops

23 years agoCorrect NEWS entry
James Moore [Sat, 19 May 2001 17:26:20 +0000 (17:26 +0000)]
Correct NEWS entry

23 years agos/^I/ / and some re-indenting. Also align the APXS checking code
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.

23 years agoReindent, add link map for AIX, improve diagnostic message,
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.

23 years agoFormat.
Andrei Zmievski [Sat, 19 May 2001 16:12:53 +0000 (16:12 +0000)]
Format.

23 years agoFix segfault when using zend_hash_add_empty_element
Sascha Schumann [Sat, 19 May 2001 14:53:55 +0000 (14:53 +0000)]
Fix segfault when using zend_hash_add_empty_element

23 years agoUse zend_hash_add_empty_element
Sascha Schumann [Sat, 19 May 2001 14:51:39 +0000 (14:51 +0000)]
Use zend_hash_add_empty_element

23 years agoUse write(2), if we can successfully write to stdout.
Sascha Schumann [Sat, 19 May 2001 14:30:33 +0000 (14:30 +0000)]
Use write(2), if we can successfully write to stdout.

23 years ago- Adding an entry about mcrypt bugs
Derick Rethans [Sat, 19 May 2001 10:42:16 +0000 (10:42 +0000)]
- Adding an entry about mcrypt bugs

23 years agoLooks like this was a bogus gcc warning.
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

23 years agoImprove reading from external data source for session id creation.
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.

23 years agoNuke some warnings.
Sascha Schumann [Sat, 19 May 2001 09:56:42 +0000 (09:56 +0000)]
Nuke some warnings.

23 years agoadd entry
Sascha Schumann [Sat, 19 May 2001 07:47:11 +0000 (07:47 +0000)]
add entry

23 years agoChangeLog update
<changelog@php.net> [Sat, 19 May 2001 01:09:22 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 19 May 2001 01:09:19 +0000 (01:09 +0000)]
NEWS update

23 years agomunmap() file in RSHUTDOWN, if PHPWRITE fails.
Sascha Schumann [Fri, 18 May 2001 23:38:46 +0000 (23:38 +0000)]
munmap() file in RSHUTDOWN, if PHPWRITE fails.

23 years ago- Fix for bug #10890
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)

23 years agoFirst try at using Apache's export list when building a DSO.
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.

23 years ago@ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
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)

23 years agoremove more php3 ts stuff
Sterling Hughes [Fri, 18 May 2001 20:37:21 +0000 (20:37 +0000)]
remove more php3 ts stuff

23 years agoshould be using the function here.
Sterling Hughes [Fri, 18 May 2001 20:32:47 +0000 (20:32 +0000)]
should be using the function here.

23 years agoRemove the remnants of old global macro's
Sterling Hughes [Fri, 18 May 2001 20:29:47 +0000 (20:29 +0000)]
Remove the remnants of old global macro's

23 years agoFiles should be shared among processes.
Sascha Schumann [Fri, 18 May 2001 17:48:43 +0000 (17:48 +0000)]
Files should be shared among processes.

23 years agoa small proto clarification
Hartmut Holzgraefe [Fri, 18 May 2001 16:42:54 +0000 (16:42 +0000)]
a small proto clarification

23 years agoMove -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute
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.

23 years agorevert parts of last commit - stupid me!
Thies C. Arntzen [Fri, 18 May 2001 14:40:02 +0000 (14:40 +0000)]
revert parts of last commit - stupid me!

23 years agoreset allocated_memory_peak after each request.
Thies C. Arntzen [Fri, 18 May 2001 14:32:11 +0000 (14:32 +0000)]
reset allocated_memory_peak after each request.

23 years ago--enable-memory-usage-info id deprecated. use --enable-memory-limit instead!
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!

23 years ago- completed list of error messages (thanks to Torben Wilson)
Uwe Steinmann [Fri, 18 May 2001 08:07:09 +0000 (08:07 +0000)]
- completed list of error messages (thanks to Torben Wilson)

23 years agoChangeLog update
<changelog@php.net> [Fri, 18 May 2001 01:09:29 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 18 May 2001 01:09:26 +0000 (01:09 +0000)]
NEWS update

23 years agoMerge the more sensible way of doing this back in to HEAD
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

23 years ago@ - Fixed getopt so it accepts arguments in the form -<option><value> not
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)

23 years ago- Fix for bug #9801 (and maybe others)
Derick Rethans [Thu, 17 May 2001 21:27:48 +0000 (21:27 +0000)]
- Fix for bug #9801 (and maybe others)

23 years agoSome fixes. Actually assign a value scheme_handlers before processing it.
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.

23 years agoupdate news
Daniel Beulshausen [Thu, 17 May 2001 17:21:26 +0000 (17:21 +0000)]
update news

23 years agowinsock is already initialized in an higher version by php
Daniel Beulshausen [Thu, 17 May 2001 17:13:47 +0000 (17:13 +0000)]
winsock is already initialized in an higher version by php

23 years agoadd notes & sockets ext
Daniel Beulshausen [Thu, 17 May 2001 17:05:17 +0000 (17:05 +0000)]
add notes & sockets ext

23 years agoupdate sockets to work with winsock as well
Daniel Beulshausen [Thu, 17 May 2001 17:02:37 +0000 (17:02 +0000)]
update sockets to work with winsock as well

23 years agoThat's slightly clearer that way :)
Zeev Suraski [Thu, 17 May 2001 16:33:45 +0000 (16:33 +0000)]
That's slightly clearer that way :)

23 years agoAllow for DB3 to reside in /usr/local/include/db3/ and -ldb3
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

23 years agoAdd missing info
Zeev Suraski [Thu, 17 May 2001 13:31:45 +0000 (13:31 +0000)]
Add missing info