]>
granicus.if.org Git - php/log
Andi Gutmans [Mon, 14 Aug 2000 04:10:02 +0000 (04:10 +0000)]
- Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSED
<changelog@php.net> [Mon, 14 Aug 2000 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 14 Aug 2000 01:09:13 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Sun, 13 Aug 2000 19:32:09 +0000 (19:32 +0000)]
- Fix spacing.
- Add error constants.
Stanislav Malyshev [Sun, 13 Aug 2000 18:08:01 +0000 (18:08 +0000)]
Fix opened_path init
# forgot to commit
Stanislav Malyshev [Sun, 13 Aug 2000 18:00:50 +0000 (18:00 +0000)]
Fix zend_fiel_handle handling. Should fix URL include
and various opened_path inconsistencies.
Sterling Hughes [Sun, 13 Aug 2000 17:41:20 +0000 (17:41 +0000)]
@ Fixed dbase_add_record. (Sterling)
Derick Rethans [Sun, 13 Aug 2000 11:53:04 +0000 (11:53 +0000)]
- Now using the better way of using INI directives
- Changed some warning/error messages to be more clear
Andi Gutmans [Sun, 13 Aug 2000 04:20:15 +0000 (04:20 +0000)]
*** empty log message ***
Andi Gutmans [Sun, 13 Aug 2000 04:19:44 +0000 (04:19 +0000)]
- Revert foreach() change which only allowed variables and array(...)
<changelog@php.net> [Sun, 13 Aug 2000 01:09:21 +0000 (01:09 +0000)]
ChangeLog update
Egon Schmid [Sat, 12 Aug 2000 20:45:48 +0000 (20:45 +0000)]
Some protos corrected.
Danny Heijl [Sat, 12 Aug 2000 12:03:41 +0000 (12:03 +0000)]
- The destructor for a connection resource closed the current
connection if the connection had been closed before (danny)
<changelog@php.net> [Sat, 12 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 12 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update
Derick Rethans [Fri, 11 Aug 2000 23:24:54 +0000 (23:24 +0000)]
- Fixed warning under VC6
Derick Rethans [Fri, 11 Aug 2000 18:45:17 +0000 (18:45 +0000)]
@ Added support for libmcrypt 2.4.4
David Croft [Fri, 11 Aug 2000 18:23:31 +0000 (18:23 +0000)]
Added news item for Andi's strncasecmp commit
# Zend commits prefixed by @ don't seem to be linked to the PHP news file
Danny Heijl [Fri, 11 Aug 2000 16:37:47 +0000 (16:37 +0000)]
- restore ifx_close() to PHP3 behaviour for non-persistent connections
by silently reconnecting the existing link if closed earlier (danny)
Zeev Suraski [Fri, 11 Aug 2000 13:30:37 +0000 (13:30 +0000)]
Make COM work in a multithreaded environment
Hartmut Holzgraefe [Fri, 11 Aug 2000 13:13:11 +0000 (13:13 +0000)]
return type in proto for OCIError fixed
Adam Dickmeiss [Fri, 11 Aug 2000 12:11:51 +0000 (12:11 +0000)]
Added support for username, group and password for function yaz_connect.
Andi Gutmans [Fri, 11 Aug 2000 09:58:04 +0000 (09:58 +0000)]
*** empty log message ***
Andi Gutmans [Fri, 11 Aug 2000 09:56:28 +0000 (09:56 +0000)]
- Only support variables and array(...) in foreach loops
<changelog@php.net> [Fri, 11 Aug 2000 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 11 Aug 2000 01:09:13 +0000 (01:09 +0000)]
NEWS update
Andi Gutmans [Thu, 10 Aug 2000 22:16:15 +0000 (22:16 +0000)]
- The commit messages didn't seem to update the news file
Andi Gutmans [Thu, 10 Aug 2000 22:08:02 +0000 (22:08 +0000)]
@ Fix problem with nested foreach()'s (Andi, Zend Engine)
foobar [Thu, 10 Aug 2000 21:13:08 +0000 (21:13 +0000)]
@- Fixed FTP module to accept multiline server replies (Jani)
# This fixed bug #4546.
Brendan W. McAdams [Thu, 10 Aug 2000 21:03:02 +0000 (21:03 +0000)]
- changed all pvals to zvals (like they were before)
# Turns out zval *is* the proper call for a variable.
Vlad Krupin [Thu, 10 Aug 2000 20:57:40 +0000 (20:57 +0000)]
Added capability to create and manipulate a config object that can be
used later to create an instance of the spellchecker based on that
config.
Andi Gutmans [Thu, 10 Aug 2000 20:42:57 +0000 (20:42 +0000)]
@ Fix switch which only has a default rule (Andi, Zend Engine)
@ Change require_once() to use the same file list as include_once().
@ Patch includes making require() & include() to behave the same when it
@ comes to scoping. require() is now an include() which isn't allowed to fail.
@ require() caused too many memory reallocations which ended up being quite
@ slow for sites that required lots of files. (Andi & Zeev, Zend Engine)
- Fix switch() which only has default rule (bug #5879,
Brendan W. McAdams [Thu, 10 Aug 2000 20:23:33 +0000 (20:23 +0000)]
- Homogonized CCVS with the rest of the modules in the ext/ tree:
- All ZEND_* macro calls changed to PHP_* macros.
- All zval's converted to pval's.
# Per discussion with Hartmut Holzgraefe on [PHP-DEV] list.
Andi Gutmans [Thu, 10 Aug 2000 19:38:29 +0000 (19:38 +0000)]
- Move compat macros to php3_compat.h
Sascha Schumann [Thu, 10 Aug 2000 19:27:30 +0000 (19:27 +0000)]
Remove bogus "by"
Joey Smith [Thu, 10 Aug 2000 17:38:14 +0000 (17:38 +0000)]
Cut and paste error? :)
Andrei Zmievski [Thu, 10 Aug 2000 13:22:07 +0000 (13:22 +0000)]
Formatting.
Hartmut Holzgraefe [Thu, 10 Aug 2000 08:31:40 +0000 (08:31 +0000)]
last patch reverted, i didn't get the whole picture here
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