]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Thu, 10 Aug 2000 08:13:15 +0000 (08:13 +0000)]
duplicate alias entry removed
David Croft [Thu, 10 Aug 2000 07:00:12 +0000 (07:00 +0000)]
#fixed typos
Sam Ruby [Thu, 10 Aug 2000 06:09:05 +0000 (06:09 +0000)]
Correct bug in headers only logic.
<changelog@php.net> [Thu, 10 Aug 2000 01:09:21 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 10 Aug 2000 01:09:13 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Wed, 9 Aug 2000 20:50:54 +0000 (20:50 +0000)]
Update NEWS, including some stuff that somehow got forgotten on my home machine
Zeev Suraski [Wed, 9 Aug 2000 19:25:01 +0000 (19:25 +0000)]
that too
Zeev Suraski [Wed, 9 Aug 2000 19:23:53 +0000 (19:23 +0000)]
Update to be consistent with the new Zend API
Zeev Suraski [Wed, 9 Aug 2000 19:23:38 +0000 (19:23 +0000)]
Update API number
Zeev Suraski [Wed, 9 Aug 2000 19:22:35 +0000 (19:22 +0000)]
The patch we promised - redesigned the compilation/execution API:
Advantages:
- Smaller memory footprint for the op arrays
- Slightly faster compilation times (due to saved erealloc() calls and faster zend_op
initialization)
- include_once() & require_once() share the same file list
- Consistency between include() and require() - this mostly means that return()
works inside require()'d files just as it does in include() files (it used to
be meaningless in require()'d files, most of the time (see below))
- Made require() consistent with itself. Before, if the argument was not a constant
string, require() took the include() behavior (with return()).
- Removed lots of duplicate code.
Bottom line - require() and include() are very similar now; require() is simply an include()
which isn't allowed to fail. Due to the erealloc() calls for large op arrays, require()
didn't end up being any faster than include() in the Zend engine.
Brendan W. McAdams [Wed, 9 Aug 2000 18:38:04 +0000 (18:38 +0000)]
Updated Supported CCVS Versions based on Conversation with Doug. All versions of CCVS 3.0 and greater should work without problems.
@ The CCVS module is now stable and compiling. It compiles as a CGI and into apache cleanly without warnings. (Brendan W. McAdams)
Thies C. Arntzen [Wed, 9 Aug 2000 17:56:42 +0000 (17:56 +0000)]
@- Fix mSQL_close(). (nick@loman.net)
# i haven't tried it (don't have msql) , but this patch seems really needed!
Brendan W. McAdams [Wed, 9 Aug 2000 17:53:55 +0000 (17:53 +0000)]
Added Dougs name to the PHPINFO "Support By" call.
Added a "Release Supports CCVS Versions..." line in PHPINFO
Thies C. Arntzen [Wed, 9 Aug 2000 17:52:30 +0000 (17:52 +0000)]
fix #6061
Brendan W. McAdams [Wed, 9 Aug 2000 17:43:04 +0000 (17:43 +0000)]
Looks like I found my problem.
I was predeclaring my functions in ccvs.h (stupid of me), so PHP was seeing the predec from internal_functions.h, the predec again, and then the actual functions and barfing. Compiles into apache now. Will test further.
Brendan W. McAdams [Wed, 9 Aug 2000 16:45:49 +0000 (16:45 +0000)]
Tracked the stray -libccvs call to a bad config directive in the config.m4 file.
Zeev Suraski [Wed, 9 Aug 2000 16:45:40 +0000 (16:45 +0000)]
Fix a couple of bugs in the ISAPI module:
- I think NTLM should work now
- Fix the DOCUMENT_ROOT code
Brendan W. McAdams [Wed, 9 Aug 2000 14:31:12 +0000 (14:31 +0000)]
Trying to resolve the build issue. This module is currently broken. PHP compiles it fine but I'm having linking issues when it gets to the apache level.
Any help would be greatly appreciated.
Brendan W. McAdams [Wed, 9 Aug 2000 01:18:28 +0000 (01:18 +0000)]
Looks like my editor barfed sometime today and saved the source files as
PC Format. Fixed that. Seeing some compiletime issues that I'm working on resolving.
<changelog@php.net> [Wed, 9 Aug 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
Brendan W. McAdams [Tue, 8 Aug 2000 23:15:56 +0000 (23:15 +0000)]
Had some issues with apache build. PHP Was passing a -llibccvs inadvertantly. Seemed to be an issue with the autoconf file. Fixed. I'll get back to cleaning up that AutoConf later.
Brendan W. McAdams [Tue, 8 Aug 2000 22:36:56 +0000 (22:36 +0000)]
First commit of these files. We have had them working for about 3 weeks, very well, as a DL. The straight compile-into PHP support should work fine; I've got it compiling on my Slackware 7 i386 box with Apache 1.3.12 + mod_ssl. Documentation, module info and example code are forthcoming.
foobar [Tue, 8 Aug 2000 21:16:09 +0000 (21:16 +0000)]
Added missing 'subject'-key in envelope.
# I'm starting to think imap_mail_compose() should be rewritten from scratch..
Egon Schmid [Tue, 8 Aug 2000 20:28:19 +0000 (20:28 +0000)]
Beautified some protos.
Vlad Krupin [Tue, 8 Aug 2000 19:23:35 +0000 (19:23 +0000)]
Added instructions on how to use personalized dictionaries
Vlad Krupin [Tue, 8 Aug 2000 18:46:41 +0000 (18:46 +0000)]
added support for personalized dictionaries.
new functions: pspell_new_personal(), pspell_save_wordlist().
pspell_save_wordlist() needs to be changed to return error-codes
once pspell library gets fixed
Stanislav Malyshev [Tue, 8 Aug 2000 16:36:25 +0000 (16:36 +0000)]
Standartize full path handling - everything now goes via expand_filepath
Add errno to open_basedir checking function
Stanislav Malyshev [Tue, 8 Aug 2000 16:30:42 +0000 (16:30 +0000)]
fix return code for virtual_file_ex
Stanislav Malyshev [Tue, 8 Aug 2000 15:50:28 +0000 (15:50 +0000)]
Fix possible crash when stat information is not available
Sascha Schumann [Tue, 8 Aug 2000 11:23:28 +0000 (11:23 +0000)]
Remove manually committed change description
Martin Kraemer [Tue, 8 Aug 2000 09:13:27 +0000 (09:13 +0000)]
urlencode() fix (Bug #6016)
Martin Kraemer [Tue, 8 Aug 2000 09:06:51 +0000 (09:06 +0000)]
Bug #6016: Fix EBCDIC logic error in urlencode()
(a strchr() test was used backwards)
Reported by: dumbunny@tivo.com
<changelog@php.net> [Tue, 8 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 8 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update
Danny Heijl [Mon, 7 Aug 2000 20:45:57 +0000 (20:45 +0000)]
- fix for # 5980 (using ifx_connect/ifx_close multiple times for the
same database connection) (danny)
Sascha Schumann [Mon, 7 Aug 2000 17:25:57 +0000 (17:25 +0000)]
Add support for <binary> WDDX element.
Sascha Schumann [Mon, 7 Aug 2000 13:57:49 +0000 (13:57 +0000)]
.
Sascha Schumann [Mon, 7 Aug 2000 13:56:52 +0000 (13:56 +0000)]
Remove some crud from diff output (Only in..).
Sascha Schumann [Mon, 7 Aug 2000 13:54:35 +0000 (13:54 +0000)]
Fix building thttpd SAPI module.
This works now with thttpd 2.19.
Thanks to Andrzej Borsuk <andrzej.borsuk@alfaelektro.com.pl> for
pointing me into the right direction.
Sascha Schumann [Mon, 7 Aug 2000 13:24:06 +0000 (13:24 +0000)]
Set abs_srcdir before SAPI modules' configure stuff is run.
Uwe Steinmann [Mon, 7 Aug 2000 13:11:23 +0000 (13:11 +0000)]
- updated those entries I feel responsible for
Thies C. Arntzen [Mon, 7 Aug 2000 12:01:52 +0000 (12:01 +0000)]
fixed binary mode for Win32
Uwe Steinmann [Mon, 7 Aug 2000 11:55:48 +0000 (11:55 +0000)]
- got rid of php_ prefix in Modulename and some structs
Zeev Suraski [Mon, 7 Aug 2000 11:51:21 +0000 (11:51 +0000)]
Add DOCUMENT_ROOT
Uwe Steinmann [Mon, 7 Aug 2000 11:40:54 +0000 (11:40 +0000)]
- made compilation as dynamic lib possible
Uwe Steinmann [Mon, 7 Aug 2000 11:37:42 +0000 (11:37 +0000)]
- added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action()
as proposed by <gweisz@l-speed.com>
Thies C. Arntzen [Mon, 7 Aug 2000 11:34:48 +0000 (11:34 +0000)]
@- Fixed CLOB handling in OCI8 driver when using variable-width
@ character sets. (Thies)
Rui Hirokawa [Mon, 7 Aug 2000 03:18:00 +0000 (03:18 +0000)]
fixed for openldap 2.0beta.
<changelog@php.net> [Mon, 7 Aug 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 7 Aug 2000 01:09:09 +0000 (01:09 +0000)]
NEWS update
Rasmus Lerdorf [Mon, 7 Aug 2000 00:15:39 +0000 (00:15 +0000)]
Add 4th optional parameter to sybase_[p]connect to specify the charset
for the connection
@- Add 4th optional parameter to sybase_[p]connect to specify the charset
@ for the connection (alf@alpha.ulatina.ac.cr)
Zeev Suraski [Sun, 6 Aug 2000 21:42:54 +0000 (21:42 +0000)]
Reverse this patch - it really shouldn't be in the error handler, but in the place
that generates the error...
Zeev Suraski [Sun, 6 Aug 2000 21:42:10 +0000 (21:42 +0000)]
Fix warning
Zeev Suraski [Sun, 6 Aug 2000 21:38:41 +0000 (21:38 +0000)]
Fix & optimize
Egon Schmid [Sun, 6 Aug 2000 19:53:56 +0000 (19:53 +0000)]
Added a parameter type.
Egon Schmid [Sun, 6 Aug 2000 18:56:14 +0000 (18:56 +0000)]
Fixed some protos.
Sascha Schumann [Sun, 6 Aug 2000 18:14:46 +0000 (18:14 +0000)]
Including utime.h once is enough.
Egon Schmid [Sun, 6 Aug 2000 17:56:56 +0000 (17:56 +0000)]
Description from the ChangeLog. Thies, is it correct?
Stanislav Malyshev [Sun, 6 Aug 2000 17:53:04 +0000 (17:53 +0000)]
Add utime include
Stanislav Malyshev [Sun, 6 Aug 2000 17:49:41 +0000 (17:49 +0000)]
Add Joey Smith's sendmail_port patch
Sascha Schumann [Sun, 6 Aug 2000 17:42:54 +0000 (17:42 +0000)]
Include <utime.h> in php_virtual_cwd.h.
Stanislav Malyshev [Sun, 6 Aug 2000 16:34:37 +0000 (16:34 +0000)]
Replace min() - not everyone has it
Stanislav Malyshev [Sun, 6 Aug 2000 16:32:22 +0000 (16:32 +0000)]
fix stupid bug
Andi Gutmans [Sun, 6 Aug 2000 16:22:07 +0000 (16:22 +0000)]
Virtualize realpath, chmod, chown and utime
This should fix #5935 and #5904
@- Virtualize realpath, chmod, chown and utime (Stas)
Egon Schmid [Sun, 6 Aug 2000 14:36:10 +0000 (14:36 +0000)]
Changed some protos.
Hartmut Holzgraefe [Sun, 6 Aug 2000 11:32:32 +0000 (11:32 +0000)]
removed a BAD IDEA (tm) that filtered out backslashes
Rasmus Lerdorf [Sun, 6 Aug 2000 06:40:28 +0000 (06:40 +0000)]
Support content-encoding headers in file upload mime parts
@- Support content-encoding headers in file upload MIME parts
@ (Ragnar Kjørstad)
Rasmus Lerdorf [Sun, 6 Aug 2000 04:55:17 +0000 (04:55 +0000)]
decouple this check just in case we hit a weird system that has one
and not the other. And we specifically check for this, so we should
use the information.
Rasmus Lerdorf [Sun, 6 Aug 2000 02:06:43 +0000 (02:06 +0000)]
Remove mysql dll
<changelog@php.net> [Sun, 6 Aug 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 6 Aug 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Andi Gutmans [Sat, 5 Aug 2000 13:54:07 +0000 (13:54 +0000)]
- Use some more SEPARATE_ZVAL macros instead of replicated code.
Danny Heijl [Sat, 5 Aug 2000 13:14:44 +0000 (13:14 +0000)]
- Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
the returned string. (danny)
Stanislav Malyshev [Sat, 5 Aug 2000 11:28:32 +0000 (11:28 +0000)]
Fix crash on broken setups (#5979)
Stanislav Malyshev [Sat, 5 Aug 2000 11:06:00 +0000 (11:06 +0000)]
Fix memory leak
Thies C. Arntzen [Sat, 5 Aug 2000 10:45:55 +0000 (10:45 +0000)]
@- Fixed warning when shutting down OCINLogon() connections. (Thies)
Stanislav Malyshev [Sat, 5 Aug 2000 10:25:00 +0000 (10:25 +0000)]
Open session files in binary mode (fix #5953)
@- Fixed \n in session variables bug on Win32 (Stas)
Thies C. Arntzen [Sat, 5 Aug 2000 10:07:39 +0000 (10:07 +0000)]
@- OCIError() would sometimes not report failed connections. (Thies)
Hénot David [Sat, 5 Aug 2000 03:22:16 +0000 (03:22 +0000)]
Fix for a bug with persistent connections.
<changelog@php.net> [Sat, 5 Aug 2000 01:09:13 +0000 (01:09 +0000)]
ChangeLog update
Hartmut Holzgraefe [Fri, 4 Aug 2000 22:42:11 +0000 (22:42 +0000)]
changed default sendmail flags from '-t' to '-t -i' (bugid#5374)
Sam Ruby [Fri, 4 Aug 2000 18:55:49 +0000 (18:55 +0000)]
Fix for bug 5911 - ANSI C violation: lvalues are not assignable
Sam Ruby [Fri, 4 Aug 2000 18:39:47 +0000 (18:39 +0000)]
Restore the ability to clean compile in non-multithreaded environments
Thies C. Arntzen [Fri, 4 Aug 2000 18:14:38 +0000 (18:14 +0000)]
fixed ZTS compile
foobar [Fri, 4 Aug 2000 17:18:54 +0000 (17:18 +0000)]
- This should fix bug #5964
# Could someone please check this out..it works as intented for me at least.
# But I don't have any Windoze machines available to test this there.
Rasmus Lerdorf [Fri, 4 Aug 2000 16:48:42 +0000 (16:48 +0000)]
Fix typo
Hartmut Holzgraefe [Fri, 4 Aug 2000 15:23:19 +0000 (15:23 +0000)]
#ooops
Egon Schmid [Fri, 4 Aug 2000 11:57:21 +0000 (11:57 +0000)]
Sorry only the *_replaceparameters are wrong.
Egon Schmid [Fri, 4 Aug 2000 11:50:16 +0000 (11:50 +0000)]
Wrong parameters found by Martin Buchholz @ six.de.
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:24:36 +0000 (09:24 +0000)]
ooops - theese new parameters are optional
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:19:38 +0000 (09:19 +0000)]
added new second parameter to osrt functions in the protos
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:03:54 +0000 (09:03 +0000)]
no longer needed
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:03:20 +0000 (09:03 +0000)]
do not rewrite absolute urls
(should be more clever and identify itself though)
Andi Gutmans [Fri, 4 Aug 2000 08:11:54 +0000 (08:11 +0000)]
- Beautify code. Try and use more macros for splitting instead of
- replicating the code everywhere.
Joey Smith [Fri, 4 Aug 2000 04:49:45 +0000 (04:49 +0000)]
Geez, you'd think English wasn' tmy native tongue.
Joey Smith [Fri, 4 Aug 2000 04:49:13 +0000 (04:49 +0000)]
Outdated URL, link to the master site instead.
Rasmus Lerdorf [Fri, 4 Aug 2000 02:23:28 +0000 (02:23 +0000)]
Small portability fix
<changelog@php.net> [Fri, 4 Aug 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
Hartmut Holzgraefe [Thu, 3 Aug 2000 19:26:19 +0000 (19:26 +0000)]
evaluate sendmail exit status, fixes unix side of bug #5630
Stanislav Malyshev [Thu, 3 Aug 2000 16:37:35 +0000 (16:37 +0000)]
Fix fclose prototype (#5930)