]> granicus.if.org Git - php/log
php
24 years agoChangeLog update
<changelog@php.net> [Fri, 18 Aug 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update

24 years agoReorder call to ELS_FETCH to be after declarations
Sam Ruby [Thu, 17 Aug 2000 19:19:54 +0000 (19:19 +0000)]
Reorder call to ELS_FETCH to be after declarations

24 years agoReverting the pemalloc -> malloc change until we figure out why it breaks.
Andrei Zmievski [Thu, 17 Aug 2000 19:01:28 +0000 (19:01 +0000)]
Reverting the pemalloc -> malloc change until we figure out why it breaks.

24 years agoNo need to have persistent allocation.
Andrei Zmievski [Thu, 17 Aug 2000 16:09:00 +0000 (16:09 +0000)]
No need to have persistent allocation.

24 years agoprevent mail_criteria from munging the variable passed in containing the
Chuck Hagenbuch [Thu, 17 Aug 2000 16:01:14 +0000 (16:01 +0000)]
prevent mail_criteria from munging the variable passed in containing the
query - just had to add a cpystr(). if this isn't the right fix, let me
know, but it does work.

24 years ago(send_headers) Removed code freeing http_status_line, this is performed
Ben Mansell [Thu, 17 Aug 2000 13:40:40 +0000 (13:40 +0000)]
(send_headers) Removed code freeing http_status_line, this is performed
               in sapi_send_headers()
# Looks like a similar problem in sapi/pi3web/pi3web_sapi.c as well.
# I can't test this though, so I'm being paranoid and not changing that code.
# Could someone please check this?

24 years agoadditional include should fix bug #6086
Hartmut Holzgraefe [Thu, 17 Aug 2000 13:17:14 +0000 (13:17 +0000)]
additional include should fix bug #6086

24 years agoFix dependency. PEAR.php needs to be created before it can be installed.
Sascha Schumann [Thu, 17 Aug 2000 11:02:10 +0000 (11:02 +0000)]
Fix dependency. PEAR.php needs to be created before it can be installed.

24 years agoBetter error reporting when dll/shared library is not able to be loaded.
Sam Ruby [Thu, 17 Aug 2000 10:14:50 +0000 (10:14 +0000)]
Better error reporting when dll/shared library is not able to be loaded.
Submitted by: Bård Farstad <bf@ez.no>

24 years agoFix EMPTY_STRING macros
Stanislav Malyshev [Thu, 17 Aug 2000 08:48:16 +0000 (08:48 +0000)]
Fix EMPTY_STRING macros

24 years agoFix chunk_split (#6208)
Stanislav Malyshev [Thu, 17 Aug 2000 08:47:42 +0000 (08:47 +0000)]
Fix chunk_split (#6208)

24 years ago- It should be #ifdef PHP_WIN32
Andi Gutmans [Thu, 17 Aug 2000 04:05:57 +0000 (04:05 +0000)]
- It should be #ifdef PHP_WIN32

24 years agots issues.
Sterling Hughes [Thu, 17 Aug 2000 02:14:41 +0000 (02:14 +0000)]
ts issues.

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

24 years ago- The beginning of an attempt to cleanup fopen-wrappers.
Andi Gutmans [Wed, 16 Aug 2000 19:26:21 +0000 (19:26 +0000)]
- The beginning of an attempt to cleanup fopen-wrappers.
- I started with trying to localize the V_FOPEN's so that we can have a
- version which won't really open the file for include_once/require_once to
- work faster and have less chance of a race which would cause a fd leak.
- What I did will, therefore, change but I want to do this step by step
- because the code is extremley messy so first of all I want to make sure
- that the isolating of the V_FOPEN code doesn't break anything.
- How about moving URL stuff out of this file?
- php_fopen_url_wrapper() copy and pasted the second part of
- php_fopen_wrapper() (incorrectly). Please try not to copy&paste code but
- centralize functionality. Need to think of a nice way to nuke one of the
- copies and have both functions use the same one.

24 years agocompile fix
Thies C. Arntzen [Wed, 16 Aug 2000 15:23:05 +0000 (15:23 +0000)]
compile fix

24 years agoproto fixed
Hartmut Holzgraefe [Wed, 16 Aug 2000 12:47:09 +0000 (12:47 +0000)]
proto fixed

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

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

24 years ago- Return NULL type when column is NULL, now that we have it in PHP4.
Jouni Ahto [Wed, 16 Aug 2000 01:03:20 +0000 (01:03 +0000)]
- Return NULL type when column is NULL, now that we have it in PHP4.
- Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL
  pointer in this case, but a pointer to a string of 0 length...

24 years agoChange the C++ extension to .cpp
Sascha Schumann [Tue, 15 Aug 2000 23:16:47 +0000 (23:16 +0000)]
Change the C++ extension to .cpp

24 years ago- Inserted constants for fdf flags
Uwe Steinmann [Tue, 15 Aug 2000 18:46:59 +0000 (18:46 +0000)]
- Inserted constants for fdf flags

24 years ago@ Fix stdout support with the swf extension. (Sterling)
Sterling Hughes [Tue, 15 Aug 2000 17:30:41 +0000 (17:30 +0000)]
@ Fix stdout support with the swf extension. (Sterling)

24 years agoFix varargs handling. The assignments are not necessary at all and
Sascha Schumann [Tue, 15 Aug 2000 17:05:37 +0000 (17:05 +0000)]
Fix varargs handling. The assignments are not necessary at all and
cause problems on various platforms, so we get rid of them.

24 years agoLeftovers...
Sterling Hughes [Tue, 15 Aug 2000 17:03:48 +0000 (17:03 +0000)]
Leftovers...

24 years agoAdd Win32 support for cURL.
Sterling Hughes [Tue, 15 Aug 2000 16:54:48 +0000 (16:54 +0000)]
Add Win32 support for cURL.

#  Switch this commit message with the last one and you get the
#  right commit order.

24 years agoThis fixes to problems:
Sterling Hughes [Tue, 15 Aug 2000 16:50:14 +0000 (16:50 +0000)]
This fixes to problems:

- Apache not having the output go to stdout in some cases.
- Output being displayed before the header is displayed.

And causes the following:

- *Slightly* slower cURL transfers.

24 years agoSync with Zend
Zeev Suraski [Tue, 15 Aug 2000 16:46:43 +0000 (16:46 +0000)]
Sync with Zend

24 years agoFix warning issue (compile errors inside require()'d files were incorrectly supressed)
Zeev Suraski [Tue, 15 Aug 2000 16:44:40 +0000 (16:44 +0000)]
Fix warning issue (compile errors inside require()'d files were incorrectly supressed)

24 years ago- Clearified which version of libmcrypt is enabled
Derick Rethans [Tue, 15 Aug 2000 14:58:21 +0000 (14:58 +0000)]
- Clearified which version of libmcrypt is enabled
# Request by Olivier Cahagne

24 years agoFix byteorder for il2long and long2ip (#6159)
Stanislav Malyshev [Tue, 15 Aug 2000 10:32:55 +0000 (10:32 +0000)]
Fix byteorder for il2long and long2ip (#6159)
@- Fix byte order for ip2long and long2ip (Stas)

24 years agorenamed ini section, quoted default host and tabulated.
David Croft [Tue, 15 Aug 2000 09:47:35 +0000 (09:47 +0000)]
renamed ini section, quoted default host and tabulated.

# it doesn't make sense to have the tab-width set to 4 when we're
# using tabs for alignment in this case, it just makes it look screwy
# in everything but emacs

24 years agodisplay ini file entries on phpinfo(), unregister them on shutdown
David Croft [Tue, 15 Aug 2000 09:37:39 +0000 (09:37 +0000)]
display ini file entries on phpinfo(), unregister them on shutdown
numeric ini file entries stored as ints
removed unnecessary casts from PFPROG()
pval -> zval

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

24 years ago# Added TODO so I can track things that need doing with this module - (brendan)
Brendan W. McAdams [Mon, 14 Aug 2000 21:10:25 +0000 (21:10 +0000)]
# Added TODO so I can track things that need doing with this module - (brendan)

24 years ago- Fix leak and some logic
Zeev Suraski [Mon, 14 Aug 2000 20:16:27 +0000 (20:16 +0000)]
- Fix leak and some logic

24 years agoMove MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against
Sascha Schumann [Mon, 14 Aug 2000 19:38:23 +0000 (19:38 +0000)]
Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against
libmcrypt 2.2.

24 years agoRemove unnecessary precompiler macros. The failure condition is catched
Sascha Schumann [Mon, 14 Aug 2000 19:29:53 +0000 (19:29 +0000)]
Remove unnecessary precompiler macros. The failure condition is catched
at configure time.

24 years agoRestrict INI entries when compiling against libmcrypt 2.4.
Sascha Schumann [Mon, 14 Aug 2000 19:26:09 +0000 (19:26 +0000)]
Restrict INI entries when compiling against libmcrypt 2.4.

24 years ago- This patch should hopefully fix situations where a constructor uses
Andi Gutmans [Mon, 14 Aug 2000 19:17:26 +0000 (19:17 +0000)]
- This patch should hopefully fix situations where a constructor uses
- the $this pointer as a reference.

24 years agoFix check for libmcrypt in non-system library paths.
Sascha Schumann [Mon, 14 Aug 2000 19:17:16 +0000 (19:17 +0000)]
Fix check for libmcrypt in non-system library paths.
Fix case where neither libmcrypt 2.4.x and 2.2.x were found.
Fix library order (scope limited to static libraries)

24 years agoFix print length - again
Stanislav Malyshev [Mon, 14 Aug 2000 15:54:57 +0000 (15:54 +0000)]
Fix print length - again
# I hope _this_ is the right fix...

24 years agoFix another crash with long formats (#6145)
Stanislav Malyshev [Mon, 14 Aug 2000 11:07:28 +0000 (11:07 +0000)]
Fix another crash with long formats (#6145)
# From strncpy manual:
# In the case where the length of src is less than  that  of
# n, the remainder of dest will be padded with nulls.

24 years agoFix non-numbers printing (#6142)
Stanislav Malyshev [Mon, 14 Aug 2000 10:02:14 +0000 (10:02 +0000)]
Fix non-numbers printing (#6142)
# Please, somebody knowing about floats - check if there's more non-numbers
# seems we should check for all of them

24 years agoFix crash
Stanislav Malyshev [Mon, 14 Aug 2000 09:06:56 +0000 (09:06 +0000)]
Fix crash

24 years agopresumably this was wrong
David Croft [Mon, 14 Aug 2000 08:37:28 +0000 (08:37 +0000)]
presumably this was wrong

24 years ago- Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSED
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

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

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

24 years ago- Fix spacing.
Sterling Hughes [Sun, 13 Aug 2000 19:32:09 +0000 (19:32 +0000)]
- Fix spacing.
- Add error constants.

24 years agoFix opened_path init
Stanislav Malyshev [Sun, 13 Aug 2000 18:08:01 +0000 (18:08 +0000)]
Fix opened_path init
# forgot to commit

24 years agoFix zend_fiel_handle handling. Should fix URL include
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.

24 years ago@ Fixed dbase_add_record. (Sterling)
Sterling Hughes [Sun, 13 Aug 2000 17:41:20 +0000 (17:41 +0000)]
@ Fixed dbase_add_record. (Sterling)

24 years ago- Now using the better way of using INI directives
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

24 years ago*** empty log message ***
Andi Gutmans [Sun, 13 Aug 2000 04:20:15 +0000 (04:20 +0000)]
*** empty log message ***

24 years ago- Revert foreach() change which only allowed variables and array(...)
Andi Gutmans [Sun, 13 Aug 2000 04:19:44 +0000 (04:19 +0000)]
- Revert foreach() change which only allowed variables and array(...)

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

24 years agoSome protos corrected.
Egon Schmid [Sat, 12 Aug 2000 20:45:48 +0000 (20:45 +0000)]
Some protos corrected.

24 years ago - The destructor for a connection resource closed the current
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)

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

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

24 years ago- Fixed warning under VC6
Derick Rethans [Fri, 11 Aug 2000 23:24:54 +0000 (23:24 +0000)]
- Fixed warning under VC6

24 years ago@ Added support for libmcrypt 2.4.4
Derick Rethans [Fri, 11 Aug 2000 18:45:17 +0000 (18:45 +0000)]
@ Added support for libmcrypt 2.4.4

24 years agoAdded news item for Andi's strncasecmp commit
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

24 years ago- restore ifx_close() to PHP3 behaviour for non-persistent connections
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)

24 years agoMake COM work in a multithreaded environment
Zeev Suraski [Fri, 11 Aug 2000 13:30:37 +0000 (13:30 +0000)]
Make COM work in a multithreaded environment

24 years agoreturn type in proto for OCIError fixed
Hartmut Holzgraefe [Fri, 11 Aug 2000 13:13:11 +0000 (13:13 +0000)]
return type in proto for OCIError fixed

24 years agoAdded support for username, group and password for function yaz_connect.
Adam Dickmeiss [Fri, 11 Aug 2000 12:11:51 +0000 (12:11 +0000)]
Added support for username, group and password for function yaz_connect.

24 years ago*** empty log message ***
Andi Gutmans [Fri, 11 Aug 2000 09:58:04 +0000 (09:58 +0000)]
*** empty log message ***

24 years ago- Only support variables and array(...) in foreach loops
Andi Gutmans [Fri, 11 Aug 2000 09:56:28 +0000 (09:56 +0000)]
- Only support variables and array(...) in foreach loops

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

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

24 years ago- The commit messages didn't seem to update the news file
Andi Gutmans [Thu, 10 Aug 2000 22:16:15 +0000 (22:16 +0000)]
- The commit messages didn't seem to update the news file

24 years ago@ Fix problem with nested foreach()'s (Andi, Zend Engine)
Andi Gutmans [Thu, 10 Aug 2000 22:08:02 +0000 (22:08 +0000)]
@ Fix problem with nested foreach()'s (Andi, Zend Engine)

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.