]> granicus.if.org Git - php/log
php
24 years agoMove server_filter to an extension-specific global
Rasmus Lerdorf [Mon, 23 Oct 2000 00:52:11 +0000 (00:52 +0000)]
Move server_filter to an extension-specific global

24 years agoAdding textlimit and textsize parameters to MSSQL sections
Frank M. Kromann [Mon, 23 Oct 2000 00:45:23 +0000 (00:45 +0000)]
Adding textlimit and textsize parameters to MSSQL sections

24 years agoAdded new INI entries to default php.ini files.
Chris Vandomelen [Sun, 22 Oct 2000 23:49:57 +0000 (23:49 +0000)]
Added new INI entries to default php.ini files.

24 years agoAdded ini entry for choosing whether to use the read() wrapper or directly
Chris Vandomelen [Sun, 22 Oct 2000 23:43:48 +0000 (23:43 +0000)]
Added ini entry for choosing whether to use the read() wrapper or directly
calling the read() system call.
# Some people were commenting about "oddities" in the wrapper that I hadn't
# noticed before, though I've used it in many places before now..

24 years agoAdding iisfunc to modules workspace
Frank M. Kromann [Sun, 22 Oct 2000 23:15:28 +0000 (23:15 +0000)]
Adding iisfunc to modules workspace

24 years agoNeed a global server filter for the Apache 2.0 module
Rasmus Lerdorf [Sun, 22 Oct 2000 19:50:05 +0000 (19:50 +0000)]
Need a global server filter for the Apache 2.0 module

24 years ago@- OCIBindByName() now does better parameter-checking. (Thies)
Thies C. Arntzen [Sun, 22 Oct 2000 19:33:59 +0000 (19:33 +0000)]
@- OCIBindByName() now does better parameter-checking. (Thies)

24 years agoMakes curl extension compile again plus some typo fixes.
foobar [Sun, 22 Oct 2000 17:29:33 +0000 (17:29 +0000)]
Makes curl extension compile again plus some typo fixes.

24 years agoOutput function now passes the data onto the next filter in the chain
Rasmus Lerdorf [Sun, 22 Oct 2000 16:56:08 +0000 (16:56 +0000)]
Output function now passes the data onto the next filter in the chain
Clean up some variables - bb = bucket brigade, b = bucket

24 years agoCode to flatten Apache 2.0 bucket brigades
Rasmus Lerdorf [Sun, 22 Oct 2000 16:03:53 +0000 (16:03 +0000)]
Code to flatten Apache 2.0 bucket brigades

24 years agoWe don't need to store NUL of the key which simplifies the lookup
Sascha Schumann [Sun, 22 Oct 2000 14:42:55 +0000 (14:42 +0000)]
We don't need to store NUL of the key which simplifies the lookup
significantly.

24 years agoFix php://* being handled by the ftp handler
Sascha Schumann [Sun, 22 Oct 2000 14:41:02 +0000 (14:41 +0000)]
Fix php://* being handled by the ftp handler

24 years agoWoops, get rid of some crap
Rasmus Lerdorf [Sun, 22 Oct 2000 14:05:29 +0000 (14:05 +0000)]
Woops, get rid of some crap

24 years agoThe start of an Apache 2.0 module
Rasmus Lerdorf [Sun, 22 Oct 2000 14:01:18 +0000 (14:01 +0000)]
The start of an Apache 2.0 module

24 years agoadded reg. files for the pws, thanks to phil
Daniel Beulshausen [Sun, 22 Oct 2000 13:50:42 +0000 (13:50 +0000)]
added reg. files for the pws, thanks to phil

24 years agoi'll place the reg file in the win32 folder
Daniel Beulshausen [Sun, 22 Oct 2000 13:48:43 +0000 (13:48 +0000)]
i'll place the reg file in the win32 folder
cause it doesn't really fit in this folder

24 years agoCorrected prototype comments for ldap_get_option and ldap_set_option
Stig Venaas [Sun, 22 Oct 2000 11:25:47 +0000 (11:25 +0000)]
Corrected prototype comments for ldap_get_option and ldap_set_option

24 years agoFixed array_type_data_compare(). I want strings to always differ from
Stig Venaas [Sun, 22 Oct 2000 11:18:21 +0000 (11:18 +0000)]
Fixed array_type_data_compare(). I want strings to always differ from
numbers, but not say 7 and 7.0 to differ.

