]> granicus.if.org Git - php/log
php
24 years agoexperimental db++ database support
Hartmut Holzgraefe [Fri, 6 Jul 2001 00:04:03 +0000 (00:04 +0000)]
experimental db++ database support

24 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

24 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.

24 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)

24 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).

24 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.

24 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.

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

24 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.

24 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.

24 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)

24 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

24 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

24 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.

24 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.

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

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

24 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.

24 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?

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

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

24 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

24 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.

24 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

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

24 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

24 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

24 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)

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

24 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.

24 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()

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

24 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)

24 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 ;)

24 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.

24 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*

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

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

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

24 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

24 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.

24 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.

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

24 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.

24 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.

24 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.

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

24 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

24 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()

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

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

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

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

24 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

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

24 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

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

24 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..

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

24 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

24 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

24 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)

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

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

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

24 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)

24 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.

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

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

24 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

24 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).

24 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.

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

24 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

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

24 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.

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

24 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.

24 years ago*BSD doesn't have SIGPOLL or SIGPWR
Jason Greene [Tue, 26 Jun 2001 04:54:47 +0000 (04:54 +0000)]
*BSD doesn't have SIGPOLL or SIGPWR

24 years agoBunch of fixes, tested a bit, folks, please test with your scripts. changes
Sterling Hughes [Tue, 26 Jun 2001 04:19:39 +0000 (04:19 +0000)]
Bunch of fixes, tested a bit, folks, please test with your scripts.  changes
include nuking unnecessary extra copies, fixing handling of optional args,
adding an additional argument.

also, fix  socket_read() which used the php_read function by
default (by default, reading 4k would cause 4k calls to the read() function),
now it uses the system's built-in read() function, only uses php_read()
when its explicitly specified.

24 years agoFix casting wierdness that broke compiled code with Sun CC.
Jason Greene [Mon, 25 Jun 2001 17:56:23 +0000 (17:56 +0000)]
Fix casting wierdness that broke compiled code with Sun CC.
(Also easier to read)

24 years ago@ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)
Sterling Hughes [Mon, 25 Jun 2001 15:14:20 +0000 (15:14 +0000)]
@ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)

# Folks please test, I've tested a limited amount of test cases, however,
# this change is far reaching, so I couldn't test all the necessary things

24 years agoSecurity fix in Udm_Set_Agent_Param function.
Sergey Kartashoff [Mon, 25 Jun 2001 11:36:42 +0000 (11:36 +0000)]
Security fix in Udm_Set_Agent_Param function.

24 years agoadded missing include
foobar [Sun, 24 Jun 2001 23:29:13 +0000 (23:29 +0000)]
added missing include

24 years agoadded new com entries
Harald Radi [Sun, 24 Jun 2001 22:40:41 +0000 (22:40 +0000)]
added new com entries

24 years agoadded verbose ini entry
Harald Radi [Sun, 24 Jun 2001 22:20:28 +0000 (22:20 +0000)]
added verbose ini entry

24 years agoThe extension name seems to be usually totally lower-cased.
foobar [Sun, 24 Jun 2001 22:18:51 +0000 (22:18 +0000)]
The extension name seems to be usually totally lower-cased.

24 years agoA little typo here.. :)
foobar [Sun, 24 Jun 2001 22:00:45 +0000 (22:00 +0000)]
A little typo here.. :)

24 years agoadded missing ending fold tag.
foobar [Sun, 24 Jun 2001 21:58:47 +0000 (21:58 +0000)]
added missing ending fold tag.

24 years agoadapted to changes from com module
Harald Radi [Sun, 24 Jun 2001 21:20:23 +0000 (21:20 +0000)]
adapted to changes from com module

24 years agocast error
Harald Radi [Sun, 24 Jun 2001 21:19:49 +0000 (21:19 +0000)]
cast error

24 years agoRemove bogus use of volatile and add a note about using inet_ntop
Sascha Schumann [Sun, 24 Jun 2001 21:16:21 +0000 (21:16 +0000)]
Remove bogus use of volatile and add a note about using inet_ntop
instead.

24 years agofixed bug that resource was freed twice
Harald Radi [Sun, 24 Jun 2001 21:10:08 +0000 (21:10 +0000)]
fixed bug that resource was freed twice

24 years agocleanup
Harald Radi [Sun, 24 Jun 2001 21:09:32 +0000 (21:09 +0000)]
cleanup

24 years agocleanup
Harald Radi [Sun, 24 Jun 2001 21:09:17 +0000 (21:09 +0000)]
cleanup
added some macros

24 years agoadded variant.h
Harald Radi [Sun, 24 Jun 2001 21:08:30 +0000 (21:08 +0000)]
added variant.h

24 years agoHopefully fix leaks...
Sterling Hughes [Sun, 24 Jun 2001 17:50:16 +0000 (17:50 +0000)]
Hopefully fix leaks...

24 years agofixed bug: #11641
foobar [Sun, 24 Jun 2001 15:56:05 +0000 (15:56 +0000)]
fixed bug: #11641

24 years agoThis is better looking. Other options use the same.
foobar [Sun, 24 Jun 2001 12:53:17 +0000 (12:53 +0000)]
This is better looking. Other options use the same.

24 years ago- Bump Zend version
Andi Gutmans [Sun, 24 Jun 2001 03:54:11 +0000 (03:54 +0000)]
- Bump Zend version