]> granicus.if.org Git - php/log
php
23 years agoanother attempt at fixing compile warnings...
Sterling Hughes [Tue, 18 Sep 2001 20:05:05 +0000 (20:05 +0000)]
another attempt at fixing compile warnings...

23 years agohopefully fix win32 compile warnings
Sterling Hughes [Tue, 18 Sep 2001 05:48:49 +0000 (05:48 +0000)]
hopefully fix win32 compile warnings

# I really wish i had a box to compile php with win32 on

23 years agoChangeLog update
<changelog@php.net> [Tue, 18 Sep 2001 00:10:02 +0000 (00:10 +0000)]
ChangeLog update

23 years agoyet another ncurses 4.x fix
Hartmut Holzgraefe [Mon, 17 Sep 2001 22:11:55 +0000 (22:11 +0000)]
yet another ncurses 4.x fix

23 years agoeditor hints added
Hartmut Holzgraefe [Mon, 17 Sep 2001 22:00:38 +0000 (22:00 +0000)]
editor hints added

23 years agowhitespace
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:59:15 +0000 (21:59 +0000)]
whitespace

23 years agosome keyboard constants
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:57:09 +0000 (21:57 +0000)]
some keyboard constants

23 years agosome more function implementations
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:54:25 +0000 (21:54 +0000)]
some more function implementations

23 years agoMerge in qsort changes
Sterling Hughes [Mon, 17 Sep 2001 21:02:53 +0000 (21:02 +0000)]
Merge in qsort changes

23 years agoChange duration of temporary lobs to avoid leakage of temporary lob
David Benson [Mon, 17 Sep 2001 20:52:31 +0000 (20:52 +0000)]
Change duration of temporary lobs to avoid leakage of temporary lob
space (dbenson).

23 years agosome proto fixes (not all done yet)
Hartmut Holzgraefe [Mon, 17 Sep 2001 19:55:22 +0000 (19:55 +0000)]
some proto fixes (not all done yet)

23 years agogot rid of strtok and added some comments
Hartmut Holzgraefe [Mon, 17 Sep 2001 19:49:17 +0000 (19:49 +0000)]
got rid of strtok and added some comments

23 years agowill now configure out functions not available in ncurses 4.2
Hartmut Holzgraefe [Mon, 17 Sep 2001 16:24:11 +0000 (16:24 +0000)]
will now configure out functions not available in ncurses 4.2

23 years agoadding RFC for loose type requirements for functions
Brian Moon [Mon, 17 Sep 2001 16:01:20 +0000 (16:01 +0000)]
adding RFC for loose type requirements for functions

23 years agofix macros
Daniel Beulshausen [Mon, 17 Sep 2001 13:37:11 +0000 (13:37 +0000)]
fix macros

23 years agofix fcntl
Daniel Beulshausen [Mon, 17 Sep 2001 13:21:10 +0000 (13:21 +0000)]
fix fcntl

23 years agofixed a warning regarding incompatible function pointer types
Hartmut Holzgraefe [Mon, 17 Sep 2001 13:02:26 +0000 (13:02 +0000)]
fixed a warning regarding incompatible function pointer types

23 years agofix macro + nuke warning
Daniel Beulshausen [Mon, 17 Sep 2001 12:22:35 +0000 (12:22 +0000)]
fix macro + nuke warning

23 years agoChangeLog update
<changelog@php.net> [Mon, 17 Sep 2001 00:10:09 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 17 Sep 2001 00:10:05 +0000 (00:10 +0000)]
NEWS update

23 years agoCollection fix. getelem method now handles returning nulls
Andy Sautins [Sun, 16 Sep 2001 21:53:58 +0000 (21:53 +0000)]
Collection fix.  getelem method now handles returning nulls
correctly and gives warning when accessing an index that does
not exist.

23 years agoMake rand thread safe when ZTS is defined.
Sterling Hughes [Sun, 16 Sep 2001 20:49:57 +0000 (20:49 +0000)]
Make rand thread safe when ZTS is defined.

23 years agoHopefully fix compile warnings on win32 systems
Sterling Hughes [Sun, 16 Sep 2001 17:37:19 +0000 (17:37 +0000)]
Hopefully fix compile warnings on win32 systems

