]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Mon, 17 Sep 2001 16:24:11 +0000 (16:24 +0000)]
will now configure out functions not available in ncurses 4.2
Brian Moon [Mon, 17 Sep 2001 16:01:20 +0000 (16:01 +0000)]
adding RFC for loose type requirements for functions
Daniel Beulshausen [Mon, 17 Sep 2001 13:37:11 +0000 (13:37 +0000)]
fix macros
Daniel Beulshausen [Mon, 17 Sep 2001 13:21:10 +0000 (13:21 +0000)]
fix fcntl
Hartmut Holzgraefe [Mon, 17 Sep 2001 13:02:26 +0000 (13:02 +0000)]
fixed a warning regarding incompatible function pointer types
Daniel Beulshausen [Mon, 17 Sep 2001 12:22:35 +0000 (12:22 +0000)]
fix macro + nuke warning
<changelog@php.net> [Mon, 17 Sep 2001 00:10:09 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 17 Sep 2001 00:10:05 +0000 (00:10 +0000)]
NEWS update
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.
Sterling Hughes [Sun, 16 Sep 2001 20:49:57 +0000 (20:49 +0000)]
Make rand thread safe when ZTS is defined.
Sterling Hughes [Sun, 16 Sep 2001 17:37:19 +0000 (17:37 +0000)]
Hopefully fix compile warnings on win32 systems
Zeev Suraski [Sun, 16 Sep 2001 16:48:38 +0000 (16:48 +0000)]
MFZE1
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 :)
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
Thies C. Arntzen [Sun, 16 Sep 2001 15:45:25 +0000 (15:45 +0000)]
fixed memory_peak resetting
Hartmut Holzgraefe [Sun, 16 Sep 2001 15:18:03 +0000 (15:18 +0000)]
compiles without warnings now
Sterling Hughes [Sun, 16 Sep 2001 03:50:04 +0000 (03:50 +0000)]
for the daft folks that think 0 is a good seed.
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
<changelog@php.net> [Sun, 16 Sep 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 16 Sep 2001 00:10:09 +0000 (00:10 +0000)]
NEWS update
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.
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
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.
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)
<changelog@php.net> [Sat, 15 Sep 2001 00:09:56 +0000 (00:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 14 Sep 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update
Hartmut Holzgraefe [Thu, 13 Sep 2001 19:52:57 +0000 (19:52 +0000)]
more data types supported (and warn if unsupported encountered)
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!
<changelog@php.net> [Thu, 13 Sep 2001 00:11:26 +0000 (00:11 +0000)]
ChangeLog update
Hartmut Holzgraefe [Wed, 12 Sep 2001 19:54:46 +0000 (19:54 +0000)]
be more flexible in finding a db++ installation
foobar [Wed, 12 Sep 2001 02:07:46 +0000 (02:07 +0000)]
Enable chroot() only if SAPI is CGI.
<changelog@php.net> [Wed, 12 Sep 2001 00:09:59 +0000 (00:09 +0000)]
ChangeLog update
Andy Sautins [Tue, 11 Sep 2001 23:16:32 +0000 (23:16 +0000)]
oops. Used C++ style comments. Make C style
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.
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
Sascha Schumann [Tue, 11 Sep 2001 10:16:01 +0000 (10:16 +0000)]
revert last commit. Guys, discuss such things first, then commit. Mkay?
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
Sascha Schumann [Tue, 11 Sep 2001 08:55:44 +0000 (08:55 +0000)]
Always return something from non-void function
Sascha Schumann [Tue, 11 Sep 2001 07:52:55 +0000 (07:52 +0000)]
Remove some unused variables
Sascha Schumann [Tue, 11 Sep 2001 07:50:53 +0000 (07:50 +0000)]
Similar to autoconf-2.5x, say who is doing what.
Sascha Schumann [Tue, 11 Sep 2001 07:47:31 +0000 (07:47 +0000)]
Ignore "AC_PROG_LEX invoked multiple times"
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.
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.
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.
<changelog@php.net> [Tue, 11 Sep 2001 00:10:19 +0000 (00:10 +0000)]
ChangeLog update
Wez Furlong [Tue, 11 Sep 2001 00:03:58 +0000 (00:03 +0000)]
Arrrgghh!
Fix munched file.
# Dunno how that happened.
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.
foobar [Mon, 10 Sep 2001 23:34:42 +0000 (23:34 +0000)]
fix build.
Daniel Beulshausen [Mon, 10 Sep 2001 19:28:50 +0000 (19:28 +0000)]
fix resource destruction
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.
Derick Rethans [Mon, 10 Sep 2001 17:14:38 +0000 (17:14 +0000)]
- Fix for bug #13230
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
Daniel Beulshausen [Mon, 10 Sep 2001 14:30:10 +0000 (14:30 +0000)]
don't forget TSRMLS_CC when using zend_parse_parameters
Daniel Beulshausen [Mon, 10 Sep 2001 13:04:24 +0000 (13:04 +0000)]
let apache2 filter build under win32
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 "#".
Sascha Schumann [Mon, 10 Sep 2001 11:06:15 +0000 (11:06 +0000)]
Use proper macro to return string with unknown length
Harald Radi [Mon, 10 Sep 2001 09:25:32 +0000 (09:25 +0000)]
removed ->is_ref check, doesn't make sense and causes bugs
Harald Radi [Mon, 10 Sep 2001 09:22:40 +0000 (09:22 +0000)]
IDispatchs got released if they were passed to another component
Stig Bakken [Mon, 10 Sep 2001 08:02:38 +0000 (08:02 +0000)]
.cvsignore
Stig Bakken [Mon, 10 Sep 2001 07:56:23 +0000 (07:56 +0000)]
* build fix
Sterling Hughes [Mon, 10 Sep 2001 00:25:59 +0000 (00:25 +0000)]
Revert, this is max error size, not strlen(error)
Sterling Hughes [Mon, 10 Sep 2001 00:24:29 +0000 (00:24 +0000)]
RETURN_STRING -> RETURN_STRINGL
<changelog@php.net> [Mon, 10 Sep 2001 00:10:25 +0000 (00:10 +0000)]
ChangeLog update
Zeev Suraski [Mon, 10 Sep 2001 00:08:24 +0000 (00:08 +0000)]
MFZE1 (nuke cplusplus code)
Zeev Suraski [Mon, 10 Sep 2001 00:07:32 +0000 (00:07 +0000)]
MFZE1 (support return value in execute_scripts)
Zeev Suraski [Sun, 9 Sep 2001 23:37:55 +0000 (23:37 +0000)]
Do some justice to the doc team
Sascha Schumann [Sun, 9 Sep 2001 14:52:39 +0000 (14:52 +0000)]
Better fix for mark problem
Sascha Schumann [Sun, 9 Sep 2001 14:38:12 +0000 (14:38 +0000)]
Fix mark-handling
Derick Rethans [Sun, 9 Sep 2001 13:29:31 +0000 (13:29 +0000)]
- Don't wrap lines... this is annoying while coding.
Derick Rethans [Sun, 9 Sep 2001 12:55:48 +0000 (12:55 +0000)]
- Really fix nl2br now... it's actaulyl faster now
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
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??
Sterling Hughes [Sun, 9 Sep 2001 10:44:12 +0000 (10:44 +0000)]
export the mt rand functions...
Derick Rethans [Sun, 9 Sep 2001 10:42:52 +0000 (10:42 +0000)]
- Removed duplicate FETCH()
Sterling Hughes [Sun, 9 Sep 2001 10:06:31 +0000 (10:06 +0000)]
add DOMXML news
Sterling Hughes [Sun, 9 Sep 2001 09:58:49 +0000 (09:58 +0000)]
have this go through php's error warning system
Sterling Hughes [Sun, 9 Sep 2001 09:51:02 +0000 (09:51 +0000)]
ws fix, MFB
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
<changelog@php.net> [Sun, 9 Sep 2001 00:11:33 +0000 (00:11 +0000)]
ChangeLog update
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.
André Langhorst [Sat, 8 Sep 2001 16:51:00 +0000 (16:51 +0000)]
fix curl build for curl >= 7.8
Stig S. Bakken [Sat, 8 Sep 2001 11:17:25 +0000 (11:17 +0000)]
remove bogus comment :)
Stig S. Bakken [Sat, 8 Sep 2001 11:02:06 +0000 (11:02 +0000)]
RFC document for namespaces
Stig S. Bakken [Sat, 8 Sep 2001 08:55:42 +0000 (08:55 +0000)]
wrapped to 80 columns :)
Sterling Hughes [Sat, 8 Sep 2001 00:42:25 +0000 (00:42 +0000)]
tense, tense, tense
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 :)
<changelog@php.net> [Sat, 8 Sep 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update
Sterling Hughes [Sat, 8 Sep 2001 00:09:00 +0000 (00:09 +0000)]
Doesn't fix the subject problem, but debugging
Sterling Hughes [Fri, 7 Sep 2001 23:57:38 +0000 (23:57 +0000)]
revert (I'll fix the subject stuff in a second)
Sterling Hughes [Fri, 7 Sep 2001 23:56:19 +0000 (23:56 +0000)]
testing
Wez Furlong [Fri, 7 Sep 2001 17:09:56 +0000 (17:09 +0000)]
API update: use zend_parse_parameters
Andi Gutmans [Fri, 7 Sep 2001 14:46:12 +0000 (14:46 +0000)]
- Shift around the variable parsing code to make it simpler.
Daniel Beulshausen [Fri, 7 Sep 2001 13:53:28 +0000 (13:53 +0000)]
build fixes
Daniel Beulshausen [Fri, 7 Sep 2001 13:35:32 +0000 (13:35 +0000)]
fix def.
Daniel Beulshausen [Fri, 7 Sep 2001 13:29:50 +0000 (13:29 +0000)]
don't use ifx_free_result here
Daniel Beulshausen [Fri, 7 Sep 2001 13:20:33 +0000 (13:20 +0000)]
fix result freeing
# some of the work in (zif_)ifx_free_result should
# probably be done in the list destructor as well
Wez Furlong [Fri, 7 Sep 2001 12:12:19 +0000 (12:12 +0000)]
Fix for bug #13190
Sterling Hughes [Fri, 7 Sep 2001 11:39:00 +0000 (11:39 +0000)]
MFB
Daniel Beulshausen [Fri, 7 Sep 2001 11:20:13 +0000 (11:20 +0000)]
fix zts build
Sterling Hughes [Fri, 7 Sep 2001 10:33:04 +0000 (10:33 +0000)]
add a news entry