]> granicus.if.org Git - php/log
php
23 years agoEnable using an external mailer under windows.
Shane Caraveo [Sun, 8 Jul 2001 22:30:11 +0000 (22:30 +0000)]
Enable using an external mailer under windows.

1. this depends on the patch to fix tsrm I sent to dev
2. this provides backwards compatibility, as long as sendmail_path in the ini file is empty, the old internal mailer will be used, once sendmail_path is defined, the external sendmail program will be used.

I tested with indigomail from www.indigostar.com, which provides the same command line interface as sendmail no linux.

23 years agoNeeded for the prototype of php_escape_shell_cmd().
Sascha Schumann [Sun, 8 Jul 2001 19:09:59 +0000 (19:09 +0000)]
Needed for the prototype of php_escape_shell_cmd().

23 years ago@ - Make sure that OCI8 outbound variables are always zero-terminated. (Thies)
Thies C. Arntzen [Sun, 8 Jul 2001 12:37:08 +0000 (12:37 +0000)]
@ - Make sure that OCI8 outbound variables are always zero-terminated. (Thies)

23 years agoThis should get xmldocfile() working again.
Joey Smith [Sun, 8 Jul 2001 00:54:25 +0000 (00:54 +0000)]
This should get xmldocfile() working again.
This should fix bugs:
11192, 10899

23 years agoConvert double-quotes to single-quotes.
Sebastian Bergmann [Sat, 7 Jul 2001 23:15:08 +0000 (23:15 +0000)]
Convert double-quotes to single-quotes.

23 years ago- Fix off by one error in allocating command line (by Shane)
Andi Gutmans [Sat, 7 Jul 2001 20:00:35 +0000 (20:00 +0000)]
- Fix off by one error in allocating command line (by Shane)

23 years ago* reverted "DIRECTORY_SEPARATOR" patch
Martin Jansen [Sat, 7 Jul 2001 15:54:27 +0000 (15:54 +0000)]
* reverted "DIRECTORY_SEPARATOR" patch

23 years ago* added missing constant
Martin Jansen [Sat, 7 Jul 2001 12:45:20 +0000 (12:45 +0000)]
* added missing constant

23 years agoaddes more logging and security options
Tomas V.V.Cox [Sat, 7 Jul 2001 00:25:39 +0000 (00:25 +0000)]
addes more logging and security options

23 years agowhitespaces
Tomas V.V.Cox [Fri, 6 Jul 2001 19:23:41 +0000 (19:23 +0000)]
whitespaces

23 years agoSignal numbers are not uniform accross all platforms.
Jason Greene [Fri, 6 Jul 2001 18:30:38 +0000 (18:30 +0000)]
Signal numbers are not uniform accross all platforms.
Modified test to use the constants unless a failure occurs.

23 years agofix dsp (?)
Daniel Beulshausen [Fri, 6 Jul 2001 17:53:02 +0000 (17:53 +0000)]
fix dsp (?)

23 years agoMaking --with-openlink work the same as --with-iodbc for it's eventual
Dan Kalowsky [Fri, 6 Jul 2001 14:30:34 +0000 (14:30 +0000)]
Making --with-openlink work the same as --with-iodbc for it's eventual
disappearing act.
#  As requested by the Openlink Software people

23 years agofixed argument number in mb_send_mail().
Rui Hirokawa [Fri, 6 Jul 2001 13:21:47 +0000 (13:21 +0000)]
fixed argument number in mb_send_mail().

23 years agofixed argument number in mb_send_mail().
Rui Hirokawa [Fri, 6 Jul 2001 13:19:36 +0000 (13:19 +0000)]
fixed argument number in mb_send_mail().

23 years agoFix Unix build (AC_ADD_* -> PHP_ADD_*)
Sascha Schumann [Fri, 6 Jul 2001 11:51:11 +0000 (11:51 +0000)]
Fix Unix build (AC_ADD_* -> PHP_ADD_*)

23 years agoPatch by Tobias, so parseInput returns pearError
Christian Stocker [Fri, 6 Jul 2001 10:24:12 +0000 (10:24 +0000)]
Patch by Tobias, so parseInput returns pearError

23 years agoenable get*by* networking functions + remove comments
Daniel Beulshausen [Fri, 6 Jul 2001 09:53:39 +0000 (09:53 +0000)]
enable get*by* networking functions + remove comments

23 years agofix win32 build
Daniel Beulshausen [Fri, 6 Jul 2001 09:51:03 +0000 (09:51 +0000)]
fix win32 build

