]> granicus.if.org Git - php/log
php
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.

24 years agoAdded ldap_get_option() and ldap_set_option() functions
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)

24 years agoreplace fixed-size buffers for username and password with dynamically
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.

24 years agoRemoved some redundant convert_to_*_ex() calls. Edited some whitespace.
Stig Venaas [Tue, 17 Oct 2000 15:51:04 +0000 (15:51 +0000)]
Removed some redundant convert_to_*_ex() calls. Edited some whitespace.

24 years agocvs commit message disappeared.
foobar [Tue, 17 Oct 2000 15:45:48 +0000 (15:45 +0000)]
cvs commit message disappeared.

24 years ago*** empty log message ***
foobar [Tue, 17 Oct 2000 15:42:05 +0000 (15:42 +0000)]
*** empty log message ***

24 years agoAdded support for SAP DB
Andreas Karajannis [Tue, 17 Oct 2000 15:23:18 +0000 (15:23 +0000)]
Added support for SAP DB

24 years agoInitialize tags properly.
Sascha Schumann [Tue, 17 Oct 2000 14:17:21 +0000 (14:17 +0000)]
Initialize tags properly.

Submitted by: Andreas Karajannis <Andreas.Karajannis@gmd.de>

24 years agoBack out ws changes
Sascha Schumann [Tue, 17 Oct 2000 03:02:47 +0000 (03:02 +0000)]
Back out ws changes

24 years ago.
Sascha Schumann [Tue, 17 Oct 2000 02:57:26 +0000 (02:57 +0000)]
.

24 years agofix indentation
Sascha Schumann [Tue, 17 Oct 2000 02:50:15 +0000 (02:50 +0000)]
fix indentation

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

24 years agoAha, Sascha made a mistake! ;)
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

24 years agomake compile again
Daniel Beulshausen [Mon, 16 Oct 2000 20:08:27 +0000 (20:08 +0000)]
make compile again

24 years agoEnable users to set the HTML tags to rewrite
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

24 years agoinclude php.h to have VIRTUAL_DIR defined this
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 :)

24 years agoadded a option to use the truetype string handling function in gd.\n it is useful...
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.

24 years agofixes bug 7055 & 7235
Daniel Beulshausen [Mon, 16 Oct 2000 10:35:43 +0000 (10:35 +0000)]
fixes bug 7055 & 7235

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

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

24 years agoChanged to look also for liblber.so (sometimes there are only shared libs)
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.

24 years ago- Increase op_array size faster and make eralloc() it in the end to save
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.

24 years agoAdded Satellite to list of extensions
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)

24 years agoUpdated build instructions, changed E_ERRORs to E_WARNINGs
David Eriksson [Sun, 15 Oct 2000 17:27:29 +0000 (17:27 +0000)]
Updated build instructions, changed E_ERRORs to E_WARNINGs

24 years agoPEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW
Stig Bakken [Sun, 15 Oct 2000 09:02:54 +0000 (09:02 +0000)]
PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW

24 years agoPEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optional
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.

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

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

24 years agoFix the fix as Sascha suggested.
foobar [Sun, 15 Oct 2000 00:58:29 +0000 (00:58 +0000)]
Fix the fix as Sascha suggested.

24 years agoWe don't support FreeType 2 - let's stop pretending we do
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

24 years agoMissed this from last commit.
foobar [Sat, 14 Oct 2000 22:53:42 +0000 (22:53 +0000)]
Missed this from last commit.

24 years agoconfig.m4
foobar [Sat, 14 Oct 2000 22:48:38 +0000 (22:48 +0000)]
config.m4

24 years agoFix to #7162.
foobar [Sat, 14 Oct 2000 22:13:18 +0000 (22:13 +0000)]
Fix to #7162.

24 years ago- Add another patch from Sterling.
Andi Gutmans [Sat, 14 Oct 2000 19:48:53 +0000 (19:48 +0000)]
- Add another patch from Sterling.

24 years ago- Preliminary commit of Sterlings get_defined_functions()/get_defined_vars
Andi Gutmans [Sat, 14 Oct 2000 15:52:24 +0000 (15:52 +0000)]
- Preliminary commit of Sterlings get_defined_functions()/get_defined_vars
  functions

24 years agoThis appears to be the correct fix to me.
Rasmus Lerdorf [Sat, 14 Oct 2000 05:06:16 +0000 (05:06 +0000)]
This appears to be the correct fix to me.
@ Fix memory leak in x-httpd-source mode (Jason Greene)

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

24 years ago- Only run startup() if ZEND_EXTENSIONS is defined to 1.
Andi Gutmans [Sat, 14 Oct 2000 00:16:46 +0000 (00:16 +0000)]
- Only run startup() if ZEND_EXTENSIONS is defined to 1.
  This fixes a link error on platforms which don't support libdl

24 years agotrivial output change
Daniel Beulshausen [Fri, 13 Oct 2000 19:08:05 +0000 (19:08 +0000)]
trivial output change
# someone urged me too

