]>
granicus.if.org Git - php/log
Sascha Schumann [Wed, 23 Aug 2000 12:59:50 +0000 (12:59 +0000)]
-lt is preferred over \>
Sascha Schumann [Wed, 23 Aug 2000 12:28:48 +0000 (12:28 +0000)]
Fix library order for -lpng -lz.
PR: #3978
Stanislav Malyshev [Wed, 23 Aug 2000 10:54:13 +0000 (10:54 +0000)]
Make parsedate build again
# I do not really know what's the problem with const, but I do know
# it doesn't compile when declaration and definition don't match
Sterling Hughes [Wed, 23 Aug 2000 08:29:16 +0000 (08:29 +0000)]
A little condensing,
Add an additional check to make sure port is specified with
AF_INET in connect().
Chris Vandomelen [Wed, 23 Aug 2000 06:41:51 +0000 (06:41 +0000)]
Corrected bugs in php_if_connect() to make it work properly -- needed to
run htons() on the port number provided, and needed to perform DNS lookups
properly and store the results as expected.
<changelog@php.net> [Wed, 23 Aug 2000 01:09:19 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 23 Aug 2000 01:09:16 +0000 (01:09 +0000)]
NEWS update
Dan Kalowsky [Tue, 22 Aug 2000 21:27:49 +0000 (21:27 +0000)]
cleaned up the PHP/SOLID integration code, and corrected some minor assumptions on my part for the 3.5 EE systems. also removed a series of warnings on builds within the ODBC functions, and corrected header order. include of the SS_LINUX and SS_FBX defines, needed to make solid headers completely happy with the wchar.h situation.
THIS DOES NOT FIX BUG ID #4615
Zeev Suraski [Tue, 22 Aug 2000 20:59:26 +0000 (20:59 +0000)]
'const' is problematic in code in the final section of a Bison file (Bison defines
it away)
Frank M. Kromann [Tue, 22 Aug 2000 20:46:01 +0000 (20:46 +0000)]
Adding ..\..\..\bindlib_w32 to include path
Andrei Zmievski [Tue, 22 Aug 2000 19:32:07 +0000 (19:32 +0000)]
@- Added ability for each xml_set_*_handler() function to take the
@ array($obj, 'method') syntax for the handler argument as well
@ as the normal function name. (Andrei)
Andrei Zmievski [Tue, 22 Aug 2000 18:39:29 +0000 (18:39 +0000)]
@- Updated array_walk() to be able to accept array($obj, 'method')
@ syntax for the walk function. (Andrei)
Andi Gutmans [Tue, 22 Aug 2000 18:35:42 +0000 (18:35 +0000)]
- Fix bug report by Andrei when using a method as a sort user function
- parameter in usort() like functions
Daniel Beulshausen [Tue, 22 Aug 2000 18:13:53 +0000 (18:13 +0000)]
some fixes
Daniel Beulshausen [Tue, 22 Aug 2000 18:04:31 +0000 (18:04 +0000)]
added cpdf and domxml
Daniel Beulshausen [Tue, 22 Aug 2000 18:01:50 +0000 (18:01 +0000)]
projectfile for the domxml extension
Andi Gutmans [Tue, 22 Aug 2000 18:01:28 +0000 (18:01 +0000)]
- Remove new libmysql files
Andi Gutmans [Tue, 22 Aug 2000 17:59:35 +0000 (17:59 +0000)]
- Try and revert libmysql for 4.0.2
Daniel Beulshausen [Tue, 22 Aug 2000 17:55:17 +0000 (17:55 +0000)]
projectfile for the clibpdf extension
Daniel Beulshausen [Tue, 22 Aug 2000 15:22:59 +0000 (15:22 +0000)]
added interbase, pdf and sybase_ct
Daniel Beulshausen [Tue, 22 Aug 2000 15:21:01 +0000 (15:21 +0000)]
minor fixes
Frank M. Kromann [Tue, 22 Aug 2000 15:18:26 +0000 (15:18 +0000)]
Removing php_realpath.c from win32 project
Daniel Beulshausen [Tue, 22 Aug 2000 15:15:10 +0000 (15:15 +0000)]
projectfile to build the sybase_ct extension
Daniel Beulshausen [Tue, 22 Aug 2000 15:06:55 +0000 (15:06 +0000)]
projectfile to build the pdf extension
Daniel Beulshausen [Tue, 22 Aug 2000 15:03:38 +0000 (15:03 +0000)]
little fixes
MySQL Team [Tue, 22 Aug 2000 12:10:53 +0000 (12:10 +0000)]
Interface for 'raid' files (ont in use by PHP)
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