]> granicus.if.org Git - php/log
php
24 years agoFixed a compatibility problem is some file functions (fgets, fputs, fread,
Alexander Feldman [Sun, 11 Mar 2001 10:08:27 +0000 (10:08 +0000)]
Fixed a compatibility problem is some file functions (fgets, fputs, fread,
fwrite). The ANSI standard says that if a file is opened in read/write
mode, fseek() should be called before switching from reading to writing
and vice versa.

24 years agoAdded missing alias. PR: #9550
foobar [Sun, 11 Mar 2001 04:13:53 +0000 (04:13 +0000)]
Added missing alias. PR: #9550

24 years agoHAVE_BINDLIB --> HAVE_LIBBIND
foobar [Sun, 11 Mar 2001 03:49:21 +0000 (03:49 +0000)]
HAVE_BINDLIB --> HAVE_LIBBIND

24 years agoCheck for inet_aton only if libbind is not found (or inet_aton is not in
foobar [Sun, 11 Mar 2001 03:46:24 +0000 (03:46 +0000)]
Check for inet_aton only if libbind is not found (or inet_aton is not in
libbind). Fixes bug: #8814

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

24 years agoIf AC_CHECK_LIB fails, assume that --with-openssl is needed
foobar [Sun, 11 Mar 2001 00:49:16 +0000 (00:49 +0000)]
If AC_CHECK_LIB fails, assume that --with-openssl is needed

24 years agoThis should fix the problems with not including -lz.
foobar [Sat, 10 Mar 2001 17:33:33 +0000 (17:33 +0000)]
This should fix the problems with not including -lz.

24 years ago* only register the destructor if it exists
Stig Bakken [Sat, 10 Mar 2001 09:59:15 +0000 (09:59 +0000)]
* only register the destructor if it exists

24 years ago- Whitespace
Andi Gutmans [Sat, 10 Mar 2001 09:21:48 +0000 (09:21 +0000)]
- Whitespace

24 years agojust reversed a previous patch.
Rui Hirokawa [Sat, 10 Mar 2001 02:21:39 +0000 (02:21 +0000)]
just reversed a previous patch.

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

24 years agoNEWS update
<changelog@php.net> [Sat, 10 Mar 2001 02:09:25 +0000 (02:09 +0000)]
NEWS update

24 years agoinitialized some strings in global variable structure.
Rui Hirokawa [Sat, 10 Mar 2001 02:03:26 +0000 (02:03 +0000)]
initialized some strings in global variable structure.

24 years agoAdding a new function odbc_next_result() allowing the query to return more than one...
Frank M. Kromann [Fri, 9 Mar 2001 23:44:55 +0000 (23:44 +0000)]
Adding a new function odbc_next_result() allowing the query to return more than one result.
This can be done with a stored procedure or by sending more than one select to the server.

24 years agoAdding a new function mssql_next_result() allowing the query to return more than...
Frank M. Kromann [Fri, 9 Mar 2001 23:37:56 +0000 (23:37 +0000)]
Adding a new function mssql_next_result() allowing the query to return more than one result.
This can be done with a stored procedure or by sending more than one select to the server.

24 years ago@- Fixed argument checking for call_user_func* functions and allowed
Andrei Zmievski [Fri, 9 Mar 2001 21:42:26 +0000 (21:42 +0000)]
@- Fixed argument checking for call_user_func* functions and allowed
@  specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)

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

24 years agoFormatting and minor inline doc changes.
Ulf Wendel [Thu, 8 Mar 2001 20:41:39 +0000 (20:41 +0000)]
Formatting and minor inline doc changes.

24 years agoAdded a basic Cache_Error class.
Ulf Wendel [Thu, 8 Mar 2001 20:39:15 +0000 (20:39 +0000)]
Added a basic Cache_Error class.

24 years agoBetter use buffer_to_buffer, since zval is really buffer, not string (it can
Stanislav Malyshev [Thu, 8 Mar 2001 17:11:57 +0000 (17:11 +0000)]
Better use buffer_to_buffer, since zval is really buffer, not string (it can
contain \0's and not end in \0).
# and recode_string is recode_buffer_to_buffer internally anyways

24 years ago*** empty log message ***
Zeev Suraski [Thu, 8 Mar 2001 11:21:18 +0000 (11:21 +0000)]
*** empty log message ***

24 years agoPoint people to the Windows mailing list...
Zeev Suraski [Thu, 8 Mar 2001 10:43:52 +0000 (10:43 +0000)]
Point people to the Windows mailing list...

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

24 years agoadd missing globals fetches
Daniel Beulshausen [Wed, 7 Mar 2001 17:23:30 +0000 (17:23 +0000)]
add missing globals fetches

24 years agoAdd missing #define's
Zeev Suraski [Wed, 7 Mar 2001 17:05:03 +0000 (17:05 +0000)]
Add missing #define's

24 years agoRemoving a compiler warning
Frank M. Kromann [Wed, 7 Mar 2001 16:33:13 +0000 (16:33 +0000)]
Removing a compiler warning

24 years agoThat came from php-gtk.
Andrei Zmievski [Wed, 7 Mar 2001 14:00:52 +0000 (14:00 +0000)]
That came from php-gtk.

24 years agoFixed the help for other options too.
foobar [Wed, 7 Mar 2001 13:24:12 +0000 (13:24 +0000)]
Fixed the help for other options too.

24 years agoAdded support for Zeus SSL client certificate information.
Ben Mansell [Wed, 7 Mar 2001 10:28:00 +0000 (10:28 +0000)]
Added support for Zeus SSL client certificate information.
Added SERVER_SIGNATURE to the environment.

Submitted by: daniel@zeus.com

24 years agoUpdate .ini's and NEWS
Zeev Suraski [Wed, 7 Mar 2001 10:08:19 +0000 (10:08 +0000)]
Update .ini's and NEWS

24 years agoMake parent:: work in runtime bindings as well
Zeev Suraski [Wed, 7 Mar 2001 10:07:25 +0000 (10:07 +0000)]
Make parent:: work in runtime bindings as well

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

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

24 years agoImplement internal output compression?\0020:wq
Zeev Suraski [Tue, 6 Mar 2001 20:43:54 +0000 (20:43 +0000)]
Implement internal output compression?\0020:wq

24 years agoFix freeing of buffers
Zeev Suraski [Tue, 6 Mar 2001 19:38:33 +0000 (19:38 +0000)]
Fix freeing of buffers

24 years agoFixes to internal output buffering
Zeev Suraski [Tue, 6 Mar 2001 18:29:00 +0000 (18:29 +0000)]
Fixes to internal output buffering

24 years agoWe actually only need AC_PROG_LEX here.
Sascha Schumann [Tue, 6 Mar 2001 16:59:28 +0000 (16:59 +0000)]
We actually only need AC_PROG_LEX here.

24 years agoReplace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT.
Sascha Schumann [Tue, 6 Mar 2001 16:51:53 +0000 (16:51 +0000)]
Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT.
The latter is only called, if lex was found, so that PHP configures now
on setups without (f)lex.

24 years agoMore internal output buffering fixes
Zeev Suraski [Tue, 6 Mar 2001 16:28:51 +0000 (16:28 +0000)]
More internal output buffering fixes

24 years agoFix internal output buffering
Zeev Suraski [Tue, 6 Mar 2001 16:25:14 +0000 (16:25 +0000)]
Fix internal output buffering

24 years agoInitial work on internal output handlers - should be much quicker
Zeev Suraski [Tue, 6 Mar 2001 15:54:49 +0000 (15:54 +0000)]
Initial work on internal output handlers - should be much quicker

24 years agoWhitespace only.
Sebastian Bergmann [Tue, 6 Mar 2001 15:27:30 +0000 (15:27 +0000)]
Whitespace only.

24 years agoAvoid using ret uninitialized
Zeev Suraski [Tue, 6 Mar 2001 15:10:53 +0000 (15:10 +0000)]
Avoid using ret uninitialized

24 years agoThread hashtable was being initialized with a size of 1! Changed to 128 as
Ben Mansell [Tue, 6 Mar 2001 15:09:15 +0000 (15:09 +0000)]
Thread hashtable was being initialized with a size of 1! Changed to 128 as
a more sensible number.
# Also could change the 'expected resources' parameter from 1, but I
# haven't tested that bit yet
----------------------------------------------------------------------

24 years agoSpeedup for pthread implementation. We make use of thread local storage
Ben Mansell [Tue, 6 Mar 2001 15:07:57 +0000 (15:07 +0000)]
Speedup for pthread implementation. We make use of thread local storage
to allow access to the current thread's resources without having to
obtain the memory mutex and traverse our hash table. This is a big
performance win!

24 years agoAvoid writing to error_log in case of aborted connections.
Zeev Suraski [Tue, 6 Mar 2001 15:00:08 +0000 (15:00 +0000)]
Avoid writing to error_log in case of aborted connections.

24 years agoDon't insert empty path if PHPRC is empty
Stanislav Malyshev [Tue, 6 Mar 2001 11:38:55 +0000 (11:38 +0000)]
Don't insert empty path if PHPRC is empty

24 years agoTypo.
Sean Bright [Tue, 6 Mar 2001 04:42:04 +0000 (04:42 +0000)]
Typo.
# I don't know where I got 4.02 from

24 years agoget_meta_tags now allows attributes that are not quoted as well as those
Sean Bright [Tue, 6 Mar 2001 04:34:05 +0000 (04:34 +0000)]
get_meta_tags now allows attributes that are not quoted as well as those
that are.  It follows the HTML 4.01 specification for attribute values
outlined here -> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2

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

24 years agofixed bug in PDF_getbuffer (happend only on Windows)
Rainer Schaaf [Mon, 5 Mar 2001 16:18:51 +0000 (16:18 +0000)]
fixed bug in PDF_getbuffer (happend only on Windows)
When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced
by the PDFlib V4.0 function pdf_setcolor

24 years agoFix help text for -f
foobar [Mon, 5 Mar 2001 15:08:36 +0000 (15:08 +0000)]
Fix help text for -f

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

24 years agoCan't output any error messages if there isn't any function initialized
foobar [Mon, 5 Mar 2001 01:26:36 +0000 (01:26 +0000)]
Can't output any error messages if there isn't any function initialized
to do it..
# Bug report: #7650

24 years agoget_meta_tags now handles single quoted attributes as well as those that
Sean Bright [Mon, 5 Mar 2001 00:20:41 +0000 (00:20 +0000)]
get_meta_tags now handles single quoted attributes as well as those that
are double quoted.

24 years agoFix bug #8899 (thanks Jani)
Zeev Suraski [Sun, 4 Mar 2001 22:27:56 +0000 (22:27 +0000)]
Fix bug #8899 (thanks Jani)

24 years agoI don't know German, but I imagine that was the problem :)
Zeev Suraski [Sun, 4 Mar 2001 22:03:23 +0000 (22:03 +0000)]
I don't know German, but I imagine that was the problem :)

24 years agoFix phpinfo() bug that crept in
Zeev Suraski [Sun, 4 Mar 2001 15:49:38 +0000 (15:49 +0000)]
Fix phpinfo() bug that crept in

24 years agoImprove memory consumption on chunked output buffering
Zeev Suraski [Sun, 4 Mar 2001 15:46:13 +0000 (15:46 +0000)]
Improve memory consumption on chunked output buffering

24 years agoImplemented chunked output buffering support - it's quite cool!
Zeev Suraski [Sun, 4 Mar 2001 15:12:38 +0000 (15:12 +0000)]
Implemented chunked output buffering support - it's quite cool!

24 years agofixed typo
Martin Jansen [Sun, 4 Mar 2001 14:26:58 +0000 (14:26 +0000)]
fixed typo

24 years agoChanged code layout to remove PHP warning when running php as a CGI.
Frank M. Kromann [Sun, 4 Mar 2001 02:41:27 +0000 (02:41 +0000)]
Changed code layout to remove PHP warning when running php as a CGI.

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

24 years agoFix non-thread safe mode
Zeev Suraski [Sun, 4 Mar 2001 01:45:19 +0000 (01:45 +0000)]
Fix non-thread safe mode

24 years agothis function will never return true...
Zeev Suraski [Sun, 4 Mar 2001 01:17:21 +0000 (01:17 +0000)]
this function will never return true...

24 years agoImprove chunked output buffering - the output handler now knows at which stage it is
Zeev Suraski [Sun, 4 Mar 2001 01:09:36 +0000 (01:09 +0000)]
Improve chunked output buffering - the output handler now knows at which stage it is

24 years agowhitespace fix
Zeev Suraski [Sun, 4 Mar 2001 01:08:46 +0000 (01:08 +0000)]
whitespace fix

24 years agoThe main file with new features.
Ulf Wendel [Sat, 3 Mar 2001 19:21:49 +0000 (19:21 +0000)]
The main file with new features.
  - added support for cache dataset groups
  - added extSave() - see my next PEAR list posting
  - added getUserdata()

24 years ago-Os is a valid GCC optimization level.
Sascha Schumann [Sat, 3 Mar 2001 18:07:52 +0000 (18:07 +0000)]
-Os is a valid GCC optimization level.

24 years agoJan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise it crash...
Sebastian Bergmann [Sat, 3 Mar 2001 13:10:13 +0000 (13:10 +0000)]
Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise it crashes (atleast on Win32).' Me thinks: 'There should be no crash, but a warning. Anyways, remove it from php.ini-dist, so others do not run into this... :-)

24 years ago- modified line 161 to be xml compliant
Sylvain PAGES [Sat, 3 Mar 2001 07:58:31 +0000 (07:58 +0000)]
- modified line 161 to be xml compliant

24 years agoWhitespace only.
Sebastian Bergmann [Sat, 3 Mar 2001 07:37:18 +0000 (07:37 +0000)]
Whitespace only.

24 years agoWhitespace Fixes. Added another Win32 extension DLL. Removed configuration for non...
Sebastian Bergmann [Sat, 3 Mar 2001 07:31:43 +0000 (07:31 +0000)]
Whitespace Fixes. Added another Win32 extension DLL. Removed configuration for non-existent debugger.

24 years agoAdded some more Win32 extension DLLs.
Sebastian Bergmann [Sat, 3 Mar 2001 06:55:06 +0000 (06:55 +0000)]
Added some more Win32 extension DLLs.

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

24 years agoNEWS update
<changelog@php.net> [Sat, 3 Mar 2001 02:09:30 +0000 (02:09 +0000)]
NEWS update

24 years agoadd a warn not available for curl_getinfo().
Sterling Hughes [Sat, 3 Mar 2001 01:06:55 +0000 (01:06 +0000)]
add a warn not available for curl_getinfo().
remove unneccessary error checking.

24 years agoWhitespace fix
Zeev Suraski [Fri, 2 Mar 2001 23:56:03 +0000 (23:56 +0000)]
Whitespace fix

24 years ago@- Forced call_user_method() and call_user_method_array() to take the
Andrei Zmievski [Fri, 2 Mar 2001 20:22:14 +0000 (20:22 +0000)]
@- Forced call_user_method() and call_user_method_array() to take the
@  object argument by reference. (Andrei)
* Forced call_user_method() and call_user_method_array() to take the
  object argument by reference.
* Also cleaned up the protos for those functions and brought
  call_user_method_array() into functional equivalence with
  call_user_method().

24 years agoCombine all HTTP headers into a single writev
Sascha Schumann [Fri, 2 Mar 2001 17:01:52 +0000 (17:01 +0000)]
Combine all HTTP headers into a single writev

24 years ago- Commit NSAPI patches.
Andi Gutmans [Fri, 2 Mar 2001 15:25:51 +0000 (15:25 +0000)]
- Commit NSAPI patches.

24 years agoAdd CyberMut extension from Sylvain PAGES <spages@free.fr>
Zeev Suraski [Fri, 2 Mar 2001 14:36:29 +0000 (14:36 +0000)]
Add CyberMut extension from Sylvain PAGES <spages@free.fr>

24 years ago# TODO updates in mnoGoSearch module README
Sergey Kartashoff [Fri, 2 Mar 2001 12:14:31 +0000 (12:14 +0000)]
# TODO updates in mnoGoSearch module README

24 years ago# mnoGoSearch example fix
Sergey Kartashoff [Fri, 2 Mar 2001 11:43:27 +0000 (11:43 +0000)]
# mnoGoSearch example fix

24 years agoUDM_ISPELL_TYPE_SERVER parameter in udm_load_ispell_data has been added
Sergey Kartashoff [Fri, 2 Mar 2001 11:41:35 +0000 (11:41 +0000)]
UDM_ISPELL_TYPE_SERVER parameter in udm_load_ispell_data has been added
to work with ispell server. This feature is available starting from
mnoGoSearch 3.1.12 or later. Fixed Udm_Free_Ispell_Data(). Example updated.

24 years agoWhitespace only.
Sebastian Bergmann [Fri, 2 Mar 2001 10:29:34 +0000 (10:29 +0000)]
Whitespace only.

24 years ago@- Fixed binding of ROWIDs in OCI8. (Thies)
Thies C. Arntzen [Fri, 2 Mar 2001 09:12:55 +0000 (09:12 +0000)]
@- Fixed binding of ROWIDs in OCI8. (Thies)

24 years agoAdded experimental version of Cache_Function module.
Sebastian Bergmann [Fri, 2 Mar 2001 07:52:56 +0000 (07:52 +0000)]
Added experimental version of Cache_Function module.

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

24 years agows fix
foobar [Fri, 2 Mar 2001 00:15:49 +0000 (00:15 +0000)]
ws fix

24 years ago- integrated new functions vor PDFlib V4.0 (beta1)
Rainer Schaaf [Thu, 1 Mar 2001 19:51:55 +0000 (19:51 +0000)]
- integrated new functions vor PDFlib V4.0 (beta1)
- all functions accepting strings now support binary strings, by calling
  the appropriate PDF*2() functions.

24 years agoAdded note about PEAR/Cache.
Sebastian Bergmann [Thu, 1 Mar 2001 19:42:07 +0000 (19:42 +0000)]
Added note about PEAR/Cache.

24 years agoAdded Graphics and Output Cache.
Sebastian Bergmann [Thu, 1 Mar 2001 19:22:25 +0000 (19:22 +0000)]
Added Graphics and Output Cache.

24 years agomissing a backslash
Chuck Hagenbuch [Thu, 1 Mar 2001 17:02:05 +0000 (17:02 +0000)]
missing a backslash

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.