]> granicus.if.org Git - php/log
php
24 years ago@- Fixed FTP module to accept multiline server replies (Jani)
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.

24 years ago- changed all pvals to zvals (like they were before)
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.

24 years agoAdded capability to create and manipulate a config object that can be
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.

24 years ago@ Fix switch which only has a default rule (Andi, Zend Engine)
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,

24 years ago- Homogonized CCVS with the rest of the modules in the ext/ tree:
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.

24 years ago- Move compat macros to php3_compat.h
Andi Gutmans [Thu, 10 Aug 2000 19:38:29 +0000 (19:38 +0000)]
- Move compat macros to php3_compat.h

24 years agoRemove bogus "by"
Sascha Schumann [Thu, 10 Aug 2000 19:27:30 +0000 (19:27 +0000)]
Remove bogus "by"

24 years agoCut and paste error? :)
Joey Smith [Thu, 10 Aug 2000 17:38:14 +0000 (17:38 +0000)]
Cut and paste error? :)

24 years agoFormatting.
Andrei Zmievski [Thu, 10 Aug 2000 13:22:07 +0000 (13:22 +0000)]
Formatting.

24 years agolast patch reverted, i didn't get the whole picture here
Hartmut Holzgraefe [Thu, 10 Aug 2000 08:31:40 +0000 (08:31 +0000)]
last patch reverted, i didn't get the whole picture here

24 years agoduplicate alias entry removed
Hartmut Holzgraefe [Thu, 10 Aug 2000 08:13:15 +0000 (08:13 +0000)]
duplicate alias entry removed

24 years ago#fixed typos
David Croft [Thu, 10 Aug 2000 07:00:12 +0000 (07:00 +0000)]
#fixed typos

24 years agoCorrect bug in headers only logic.
Sam Ruby [Thu, 10 Aug 2000 06:09:05 +0000 (06:09 +0000)]
Correct bug in headers only logic.

24 years agoChangeLog update
<changelog@php.net> [Thu, 10 Aug 2000 01:09:21 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 10 Aug 2000 01:09:13 +0000 (01:09 +0000)]
NEWS update

24 years agoUpdate NEWS, including some stuff that somehow got forgotten on my home machine
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

24 years agothat too
Zeev Suraski [Wed, 9 Aug 2000 19:25:01 +0000 (19:25 +0000)]
that too

24 years agoUpdate to be consistent with the new Zend API
Zeev Suraski [Wed, 9 Aug 2000 19:23:53 +0000 (19:23 +0000)]
Update to be consistent with the new Zend API

24 years agoUpdate API number
Zeev Suraski [Wed, 9 Aug 2000 19:23:38 +0000 (19:23 +0000)]
Update API number

24 years agoThe patch we promised - redesigned the compilation/execution API:
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.

24 years agoUpdated Supported CCVS Versions based on Conversation with Doug. All versions of...
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)

24 years ago@- Fix mSQL_close(). (nick@loman.net)
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!

24 years agoAdded Dougs name to the PHPINFO "Support By" call.
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

24 years agofix #6061
Thies C. Arntzen [Wed, 9 Aug 2000 17:52:30 +0000 (17:52 +0000)]
fix #6061

24 years agoLooks like I found my problem.
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.

24 years agoTracked the stray -libccvs call to a bad config directive in the config.m4 file.
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.

24 years agoFix a couple of bugs in the ISAPI module:
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

24 years agoTrying to resolve the build issue. This module is currently broken. PHP compiles...
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.

24 years agoLooks like my editor barfed sometime today and saved the source files as
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.

