]>
granicus.if.org Git - php/log
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
Sterling Hughes [Fri, 7 Sep 2001 10:29:06 +0000 (10:29 +0000)]
get rid of global mess
Sterling Hughes [Fri, 7 Sep 2001 10:25:26 +0000 (10:25 +0000)]
register a list destructor
Derick Rethans [Fri, 7 Sep 2001 07:31:39 +0000 (07:31 +0000)]
- Fix for bug #13052
Andi Gutmans [Fri, 7 Sep 2001 06:40:03 +0000 (06:40 +0000)]
- Fix warning (was fixed in ZE1 and not merged at some point). Please make
sure you merge patches!
foobar [Fri, 7 Sep 2001 00:58:23 +0000 (00:58 +0000)]
Cleanup.
foobar [Fri, 7 Sep 2001 00:25:11 +0000 (00:25 +0000)]
Almost missed this one..
foobar [Fri, 7 Sep 2001 00:24:06 +0000 (00:24 +0000)]
if test -f /usr/local/lib/libexample.s?; then <-- no workie
if test -f /usr/local/lib/libexample.so; then <-- workie
#
# You can all point at me and laugh now.. :(
#
<changelog@php.net> [Fri, 7 Sep 2001 00:10:54 +0000 (00:10 +0000)]
ChangeLog update
Rasmus Lerdorf [Thu, 6 Sep 2001 23:35:39 +0000 (23:35 +0000)]
Damn, went to head instead of the branch - revert
Rasmus Lerdorf [Thu, 6 Sep 2001 23:32:59 +0000 (23:32 +0000)]
Oops, forgot to add sapi_apache.c to the apache_hooks branch
foobar [Thu, 6 Sep 2001 23:10:37 +0000 (23:10 +0000)]
Fixed bug: #13172
Sterling Hughes [Thu, 6 Sep 2001 22:51:47 +0000 (22:51 +0000)]
no need to cast a 'HashTable *' to 'HashTable *'
foobar [Thu, 6 Sep 2001 21:05:57 +0000 (21:05 +0000)]
Introduce the good practise of using [] around output messages.
foobar [Thu, 6 Sep 2001 20:55:24 +0000 (20:55 +0000)]
Always quote the messages.
foobar [Thu, 6 Sep 2001 18:13:49 +0000 (18:13 +0000)]
Hope this reduces the amount of bogus bug reports when people use wrong paths..
Frank M. Kromann [Thu, 6 Sep 2001 16:49:17 +0000 (16:49 +0000)]
Fixing spelling
Andrei Zmievski [Thu, 6 Sep 2001 14:03:59 +0000 (14:03 +0000)]
Clean-up NEWS.
Dan Libby [Thu, 6 Sep 2001 09:36:58 +0000 (09:36 +0000)]
fix various build errors. default to no xmlrpc
Sterling Hughes [Thu, 6 Sep 2001 08:56:24 +0000 (08:56 +0000)]
I should really learn how to spell
Sterling Hughes [Thu, 6 Sep 2001 08:54:54 +0000 (08:54 +0000)]
avoid lowercasing the string
Sterling Hughes [Thu, 6 Sep 2001 07:33:45 +0000 (07:33 +0000)]
add missing )
Sebastian Bergmann [Thu, 6 Sep 2001 07:00:39 +0000 (07:00 +0000)]
Fix Win32 build.
Sterling Hughes [Thu, 6 Sep 2001 06:41:16 +0000 (06:41 +0000)]
fix ms compile warnings
Dan Libby [Thu, 6 Sep 2001 04:13:30 +0000 (04:13 +0000)]
adding xmlrpc extension, per Stig's request
Sterling Hughes [Thu, 6 Sep 2001 00:40:02 +0000 (00:40 +0000)]
spaces -> tabs work cont.
Sterling Hughes [Thu, 6 Sep 2001 00:18:13 +0000 (00:18 +0000)]
ws fix
<changelog@php.net> [Thu, 6 Sep 2001 00:10:56 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 6 Sep 2001 00:10:53 +0000 (00:10 +0000)]
NEWS update
Sterling Hughes [Wed, 5 Sep 2001 21:46:44 +0000 (21:46 +0000)]
Fix ts build
# I've gotta start compiling --enable-experimental-zts... anyway we can make
# this the default when compiling from cvs? It'll help a large portion of
# compile issues with patches
Sterling Hughes [Wed, 5 Sep 2001 21:38:49 +0000 (21:38 +0000)]
Straight out da bronx, I be using zend_parse_parameters()
# Word out to my peeps on Connor st.
Sterling Hughes [Wed, 5 Sep 2001 21:04:30 +0000 (21:04 +0000)]
stray tabs and spaces
Sterling Hughes [Wed, 5 Sep 2001 20:59:24 +0000 (20:59 +0000)]
change range macro semantics
# Kinda torn between the two, thoughts?
Sterling Hughes [Wed, 5 Sep 2001 20:56:15 +0000 (20:56 +0000)]
remove inline
Sterling Hughes [Wed, 5 Sep 2001 20:52:45 +0000 (20:52 +0000)]
a bit of api cleanup... move range stuff into a macro (properly :)
foobar [Wed, 5 Sep 2001 19:48:28 +0000 (19:48 +0000)]
revert bad commit
foobar [Wed, 5 Sep 2001 19:47:55 +0000 (19:47 +0000)]
revert bad commit.
Dan Kalowsky [Wed, 5 Sep 2001 16:19:48 +0000 (16:19 +0000)]
Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2
submitted by Walter Franzini (walter@sys-net.it)
@Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walter@sys-net.it)
#Should this also be put into the 4.0.7 RC cycle?
Rasmus Lerdorf [Wed, 5 Sep 2001 15:41:08 +0000 (15:41 +0000)]
Interbase changes should get a NEWS entry
Jason Greene [Wed, 5 Sep 2001 15:30:34 +0000 (15:30 +0000)]
Prevent incorrect warning message from occuring on an EOF of socket_read.
Andrei Zmievski [Wed, 5 Sep 2001 14:43:49 +0000 (14:43 +0000)]
Fix.
foobar [Wed, 5 Sep 2001 13:18:09 +0000 (13:18 +0000)]
Fixes commit / link problems with certain compilers.
# Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB
# if you need to pass extra libs/libpaths to the test.
Stanislav Malyshev [Wed, 5 Sep 2001 09:29:28 +0000 (09:29 +0000)]
MFZE1