23 years agoFix proto's and some ws ugliness
Jason Greene [Fri, 6 Jul 2001 06:00:51 +0000 (06:00 +0000)]
Fix proto's and some ws ugliness

23 years agoAdded wait.h functionality to pcntl
Jason Greene [Fri, 6 Jul 2001 05:48:52 +0000 (05:48 +0000)]
Added wait.h functionality to pcntl
Added tests for such functionality
Removed bogus files

23 years agoBe consistent across all cases.
Joey Smith [Fri, 6 Jul 2001 01:21:55 +0000 (01:21 +0000)]
Be consistent across all cases.

23 years agoexperimental db++ database support
Hartmut Holzgraefe [Fri, 6 Jul 2001 00:04:03 +0000 (00:04 +0000)]
experimental db++ database support

23 years agopreliminary documentation for db++ support in ext/dbplus
Hartmut Holzgraefe [Thu, 5 Jul 2001 23:58:53 +0000 (23:58 +0000)]
preliminary documentation for db++ support in ext/dbplus

23 years agoThis should be lower-cased per the documentation and previous
Sean Bright [Thu, 5 Jul 2001 23:29:11 +0000 (23:29 +0000)]
This should be lower-cased per the documentation and previous
implementation.

23 years agoCheck for getpgid (torben@php.net)
Jason Greene [Thu, 5 Jul 2001 22:01:42 +0000 (22:01 +0000)]
Check for getpgid (torben@php.net)

23 years agoMade imagegammacorrect() work on true-color images.
Wez Furlong [Thu, 5 Jul 2001 21:23:28 +0000 (21:23 +0000)]
Made imagegammacorrect() work on true-color images.
Added support for new ImageStringFTEx function (due in GD 2.0.2).

23 years agoChange a load of E_ERRORS into E_WARNINGs; it was being a bit too severe,
Wez Furlong [Thu, 5 Jul 2001 21:18:21 +0000 (21:18 +0000)]
Change a load of E_ERRORS into E_WARNINGs; it was being a bit too severe,
which meant that scripts could not identify (or even display) errors before
PHP bailed out.

23 years agoOptimizing the mssql_execute function.
Frank M. Kromann [Thu, 5 Jul 2001 19:17:33 +0000 (19:17 +0000)]
Optimizing the mssql_execute function.

23 years agoMore ifdefs, just in case.
Wez Furlong [Thu, 5 Jul 2001 10:53:15 +0000 (10:53 +0000)]
More ifdefs, just in case.

23 years agoAdded loads of #ifdefs; should fix Bug #11889.
Wez Furlong [Thu, 5 Jul 2001 10:49:58 +0000 (10:49 +0000)]
Added loads of #ifdefs; should fix Bug #11889.

23 years agoAdded name for enum, hopefully fixing the win32 build.
Wez Furlong [Thu, 5 Jul 2001 09:55:13 +0000 (09:55 +0000)]
Added name for enum, hopefully fixing the win32 build.

23 years ago- Fix for the first part of Bug #11890
Derick Rethans [Thu, 5 Jul 2001 08:47:37 +0000 (08:47 +0000)]
- Fix for the first part of Bug #11890
@- Fixed a bug that allowed users to spawn processes while using the 5th
@  parameter to mail(). (Derick)

23 years agoFix build on linux
Jason Greene [Thu, 5 Jul 2001 07:12:28 +0000 (07:12 +0000)]
Fix build on linux
Heads up Wez

23 years agono need to implement these functions, already in posix module
Jason Greene [Wed, 4 Jul 2001 22:02:00 +0000 (22:02 +0000)]
no need to implement these functions, already in posix module

23 years agoActually check for the needed system calls.
Jason Greene [Wed, 4 Jul 2001 21:51:22 +0000 (21:51 +0000)]
Actually check for the needed system calls.
Currently require sigaction, fork, waitpit.

23 years agoImprove url scanner speed (up to 40% for large chunks of data)
Sascha Schumann [Wed, 4 Jul 2001 15:30:21 +0000 (15:30 +0000)]
Improve url scanner speed (up to 40% for large chunks of data)
and handle some corner cases better.  The scanner has been changed
to the format as proposed in "RE2C - A More Versatile Scanner Generator"
by Cowan et al.

23 years agofixes in source documentation
Nikos Mavroyanopoulos [Wed, 4 Jul 2001 13:33:11 +0000 (13:33 +0000)]
fixes in source documentation

