]> granicus.if.org Git - php/log
php
24 years agoupdate the makefile for the new Cache classes.
Chuck Hagenbuch [Thu, 1 Mar 2001 16:33:34 +0000 (16:33 +0000)]
update the makefile for the new Cache classes.

24 years agouse standard naming/capitalization, and do a bit of error checking when
Chuck Hagenbuch [Thu, 1 Mar 2001 16:32:28 +0000 (16:32 +0000)]
use standard naming/capitalization, and do a bit of error checking when
instantiating the storage classfile.

24 years agoUDM_PARAM_CROSS_WORDS mnoGoSearch extension session parameter has been
Sergey Kartashoff [Thu, 1 Mar 2001 14:51:12 +0000 (14:51 +0000)]
UDM_PARAM_CROSS_WORDS mnoGoSearch extension session parameter has been
added to use crosswords available since version 3.1.11 of mnogosearch.
Example updated.

24 years ago# mnoGoSearch example updated.
Sergey Kartashoff [Thu, 1 Mar 2001 14:18:07 +0000 (14:18 +0000)]
# mnoGoSearch example updated.

24 years ago# Corrected NEWS entry about mnoGoSearch extension.
Sergey Kartashoff [Thu, 1 Mar 2001 13:44:04 +0000 (13:44 +0000)]
# Corrected NEWS entry about mnoGoSearch extension.

24 years agoUdm_Api_Version function has been added.
Sergey Kartashoff [Thu, 1 Mar 2001 13:38:39 +0000 (13:38 +0000)]
Udm_Api_Version function has been added.
Example updated.

24 years agoUdm_Get_Doc_Count function from mnoGoSearch 3.1.11 has been added.
Sergey Kartashoff [Thu, 1 Mar 2001 13:26:26 +0000 (13:26 +0000)]
Udm_Get_Doc_Count function from mnoGoSearch 3.1.11 has been added.
mnoGoSearch library version printing in phpinfo() has been added.
Example updated.

24 years agoAdded UdmFreeEnv call to mnoGoSearch link list destructor to
Sergey Kartashoff [Thu, 1 Mar 2001 11:38:18 +0000 (11:38 +0000)]
Added UdmFreeEnv call to mnoGoSearch link list destructor to
free memory allocated for environment.

24 years agoIf php is compiled --with-imap-ssl, link in the SSL authenticator from
Chuck Hagenbuch [Thu, 1 Mar 2001 07:06:54 +0000 (07:06 +0000)]
If php is compiled --with-imap-ssl, link in the SSL authenticator from
c-client so that we can use php to make ssl imap connections.

