]>
granicus.if.org Git - php/log
MySQL Team [Tue, 22 Aug 2000 09:02:46 +0000 (09:02 +0000)]
New files for MySQL 3.23.23 client library. New files are for qouting
using different character sets.
Sascha Schumann [Tue, 22 Aug 2000 07:33:27 +0000 (07:33 +0000)]
Disable php_value and add note about reliability
Sascha Schumann [Tue, 22 Aug 2000 07:23:24 +0000 (07:23 +0000)]
Add note about need to fix INI system
Sascha Schumann [Tue, 22 Aug 2000 06:11:01 +0000 (06:11 +0000)]
AOLserver CVS uses PREFIX.
Sascha Schumann [Tue, 22 Aug 2000 05:43:31 +0000 (05:43 +0000)]
Set file_handle.opened_path to NULL
Sascha Schumann [Tue, 22 Aug 2000 05:34:22 +0000 (05:34 +0000)]
Add note about installing PHP on web servers other than Apache.
Andi Gutmans [Tue, 22 Aug 2000 04:11:57 +0000 (04:11 +0000)]
- Cleanup imagetransparent in the GD library
Chuck Hagenbuch [Tue, 22 Aug 2000 02:35:30 +0000 (02:35 +0000)]
Fix a crash in imap_fetchheader(). FT_PREFETCHTEXT isn't the only flag that
you can pass to mail_fetchheader_full().
<changelog@php.net> [Tue, 22 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
Rasmus Lerdorf [Tue, 22 Aug 2000 00:27:17 +0000 (00:27 +0000)]
Slight Darwin tweak from Fred
Daniel Beulshausen [Mon, 21 Aug 2000 21:21:18 +0000 (21:21 +0000)]
updated project to work with readdir.h rev.1.5 from apache cvs
Daniel Beulshausen [Mon, 21 Aug 2000 21:01:57 +0000 (21:01 +0000)]
updated the projectfile to build the aolserver and nsapi modules
Daniel Beulshausen [Mon, 21 Aug 2000 20:55:10 +0000 (20:55 +0000)]
added the vs6 projectfile for the aolserver
Sascha Schumann [Mon, 21 Aug 2000 20:23:02 +0000 (20:23 +0000)]
thttpd/PHP verified to run IMP 2.2.0 without any hitches.
Torben Wilson [Mon, 21 Aug 2000 19:45:26 +0000 (19:45 +0000)]
NEWS update for file-function segfault fix.
Torben Wilson [Mon, 21 Aug 2000 19:24:44 +0000 (19:24 +0000)]
Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
called with negative length argument.
Sam Ruby [Mon, 21 Aug 2000 17:01:51 +0000 (17:01 +0000)]
Keep servlet working...
Sascha Schumann [Mon, 21 Aug 2000 15:05:45 +0000 (15:05 +0000)]
Remove extra tab
Chuck Hagenbuch [Mon, 21 Aug 2000 14:37:47 +0000 (14:37 +0000)]
Make the DB classes work with call-time pass-by-reference disabled.
Stanislav Malyshev [Mon, 21 Aug 2000 14:11:19 +0000 (14:11 +0000)]
Fix crash in one-argument imagecolortransparent
Stanislav Malyshev [Mon, 21 Aug 2000 12:56:51 +0000 (12:56 +0000)]
Fix win32 build
Sascha Schumann [Mon, 21 Aug 2000 10:10:31 +0000 (10:10 +0000)]
Get rid of php_global.h and the associated data types UINT4/_POINTER.
We use php_uint32 now globally.
Also removed K&R support from md5.[ch].
Sascha Schumann [Mon, 21 Aug 2000 09:57:13 +0000 (09:57 +0000)]
The macro CONVERT_TO_WIN_FS is not used anywhere.
Sascha Schumann [Mon, 21 Aug 2000 09:50:53 +0000 (09:50 +0000)]
Cleaning up some mess
Uwe Steinmann [Mon, 21 Aug 2000 09:23:37 +0000 (09:23 +0000)]
- added function fdf_set_javascript_action()
Derick Rethans [Mon, 21 Aug 2000 07:24:55 +0000 (07:24 +0000)]
- Reversed last 'fix'
# Sascha suggested that it must be corrected in wuth mcal
Andi Gutmans [Mon, 21 Aug 2000 04:30:25 +0000 (04:30 +0000)]
- Remove old/deprecated version of expand_filepath
Rasmus Lerdorf [Mon, 21 Aug 2000 04:09:13 +0000 (04:09 +0000)]
Delete this suggestion as it was leading newbie users to use this file
without understanding what they were doing. Experienced users will find
and use this file on their own.
Sascha Schumann [Mon, 21 Aug 2000 03:04:35 +0000 (03:04 +0000)]
Move thttpd_php_init() call to httpd_initialize().
Otherwise, some init stuff was done twice (like resetting the
known_post_content_types hash table which caused post requests
to fail).
<changelog@php.net> [Mon, 21 Aug 2000 01:09:19 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 21 Aug 2000 01:09:16 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Sun, 20 Aug 2000 22:19:58 +0000 (22:19 +0000)]
Fix Win32 build
Zeev Suraski [Sun, 20 Aug 2000 22:18:19 +0000 (22:18 +0000)]
Fix build
Andi Gutmans [Sun, 20 Aug 2000 19:56:24 +0000 (19:56 +0000)]
- Change PHP_SEPARATOR to PHP_DIR_SEPARATOR
Andi Gutmans [Sun, 20 Aug 2000 19:49:10 +0000 (19:49 +0000)]
- Checking for ".." isn't enough. include_once() could mess up even if both
- names didn't include ".." but were referenced different directories which
- were symlinked to each other.
Chris Vandomelen [Sun, 20 Aug 2000 19:48:42 +0000 (19:48 +0000)]
Added another bug fix to detect for negative values being passed into the
fd_*() functions, as passing negative values would cause PHP to segfault.
Stig Venaas [Sun, 20 Aug 2000 18:47:14 +0000 (18:47 +0000)]
Added Oracle LDAP SDK SSL support
Andi Gutmans [Sun, 20 Aug 2000 18:12:16 +0000 (18:12 +0000)]
- Sascha's patch should make PHP in VIRTUAL_DIR mode also change to the
- right directory so this shouldn't be needed anymore.
Derick Rethans [Sun, 20 Aug 2000 17:39:44 +0000 (17:39 +0000)]
- Fix for bug #6263
Stanislav Malyshev [Sun, 20 Aug 2000 16:09:06 +0000 (16:09 +0000)]
Fix by-reference passing for scanf's
@- Fix by-reference parameters passing for xml_ functions and for scanf functions (Stas)
Stanislav Malyshev [Sun, 20 Aug 2000 15:59:54 +0000 (15:59 +0000)]
Fix XML by-reference passing
Sascha Schumann [Sun, 20 Aug 2000 14:43:56 +0000 (14:43 +0000)]
Fix numerus of SAPI Modules title
Sascha Schumann [Sun, 20 Aug 2000 14:29:00 +0000 (14:29 +0000)]
The status quo in PHP is that the current directory is initialized
to the directory where the executing script is located.
Since this needs to be implemented for all SAPI modules anyway, this
change moves the functionality to php_execute_script() and gets rid
of the per-module code.
Sascha Schumann [Sun, 20 Aug 2000 14:20:21 +0000 (14:20 +0000)]
Use size_t as parameter type in the getenv member of struct sapi_module
Sascha Schumann [Sun, 20 Aug 2000 14:11:50 +0000 (14:11 +0000)]
const'ify virtual-cwd API
Sascha Schumann [Sun, 20 Aug 2000 14:02:57 +0000 (14:02 +0000)]
Provide PHP_SEPARATOR which expands to the default directory separator
on the target platform.
Stanislav Malyshev [Sun, 20 Aug 2000 13:24:14 +0000 (13:24 +0000)]
Fix fgetc (#6259) and ftell error condition returns
Sascha Schumann [Sun, 20 Aug 2000 13:09:57 +0000 (13:09 +0000)]
Fix prototype of virtual_real_chdir_file.
Sascha Schumann [Sun, 20 Aug 2000 12:49:56 +0000 (12:49 +0000)]
Add virtual_real_chdir_file. Silly name for a useful function.
Sterling Hughes [Sun, 20 Aug 2000 10:31:27 +0000 (10:31 +0000)]
A Whole buncha stuff, mostly bug fixing...
- Make constants case-sensitive, conforming with the rest of PHP &
the C API.
- Make module compatible with thread safety features.
- open_listen_sok() -> open_listen_sock()
- Remove ext_skel comments
- Get rid of the ZVAL macro and replace with the correct Z_*_*
macros
- declare all functions local to the file as static.
- Remove empty PHP_MSHUTDOWN() function.
- Removed confirm_sockets_compiled()
- Changed RETVAL_* macro's to RETURN_* macro's eliminating errors
with incorrect return values and a potential leak/crash or two.
- functions that return void, actually return void
- Replaced 'long' in the prototypes with 'int'
- Fixed fd_zero() function, it gave a WRONG_PARAM_COUNT when you
gave it the proper parameter count.
- Changed the way an arbitrary number of parameters were accessed
from build_iovec() to use the Zend API.
- Added socketpair() and shutdown() functions.
Sascha Schumann [Sun, 20 Aug 2000 09:37:15 +0000 (09:37 +0000)]
Execute PHP scripts everywhere (not only in the top-level directory)
Sascha Schumann [Sun, 20 Aug 2000 08:58:19 +0000 (08:58 +0000)]
Remove -DHAVE_CONFIG_H. It ain't used anywhere.
Sascha Schumann [Sun, 20 Aug 2000 08:31:34 +0000 (08:31 +0000)]
_isnan seems to be supported on Win32, add an appropiate macro.
Sterling Hughes [Sun, 20 Aug 2000 08:28:00 +0000 (08:28 +0000)]
Bunch o' changes..
- Add the ability to return the web page into a variable
by setting the CURLOPT_RETURNTRANSFER constant to 1.
- Make everything conform to the naming guidelines.
- Delete the resource id from the file_id table when a
resource is closed.
Sascha Schumann [Sun, 20 Aug 2000 07:12:48 +0000 (07:12 +0000)]
If available, use fpclassify for substituting zend_finite.
Sascha Schumann [Sun, 20 Aug 2000 06:09:07 +0000 (06:09 +0000)]
Including math.h before using macros defined there will work better :)
Sascha Schumann [Sun, 20 Aug 2000 06:08:14 +0000 (06:08 +0000)]
Make use of zend_isinf and zend_isnan.
Sascha Schumann [Sun, 20 Aug 2000 06:07:42 +0000 (06:07 +0000)]
Add zend_isinf and zend_isnan.
Sascha Schumann [Sun, 20 Aug 2000 05:39:37 +0000 (05:39 +0000)]
Add/update license
Sascha Schumann [Sun, 20 Aug 2000 05:36:07 +0000 (05:36 +0000)]
Relicense build-related files under the PHP License
Move common make rules to rules_common.mk. This gets rid of the duplicated
stuff in rules.mk/rules_pear.mk.
Sascha Schumann [Sun, 20 Aug 2000 05:27:59 +0000 (05:27 +0000)]
Remove php_realpath from build.
It was broken and should not be used in any way.
<changelog@php.net> [Sun, 20 Aug 2000 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
Jesus M. Castagnetto [Sat, 19 Aug 2000 22:01:37 +0000 (22:01 +0000)]
Added some more predefined constants
Frank M. Kromann [Sat, 19 Aug 2000 21:15:43 +0000 (21:15 +0000)]
We only need winsock.h one time
Frank M. Kromann [Sat, 19 Aug 2000 19:08:32 +0000 (19:08 +0000)]
Adding ignore file for Win32
Frank M. Kromann [Sat, 19 Aug 2000 19:05:22 +0000 (19:05 +0000)]
Fixing paths to Zend and libmysql
Frank M. Kromann [Sat, 19 Aug 2000 18:50:03 +0000 (18:50 +0000)]
Fixing include path for compiling non thread safe php.exe
Andrei Zmievski [Sat, 19 Aug 2000 18:13:52 +0000 (18:13 +0000)]
One more fix to C compile.
Stig Venaas [Sat, 19 Aug 2000 18:09:21 +0000 (18:09 +0000)]
Note about Oracle LDAP SDK support. Should I not say experimental?
Zeev Suraski [Sat, 19 Aug 2000 18:05:15 +0000 (18:05 +0000)]
Fix C build
Zeev Suraski [Sat, 19 Aug 2000 18:01:04 +0000 (18:01 +0000)]
- Update NEWS
- Fix non ZTS Windows build
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