23 years agostupid missing semicolon
Christian Stocker [Wed, 4 Jul 2001 11:24:49 +0000 (11:24 +0000)]
stupid missing semicolon

23 years agoAdded a couple of new functions to "modularize" working with calendars.
Wez Furlong [Wed, 4 Jul 2001 10:12:45 +0000 (10:12 +0000)]
Added a couple of new functions to "modularize" working with calendars.
Added a few constants for the existing functions, and tidied them up a bit.

23 years ago(PHP nl_langinfo) Added function when provided by OS
Wez Furlong [Wed, 4 Jul 2001 10:10:30 +0000 (10:10 +0000)]
(PHP nl_langinfo) Added function when provided by OS
(PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset
@- Added nl_langinfo() (when OS provides it) that returns locale
   information. (Wez Furlong)
# There are a lot of constants used by nl_langinfo; should we do something
# along the lines of what we do for syslog?

23 years agoStick open_basedir in here
Rasmus Lerdorf [Wed, 4 Jul 2001 03:53:12 +0000 (03:53 +0000)]
Stick open_basedir in here

23 years agoThis works better.
foobar [Tue, 3 Jul 2001 21:09:16 +0000 (21:09 +0000)]
This works better.

23 years agoThis module is no longer experimental
Frank M. Kromann [Tue, 3 Jul 2001 18:45:11 +0000 (18:45 +0000)]
This module is no longer experimental

23 years agofixed an argument in example of ext/xslt.
Rui Hirokawa [Tue, 3 Jul 2001 16:59:46 +0000 (16:59 +0000)]
fixed an argument in example of ext/xslt.

23 years ago- fixed bug in pdf_open_image_file when using images as masks.
Rainer Schaaf [Tue, 3 Jul 2001 14:35:08 +0000 (14:35 +0000)]
- fixed bug in pdf_open_image_file when using images as masks.
- clean up some comments

23 years agoSmall fixes.
Sterling Hughes [Tue, 3 Jul 2001 12:16:03 +0000 (12:16 +0000)]
Small fixes.

23 years agoWrite-Patch by Alexander for bug reported by Yavor
Christian Stocker [Tue, 3 Jul 2001 09:34:35 +0000 (09:34 +0000)]
Write-Patch by Alexander for bug reported by Yavor

23 years agoTrivial fix - but the period looks odd in error messages
Rasmus Lerdorf [Tue, 3 Jul 2001 04:18:38 +0000 (04:18 +0000)]
Trivial fix - but the period looks odd in error messages

23 years agoFix a major thread safety bug in the output mechanism
Zeev Suraski [Mon, 2 Jul 2001 18:17:10 +0000 (18:17 +0000)]
Fix a major thread safety bug in the output mechanism
@- Fixed a major memory corruption bug in the thread safe version (Zeev)

23 years agoMissing constant.
foobar [Mon, 2 Jul 2001 12:49:21 +0000 (12:49 +0000)]
Missing constant.

23 years agoFix FastCGI shutdown for MacOSX, it didn't want to die.
Ben Mansell [Mon, 2 Jul 2001 12:37:47 +0000 (12:37 +0000)]
Fix FastCGI shutdown for MacOSX, it didn't want to die.

23 years agoFix possible corruption problem with curl_errno() and curl_error()
Sterling Hughes [Mon, 2 Jul 2001 12:08:21 +0000 (12:08 +0000)]
Fix possible corruption problem with curl_errno() and curl_error()

23 years agoFix mispell.
Sterling Hughes [Mon, 2 Jul 2001 11:56:08 +0000 (11:56 +0000)]
Fix mispell.

23 years ago- Fixed proto's (Patch by Zak)
Derick Rethans [Mon, 2 Jul 2001 11:11:58 +0000 (11:11 +0000)]
- Fixed proto's (Patch by Zak)

23 years agoMoved Config-Package from Experimental to main-directory, since noone complained...
Christian Stocker [Mon, 2 Jul 2001 09:14:28 +0000 (09:14 +0000)]
Moved Config-Package from Experimental to main-directory, since noone complained about it ;)

23 years agofixed a link problem of shared extension module in ext/xslt.
Rui Hirokawa [Mon, 2 Jul 2001 01:55:43 +0000 (01:55 +0000)]
fixed a link problem of shared extension module in ext/xslt.

23 years agoPHPAPI-ize php_var_* functions
Daniel Beulshausen [Sun, 1 Jul 2001 20:18:51 +0000 (20:18 +0000)]
PHPAPI-ize php_var_* functions
# need this for shm*