24 years agoHopefully made some compile fixes for Solaris ("sun" is an already defined
Chris Vandomelen [Sun, 22 Oct 2000 07:54:49 +0000 (07:54 +0000)]
Hopefully made some compile fixes for Solaris ("sun" is an already defined
symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a
string by checking if Z_STRVAL_PP(ptr) == NULL instead of
Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed
into certain functions.
@- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen)
# OK, so I have a tendency to make lots and lots of bug fixes in big spurts..

24 years agoOops, forgot to remove those .. thought I had..
Chris Vandomelen [Sun, 22 Oct 2000 06:46:43 +0000 (06:46 +0000)]
Oops, forgot to remove those .. thought I had..

24 years agoCorrected some bugs dealing with compile failures (should now compile
Chris Vandomelen [Sun, 22 Oct 2000 06:45:03 +0000 (06:45 +0000)]
Corrected some bugs dealing with compile failures (should now compile
on most varieties of Linux, and should hopefully fix at least 3 of the
compile errors that were discovered). Also modified read() slightly
to take an optional parameter as to whether the data was binary or
text so it wouldn't stop reading on a newline or null byte received.
@- Made read() binary-safe in sockets.c (Chris Vandomelen)
@- Attempted fixing some compile failures (Chris Vandomelen)
# Hopefully someone will attempt to compile this on other systems, I
# have no access to other platforms to compile it on ....

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

24 years agoNEWS update
<changelog@php.net> [Sun, 22 Oct 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update

24 years agoadded missing def.
Daniel Beulshausen [Sat, 21 Oct 2000 21:17:31 +0000 (21:17 +0000)]
added missing def.

24 years ago- including php.h automatically includes the PHP config file.
Andi Gutmans [Sat, 21 Oct 2000 19:18:55 +0000 (19:18 +0000)]
- including php.h automatically includes the PHP config file.

24 years agoMade array_unique use array_type_data_compare instead of array_data_compare
Stig Venaas [Sat, 21 Oct 2000 18:12:30 +0000 (18:12 +0000)]
Made array_unique use array_type_data_compare instead of array_data_compare

24 years agoAdded array_type_data_compare which is like array_data_compare but
Stig Venaas [Sat, 21 Oct 2000 17:48:11 +0000 (17:48 +0000)]
Added array_type_data_compare which is like array_data_compare but
compares type first. Also rewrote array_intersect and array_diff,
so that the order is not changed.
@- Made array_intersect and array_diff not alter order (Stig Venaas)

24 years agoi'm sure this should be ibase_query :)
Daniel Beulshausen [Sat, 21 Oct 2000 17:38:08 +0000 (17:38 +0000)]
i'm sure this should be ibase_query :)

24 years agoi can find no php_config.h on win32 :)
Daniel Beulshausen [Sat, 21 Oct 2000 17:19:23 +0000 (17:19 +0000)]
i can find no php_config.h on win32 :)

24 years agoSave url_scanner_ex.c and don't require re2c to be installed on
Sascha Schumann [Sat, 21 Oct 2000 17:06:05 +0000 (17:06 +0000)]
Save url_scanner_ex.c and don't require re2c to be installed on
the release/snapshot machine.

24 years agomade yaz compile under windows
Daniel Beulshausen [Sat, 21 Oct 2000 14:18:28 +0000 (14:18 +0000)]
made yaz compile under windows

24 years agoFix annoying $withval interaction in GD configure stuff
Rasmus Lerdorf [Sat, 21 Oct 2000 12:03:52 +0000 (12:03 +0000)]
Fix annoying $withval interaction in GD configure stuff

24 years agoGremlins?
Rasmus Lerdorf [Sat, 21 Oct 2000 12:03:09 +0000 (12:03 +0000)]
Gremlins?

24 years agoConfig Patch for DBMaker
Andreas Karajannis [Sat, 21 Oct 2000 11:11:11 +0000 (11:11 +0000)]
Config Patch for DBMaker

24 years agoadded bz2 and removed ZendTS (not really nedded here)
Daniel Beulshausen [Sat, 21 Oct 2000 10:43:17 +0000 (10:43 +0000)]
added bz2 and removed ZendTS (not really nedded here)

24 years agomake libmysql compile under win
Daniel Beulshausen [Sat, 21 Oct 2000 10:14:09 +0000 (10:14 +0000)]
make libmysql compile under win

24 years agoRemoved files from Win32 workspace that were removed in libmysql 3.23
Sebastian Bergmann [Sat, 21 Oct 2000 06:55:08 +0000 (06:55 +0000)]
Removed files from Win32 workspace that were removed in libmysql 3.23

24 years agomore news
Nikos Mavroyanopoulos [Sat, 21 Oct 2000 05:41:42 +0000 (05:41 +0000)]
more news

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

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

24 years agoNow checks that the library really exists even if path is specified as /usr
foobar [Sat, 21 Oct 2000 00:35:10 +0000 (00:35 +0000)]
Now checks that the library really exists even if path is specified as /usr
PR: 7358

24 years agotest commit
Sascha Schumann [Fri, 20 Oct 2000 23:59:42 +0000 (23:59 +0000)]
test commit

24 years agoParse quoted boundary correctly
Sascha Schumann [Fri, 20 Oct 2000 23:40:07 +0000 (23:40 +0000)]
Parse quoted boundary correctly

24 years agoAdd explicit format string
Sascha Schumann [Fri, 20 Oct 2000 23:39:16 +0000 (23:39 +0000)]
Add explicit format string

24 years agoMention the ext/mysql/libmysql upgrade in NEWS.
MySQL Team [Fri, 20 Oct 2000 22:53:31 +0000 (22:53 +0000)]
Mention the ext/mysql/libmysql upgrade in NEWS.

24 years agoUpdate libmysql to 3.23 version. No major changes visible to the user - mostly
MySQL Team [Fri, 20 Oct 2000 22:26:48 +0000 (22:26 +0000)]
Update libmysql to 3.23 version.  No major changes visible to the user - mostly
bug fixes and other maintenance-oriented changes.

24 years agoupdated for the new sqlcli
Nikos Mavroyanopoulos [Fri, 20 Oct 2000 21:01:31 +0000 (21:01 +0000)]
updated for the new sqlcli

24 years agoFixing bug #6000
Frank M. Kromann [Fri, 20 Oct 2000 20:58:57 +0000 (20:58 +0000)]
Fixing bug #6000
Return the full content for datetime colums

Make the same fix for smalldatetime

24 years agoFixing bug #6000
Frank M. Kromann [Fri, 20 Oct 2000 20:49:35 +0000 (20:49 +0000)]
Fixing bug #6000
Return the full content for datetime colums

24 years agoMade ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.
Stig Venaas [Fri, 20 Oct 2000 20:22:59 +0000 (20:22 +0000)]
Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.
@- Made ldap_connect() accept URL in host parameter when using OpenLDAP
@  2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)