24 years agoChangeLog update
<changelog@php.net> [Thu, 1 Mar 2001 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoFix a TSRM bug (possibly fixing a sporadic crash in the timeout window
Zeev Suraski [Thu, 1 Mar 2001 01:06:36 +0000 (01:06 +0000)]
Fix a TSRM bug (possibly fixing a sporadic crash in the timeout window
under Windows) - fix from Ben Mansell

24 years agohttpd-2.0 cvs seems to be busted. I'm getting very strange backtraces
Sascha Schumann [Wed, 28 Feb 2001 14:19:15 +0000 (14:19 +0000)]
httpd-2.0 cvs seems to be busted.  I'm getting very strange backtraces
and the header filter still seems to be broken.  Will try later.

24 years agoNow it actually loads, but it segfaults upon a request.
Sascha Schumann [Wed, 28 Feb 2001 14:11:34 +0000 (14:11 +0000)]
Now it actually loads, but it segfaults upon a request.

24 years agoMake the module compile again with the latest httpd-2.0 cvs.
Sascha Schumann [Wed, 28 Feb 2001 14:03:58 +0000 (14:03 +0000)]
Make the module compile again with the latest httpd-2.0 cvs.

24 years agoDo case-insensitive class name matching when parsing
Andrei Zmievski [Wed, 28 Feb 2001 03:53:00 +0000 (03:53 +0000)]
Do case-insensitive class name matching when parsing
array('Class', 'method') structure.
You guys can clean it up, if there is a better way.

24 years agoChangeLog update
<changelog@php.net> [Wed, 28 Feb 2001 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

24 years ago#adding name to credits. nothing to see here, keep moving.
Dan Kalowsky [Wed, 28 Feb 2001 01:02:48 +0000 (01:02 +0000)]
#adding name to credits.  nothing to see here, keep moving.
PR:
Submitted by:
Reviewed by:
Obtained from:

24 years ago- Nuke zval_del_ref()
Andi Gutmans [Tue, 27 Feb 2001 20:26:16 +0000 (20:26 +0000)]
- Nuke zval_del_ref()

24 years ago- Pointed out by Andrei. zval_ptr_dtor() should be used instead of the
Andi Gutmans [Tue, 27 Feb 2001 20:16:35 +0000 (20:16 +0000)]
- Pointed out by Andrei. zval_ptr_dtor() should be used instead of the
  zval_del_ref() function which should be nuked.

24 years agoAdded PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables
Ben Mansell [Tue, 27 Feb 2001 13:29:21 +0000 (13:29 +0000)]
Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables
for Zeus/ISAPI, so basic authenication works.

Submitted by: daniel@zeus.com

24 years agoPHP3_TLS_*() macros are no longer used in ext/dav/dav.c, ext/ldap/ldap.c.
Sebastian Bergmann [Tue, 27 Feb 2001 09:16:48 +0000 (09:16 +0000)]
PHP3_TLS_*() macros are no longer used in ext/dav/dav.c, ext/ldap/ldap.c.

24 years agows fix
Stanislav Malyshev [Tue, 27 Feb 2001 09:15:02 +0000 (09:15 +0000)]
ws fix

24 years agoDaniel told me he is working on this one, and he is pretty close to finishing the...
Sebastian Bergmann [Tue, 27 Feb 2001 09:11:56 +0000 (09:11 +0000)]
Daniel told me he is working on this one, and he is pretty close to finishing the job.

24 years agoAdd UNC in the "todo" list
Stanislav Malyshev [Tue, 27 Feb 2001 09:07:01 +0000 (09:07 +0000)]
Add UNC in the "todo" list

24 years agoDon't overwrite existing handlers with parent ones.
Andrei Zmievski [Tue, 27 Feb 2001 05:18:34 +0000 (05:18 +0000)]
Don't overwrite existing handlers with parent ones.

24 years agoChangeLog update
<changelog@php.net> [Tue, 27 Feb 2001 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoFix chunked output buffering support
Zeev Suraski [Tue, 27 Feb 2001 00:09:14 +0000 (00:09 +0000)]
Fix chunked output buffering support

24 years agoProvide proper function aliases, if the sendmail functions
Sascha Schumann [Mon, 26 Feb 2001 20:26:07 +0000 (20:26 +0000)]
Provide proper function aliases, if the sendmail functions
don't exist.

Submitted by: Nadir Amra <amra@us.ibm.com>

24 years ago- Rename modules.h to zend_modules.h
Andi Gutmans [Mon, 26 Feb 2001 18:18:34 +0000 (18:18 +0000)]
- Rename modules.h to zend_modules.h

24 years ago- Finally rename modules.h to zend_modules.h for consistency (first try
Andi Gutmans [Mon, 26 Feb 2001 18:14:50 +0000 (18:14 +0000)]
- Finally rename modules.h to zend_modules.h for consistency (first try
  was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
  are included via zend_API.h

24 years ago# Bad patch job on the last commit by me. I take the BAD_CODER award for
Dan Kalowsky [Mon, 26 Feb 2001 16:36:08 +0000 (16:36 +0000)]
# Bad patch job on the last commit by me.  I take the BAD_CODER award for
# the day.
Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's.
# what should be done about the PHP_MINFO_FUNCTION

24 years agonuke warnings
Daniel Beulshausen [Mon, 26 Feb 2001 16:32:57 +0000 (16:32 +0000)]
nuke warnings

24 years ago- Fix whitespace
Andi Gutmans [Mon, 26 Feb 2001 15:49:38 +0000 (15:49 +0000)]
- Fix whitespace

24 years agoob_iconv_handler changed to use for text data only.
Rui Hirokawa [Mon, 26 Feb 2001 15:41:38 +0000 (15:41 +0000)]
ob_iconv_handler changed to use for text data only.

24 years ago#Just adding in proper id (forgot to do it on the initial)
Dan Kalowsky [Mon, 26 Feb 2001 15:20:53 +0000 (15:20 +0000)]
#Just adding in proper id (forgot to do it on the initial)
PR:
Submitted by:
Reviewed by:
Obtained from:

24 years agoCorrectly checks for the proper header files, and excludes the QUOTA functions
Dan Kalowsky [Mon, 26 Feb 2001 15:17:12 +0000 (15:17 +0000)]
Correctly checks for the proper header files, and excludes the QUOTA functions
from non-imap2000 systems (unavailable for testing at this time).
# anyone willing to test this out on non-imap2000?
PR:
Submitted by:
Reviewed by: Sascha Schumann
Obtained from:

24 years agoFix for bug #9449 to stop infinate loop in wordwrap.
James Moore [Mon, 26 Feb 2001 13:04:00 +0000 (13:04 +0000)]
Fix for bug #9449 to stop infinate loop in wordwrap.

24 years ago- Fix copyright notices with 2001
Andi Gutmans [Mon, 26 Feb 2001 06:11:02 +0000 (06:11 +0000)]
- Fix copyright notices with 2001

24 years ago- One more copyright year update
Andi Gutmans [Mon, 26 Feb 2001 05:44:29 +0000 (05:44 +0000)]
- One more copyright year update

24 years ago- Update copyright year
Andi Gutmans [Mon, 26 Feb 2001 05:43:27 +0000 (05:43 +0000)]
- Update copyright year

24 years agoChangeLog update
<changelog@php.net> [Mon, 26 Feb 2001 02:09:15 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 26 Feb 2001 02:09:11 +0000 (02:09 +0000)]
NEWS update

24 years ago- Fix dll linkage warnings
Andi Gutmans [Sun, 25 Feb 2001 05:21:31 +0000 (05:21 +0000)]
- Fix dll linkage warnings

24 years agoUpdating the IMAP client to include quota support via the imap c-client2000 libraries.
Dan Kalowsky [Sun, 25 Feb 2001 04:41:18 +0000 (04:41 +0000)]
Updating the IMAP client to include quota support via the imap c-client2000 libraries.
# Y2K support is good...
Removes the SA_QUOTA and SA_QUOTA_ALL defines
# After speaking with Mark Crispin, it is believed these never existed.
Cleans up the imap_status() function to remove notion of quotas in a status message.
# There is no quota setting in a STATUS message from c-client.

Changes the config.m4 to support the client.h include
# This should include all the approriate headers for c-client (as defined by
# c-client maintainers) such as mail.h, and rfc822.h.
Changed the directory search order for the include files as well.
# Place the /usr/local/include last, and searched the
# /usr/local/include/{c-client|imap} directories first

(PHP imap_get_quota) Added
(PHP imap_set_quota) Added

@- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via
@  c-client2000

PR:
Submitted by:
Reviewed by:
Obtained from:

24 years agoChangeLog update
<changelog@php.net> [Sun, 25 Feb 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

24 years agoDon't assume that tzname exists, if tm_zone does not exist.
Sascha Schumann [Sat, 24 Feb 2001 21:18:28 +0000 (21:18 +0000)]
Don't assume that tzname exists, if tm_zone does not exist.

PR: #9380

24 years ago- Add exports from Daniel Beulshausen
Andi Gutmans [Sat, 24 Feb 2001 21:16:58 +0000 (21:16 +0000)]
- Add exports from Daniel Beulshausen

24 years agoDeclare inet_aton properly, if the system lacks support for it.
Sascha Schumann [Sat, 24 Feb 2001 21:14:18 +0000 (21:14 +0000)]
Declare inet_aton properly, if the system lacks support for it.

PR: #9382

24 years agoActually compile on systems without syslog.
Sascha Schumann [Sat, 24 Feb 2001 21:08:15 +0000 (21:08 +0000)]
Actually compile on systems without syslog.

PR: #9412

24 years agophp_register_command_line_global_vars only needs file scope.
Sascha Schumann [Sat, 24 Feb 2001 21:07:07 +0000 (21:07 +0000)]
php_register_command_line_global_vars only needs file scope.

24 years agoNeither the CGI nor the Servlet SAPI module call syslog, so remove
Sascha Schumann [Sat, 24 Feb 2001 21:05:02 +0000 (21:05 +0000)]
Neither the CGI nor the Servlet SAPI module call syslog, so remove
references to the syslog include files.

24 years agoChange the default to assumption that people don't use AOLserver 3.0 anymore.
Sascha Schumann [Sat, 24 Feb 2001 13:14:27 +0000 (13:14 +0000)]
Change the default to assumption that people don't use AOLserver 3.0 anymore.

24 years agoChangeLog update
<changelog@php.net> [Sat, 24 Feb 2001 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

24 years agoThat should do the trick.
Sebastian Bergmann [Fri, 23 Feb 2001 22:55:28 +0000 (22:55 +0000)]
That should do the trick.

24 years agoFinish fopen-wrappers rename.
Sascha Schumann [Fri, 23 Feb 2001 22:07:16 +0000 (22:07 +0000)]
Finish fopen-wrappers rename.

24 years agoFix another instance of the == bug.
Sascha Schumann [Fri, 23 Feb 2001 16:49:58 +0000 (16:49 +0000)]
Fix another instance of the == bug.

24 years agomnogosearch example updated.
Sergey Kartashoff [Fri, 23 Feb 2001 10:53:07 +0000 (10:53 +0000)]
mnogosearch example updated.

24 years agoAdded ispell loading routines and date search limits in mnogosearch module.
Sergey Kartashoff [Fri, 23 Feb 2001 10:34:50 +0000 (10:34 +0000)]
Added ispell loading routines and date search limits in mnogosearch module.

24 years agofix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build
André Langhorst [Fri, 23 Feb 2001 05:08:15 +0000 (05:08 +0000)]
fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build

24 years agoChangeLog update
<changelog@php.net> [Fri, 23 Feb 2001 02:09:14 +0000 (02:09 +0000)]
ChangeLog update

24 years agoremoved LC_* warnin
Hartmut Holzgraefe [Thu, 22 Feb 2001 18:35:22 +0000 (18:35 +0000)]
removed LC_* warnin

24 years agofactory-generated classes have lowercase subclass names by our (newly
Chuck Hagenbuch [Thu, 22 Feb 2001 16:01:14 +0000 (16:01 +0000)]
factory-generated classes have lowercase subclass names by our (newly
revised) standards.

24 years agoREADME for mnoGoSearch module updated.
Sergey Kartashoff [Thu, 22 Feb 2001 13:02:38 +0000 (13:02 +0000)]
README for mnoGoSearch module updated.

24 years ago- Fix indentation and remove comment.
Andi Gutmans [Thu, 22 Feb 2001 11:30:53 +0000 (11:30 +0000)]
- Fix indentation and remove comment.

24 years agoAdded Ispell routines to work with Ispell data loaded into sql tables.
Sergey Kartashoff [Thu, 22 Feb 2001 10:40:44 +0000 (10:40 +0000)]
Added Ispell routines to work with Ispell data loaded into sql tables.
Example updated.

24 years agoSafer bin2hex
Stanislav Malyshev [Thu, 22 Feb 2001 10:36:40 +0000 (10:36 +0000)]
Safer bin2hex

24 years agoFix #8992, patch by yasushi_takahashi@tsuken.co.jp
Stanislav Malyshev [Thu, 22 Feb 2001 10:15:52 +0000 (10:15 +0000)]
Fix #8992, patch by yasushi_takahashi@tsuken.co.jp

24 years ago- took out the HwSLS_FETCH to make it compile again on Unix
Uwe Steinmann [Thu, 22 Feb 2001 09:38:59 +0000 (09:38 +0000)]
- took out the HwSLS_FETCH to make it compile again on Unix
  Is this really neccesary at this point?

24 years agoThe php_rand() and php_srand() functions added in the previous commit
Jon Parise [Thu, 22 Feb 2001 03:37:32 +0000 (03:37 +0000)]
The php_rand() and php_srand() functions added in the previous commit
require the inclusion of php_rand.h.

24 years agoChangeLog update
<changelog@php.net> [Thu, 22 Feb 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

24 years agoAdding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.
James Moore [Thu, 22 Feb 2001 00:24:19 +0000 (00:24 +0000)]
Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.

24 years agoInitalize some of the global vars. Crashed under ms debugger without having them...
Shane Caraveo [Wed, 21 Feb 2001 23:57:28 +0000 (23:57 +0000)]
Initalize some of the global vars.  Crashed under ms debugger without having them initialized.

24 years agoAdding crypt.c and php_crypt.h to win32 builds, they were missing..
James Moore [Wed, 21 Feb 2001 23:52:57 +0000 (23:52 +0000)]
Adding crypt.c and php_crypt.h to win32 builds, they were missing..

24 years agoWhen using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()
Rainer Schaaf [Wed, 21 Feb 2001 23:30:21 +0000 (23:30 +0000)]
When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()
this always resulted in a coredump (after everything was finished, so only
visible in the logfile).
So it seems to be neccesary to copy the contents of the result of get_buffer,
to avoid this coredump.

24 years agozend_compile_file returns a NULL on error, check for that before
Shane Caraveo [Wed, 21 Feb 2001 20:50:49 +0000 (20:50 +0000)]
zend_compile_file returns a NULL on error, check for that before
calling destroy_op_array unless we like crashes :-)

24 years agofix possible leak.
Thies C. Arntzen [Wed, 21 Feb 2001 20:33:46 +0000 (20:33 +0000)]
fix possible leak.

24 years agoIf we cannot send the header, we don't need to continue with the page.
Sascha Schumann [Wed, 21 Feb 2001 20:25:53 +0000 (20:25 +0000)]
If we cannot send the header, we don't need to continue with the page.

24 years ago* dbmaker fix, shared support
Stig Bakken [Wed, 21 Feb 2001 18:23:53 +0000 (18:23 +0000)]
* dbmaker fix, shared support

24 years agoFix memory leak.
Andrei Zmievski [Wed, 21 Feb 2001 17:22:26 +0000 (17:22 +0000)]
Fix memory leak.

24 years agoAdd safety check
Stanislav Malyshev [Wed, 21 Feb 2001 15:20:29 +0000 (15:20 +0000)]
Add safety check

24 years ago# make sebastian and compiler happy .)
Hartmut Holzgraefe [Wed, 21 Feb 2001 11:16:16 +0000 (11:16 +0000)]
# make sebastian and compiler happy .)

24 years agoThere is no need to declare ap_php_(opterr|optopt) with external linkage
Sascha Schumann [Wed, 21 Feb 2001 07:41:01 +0000 (07:41 +0000)]
There is no need to declare ap_php_(opterr|optopt) with external linkage
as they are not used outside of getopt.c.

PR: #9364

24 years agoInstead of assuming that sendmail lives in /usr/lib, if we don't find it,
Sascha Schumann [Wed, 21 Feb 2001 07:39:13 +0000 (07:39 +0000)]
Instead of assuming that sendmail lives in /usr/lib, if we don't find it,
we also check /usr/lib now.

PR: #9362

24 years agoCorrectly check for the existence of the st_rdev field.
Sascha Schumann [Wed, 21 Feb 2001 07:18:28 +0000 (07:18 +0000)]
Correctly check for the existence of the st_rdev field.

Note that this field is required to exist for SUSv3 conformance.

Submitted by: amra@us.ibm.com
PR: #9358

24 years agoPreprocessor stuff should go into CPPFLAGS.
Sascha Schumann [Wed, 21 Feb 2001 07:09:22 +0000 (07:09 +0000)]
Preprocessor stuff should go into CPPFLAGS.

24 years agoAdded note about PCRE update.
Sebastian Bergmann [Wed, 21 Feb 2001 06:22:41 +0000 (06:22 +0000)]
Added note about PCRE update.

24 years agoCorrected News entry.
Jason Greene [Wed, 21 Feb 2001 03:55:17 +0000 (03:55 +0000)]
Corrected News entry.

24 years agoChangeLog update
<changelog@php.net> [Wed, 21 Feb 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 21 Feb 2001 02:09:15 +0000 (02:09 +0000)]
NEWS update

24 years agowill now initialize dynamic extensions *after* static ones
Hartmut Holzgraefe [Wed, 21 Feb 2001 01:43:15 +0000 (01:43 +0000)]
will now initialize dynamic extensions *after* static ones

24 years ago* allow empty passwords in dsn (for example "mysql://user:@database")
Stig Bakken [Tue, 20 Feb 2001 23:00:08 +0000 (23:00 +0000)]
* allow empty passwords in dsn (for example "mysql://user:@database")

24 years agoFix Win32 build
Zeev Suraski [Tue, 20 Feb 2001 22:32:29 +0000 (22:32 +0000)]
Fix Win32 build

24 years agoEnable UTF8 support (incomplete) by default.
Andrei Zmievski [Tue, 20 Feb 2001 22:21:06 +0000 (22:21 +0000)]
Enable UTF8 support (incomplete) by default.

24 years agoInclude PHP compatibility header file.
Andrei Zmievski [Tue, 20 Feb 2001 22:20:47 +0000 (22:20 +0000)]
Include PHP compatibility header file.

24 years agoUpgrade PCRE to version 3.4.
Andrei Zmievski [Tue, 20 Feb 2001 22:00:33 +0000 (22:00 +0000)]
Upgrade PCRE to version 3.4.

24 years agoproper prefix for lookup_hostname
Daniel Beulshausen [Tue, 20 Feb 2001 20:52:53 +0000 (20:52 +0000)]
proper prefix for lookup_hostname

24 years agomake hyperwave build under win32
Daniel Beulshausen [Tue, 20 Feb 2001 20:45:55 +0000 (20:45 +0000)]
make hyperwave build under win32

24 years agomake socket functions available to the outside
Daniel Beulshausen [Tue, 20 Feb 2001 20:34:14 +0000 (20:34 +0000)]
make socket functions available to the outside

24 years agomake gd work again under win32
Daniel Beulshausen [Tue, 20 Feb 2001 18:00:44 +0000 (18:00 +0000)]
make gd work again under win32

24 years agoadd configuration which links again libsasl.lib
Daniel Beulshausen [Tue, 20 Feb 2001 17:11:25 +0000 (17:11 +0000)]
add configuration which links again libsasl.lib