23 years agofix some popen trouble
Daniel Beulshausen [Sun, 1 Jul 2001 20:08:21 +0000 (20:08 +0000)]
fix some popen trouble

23 years agoFix for #11821.
Sebastian Bergmann [Sun, 1 Jul 2001 14:15:49 +0000 (14:15 +0000)]
Fix for #11821.

23 years agoRemove unused variable.
Sean Bright [Sun, 1 Jul 2001 14:07:44 +0000 (14:07 +0000)]
Remove unused variable.

23 years agomhash_keygen_s2k() overwrote the limits of a statically allocated buffer
Sascha Schumann [Sun, 1 Jul 2001 11:20:56 +0000 (11:20 +0000)]
mhash_keygen_s2k() overwrote the limits of a statically allocated buffer
for long salts.  We truncate the salt now appropiately.

PR: #11817

23 years agoFix for bug #11796. Also, fixed a problem in get_meta_tags that required
Sean Bright [Sat, 30 Jun 2001 20:07:12 +0000 (20:07 +0000)]
Fix for bug #11796.  Also, fixed a problem in get_meta_tags that required
NAME and CONTENT to be in that order.  Meta tags with no CONTENT attribute
are now added to the array as empty strings.  Meta tags with no NAME
attribute are ignored.

23 years agoMake the FastCGI module behave nicer when trying to shut it down. If you
Ben Mansell [Sat, 30 Jun 2001 17:03:52 +0000 (17:03 +0000)]
Make the FastCGI module behave nicer when trying to shut it down. If you
kill the parent process, then it will kill all its kiddies for you.
Also, now refuses to run as a CGI (since it doesn't work that way), and
corrected a few debug messages.

23 years agoTest commit
Sascha Schumann [Sat, 30 Jun 2001 13:25:13 +0000 (13:25 +0000)]
Test commit

23 years ago- Fix the memory limit fix.
Andi Gutmans [Sat, 30 Jun 2001 07:58:34 +0000 (07:58 +0000)]
- Fix the memory limit fix.

23 years agoIf no backend is specified, bail out.
foobar [Sat, 30 Jun 2001 00:48:35 +0000 (00:48 +0000)]
If no backend is specified, bail out.

23 years agoNow all these options should behave the same.
foobar [Sat, 30 Jun 2001 00:38:06 +0000 (00:38 +0000)]
Now all these options should behave the same.

23 years ago- Remove bogus comment.
Andi Gutmans [Fri, 29 Jun 2001 20:42:02 +0000 (20:42 +0000)]
- Remove bogus comment.

23 years agosuppress sending of cookies if session id already came
Hartmut Holzgraefe [Fri, 29 Jun 2001 05:27:57 +0000 (05:27 +0000)]
suppress sending of cookies if session id already came
from a non-cookie source

23 years agoFixed bug: #11728. Error message was cleared before outputted in pg_pconnect()
foobar [Fri, 29 Jun 2001 03:12:06 +0000 (03:12 +0000)]
Fixed bug: #11728. Error message was cleared before outputted in pg_pconnect()

23 years agoThis file needed an update..
foobar [Fri, 29 Jun 2001 02:32:19 +0000 (02:32 +0000)]
This file needed an update..

23 years agoFix memory_limit, kill warning
Zeev Suraski [Fri, 29 Jun 2001 00:36:34 +0000 (00:36 +0000)]
Fix memory_limit, kill warning

23 years agoFix warnings
Zeev Suraski [Thu, 28 Jun 2001 23:40:44 +0000 (23:40 +0000)]
Fix warnings

23 years agostandard .h protection
Zeev Suraski [Thu, 28 Jun 2001 23:28:25 +0000 (23:28 +0000)]
standard .h protection

23 years ago- Fix for bug #11775: Typo in cpdf.c
Derick Rethans [Thu, 28 Jun 2001 21:59:26 +0000 (21:59 +0000)]
- Fix for bug #11775: Typo in cpdf.c

23 years agochanged CLSIDfromProgId to CLSIDfromString
Harald Radi [Thu, 28 Jun 2001 21:26:20 +0000 (21:26 +0000)]
changed CLSIDfromProgId to CLSIDfromString

23 years agoAdding new function to convert from binary to GUID format
Frank M. Kromann [Thu, 28 Jun 2001 16:59:17 +0000 (16:59 +0000)]
Adding new function to convert from binary to GUID format

23 years agolet this be more userfriendly.
foobar [Thu, 28 Jun 2001 15:16:28 +0000 (15:16 +0000)]
let this be more userfriendly.

23 years agoadded in note to fix for odbc_fetch_into
Dan Kalowsky [Thu, 28 Jun 2001 14:28:27 +0000 (14:28 +0000)]
added in note to fix for odbc_fetch_into
# could have sworn i did this before... but ahh well..

23 years agoUpdate NEWS, test cvs commit
Zeev Suraski [Wed, 27 Jun 2001 20:04:39 +0000 (20:04 +0000)]
Update NEWS, test cvs commit

23 years agoUpdate NEWS, test new CVS server
Zeev Suraski [Wed, 27 Jun 2001 19:58:02 +0000 (19:58 +0000)]
Update NEWS, test new CVS server

23 years agoFix leak in the patch, and revert a couple of lines I didn't mean to commit
Zeev Suraski [Wed, 27 Jun 2001 15:47:31 +0000 (15:47 +0000)]
Fix leak in the patch, and revert a couple of lines I didn't mean to commit

23 years ago- Warn about illegal offsets
Zeev Suraski [Wed, 27 Jun 2001 15:40:49 +0000 (15:40 +0000)]
- Warn about illegal offsets
- Allow assignments to uninitialized string offsets (automatically pads the
  string with spaces)

23 years agoFix UNC path handling
Zeev Suraski [Wed, 27 Jun 2001 14:30:02 +0000 (14:30 +0000)]
Fix UNC path handling

23 years ago# leftovers
Sterling Hughes [Tue, 26 Jun 2001 22:49:54 +0000 (22:49 +0000)]
# leftovers

23 years agoMaking logging optional.
Sterling Hughes [Tue, 26 Jun 2001 22:48:44 +0000 (22:48 +0000)]
Making logging optional.

23 years agoFixed autoconversion of negative values to double (Fix bug #11685)
Zeev Suraski [Tue, 26 Jun 2001 21:11:35 +0000 (21:11 +0000)]
Fixed autoconversion of negative values to double (Fix bug #11685)

23 years agoMake info look more like mysql's output.
Joey Smith [Tue, 26 Jun 2001 21:00:13 +0000 (21:00 +0000)]
Make info look more like mysql's output.

23 years agoAdded charset support.
Joey Smith [Tue, 26 Jun 2001 20:56:03 +0000 (20:56 +0000)]
Added charset support.

23 years agoFix bug #11678
Zeev Suraski [Tue, 26 Jun 2001 18:30:31 +0000 (18:30 +0000)]
Fix bug #11678

23 years agospecial offer... 0 out a structure, and remove a crash bug...
Sterling Hughes [Tue, 26 Jun 2001 18:20:28 +0000 (18:20 +0000)]
special offer... 0 out a structure, and remove a crash bug...

# Offer only available between 6/30/2001 - 7/14/2001, Exclusively for
# cvs committers

23 years ago- Fix crash bug (fix by Jani).
Andi Gutmans [Tue, 26 Jun 2001 15:19:47 +0000 (15:19 +0000)]
- Fix crash bug (fix by Jani).

23 years agofix bug: #11693. Some systems have crypt() in libc.
foobar [Tue, 26 Jun 2001 14:36:45 +0000 (14:36 +0000)]
fix bug: #11693. Some systems have crypt() in libc.

23 years agoFix Win32 build
Zeev Suraski [Tue, 26 Jun 2001 13:33:24 +0000 (13:33 +0000)]
Fix Win32 build

23 years agoSimplify this and fix bug: #11654
foobar [Tue, 26 Jun 2001 11:35:34 +0000 (11:35 +0000)]
Simplify this and fix bug: #11654

23 years agoNo need for this constant.
foobar [Tue, 26 Jun 2001 10:39:15 +0000 (10:39 +0000)]
No need for this constant.

23 years agoAdded an optional 2nd parameter 'readall' to read_exif_data.
foobar [Tue, 26 Jun 2001 09:52:54 +0000 (09:52 +0000)]
Added an optional 2nd parameter 'readall' to read_exif_data.

23 years agoAdd update that Changelog missed
Jason Greene [Tue, 26 Jun 2001 06:09:37 +0000 (06:09 +0000)]
Add update that Changelog missed

23 years agoThis test won't work without these libs. Also, it might fail for other
foobar [Tue, 26 Jun 2001 05:50:42 +0000 (05:50 +0000)]
This test won't work without these libs. Also, it might fail for other
reasons too.