24 years agoFixing bug in mssql_fetch_object() and mssql_close()
Frank M. Kromann [Fri, 20 Oct 2000 19:55:03 +0000 (19:55 +0000)]
Fixing bug in mssql_fetch_object() and mssql_close()

24 years agoChanging datatype to remove compiler warning
Frank M. Kromann [Fri, 20 Oct 2000 19:10:27 +0000 (19:10 +0000)]
Changing datatype to remove compiler warning

24 years agoAdding type cast to remove compiler warning
Frank M. Kromann [Fri, 20 Oct 2000 19:08:59 +0000 (19:08 +0000)]
Adding type cast to remove compiler warning

24 years ago- Fixed a bug in zend_rsrc_list_get_rsrc_type()
Andrei Zmievski [Fri, 20 Oct 2000 18:26:15 +0000 (18:26 +0000)]
- Fixed a bug in zend_rsrc_list_get_rsrc_type()
- Switched register_list_destructors() to use
  zend_register_list_destructors_ex() instead

24 years agoMega-patch to get better resource information for modules.
Andrei Zmievski [Fri, 20 Oct 2000 18:25:16 +0000 (18:25 +0000)]
Mega-patch to get better resource information for modules.
  * Fixed a bug in zend_rsrc_list_get_rsrc_type()
  * Switched register_list_destructors() to use
    zend_register_list_destructors_ex() instead
  * Updated all relevant modules to provide the resource type name
    to register_list_destructors() call
  * Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@  get_resource_type() display "file" for file resources. (Andrei)

24 years agoChanged array_avg() to array_mean()
Monte Ohrt [Fri, 20 Oct 2000 15:53:16 +0000 (15:53 +0000)]
Changed array_avg() to array_mean()

24 years agoadded array_sum() and array_avg() to TODO list
Monte Ohrt [Fri, 20 Oct 2000 15:40:26 +0000 (15:40 +0000)]
added array_sum() and array_avg() to TODO list

24 years ago- Should lessen confusion
Andi Gutmans [Fri, 20 Oct 2000 09:21:49 +0000 (09:21 +0000)]
- Should lessen confusion

24 years agoFix CURLOPT_REFERER.
Sterling Hughes [Fri, 20 Oct 2000 04:57:14 +0000 (04:57 +0000)]
Fix CURLOPT_REFERER.