23 years agoMFZE1
Zeev Suraski [Sun, 16 Sep 2001 16:48:38 +0000 (16:48 +0000)]
MFZE1

23 years ago- Start giving the notes extension an indentation face lift but I got
Andi Gutmans [Sun, 16 Sep 2001 16:23:58 +0000 (16:23 +0000)]
- Start giving the notes extension an indentation face lift but I got
- tried half way through :)

23 years agoWS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdup
Sascha Schumann [Sun, 16 Sep 2001 16:03:49 +0000 (16:03 +0000)]
WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdup

23 years agofixed memory_peak resetting
Thies C. Arntzen [Sun, 16 Sep 2001 15:45:25 +0000 (15:45 +0000)]
fixed memory_peak resetting

23 years agocompiles without warnings now
Hartmut Holzgraefe [Sun, 16 Sep 2001 15:18:03 +0000 (15:18 +0000)]
compiles without warnings now

23 years agofor the daft folks that think 0 is a good seed.
Sterling Hughes [Sun, 16 Sep 2001 03:50:04 +0000 (03:50 +0000)]
for the daft folks that think 0 is a good seed.

23 years ago@ Make the seed options to srand() and mt_srand() optional, if the seed is
Sterling Hughes [Sun, 16 Sep 2001 03:46:59 +0000 (03:46 +0000)]
@ Make the seed options to srand() and mt_srand() optional, if the seed is
@ not specified, the generate the most random seed possible. (Sterling)

Please, if anyone has any comments on the way I generate this seed, speak up!
This seems to be the most "random" seed I could come up with...

This commit is 100% backwards compatible :)

Add myself to the authors list cause of recent work on the file

23 years agoChangeLog update
<changelog@php.net> [Sun, 16 Sep 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 16 Sep 2001 00:10:09 +0000 (00:10 +0000)]
NEWS update

23 years agofix this in a couple of other places and use estrndup() when we have the
Sterling Hughes [Sat, 15 Sep 2001 16:05:38 +0000 (16:05 +0000)]
fix this in a couple of other places and use estrndup() when we have the
string length.

23 years agoproperly grab field and value pairs, plus avoid a segfault when errmsg isn't
Sterling Hughes [Sat, 15 Sep 2001 16:00:47 +0000 (16:00 +0000)]
properly grab field and value pairs, plus avoid a segfault when errmsg isn't
defined

23 years agoA bug fixed when trying to return NULL strings.
Sergey Kartashoff [Sat, 15 Sep 2001 12:20:37 +0000 (12:20 +0000)]
A bug fixed when trying to return NULL strings.
Added a new example of building search frontend based on mnoGoSearch
extension.
@- A bug fixed when tryint to return NULL strings.
@  Added a new example of building search frontend based on mnoGoSearch
@  extension.

23 years ago Added support for japanese encoding to htmlentites() and htmlspecialchars(). @ Added...
Rui Hirokawa [Sat, 15 Sep 2001 04:48:48 +0000 (04:48 +0000)]
 Added support for japanese encoding to htmlentites() and htmlspecialchars(). @ Added support for japanese encoding to htmlentites() and htmlspecialchars(). (Rui)

23 years agoChangeLog update
<changelog@php.net> [Sat, 15 Sep 2001 00:09:56 +0000 (00:09 +0000)]
ChangeLog update

