]>
granicus.if.org Git - php/log
Zeev Suraski [Sat, 19 Aug 2000 17:58:04 +0000 (17:58 +0000)]
Fix eval() leakage in ZTS mode
Zeev Suraski [Sat, 19 Aug 2000 17:50:42 +0000 (17:50 +0000)]
Eliminate run-time leak with eval()'s
Zeev Suraski [Sat, 19 Aug 2000 16:51:30 +0000 (16:51 +0000)]
Fix build with no memory_limit
Zeev Suraski [Sat, 19 Aug 2000 16:40:23 +0000 (16:40 +0000)]
Update NEWS
Zeev Suraski [Sat, 19 Aug 2000 16:38:19 +0000 (16:38 +0000)]
Avoid an endless loop situation in case of an error situation while sending headers
Zeev Suraski [Sat, 19 Aug 2000 16:35:02 +0000 (16:35 +0000)]
Fix memory_limit
Andi Gutmans [Sat, 19 Aug 2000 15:16:53 +0000 (15:16 +0000)]
- Beautify
Stig Venaas [Sat, 19 Aug 2000 14:10:11 +0000 (14:10 +0000)]
Adding Oracle LDAP SDK support
<changelog@php.net> [Sat, 19 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
Andi Gutmans [Fri, 18 Aug 2000 23:03:49 +0000 (23:03 +0000)]
- Centralize more fopen-wrappers functionality.
Frank M. Kromann [Fri, 18 Aug 2000 22:24:27 +0000 (22:24 +0000)]
Adding howto file for MS SQL
Chuck Hagenbuch [Fri, 18 Aug 2000 16:02:27 +0000 (16:02 +0000)]
use estrndup and efree to hopefully avoid both munging of arguments and
leaking memory.
Ben Mansell [Fri, 18 Aug 2000 14:18:57 +0000 (14:18 +0000)]
REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP
Sascha Schumann [Fri, 18 Aug 2000 13:50:04 +0000 (13:50 +0000)]
Add necessary *_FETCH() macros
Sterling Hughes [Fri, 18 Aug 2000 13:43:22 +0000 (13:43 +0000)]
#Its fixed this time, no really.
Sterling Hughes [Fri, 18 Aug 2000 13:24:00 +0000 (13:24 +0000)]
Purely cosmetic.
Sterling Hughes [Fri, 18 Aug 2000 13:22:09 +0000 (13:22 +0000)]
Fix #6234
Hartmut Holzgraefe [Fri, 18 Aug 2000 12:45:01 +0000 (12:45 +0000)]
typo fix in array_diff error message, fixes bug #6236
Hartmut Holzgraefe [Fri, 18 Aug 2000 12:28:28 +0000 (12:28 +0000)]
minor typo fix in proto
<changelog@php.net> [Fri, 18 Aug 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
Sam Ruby [Thu, 17 Aug 2000 19:19:54 +0000 (19:19 +0000)]
Reorder call to ELS_FETCH to be after declarations
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.
Andrei Zmievski [Thu, 17 Aug 2000 16:09:00 +0000 (16:09 +0000)]
No need to have persistent allocation.
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.
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?
Hartmut Holzgraefe [Thu, 17 Aug 2000 13:17:14 +0000 (13:17 +0000)]
additional include should fix bug #6086
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.
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>
Stanislav Malyshev [Thu, 17 Aug 2000 08:48:16 +0000 (08:48 +0000)]
Fix EMPTY_STRING macros
Stanislav Malyshev [Thu, 17 Aug 2000 08:47:42 +0000 (08:47 +0000)]
Fix chunk_split (#6208)
Andi Gutmans [Thu, 17 Aug 2000 04:05:57 +0000 (04:05 +0000)]
- It should be #ifdef PHP_WIN32
Sterling Hughes [Thu, 17 Aug 2000 02:14:41 +0000 (02:14 +0000)]
ts issues.
<changelog@php.net> [Thu, 17 Aug 2000 01:09:13 +0000 (01:09 +0000)]
ChangeLog update
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.
Thies C. Arntzen [Wed, 16 Aug 2000 15:23:05 +0000 (15:23 +0000)]
compile fix
Hartmut Holzgraefe [Wed, 16 Aug 2000 12:47:09 +0000 (12:47 +0000)]
proto fixed
<changelog@php.net> [Wed, 16 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 16 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update
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...
Sascha Schumann [Tue, 15 Aug 2000 23:16:47 +0000 (23:16 +0000)]
Change the C++ extension to .cpp
Uwe Steinmann [Tue, 15 Aug 2000 18:46:59 +0000 (18:46 +0000)]
- Inserted constants for fdf flags
Sterling Hughes [Tue, 15 Aug 2000 17:30:41 +0000 (17:30 +0000)]
@ Fix stdout support with the swf extension. (Sterling)
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.
Sterling Hughes [Tue, 15 Aug 2000 17:03:48 +0000 (17:03 +0000)]
Leftovers...
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.
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.
Zeev Suraski [Tue, 15 Aug 2000 16:46:43 +0000 (16:46 +0000)]
Sync with Zend
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)
Derick Rethans [Tue, 15 Aug 2000 14:58:21 +0000 (14:58 +0000)]
- Clearified which version of libmcrypt is enabled
# Request by Olivier Cahagne
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)
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
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
<changelog@php.net> [Tue, 15 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
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)
Zeev Suraski [Mon, 14 Aug 2000 20:16:27 +0000 (20:16 +0000)]
- Fix leak and some logic
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.
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.
Sascha Schumann [Mon, 14 Aug 2000 19:26:09 +0000 (19:26 +0000)]
Restrict INI entries when compiling against libmcrypt 2.4.
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.
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)
Stanislav Malyshev [Mon, 14 Aug 2000 15:54:57 +0000 (15:54 +0000)]
Fix print length - again
# I hope _this_ is the right fix...
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.
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
Stanislav Malyshev [Mon, 14 Aug 2000 09:06:56 +0000 (09:06 +0000)]
Fix crash
David Croft [Mon, 14 Aug 2000 08:37:28 +0000 (08:37 +0000)]
presumably this was wrong
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"