]> granicus.if.org Git - php/log
php
24 years agoTypo
Sascha Schumann [Thu, 24 Aug 2000 09:02:56 +0000 (09:02 +0000)]
Typo

24 years agoSome crappy makes don't handle the .PHONY target correctly.
Sascha Schumann [Thu, 24 Aug 2000 05:55:19 +0000 (05:55 +0000)]
Some crappy makes don't handle the .PHONY target correctly.

So we force a rebuild of generated_lists

24 years ago-Add getCode() method to PEAR_Error
Sterling Hughes [Thu, 24 Aug 2000 01:34:16 +0000 (01:34 +0000)]
-Add getCode() method to PEAR_Error
-Correct license versions + My Address for DB/* mods
-Correct ibase module
-Javadocize File_Find
-Add a optional constructor to DB that passes it on to DB::connect()

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

24 years agoext/icap is obsolete.
Andrei Zmievski [Wed, 23 Aug 2000 18:31:01 +0000 (18:31 +0000)]
ext/icap is obsolete.

24 years agoadded curl, dbase and gettext to the project
Daniel Beulshausen [Wed, 23 Aug 2000 16:21:58 +0000 (16:21 +0000)]
added curl, dbase and gettext to the project

24 years agowin32 projectfile for the curl extension
Daniel Beulshausen [Wed, 23 Aug 2000 16:18:28 +0000 (16:18 +0000)]
win32 projectfile for the curl extension

24 years agoAdd note about --with-kerberos
Sascha Schumann [Wed, 23 Aug 2000 16:15:08 +0000 (16:15 +0000)]
Add note about --with-kerberos

24 years agowin32 projectfile for the dbase extension
Daniel Beulshausen [Wed, 23 Aug 2000 16:11:44 +0000 (16:11 +0000)]
win32 projectfile for the dbase extension

24 years agowin32 projectfile fot the gettext extension
Daniel Beulshausen [Wed, 23 Aug 2000 16:00:38 +0000 (16:00 +0000)]
win32 projectfile fot the gettext extension

24 years agochanged the output directorys from the windowsbuilds
Daniel Beulshausen [Wed, 23 Aug 2000 15:43:36 +0000 (15:43 +0000)]
changed the output directorys from the windowsbuilds

24 years agochanged the intermediate output dir, to make it a bit cleaner
Daniel Beulshausen [Wed, 23 Aug 2000 15:32:09 +0000 (15:32 +0000)]
changed the intermediate output dir, to make it a bit cleaner

24 years agophpextdist is located in $(srcdir), so don't try to install it from
Sascha Schumann [Wed, 23 Aug 2000 14:07:24 +0000 (14:07 +0000)]
phpextdist is located in $(srcdir), so don't try to install it from
$(builddir).

24 years agoChanged long to int.
Egon Schmid [Wed, 23 Aug 2000 13:47:00 +0000 (13:47 +0000)]
Changed long to int.

24 years agoformatting.
Andrei Zmievski [Wed, 23 Aug 2000 13:07:51 +0000 (13:07 +0000)]
formatting.

24 years ago-lt is preferred over \>
Sascha Schumann [Wed, 23 Aug 2000 12:59:50 +0000 (12:59 +0000)]
-lt is preferred over \>

24 years agoFix library order for -lpng -lz.
Sascha Schumann [Wed, 23 Aug 2000 12:28:48 +0000 (12:28 +0000)]
Fix library order for -lpng -lz.

PR: #3978

24 years agoMake parsedate build again
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

24 years agoA little condensing,
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().

24 years agoCorrected bugs in php_if_connect() to make it work properly -- needed to
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.

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

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

24 years agocleaned up the PHP/SOLID integration code, and corrected some minor assumptions on...
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

24 years ago'const' is problematic in code in the final section of a Bison file (Bison defines
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)

24 years agoAdding ..\..\..\bindlib_w32 to include path
Frank M. Kromann [Tue, 22 Aug 2000 20:46:01 +0000 (20:46 +0000)]
Adding ..\..\..\bindlib_w32 to include path

24 years ago@- Added ability for each xml_set_*_handler() function to take the
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)

24 years ago@- Updated array_walk() to be able to accept array($obj, 'method')
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)

24 years ago- Fix bug report by Andrei when using a method as a sort user function
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

24 years agosome fixes
Daniel Beulshausen [Tue, 22 Aug 2000 18:13:53 +0000 (18:13 +0000)]
some fixes

24 years agoadded cpdf and domxml
Daniel Beulshausen [Tue, 22 Aug 2000 18:04:31 +0000 (18:04 +0000)]
added cpdf and domxml

24 years agoprojectfile for the domxml extension
Daniel Beulshausen [Tue, 22 Aug 2000 18:01:50 +0000 (18:01 +0000)]
projectfile for the domxml extension

24 years ago- Remove new libmysql files
Andi Gutmans [Tue, 22 Aug 2000 18:01:28 +0000 (18:01 +0000)]
- Remove new libmysql files

24 years ago- Try and revert libmysql for 4.0.2
Andi Gutmans [Tue, 22 Aug 2000 17:59:35 +0000 (17:59 +0000)]
- Try and revert libmysql for 4.0.2

24 years agoprojectfile for the clibpdf extension
Daniel Beulshausen [Tue, 22 Aug 2000 17:55:17 +0000 (17:55 +0000)]
projectfile for the clibpdf extension

24 years agoadded interbase, pdf and sybase_ct
Daniel Beulshausen [Tue, 22 Aug 2000 15:22:59 +0000 (15:22 +0000)]
added interbase, pdf and sybase_ct

24 years agominor fixes
Daniel Beulshausen [Tue, 22 Aug 2000 15:21:01 +0000 (15:21 +0000)]
minor fixes

24 years agoRemoving php_realpath.c from win32 project
Frank M. Kromann [Tue, 22 Aug 2000 15:18:26 +0000 (15:18 +0000)]
Removing php_realpath.c from win32 project

24 years agoprojectfile to build the sybase_ct extension
Daniel Beulshausen [Tue, 22 Aug 2000 15:15:10 +0000 (15:15 +0000)]
projectfile to build the sybase_ct extension

24 years agoprojectfile to build the pdf extension
Daniel Beulshausen [Tue, 22 Aug 2000 15:06:55 +0000 (15:06 +0000)]
projectfile to build the pdf extension

24 years agolittle fixes
Daniel Beulshausen [Tue, 22 Aug 2000 15:03:38 +0000 (15:03 +0000)]
little fixes

24 years agoInterface for 'raid' files (ont in use by PHP)
MySQL Team [Tue, 22 Aug 2000 12:10:53 +0000 (12:10 +0000)]
Interface for 'raid' files (ont in use by PHP)

24 years agoNew files for MySQL 3.23.23 client library. New files are for qouting
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.

24 years agoDisable php_value and add note about reliability
Sascha Schumann [Tue, 22 Aug 2000 07:33:27 +0000 (07:33 +0000)]
Disable php_value and add note about reliability

24 years agoAdd note about need to fix INI system
Sascha Schumann [Tue, 22 Aug 2000 07:23:24 +0000 (07:23 +0000)]
Add note about need to fix INI system

24 years agoAOLserver CVS uses PREFIX.
Sascha Schumann [Tue, 22 Aug 2000 06:11:01 +0000 (06:11 +0000)]
AOLserver CVS uses PREFIX.

24 years agoSet file_handle.opened_path to NULL
Sascha Schumann [Tue, 22 Aug 2000 05:43:31 +0000 (05:43 +0000)]
Set file_handle.opened_path to NULL

24 years agoAdd note about installing PHP on web servers other than Apache.
Sascha Schumann [Tue, 22 Aug 2000 05:34:22 +0000 (05:34 +0000)]
Add note about installing PHP on web servers other than Apache.

24 years ago- Cleanup imagetransparent in the GD library
Andi Gutmans [Tue, 22 Aug 2000 04:11:57 +0000 (04:11 +0000)]
- Cleanup imagetransparent in the GD library

24 years agoFix a crash in imap_fetchheader(). FT_PREFETCHTEXT isn't the only flag that
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().

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

24 years agoSlight Darwin tweak from Fred
Rasmus Lerdorf [Tue, 22 Aug 2000 00:27:17 +0000 (00:27 +0000)]
Slight Darwin tweak from Fred

24 years agoupdated project to work with readdir.h rev.1.5 from apache cvs
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

24 years agoupdated the projectfile to build the aolserver and nsapi modules
Daniel Beulshausen [Mon, 21 Aug 2000 21:01:57 +0000 (21:01 +0000)]
updated the projectfile to build the aolserver and nsapi modules

24 years agoadded the vs6 projectfile for the aolserver
Daniel Beulshausen [Mon, 21 Aug 2000 20:55:10 +0000 (20:55 +0000)]
added the vs6 projectfile for the aolserver

24 years agothttpd/PHP verified to run IMP 2.2.0 without any hitches.
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.

24 years agoNEWS update for file-function segfault fix.
Torben Wilson [Mon, 21 Aug 2000 19:45:26 +0000 (19:45 +0000)]
NEWS update for file-function segfault fix.

24 years agoFixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
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.

24 years agoKeep servlet working...
Sam Ruby [Mon, 21 Aug 2000 17:01:51 +0000 (17:01 +0000)]
Keep servlet working...

24 years agoRemove extra tab
Sascha Schumann [Mon, 21 Aug 2000 15:05:45 +0000 (15:05 +0000)]
Remove extra tab

24 years agoMake the DB classes work with call-time pass-by-reference disabled.
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.

24 years agoFix crash in one-argument imagecolortransparent
Stanislav Malyshev [Mon, 21 Aug 2000 14:11:19 +0000 (14:11 +0000)]
Fix crash in one-argument imagecolortransparent

24 years agoFix win32 build
Stanislav Malyshev [Mon, 21 Aug 2000 12:56:51 +0000 (12:56 +0000)]
Fix win32 build

24 years agoGet rid of php_global.h and the associated data types UINT4/_POINTER.
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].

24 years agoThe macro CONVERT_TO_WIN_FS is not used anywhere.
Sascha Schumann [Mon, 21 Aug 2000 09:57:13 +0000 (09:57 +0000)]
The macro CONVERT_TO_WIN_FS is not used anywhere.

24 years agoCleaning up some mess
Sascha Schumann [Mon, 21 Aug 2000 09:50:53 +0000 (09:50 +0000)]
Cleaning up some mess

24 years ago- added function fdf_set_javascript_action()
Uwe Steinmann [Mon, 21 Aug 2000 09:23:37 +0000 (09:23 +0000)]
- added function fdf_set_javascript_action()

24 years ago- Reversed last 'fix'
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

24 years ago- Remove old/deprecated version of expand_filepath
Andi Gutmans [Mon, 21 Aug 2000 04:30:25 +0000 (04:30 +0000)]
- Remove old/deprecated version of expand_filepath

24 years agoDelete this suggestion as it was leading newbie users to use this file
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.

24 years agoMove thttpd_php_init() call to httpd_initialize().
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).

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

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

24 years agoFix Win32 build
Zeev Suraski [Sun, 20 Aug 2000 22:19:58 +0000 (22:19 +0000)]
Fix Win32 build

24 years agoFix build
Zeev Suraski [Sun, 20 Aug 2000 22:18:19 +0000 (22:18 +0000)]
Fix build

24 years ago- Change PHP_SEPARATOR to PHP_DIR_SEPARATOR
Andi Gutmans [Sun, 20 Aug 2000 19:56:24 +0000 (19:56 +0000)]
- Change PHP_SEPARATOR to PHP_DIR_SEPARATOR

24 years ago- Checking for ".." isn't enough. include_once() could mess up even if both
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.

24 years agoAdded another bug fix to detect for negative values being passed into the
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.

24 years agoAdded Oracle LDAP SDK SSL support
Stig Venaas [Sun, 20 Aug 2000 18:47:14 +0000 (18:47 +0000)]
Added Oracle LDAP SDK SSL support

24 years ago- Sascha's patch should make PHP in VIRTUAL_DIR mode also change to the
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.

24 years ago- Fix for bug #6263
Derick Rethans [Sun, 20 Aug 2000 17:39:44 +0000 (17:39 +0000)]
- Fix for bug #6263

24 years agoFix by-reference passing for scanf's
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)

24 years agoFix XML by-reference passing
Stanislav Malyshev [Sun, 20 Aug 2000 15:59:54 +0000 (15:59 +0000)]
Fix XML by-reference passing

24 years agoFix numerus of SAPI Modules title
Sascha Schumann [Sun, 20 Aug 2000 14:43:56 +0000 (14:43 +0000)]
Fix numerus of SAPI Modules title

24 years agoThe status quo in PHP is that the current directory is initialized
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.

24 years agoUse size_t as parameter type in the getenv member of struct sapi_module
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

24 years agoconst'ify virtual-cwd API
Sascha Schumann [Sun, 20 Aug 2000 14:11:50 +0000 (14:11 +0000)]
const'ify virtual-cwd API

24 years agoProvide PHP_SEPARATOR which expands to the default directory separator
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.

24 years agoFix fgetc (#6259) and ftell error condition returns
Stanislav Malyshev [Sun, 20 Aug 2000 13:24:14 +0000 (13:24 +0000)]
Fix fgetc (#6259) and ftell error condition returns

24 years agoFix prototype of virtual_real_chdir_file.
Sascha Schumann [Sun, 20 Aug 2000 13:09:57 +0000 (13:09 +0000)]
Fix prototype of virtual_real_chdir_file.

24 years agoAdd virtual_real_chdir_file. Silly name for a useful function.
Sascha Schumann [Sun, 20 Aug 2000 12:49:56 +0000 (12:49 +0000)]
Add virtual_real_chdir_file. Silly name for a useful function.

24 years agoA Whole buncha stuff, mostly bug fixing...
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.

24 years agoExecute PHP scripts everywhere (not only in the top-level directory)
Sascha Schumann [Sun, 20 Aug 2000 09:37:15 +0000 (09:37 +0000)]
Execute PHP scripts everywhere (not only in the top-level directory)

24 years agoRemove -DHAVE_CONFIG_H. It ain't used anywhere.
Sascha Schumann [Sun, 20 Aug 2000 08:58:19 +0000 (08:58 +0000)]
Remove -DHAVE_CONFIG_H. It ain't used anywhere.

24 years ago_isnan seems to be supported on Win32, add an appropiate macro.
Sascha Schumann [Sun, 20 Aug 2000 08:31:34 +0000 (08:31 +0000)]
_isnan seems to be supported on Win32, add an appropiate macro.

24 years agoBunch o' changes..
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.

24 years agoIf available, use fpclassify for substituting zend_finite.
Sascha Schumann [Sun, 20 Aug 2000 07:12:48 +0000 (07:12 +0000)]
If available, use fpclassify for substituting zend_finite.

24 years agoIncluding math.h before using macros defined there will work better :)
Sascha Schumann [Sun, 20 Aug 2000 06:09:07 +0000 (06:09 +0000)]
Including math.h before using macros defined there will work better :)

24 years agoMake use of zend_isinf and zend_isnan.
Sascha Schumann [Sun, 20 Aug 2000 06:08:14 +0000 (06:08 +0000)]
Make use of zend_isinf and zend_isnan.

24 years agoAdd zend_isinf and zend_isnan.
Sascha Schumann [Sun, 20 Aug 2000 06:07:42 +0000 (06:07 +0000)]
Add zend_isinf and zend_isnan.

24 years agoAdd/update license
Sascha Schumann [Sun, 20 Aug 2000 05:39:37 +0000 (05:39 +0000)]
Add/update license