24 years agoChangeLog update
<changelog@php.net> [Wed, 9 Aug 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update

24 years agoHad some issues with apache build. PHP Was passing a -llibccvs inadvertantly. Seeme...
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.

24 years agoFirst commit of these files. We have had them working for about 3 weeks, very well...
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.

24 years agoAdded missing 'subject'-key in envelope.
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..

24 years agoBeautified some protos.
Egon Schmid [Tue, 8 Aug 2000 20:28:19 +0000 (20:28 +0000)]
Beautified some protos.

24 years agoAdded instructions on how to use personalized dictionaries
Vlad Krupin [Tue, 8 Aug 2000 19:23:35 +0000 (19:23 +0000)]
Added instructions on how to use personalized dictionaries

24 years agoadded support for 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

24 years agoStandartize full path handling - everything now goes via expand_filepath
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

24 years agofix return code for virtual_file_ex
Stanislav Malyshev [Tue, 8 Aug 2000 16:30:42 +0000 (16:30 +0000)]
fix return code for virtual_file_ex

24 years agoFix possible crash when stat information is not available
Stanislav Malyshev [Tue, 8 Aug 2000 15:50:28 +0000 (15:50 +0000)]
Fix possible crash when stat information is not available

24 years agoRemove manually committed change description
Sascha Schumann [Tue, 8 Aug 2000 11:23:28 +0000 (11:23 +0000)]
Remove manually committed change description

24 years agourlencode() fix (Bug #6016)
Martin Kraemer [Tue, 8 Aug 2000 09:13:27 +0000 (09:13 +0000)]
urlencode() fix (Bug #6016)

24 years agoBug #6016: Fix EBCDIC logic error in urlencode()
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

24 years agoChangeLog update
<changelog@php.net> [Tue, 8 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 8 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update

24 years ago- fix for # 5980 (using ifx_connect/ifx_close multiple times for the
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)

24 years agoAdd support for <binary> WDDX element.
Sascha Schumann [Mon, 7 Aug 2000 17:25:57 +0000 (17:25 +0000)]
Add support for <binary> WDDX element.

24 years ago.
Sascha Schumann [Mon, 7 Aug 2000 13:57:49 +0000 (13:57 +0000)]
.

24 years agoRemove some crud from diff output (Only in..).
Sascha Schumann [Mon, 7 Aug 2000 13:56:52 +0000 (13:56 +0000)]
Remove some crud from diff output (Only in..).

24 years agoFix building thttpd SAPI module.
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.

24 years agoSet abs_srcdir before SAPI modules' configure stuff is run.
Sascha Schumann [Mon, 7 Aug 2000 13:24:06 +0000 (13:24 +0000)]
Set abs_srcdir before SAPI modules' configure stuff is run.

24 years ago- updated those entries I feel responsible for
Uwe Steinmann [Mon, 7 Aug 2000 13:11:23 +0000 (13:11 +0000)]
- updated those entries I feel responsible for

24 years agofixed binary mode for Win32
Thies C. Arntzen [Mon, 7 Aug 2000 12:01:52 +0000 (12:01 +0000)]
fixed binary mode for Win32

24 years ago- got rid of php_ prefix in Modulename and some structs
Uwe Steinmann [Mon, 7 Aug 2000 11:55:48 +0000 (11:55 +0000)]
- got rid of php_ prefix in Modulename and some structs

24 years agoAdd DOCUMENT_ROOT
Zeev Suraski [Mon, 7 Aug 2000 11:51:21 +0000 (11:51 +0000)]
Add DOCUMENT_ROOT

24 years ago- made compilation as dynamic lib possible
Uwe Steinmann [Mon, 7 Aug 2000 11:40:54 +0000 (11:40 +0000)]
- made compilation as dynamic lib possible

24 years ago- added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action()
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>

24 years ago@- Fixed CLOB handling in OCI8 driver when using variable-width
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)

24 years agofixed for openldap 2.0beta.
Rui Hirokawa [Mon, 7 Aug 2000 03:18:00 +0000 (03:18 +0000)]
fixed for openldap 2.0beta.

24 years agoChangeLog update
<changelog@php.net> [Mon, 7 Aug 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 7 Aug 2000 01:09:09 +0000 (01:09 +0000)]
NEWS update

24 years agoAdd 4th optional parameter to sybase_[p]connect to specify the charset
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)

24 years agoReverse this patch - it really shouldn't be in the error handler, but in the place
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...

24 years agoFix warning
Zeev Suraski [Sun, 6 Aug 2000 21:42:10 +0000 (21:42 +0000)]
Fix warning

24 years agoFix & optimize
Zeev Suraski [Sun, 6 Aug 2000 21:38:41 +0000 (21:38 +0000)]
Fix & optimize

24 years agoAdded a parameter type.
Egon Schmid [Sun, 6 Aug 2000 19:53:56 +0000 (19:53 +0000)]
Added a parameter type.

24 years agoFixed some protos.
Egon Schmid [Sun, 6 Aug 2000 18:56:14 +0000 (18:56 +0000)]
Fixed some protos.

24 years agoIncluding utime.h once is enough.
Sascha Schumann [Sun, 6 Aug 2000 18:14:46 +0000 (18:14 +0000)]
Including utime.h once is enough.

24 years agoDescription from the ChangeLog. Thies, is it correct?
Egon Schmid [Sun, 6 Aug 2000 17:56:56 +0000 (17:56 +0000)]
Description from the ChangeLog. Thies, is it correct?

24 years agoAdd utime include
Stanislav Malyshev [Sun, 6 Aug 2000 17:53:04 +0000 (17:53 +0000)]
Add utime include

24 years agoAdd Joey Smith's sendmail_port patch
Stanislav Malyshev [Sun, 6 Aug 2000 17:49:41 +0000 (17:49 +0000)]
Add Joey Smith's sendmail_port patch

24 years agoInclude <utime.h> in php_virtual_cwd.h.
Sascha Schumann [Sun, 6 Aug 2000 17:42:54 +0000 (17:42 +0000)]
Include <utime.h> in php_virtual_cwd.h.

24 years agoReplace min() - not everyone has it
Stanislav Malyshev [Sun, 6 Aug 2000 16:34:37 +0000 (16:34 +0000)]
Replace min() - not everyone has it

24 years agofix stupid bug
Stanislav Malyshev [Sun, 6 Aug 2000 16:32:22 +0000 (16:32 +0000)]
fix stupid bug

24 years agoVirtualize realpath, chmod, chown and utime
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)