24 years agoFix php_value issue
Zeev Suraski [Fri, 13 Oct 2000 17:07:09 +0000 (17:07 +0000)]
Fix php_value issue

24 years ago*** empty log message ***
Andi Gutmans [Fri, 13 Oct 2000 16:24:42 +0000 (16:24 +0000)]
*** empty log message ***

24 years ago- Make increment of "" become "1"
Andi Gutmans [Fri, 13 Oct 2000 16:24:00 +0000 (16:24 +0000)]
- Make increment of "" become "1"

24 years agopost handler registration done right
Hartmut Holzgraefe [Fri, 13 Oct 2000 12:13:35 +0000 (12:13 +0000)]
post handler registration done right
(never use emalloc in an extension MINIT function)

24 years agonow it works for me as CGI and APXS, with or without --enable-debug ...
Hartmut Holzgraefe [Fri, 13 Oct 2000 10:04:17 +0000 (10:04 +0000)]
now it works for me as CGI and APXS, with or without --enable-debug ...

24 years agostep to 4.0.4-dev
Daniel Beulshausen [Fri, 13 Oct 2000 09:29:49 +0000 (09:29 +0000)]
step to 4.0.4-dev

24 years agocompile fixes & update of win32 dsp
Daniel Beulshausen [Fri, 13 Oct 2000 09:13:01 +0000 (09:13 +0000)]
compile fixes & update of win32 dsp

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

24 years agofopen wrappers cleanup
Hartmut Holzgraefe [Fri, 13 Oct 2000 00:09:31 +0000 (00:09 +0000)]
fopen wrappers cleanup
  - comfiguration is now done by an ini parameter
    instead of a compile time option
  - the implementations of the three standard wrappers
    now live in seperate files in ext/standard
  - the compiler is happy again, no more warnings

24 years agoIgnore trailing slashes
Sascha Schumann [Thu, 12 Oct 2000 23:17:21 +0000 (23:17 +0000)]
Ignore trailing slashes

24 years ago- Fix memory leak.
Andi Gutmans [Thu, 12 Oct 2000 19:58:20 +0000 (19:58 +0000)]
- Fix memory leak.

24 years agofix make install for PEAR. (bug 7109)
Chuck Hagenbuch [Thu, 12 Oct 2000 14:02:26 +0000 (14:02 +0000)]
fix make install for PEAR. (bug 7109)

24 years agoI have a dream...
Stanislav Malyshev [Thu, 12 Oct 2000 09:20:29 +0000 (09:20 +0000)]
I have a dream...

24 years agoforgot this one yesterday, fdfdata.[ch] is no more ...
Hartmut Holzgraefe [Thu, 12 Oct 2000 06:32:10 +0000 (06:32 +0000)]
forgot this one yesterday, fdfdata.[ch] is no more ...

24 years agoLet strtr() use smart_str to reduce complexity
Sascha Schumann [Thu, 12 Oct 2000 01:26:26 +0000 (01:26 +0000)]
Let strtr() use smart_str to reduce complexity

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

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

24 years agoRewrite php_str_to_str using the smart_str API.
Sascha Schumann [Thu, 12 Oct 2000 00:50:28 +0000 (00:50 +0000)]
Rewrite php_str_to_str using the smart_str API.

This removes much complexity from the function.

Speed is improved by pre-allocating memory instead of reallocating
the buffer each time the pattern is found.

24 years agoMove structure definition into its own file, so that public header
Sascha Schumann [Thu, 12 Oct 2000 00:48:12 +0000 (00:48 +0000)]
Move structure definition into its own file, so that public header
files don't need to include the complete source code.

24 years agoadded generalized SMTP code todo
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:54:56 +0000 (22:54 +0000)]
added generalized SMTP code todo

24 years agoremoved fdfdata.h
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:45:45 +0000 (22:45 +0000)]
removed fdfdata.h

24 years agoremoved fdfdata.c
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:45:01 +0000 (22:45 +0000)]
removed fdfdata.c

24 years ago@ - POST handler for Adobe FDF format (Hartmut)
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:44:15 +0000 (22:44 +0000)]
@ - POST handler for Adobe FDF format (Hartmut)
the FDF handler is now working and totaly living
in the fdf extension, no more special code in
main is needed

24 years ago@ -read and write .gz-files transparently on glibc based systems
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:40:22 +0000 (22:40 +0000)]
@ -read and write .gz-files transparently on glibc based systems
@  using the 'zlib:' fopen wrapper (Hartmut)

24 years agoThis patch didn't make it for 4.0.3...
Zeev Suraski [Wed, 11 Oct 2000 22:38:22 +0000 (22:38 +0000)]
This patch didn't make it for 4.0.3...

24 years agofixed some includes and removed an unneeded file.
Nikos Mavroyanopoulos [Wed, 11 Oct 2000 20:32:04 +0000 (20:32 +0000)]
fixed some includes and removed an unneeded file.

24 years agocorrected typo
Nikos Mavroyanopoulos [Wed, 11 Oct 2000 20:26:09 +0000 (20:26 +0000)]
corrected typo