]>
granicus.if.org Git - php/log
Rasmus Lerdorf [Sat, 21 Oct 2000 12:03:09 +0000 (12:03 +0000)]
Gremlins?
Andreas Karajannis [Sat, 21 Oct 2000 11:11:11 +0000 (11:11 +0000)]
Config Patch for DBMaker
Daniel Beulshausen [Sat, 21 Oct 2000 10:43:17 +0000 (10:43 +0000)]
added bz2 and removed ZendTS (not really nedded here)
Daniel Beulshausen [Sat, 21 Oct 2000 10:14:09 +0000 (10:14 +0000)]
make libmysql compile under win
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
Nikos Mavroyanopoulos [Sat, 21 Oct 2000 05:41:42 +0000 (05:41 +0000)]
more news
<changelog@php.net> [Sat, 21 Oct 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 21 Oct 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
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
Sascha Schumann [Fri, 20 Oct 2000 23:59:42 +0000 (23:59 +0000)]
test commit
Sascha Schumann [Fri, 20 Oct 2000 23:40:07 +0000 (23:40 +0000)]
Parse quoted boundary correctly
Sascha Schumann [Fri, 20 Oct 2000 23:39:16 +0000 (23:39 +0000)]
Add explicit format string
MySQL Team [Fri, 20 Oct 2000 22:53:31 +0000 (22:53 +0000)]
Mention the ext/mysql/libmysql upgrade in NEWS.
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.
Nikos Mavroyanopoulos [Fri, 20 Oct 2000 21:01:31 +0000 (21:01 +0000)]
updated for the new sqlcli
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
Frank M. Kromann [Fri, 20 Oct 2000 20:49:35 +0000 (20:49 +0000)]
Fixing bug #6000
Return the full content for datetime colums
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)
Frank M. Kromann [Fri, 20 Oct 2000 19:55:03 +0000 (19:55 +0000)]
Fixing bug in mssql_fetch_object() and mssql_close()
Frank M. Kromann [Fri, 20 Oct 2000 19:10:27 +0000 (19:10 +0000)]
Changing datatype 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
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
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)
Monte Ohrt [Fri, 20 Oct 2000 15:53:16 +0000 (15:53 +0000)]
Changed array_avg() to array_mean()
Monte Ohrt [Fri, 20 Oct 2000 15:40:26 +0000 (15:40 +0000)]
added array_sum() and array_avg() to TODO list
Andi Gutmans [Fri, 20 Oct 2000 09:21:49 +0000 (09:21 +0000)]
- Should lessen confusion
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)
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?
<changelog@php.net> [Fri, 20 Oct 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 20 Oct 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update
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
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)
Sascha Schumann [Thu, 19 Oct 2000 17:40:56 +0000 (17:40 +0000)]
Hack for #7262, not fixed yet
Joey Smith [Thu, 19 Oct 2000 17:03:25 +0000 (17:03 +0000)]
Use sybct for INI values.
Joey Smith [Thu, 19 Oct 2000 16:10:41 +0000 (16:10 +0000)]
Fix compiler warnings.
Joey Smith [Thu, 19 Oct 2000 16:09:30 +0000 (16:09 +0000)]
Fix #7338.
Joey Smith [Thu, 19 Oct 2000 15:05:44 +0000 (15:05 +0000)]
Close bug #7325. Patches by djm@web.us.uu.net.
Sascha Schumann [Thu, 19 Oct 2000 14:34:03 +0000 (14:34 +0000)]
Remove left over ext_skel comment
Stig Venaas [Thu, 19 Oct 2000 12:18:02 +0000 (12:18 +0000)]
Check that AF_INET6 is defined before using IPv6
Rui Hirokawa [Thu, 19 Oct 2000 12:10:59 +0000 (12:10 +0000)]
fixed a mistake. should be .
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
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.
<changelog@php.net> [Thu, 19 Oct 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
Rui Hirokawa [Wed, 18 Oct 2000 22:17:41 +0000 (22:17 +0000)]
modified the configure scripts to make shared extension.
Andi Gutmans [Wed, 18 Oct 2000 20:17:18 +0000 (20:17 +0000)]
- Fix whitespace
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()
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.
Andi Gutmans [Wed, 18 Oct 2000 19:48:17 +0000 (19:48 +0000)]
- Fix crash
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
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
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.
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...
Stig Venaas [Wed, 18 Oct 2000 13:21:08 +0000 (13:21 +0000)]
Added some missing zval_dtor calls in php_fsockopen()
foobar [Wed, 18 Oct 2000 12:35:53 +0000 (12:35 +0000)]
url_rewriter.tags needs to have " around the parameter to work.
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.
Ron Chmara [Wed, 18 Oct 2000 07:34:56 +0000 (07:34 +0000)]
As per andi, similar names are for legacy reasons only.
Nikos Mavroyanopoulos [Wed, 18 Oct 2000 07:25:26 +0000 (07:25 +0000)]
corrected authors notice
Ron Chmara [Wed, 18 Oct 2000 03:00:07 +0000 (03:00 +0000)]
Updated naming standards as per 9/12 dev/doc discussion.
<changelog@php.net> [Wed, 18 Oct 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 18 Oct 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update
Monte Ohrt [Tue, 17 Oct 2000 20:41:28 +0000 (20:41 +0000)]
update for Date_Calc install
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.
Andi Gutmans [Tue, 17 Oct 2000 18:25:10 +0000 (18:25 +0000)]
- Fix copy&paste bug
Zeev Suraski [Tue, 17 Oct 2000 18:13:35 +0000 (18:13 +0000)]
Fix warning
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
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... :(
Chuck Hagenbuch [Tue, 17 Oct 2000 17:31:37 +0000 (17:31 +0000)]
spaces to tabs. do we have a standard on this?
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.
Stig Venaas [Tue, 17 Oct 2000 16:06:04 +0000 (16:06 +0000)]
Added ldap_get_option() and ldap_set_option() functions
@- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
Chuck Hagenbuch [Tue, 17 Oct 2000 15:52:04 +0000 (15:52 +0000)]
replace fixed-size buffers for username and password with dynamically
allocated strings in the MCAL extension.
Stig Venaas [Tue, 17 Oct 2000 15:51:04 +0000 (15:51 +0000)]
Removed some redundant convert_to_*_ex() calls. Edited some whitespace.
foobar [Tue, 17 Oct 2000 15:45:48 +0000 (15:45 +0000)]
cvs commit message disappeared.
foobar [Tue, 17 Oct 2000 15:42:05 +0000 (15:42 +0000)]
*** empty log message ***
Andreas Karajannis [Tue, 17 Oct 2000 15:23:18 +0000 (15:23 +0000)]
Added support for SAP DB
Sascha Schumann [Tue, 17 Oct 2000 14:17:21 +0000 (14:17 +0000)]
Initialize tags properly.
Submitted by: Andreas Karajannis <Andreas.Karajannis@gmd.de>
Sascha Schumann [Tue, 17 Oct 2000 03:02:47 +0000 (03:02 +0000)]
Back out ws changes
Sascha Schumann [Tue, 17 Oct 2000 02:57:26 +0000 (02:57 +0000)]
.
Sascha Schumann [Tue, 17 Oct 2000 02:50:15 +0000 (02:50 +0000)]
fix indentation
<changelog@php.net> [Tue, 17 Oct 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
Rasmus Lerdorf [Mon, 16 Oct 2000 22:12:28 +0000 (22:12 +0000)]
Aha, Sascha made a mistake! ;)
Make this thing compile again without trans-sid
Daniel Beulshausen [Mon, 16 Oct 2000 20:08:27 +0000 (20:08 +0000)]
make compile again
Sascha Schumann [Mon, 16 Oct 2000 17:25:36 +0000 (17:25 +0000)]
Enable users to set the HTML tags to rewrite
through a configuration directive
Daniel Beulshausen [Mon, 16 Oct 2000 13:55:47 +0000 (13:55 +0000)]
include php.h to have VIRTUAL_DIR defined this
should fix bugs where the ttf functions won't
find the font in the actual working dir
# like under windows :)
Rui Hirokawa [Mon, 16 Oct 2000 13:50:30 +0000 (13:50 +0000)]
added a option to use the truetype string handling function in gd.\n it is useful for japanese because the truetype string function in gd supports some japanese encodings.
Daniel Beulshausen [Mon, 16 Oct 2000 10:35:43 +0000 (10:35 +0000)]
fixes bug 7055 & 7235
<changelog@php.net> [Mon, 16 Oct 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 16 Oct 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update
foobar [Sun, 15 Oct 2000 22:53:43 +0000 (22:53 +0000)]
Changed to look also for liblber.so (sometimes there are only shared libs)
Fixes bug 6072.
Andi Gutmans [Sun, 15 Oct 2000 19:52:01 +0000 (19:52 +0000)]
- Increase op_array size faster and make eralloc() it in the end to save
memory.
David Eriksson [Sun, 15 Oct 2000 17:30:39 +0000 (17:30 +0000)]
Added Satellite to list of extensions
@- The Satellite CORBA client extension is ready for use (eriksson@php.net)
David Eriksson [Sun, 15 Oct 2000 17:27:29 +0000 (17:27 +0000)]
Updated build instructions, changed E_ERRORs to E_WARNINGs
Stig Bakken [Sun, 15 Oct 2000 09:02:54 +0000 (09:02 +0000)]
PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW
Stig Bakken [Sun, 15 Oct 2000 02:22:25 +0000 (02:22 +0000)]
PEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optional
"nativecode" parameter.
<changelog@php.net> [Sun, 15 Oct 2000 01:09:17 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 15 Oct 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
foobar [Sun, 15 Oct 2000 00:58:29 +0000 (00:58 +0000)]
Fix the fix as Sascha suggested.
Marko Karppinen [Sat, 14 Oct 2000 23:04:26 +0000 (23:04 +0000)]
We don't support FreeType 2 - let's stop pretending we do
foobar [Sat, 14 Oct 2000 22:53:42 +0000 (22:53 +0000)]
Missed this from last commit.
foobar [Sat, 14 Oct 2000 22:48:38 +0000 (22:48 +0000)]
config.m4
foobar [Sat, 14 Oct 2000 22:13:18 +0000 (22:13 +0000)]
Fix to #7162.