24 years agoChanged some protos.
Egon Schmid [Sun, 6 Aug 2000 14:36:10 +0000 (14:36 +0000)]
Changed some protos.

24 years agoremoved a BAD IDEA (tm) that filtered out backslashes
Hartmut Holzgraefe [Sun, 6 Aug 2000 11:32:32 +0000 (11:32 +0000)]
removed a BAD IDEA (tm) that filtered out backslashes

24 years agoSupport content-encoding headers in file upload mime parts
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)

24 years agodecouple this check just in case we hit a weird system that has one
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.

24 years agoRemove mysql dll
Rasmus Lerdorf [Sun, 6 Aug 2000 02:06:43 +0000 (02:06 +0000)]
Remove mysql dll

24 years agoChangeLog update
<changelog@php.net> [Sun, 6 Aug 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 6 Aug 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update

24 years ago- Use some more SEPARATE_ZVAL macros instead of replicated code.
Andi Gutmans [Sat, 5 Aug 2000 13:54:07 +0000 (13:54 +0000)]
- Use some more SEPARATE_ZVAL macros instead of replicated code.

24 years ago- Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
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)

24 years agoFix crash on broken setups (#5979)
Stanislav Malyshev [Sat, 5 Aug 2000 11:28:32 +0000 (11:28 +0000)]
Fix crash on broken setups (#5979)

24 years agoFix memory leak
Stanislav Malyshev [Sat, 5 Aug 2000 11:06:00 +0000 (11:06 +0000)]
Fix memory leak

24 years ago@- Fixed warning when shutting down OCINLogon() connections. (Thies)
Thies C. Arntzen [Sat, 5 Aug 2000 10:45:55 +0000 (10:45 +0000)]
@- Fixed warning when shutting down OCINLogon() connections. (Thies)

24 years agoOpen session files in binary mode (fix #5953)
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)

24 years ago@- OCIError() would sometimes not report failed connections. (Thies)
Thies C. Arntzen [Sat, 5 Aug 2000 10:07:39 +0000 (10:07 +0000)]
@- OCIError() would sometimes not report failed connections. (Thies)

24 years agoFix for a bug with persistent connections.
Hénot David [Sat, 5 Aug 2000 03:22:16 +0000 (03:22 +0000)]
Fix for a bug with persistent connections.

24 years agoChangeLog update
<changelog@php.net> [Sat, 5 Aug 2000 01:09:13 +0000 (01:09 +0000)]
ChangeLog update

24 years agochanged default sendmail flags from '-t' to '-t -i' (bugid#5374)
Hartmut Holzgraefe [Fri, 4 Aug 2000 22:42:11 +0000 (22:42 +0000)]
changed default sendmail flags from '-t' to '-t -i' (bugid#5374)

24 years agoFix for bug 5911 - ANSI C violation: lvalues are not assignable
Sam Ruby [Fri, 4 Aug 2000 18:55:49 +0000 (18:55 +0000)]
Fix for bug 5911 - ANSI C violation: lvalues are not assignable

24 years agoRestore the ability to clean compile in non-multithreaded environments
Sam Ruby [Fri, 4 Aug 2000 18:39:47 +0000 (18:39 +0000)]
Restore the ability to clean compile in non-multithreaded environments

24 years agofixed ZTS compile
Thies C. Arntzen [Fri, 4 Aug 2000 18:14:38 +0000 (18:14 +0000)]
fixed ZTS compile

24 years ago- This should fix bug #5964
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.

24 years agoFix typo
Rasmus Lerdorf [Fri, 4 Aug 2000 16:48:42 +0000 (16:48 +0000)]
Fix typo

24 years ago#ooops
Hartmut Holzgraefe [Fri, 4 Aug 2000 15:23:19 +0000 (15:23 +0000)]
#ooops

24 years agoSorry only the *_replaceparameters are wrong.
Egon Schmid [Fri, 4 Aug 2000 11:57:21 +0000 (11:57 +0000)]
Sorry only the *_replaceparameters are wrong.

24 years agoWrong parameters found by Martin Buchholz @ six.de.
Egon Schmid [Fri, 4 Aug 2000 11:50:16 +0000 (11:50 +0000)]
Wrong parameters found by Martin Buchholz @ six.de.

24 years agoooops - theese new parameters are optional
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:24:36 +0000 (09:24 +0000)]
ooops - theese new parameters are optional