23 years agoChangeLog update
<changelog@php.net> [Fri, 14 Sep 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update

23 years agomore data types supported (and warn if unsupported encountered)
Hartmut Holzgraefe [Thu, 13 Sep 2001 19:52:57 +0000 (19:52 +0000)]
more data types supported (and warn if unsupported encountered)

23 years agofix strtr() when called with two parameters. this has been broken for some time!
Thies C. Arntzen [Thu, 13 Sep 2001 10:48:41 +0000 (10:48 +0000)]
fix strtr() when called with two parameters. this has been broken for some time!
guys, when "optimizing" functions you _shoudl_ write a testcase for the
working function and make _sure_ that it works afterwards!

23 years agoChangeLog update
<changelog@php.net> [Thu, 13 Sep 2001 00:11:26 +0000 (00:11 +0000)]
ChangeLog update

23 years agobe more flexible in finding a db++ installation
Hartmut Holzgraefe [Wed, 12 Sep 2001 19:54:46 +0000 (19:54 +0000)]
be more flexible in finding a db++ installation

23 years agoEnable chroot() only if SAPI is CGI.
foobar [Wed, 12 Sep 2001 02:07:46 +0000 (02:07 +0000)]
Enable chroot() only if SAPI is CGI.

23 years agoChangeLog update
<changelog@php.net> [Wed, 12 Sep 2001 00:09:59 +0000 (00:09 +0000)]
ChangeLog update

23 years agooops. Used C++ style comments. Make C style
Andy Sautins [Tue, 11 Sep 2001 23:16:32 +0000 (23:16 +0000)]
oops.  Used C++ style comments.  Make C style

23 years agoCollection fix. Fix core dump when accessing an element that is
Andy Sautins [Tue, 11 Sep 2001 23:15:18 +0000 (23:15 +0000)]
Collection fix.  Fix core dump when accessing an element that is
not in the collection.

23 years agoHandle assign/append of NULL values to collections correctly. Now
Andy Sautins [Tue, 11 Sep 2001 21:03:58 +0000 (21:03 +0000)]
Handle assign/append of NULL values to collections correctly.  Now
works consistently with how the rest of the library operates.  If
the value passed in is a null string, the value is set to null

23 years agorevert last commit. Guys, discuss such things first, then commit. Mkay?
Sascha Schumann [Tue, 11 Sep 2001 10:16:01 +0000 (10:16 +0000)]
revert last commit.  Guys, discuss such things first, then commit.  Mkay?

23 years agoAdd an API function for setting the session id from a session module...
Sterling Hughes [Tue, 11 Sep 2001 10:13:44 +0000 (10:13 +0000)]
Add an API function for setting the session id from a session module...

# The SRM folks wanted/needed this

23 years agoAlways return something from non-void function
Sascha Schumann [Tue, 11 Sep 2001 08:55:44 +0000 (08:55 +0000)]
Always return something from non-void function

23 years agoRemove some unused variables
Sascha Schumann [Tue, 11 Sep 2001 07:52:55 +0000 (07:52 +0000)]
Remove some unused variables

23 years agoSimilar to autoconf-2.5x, say who is doing what.
Sascha Schumann [Tue, 11 Sep 2001 07:50:53 +0000 (07:50 +0000)]
Similar to autoconf-2.5x, say who is doing what.

23 years agoIgnore "AC_PROG_LEX invoked multiple times"
Sascha Schumann [Tue, 11 Sep 2001 07:47:31 +0000 (07:47 +0000)]
Ignore "AC_PROG_LEX invoked multiple times"

23 years agoRemove obselete message and drop "divert(6)" which caused
Sascha Schumann [Tue, 11 Sep 2001 07:30:45 +0000 (07:30 +0000)]
Remove obselete message and drop "divert(6)" which caused
problems with autoconf 2.5x.

23 years agoFixed some protos. Haven't read the source code, so some protos could be wrong. bool...
Egon Schmid [Tue, 11 Sep 2001 01:03:59 +0000 (01:03 +0000)]
Fixed some protos. Haven't read the source code, so some protos could be wrong. bool notext=true looks very strange to me.

23 years agoRevise the xxx_export api so that exporting to files is comfortable.
Wez Furlong [Tue, 11 Sep 2001 00:33:25 +0000 (00:33 +0000)]
Revise the xxx_export api so that exporting to files is comfortable.

23 years agoChangeLog update
<changelog@php.net> [Tue, 11 Sep 2001 00:10:19 +0000 (00:10 +0000)]
ChangeLog update

23 years agoArrrgghh!
Wez Furlong [Tue, 11 Sep 2001 00:03:58 +0000 (00:03 +0000)]
Arrrgghh!
Fix munched file.
# Dunno how that happened.

23 years agoAdded some preliminary x509 cert and csr creation/signing functions.
Wez Furlong [Mon, 10 Sep 2001 23:57:10 +0000 (23:57 +0000)]
Added some preliminary x509 cert and csr creation/signing functions.
Also, some problems with CGI initialization should be eliminated.
Renamed some pkey functions to be more consistent.
# Added aliases for older names; not sure if we should keep those.

23 years agofix build.
foobar [Mon, 10 Sep 2001 23:34:42 +0000 (23:34 +0000)]
fix build.

23 years agofix resource destruction
Daniel Beulshausen [Mon, 10 Sep 2001 19:28:50 +0000 (19:28 +0000)]
fix resource destruction

23 years agoUse $(LINK) for libraries, but $(LINK_CLEAN) for creating programs.
Sascha Schumann [Mon, 10 Sep 2001 17:15:03 +0000 (17:15 +0000)]
Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs.

Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile.

23 years ago- Fix for bug #13230
Derick Rethans [Mon, 10 Sep 2001 17:14:38 +0000 (17:14 +0000)]
- Fix for bug #13230

23 years agoFix a problem when withval pointed to a symlink and automatic
Sascha Schumann [Mon, 10 Sep 2001 16:59:31 +0000 (16:59 +0000)]
Fix a problem when withval pointed to a symlink and automatic
detection for the java libraries failed

23 years agodon't forget TSRMLS_CC when using zend_parse_parameters
Daniel Beulshausen [Mon, 10 Sep 2001 14:30:10 +0000 (14:30 +0000)]
don't forget TSRMLS_CC when using zend_parse_parameters

23 years agolet apache2 filter build under win32
Daniel Beulshausen [Mon, 10 Sep 2001 13:04:24 +0000 (13:04 +0000)]
let apache2 filter build under win32

23 years agoA round of "d'ohs" for me, please.
Sascha Schumann [Mon, 10 Sep 2001 11:22:43 +0000 (11:22 +0000)]
A round of "d'ohs" for me, please.

We must not stop scanning after finding a "?", because we
need the information regarding the "#".

23 years agoUse proper macro to return string with unknown length
Sascha Schumann [Mon, 10 Sep 2001 11:06:15 +0000 (11:06 +0000)]
Use proper macro to return string with unknown length

23 years agoremoved ->is_ref check, doesn't make sense and causes bugs
Harald Radi [Mon, 10 Sep 2001 09:25:32 +0000 (09:25 +0000)]
removed ->is_ref check, doesn't make sense and causes bugs

23 years agoIDispatchs got released if they were passed to another component
Harald Radi [Mon, 10 Sep 2001 09:22:40 +0000 (09:22 +0000)]
IDispatchs got released if they were passed to another component

23 years ago.cvsignore
Stig Bakken [Mon, 10 Sep 2001 08:02:38 +0000 (08:02 +0000)]
.cvsignore

23 years ago* build fix
Stig Bakken [Mon, 10 Sep 2001 07:56:23 +0000 (07:56 +0000)]
* build fix

23 years agoRevert, this is max error size, not strlen(error)
Sterling Hughes [Mon, 10 Sep 2001 00:25:59 +0000 (00:25 +0000)]
Revert, this is max error size, not strlen(error)

23 years agoRETURN_STRING -> RETURN_STRINGL
Sterling Hughes [Mon, 10 Sep 2001 00:24:29 +0000 (00:24 +0000)]
RETURN_STRING -> RETURN_STRINGL

23 years agoChangeLog update
<changelog@php.net> [Mon, 10 Sep 2001 00:10:25 +0000 (00:10 +0000)]
ChangeLog update

23 years agoMFZE1 (nuke cplusplus code)
Zeev Suraski [Mon, 10 Sep 2001 00:08:24 +0000 (00:08 +0000)]
MFZE1 (nuke cplusplus code)

23 years agoMFZE1 (support return value in execute_scripts)
Zeev Suraski [Mon, 10 Sep 2001 00:07:32 +0000 (00:07 +0000)]
MFZE1 (support return value in execute_scripts)

23 years agoDo some justice to the doc team
Zeev Suraski [Sun, 9 Sep 2001 23:37:55 +0000 (23:37 +0000)]
Do some justice to the doc team

23 years agoBetter fix for mark problem
Sascha Schumann [Sun, 9 Sep 2001 14:52:39 +0000 (14:52 +0000)]
Better fix for mark problem

23 years agoFix mark-handling
Sascha Schumann [Sun, 9 Sep 2001 14:38:12 +0000 (14:38 +0000)]
Fix mark-handling

23 years ago- Don't wrap lines... this is annoying while coding.
Derick Rethans [Sun, 9 Sep 2001 13:29:31 +0000 (13:29 +0000)]
- Don't wrap lines... this is annoying while coding.

23 years ago- Really fix nl2br now... it's actaulyl faster now
Derick Rethans [Sun, 9 Sep 2001 12:55:48 +0000 (12:55 +0000)]
- Really fix nl2br now... it's actaulyl faster now

23 years ago- Fix for bug 11904
Derick Rethans [Sun, 9 Sep 2001 11:42:36 +0000 (11:42 +0000)]
- Fix for bug 11904
#- This is possibly not the best solution... feel free to improve

23 years agoremove ARG_COUNT(ht)
Sterling Hughes [Sun, 9 Sep 2001 11:03:31 +0000 (11:03 +0000)]
remove ARG_COUNT(ht)

# Is there any reason that the set_compare_func call is passed SORT_STRING
# instead of SORT_REGULAR??

23 years agoexport the mt rand functions...
Sterling Hughes [Sun, 9 Sep 2001 10:44:12 +0000 (10:44 +0000)]
export the mt rand functions...

23 years ago- Removed duplicate FETCH()
Derick Rethans [Sun, 9 Sep 2001 10:42:52 +0000 (10:42 +0000)]
- Removed duplicate FETCH()

23 years agoadd DOMXML news
Sterling Hughes [Sun, 9 Sep 2001 10:06:31 +0000 (10:06 +0000)]
add DOMXML news

23 years agohave this go through php's error warning system
Sterling Hughes [Sun, 9 Sep 2001 09:58:49 +0000 (09:58 +0000)]
have this go through php's error warning system

23 years agows fix, MFB
Sterling Hughes [Sun, 9 Sep 2001 09:51:02 +0000 (09:51 +0000)]
ws fix, MFB

23 years agoChange DOM-XML's error reporting to E_WARNING which is more appropriate
Sterling Hughes [Sun, 9 Sep 2001 09:41:40 +0000 (09:41 +0000)]
Change DOM-XML's error reporting to E_WARNING which is more appropriate

23 years agoChangeLog update
<changelog@php.net> [Sun, 9 Sep 2001 00:11:33 +0000 (00:11 +0000)]
ChangeLog update

23 years agocom_*() functions returned an oo-resource instead of an resource id,
Harald Radi [Sat, 8 Sep 2001 20:40:56 +0000 (20:40 +0000)]
com_*() functions returned an oo-resource instead of an resource id,
thus subsequent com_*() calls to com-returnvalues failed.

23 years agofix curl build for curl >= 7.8
André Langhorst [Sat, 8 Sep 2001 16:51:00 +0000 (16:51 +0000)]
fix curl build for curl >= 7.8

23 years agoremove bogus comment :)
Stig S. Bakken [Sat, 8 Sep 2001 11:17:25 +0000 (11:17 +0000)]
remove bogus comment :)

23 years agoRFC document for namespaces
Stig S. Bakken [Sat, 8 Sep 2001 11:02:06 +0000 (11:02 +0000)]
RFC document for namespaces

23 years agowrapped to 80 columns :)
Stig S. Bakken [Sat, 8 Sep 2001 08:55:42 +0000 (08:55 +0000)]
wrapped to 80 columns :)

23 years agotense, tense, tense
Sterling Hughes [Sat, 8 Sep 2001 00:42:25 +0000 (00:42 +0000)]
tense, tense, tense

23 years agoI'll stop annoying the list if this doesn't shed light :)
Sterling Hughes [Sat, 8 Sep 2001 00:11:12 +0000 (00:11 +0000)]
I'll stop annoying the list if this doesn't shed light :)

23 years agoChangeLog update
<changelog@php.net> [Sat, 8 Sep 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update

23 years agoDoesn't fix the subject problem, but debugging
Sterling Hughes [Sat, 8 Sep 2001 00:09:00 +0000 (00:09 +0000)]
Doesn't fix the subject problem, but debugging