]> granicus.if.org Git - php/log
php
24 years agoThis was merged into the 4.0.6 branch.
Jon Parise [Wed, 23 May 2001 17:04:08 +0000 (17:04 +0000)]
This was merged into the 4.0.6 branch.

24 years ago- Fix problem of output initialization
Andi Gutmans [Wed, 23 May 2001 16:52:45 +0000 (16:52 +0000)]
- Fix problem of output initialization

24 years agoFix Basic auth (when under PHP control) for EBCDIC platforms
Martin Kraemer [Wed, 23 May 2001 15:24:53 +0000 (15:24 +0000)]
Fix Basic auth (when under PHP control) for EBCDIC platforms

24 years ago-Changed $param[0] to $param{0} less ambiguous
Tomas V.V.Cox [Wed, 23 May 2001 14:38:09 +0000 (14:38 +0000)]
-Changed $param[0] to $param{0} less ambiguous
-Readd "-?" param that shows the usage msg

24 years agoFix segfault -- need to copy-construct constant value.
Andrei Zmievski [Wed, 23 May 2001 13:54:22 +0000 (13:54 +0000)]
Fix segfault -- need to copy-construct constant value.

24 years agoThis was merged into 4.0.6.
Andrei Zmievski [Wed, 23 May 2001 13:04:35 +0000 (13:04 +0000)]
This was merged into 4.0.6.

24 years ago* added missing doc for PEAR::raiseError skipmsg parameter
Stig Bakken [Wed, 23 May 2001 12:37:43 +0000 (12:37 +0000)]
* added missing doc for PEAR::raiseError skipmsg parameter

24 years ago- Commit fix by Steve Meyers
Andi Gutmans [Wed, 23 May 2001 04:17:54 +0000 (04:17 +0000)]
- Commit fix by Steve Meyers

24 years agooops..
foobar [Wed, 23 May 2001 03:40:52 +0000 (03:40 +0000)]
oops..

24 years ago@ Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL
Sterling Hughes [Wed, 23 May 2001 03:37:53 +0000 (03:37 +0000)]
@ Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL
@ constants. (Zak)

24 years agoAdd missing end-folding delimiter
John Donagher [Wed, 23 May 2001 01:50:11 +0000 (01:50 +0000)]
Add missing end-folding delimiter

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

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

24 years agofixed bug: #10960
foobar [Wed, 23 May 2001 00:33:47 +0000 (00:33 +0000)]
fixed bug: #10960

24 years ago - Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLLECTION_F...
Andy Sautins [Tue, 22 May 2001 23:16:03 +0000 (23:16 +0000)]
   - Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLLECTION_FORCE )
   - Added schema optional parameter to OCINewCollection to allow accessing types in
     other schemas.
   - Added OCI_TYPECODE_TABLE to OCINewCollection to allow creation of collection of TYPES
     as well as VARRAYS

24 years agoThe -c commandline option was not working at all, need to set the path
Shane Caraveo [Tue, 22 May 2001 23:05:08 +0000 (23:05 +0000)]
The -c commandline option was not working at all, need to set the path
override before calling on the module startup.

24 years agoFixed bug: #10914
foobar [Tue, 22 May 2001 21:33:17 +0000 (21:33 +0000)]
Fixed bug: #10914

24 years agoFixes.
Andrei Zmievski [Tue, 22 May 2001 20:13:52 +0000 (20:13 +0000)]
Fixes.

24 years ago- Start nuking not needed GINIT
Andi Gutmans [Tue, 22 May 2001 19:19:04 +0000 (19:19 +0000)]
- Start nuking not needed GINIT

24 years agoFixed bug #10892.
Sebastian Bergmann [Tue, 22 May 2001 19:16:51 +0000 (19:16 +0000)]
Fixed bug #10892.

24 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

24 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)

24 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

24 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 :)

24 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

24 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

24 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.

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

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

24 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.

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

24 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

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

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

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

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

24 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

24 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*

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

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

24 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.

24 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).

24 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)

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

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

24 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.

24 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.

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

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

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

24 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.

24 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.

24 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

24 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

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

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

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

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

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

24 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.

24 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

24 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 #

24 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(...)

24 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)

24 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

24 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

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

24 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)

24 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)

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

24 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.

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

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

24 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)

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

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

24 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.

24 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

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

24 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.

24 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.

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

24 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

24 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

24 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.

24 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

24 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

24 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.

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

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

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

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

24 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.

24 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)

24 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.

24 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)

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

24 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.

24 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

24 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.