@ Added the curl_getinfo() function to find out information about a CURL
transfer.  This function requires cURL 4.0 or above. (Sterling)

@ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE,
CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options.
(Sterling)

24 years agoRegenerate url_scanner_ex.c (always) without '#line' directives for
foobar [Fri, 20 Oct 2000 01:58:00 +0000 (01:58 +0000)]
Regenerate url_scanner_ex.c (always) without '#line' directives for
releases and snapshots. PR: 7154, 7263, 7289
# Sascha: Is this allright?

24 years agoChangeLog update
<changelog@php.net> [Fri, 20 Oct 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Fri, 20 Oct 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years ago- Removed the shm_* aliases
Derick Rethans [Thu, 19 Oct 2000 23:14:51 +0000 (23:14 +0000)]
- Removed the shm_* aliases
@- Removed the shm_* aliases, only the smhop_* function wiil be
@  supported (Derick)
#I'll change the NEWS file as soon as it has been rebuild

24 years ago- Renamed the shm_ to shmop_ and created aliases for the old shm_
Derick Rethans [Thu, 19 Oct 2000 22:50:41 +0000 (22:50 +0000)]
- Renamed the shm_ to shmop_ and created aliases for the old shm_
  functions
@- Renamed the shm_* functions to shmop_* and added aliases for the
@  old functions (Derick)

24 years agoHack for #7262, not fixed yet
Sascha Schumann [Thu, 19 Oct 2000 17:40:56 +0000 (17:40 +0000)]
Hack for #7262, not fixed yet

24 years agoUse sybct for INI values.
Joey Smith [Thu, 19 Oct 2000 17:03:25 +0000 (17:03 +0000)]
Use sybct for INI values.

24 years agoFix compiler warnings.
Joey Smith [Thu, 19 Oct 2000 16:10:41 +0000 (16:10 +0000)]
Fix compiler warnings.

24 years agoFix #7338.
Joey Smith [Thu, 19 Oct 2000 16:09:30 +0000 (16:09 +0000)]
Fix #7338.

24 years agoClose bug #7325. Patches by djm@web.us.uu.net.
Joey Smith [Thu, 19 Oct 2000 15:05:44 +0000 (15:05 +0000)]
Close bug #7325. Patches by djm@web.us.uu.net.

24 years agoRemove left over ext_skel comment
Sascha Schumann [Thu, 19 Oct 2000 14:34:03 +0000 (14:34 +0000)]
Remove left over ext_skel comment

24 years agoCheck that AF_INET6 is defined before using IPv6
Stig Venaas [Thu, 19 Oct 2000 12:18:02 +0000 (12:18 +0000)]
Check that AF_INET6 is defined before using IPv6

24 years agofixed a mistake. should be .
Rui Hirokawa [Thu, 19 Oct 2000 12:10:59 +0000 (12:10 +0000)]
fixed a mistake.  should be .

24 years ago- Constant expressions which are used multiple times need to be copy_ctored
Andi Gutmans [Thu, 19 Oct 2000 09:36:53 +0000 (09:36 +0000)]
- Constant expressions which are used multiple times need to be copy_ctored

24 years agoadd an optional parameter to imap_sort to specify a search program that
Chuck Hagenbuch [Thu, 19 Oct 2000 01:32:50 +0000 (01:32 +0000)]
add an optional parameter to imap_sort to specify a search program that
messages must match to be included in the sorted list.

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

24 years agomodified the configure scripts to make shared extension.
Rui Hirokawa [Wed, 18 Oct 2000 22:17:41 +0000 (22:17 +0000)]
modified the configure scripts to make shared extension.

24 years ago- Fix whitespace
Andi Gutmans [Wed, 18 Oct 2000 20:17:18 +0000 (20:17 +0000)]
- Fix whitespace

24 years ago- Try #2. Wasn't allowed to delete in the previous manner because we were
Andi Gutmans [Wed, 18 Oct 2000 20:15:53 +0000 (20:15 +0000)]
- Try #2. Wasn't allowed to delete in the previous manner because we were
  in the middle of an llist_apply()

24 years agoAdd explicit conversion from 'void *', otherwise ANSI C++ compilers
Sascha Schumann [Wed, 18 Oct 2000 19:53:43 +0000 (19:53 +0000)]
Add explicit conversion from 'void *', otherwise ANSI C++ compilers
will break out.

24 years ago- Fix crash
Andi Gutmans [Wed, 18 Oct 2000 19:48:17 +0000 (19:48 +0000)]
- Fix crash

24 years agoBack out circular references protection patch.
Sascha Schumann [Wed, 18 Oct 2000 18:32:32 +0000 (18:32 +0000)]
Back out circular references protection patch.

This causes problems with serializing regular variables and object
properties.

We need a smarter way to tell whether we have serialized one node
already.

PR: #7291, #7294

24 years agofixed logic error in the get parameters stage of mcal_list_alarms
Andrew Skalski [Wed, 18 Oct 2000 14:24:20 +0000 (14:24 +0000)]
fixed logic error in the get parameters stage of mcal_list_alarms

24 years agoFixed crash (bus error) in readdir() and session cleanup when compiled
foobar [Wed, 18 Oct 2000 14:14:14 +0000 (14:14 +0000)]
Fixed crash (bus error) in readdir() and session cleanup when compiled
with Sun CC.

24 years agoRemoved some zval_dtor calls. There were two more than needed, and I had
Stig Venaas [Wed, 18 Oct 2000 13:41:42 +0000 (13:41 +0000)]
Removed some zval_dtor calls. There were two more than needed, and I had
just added two more...

24 years agoAdded some missing zval_dtor calls in php_fsockopen()
Stig Venaas [Wed, 18 Oct 2000 13:21:08 +0000 (13:21 +0000)]
Added some missing zval_dtor calls in php_fsockopen()

24 years agourl_rewriter.tags needs to have " around the parameter to work.
foobar [Wed, 18 Oct 2000 12:35:53 +0000 (12:35 +0000)]
url_rewriter.tags needs to have " around the parameter to work.

24 years agoAdded destruction of return value parameter, and using ZVAL_LONG and
Stig Venaas [Wed, 18 Oct 2000 07:47:51 +0000 (07:47 +0000)]
Added destruction of return value parameter, and using ZVAL_LONG and
ZVAL_STRING to set return value in ldap_get_option.

24 years agoAs per andi, similar names are for legacy reasons only.
Ron Chmara [Wed, 18 Oct 2000 07:34:56 +0000 (07:34 +0000)]
As per andi, similar names are for legacy reasons only.

24 years agocorrected authors notice
Nikos Mavroyanopoulos [Wed, 18 Oct 2000 07:25:26 +0000 (07:25 +0000)]
corrected authors notice

24 years agoUpdated naming standards as per 9/12 dev/doc discussion.
Ron Chmara [Wed, 18 Oct 2000 03:00:07 +0000 (03:00 +0000)]
Updated naming standards as per 9/12 dev/doc discussion.

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

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

24 years agoupdate for Date_Calc install
Monte Ohrt [Tue, 17 Oct 2000 20:41:28 +0000 (20:41 +0000)]
update for Date_Calc install

24 years agoAdded the mhash HMAC functionality. Now the mhash function can use
Nikos Mavroyanopoulos [Tue, 17 Oct 2000 19:43:49 +0000 (19:43 +0000)]
Added the mhash HMAC functionality. Now the mhash function can use
keyed hash by added the key as an extra parameter to the function.

24 years ago- Fix copy&paste bug
Andi Gutmans [Tue, 17 Oct 2000 18:25:10 +0000 (18:25 +0000)]
- Fix copy&paste bug

24 years agoFix warning
Zeev Suraski [Tue, 17 Oct 2000 18:13:35 +0000 (18:13 +0000)]
Fix warning

24 years agoFix a crash in CGI mode, in case no file is provided
Zeev Suraski [Tue, 17 Oct 2000 18:12:31 +0000 (18:12 +0000)]
Fix a crash in CGI mode, in case no file is provided

24 years ago(ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes
Jouni Ahto [Tue, 17 Oct 2000 17:46:14 +0000 (17:46 +0000)]
(ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes
  #6721, #7117, #7278.

# Shouldn't have 6 versions of interbase.c lying around. Can't always
# remember which versions were tested, which ones committed and which ones
# actually in CVS... :(

24 years agospaces to tabs. do we have a standard on this?
Chuck Hagenbuch [Tue, 17 Oct 2000 17:31:37 +0000 (17:31 +0000)]
spaces to tabs. do we have a standard on this?

24 years agofix imap_fetchstructure(). msgindex is not valid if we're using FT_UID;
Chuck Hagenbuch [Tue, 17 Oct 2000 16:11:26 +0000 (16:11 +0000)]
fix imap_fetchstructure(). msgindex is not valid if we're using FT_UID;
always use Z_LVAL_PP(msgno) in the actual c-client function call.