]> granicus.if.org Git - php/log
php
23 years agoForgot this one..
foobar [Wed, 14 Mar 2001 13:43:58 +0000 (13:43 +0000)]
Forgot this one..

23 years agoMissing.
foobar [Wed, 14 Mar 2001 13:42:33 +0000 (13:42 +0000)]
Missing.

23 years agoFix ZTS build
Sascha Schumann [Wed, 14 Mar 2001 13:38:03 +0000 (13:38 +0000)]
Fix ZTS build

23 years ago-fixed prototype and indention
Uwe Steinmann [Wed, 14 Mar 2001 06:33:46 +0000 (06:33 +0000)]
-fixed prototype and indention

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

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

23 years agoMake get_browser() read its information from $HTTP_SERVER_VARS[] if available
Zeev Suraski [Tue, 13 Mar 2001 23:20:23 +0000 (23:20 +0000)]
Make get_browser() read its information from $HTTP_SERVER_VARS[] if available

23 years agoImplement mysql_unbuffered_query() - uses mysql_use_result() instead of
Zeev Suraski [Tue, 13 Mar 2001 22:52:53 +0000 (22:52 +0000)]
Implement mysql_unbuffered_query() - uses mysql_use_result() instead of
mysql_store_result()

23 years agocleanup.
foobar [Tue, 13 Mar 2001 22:50:02 +0000 (22:50 +0000)]
cleanup.

23 years agofix broken m4, you should have all checking code withing your withval test
Jason Greene [Tue, 13 Mar 2001 22:44:49 +0000 (22:44 +0000)]
fix broken m4, you should have all checking code withing your withval test

-Jason

23 years agoExtension was enabled by default..
foobar [Tue, 13 Mar 2001 22:33:53 +0000 (22:33 +0000)]
Extension was enabled by default..

23 years agoCentralize query code
Zeev Suraski [Tue, 13 Mar 2001 21:42:43 +0000 (21:42 +0000)]
Centralize query code

23 years agoUse a container struct instead of MYSQL directly
Zeev Suraski [Tue, 13 Mar 2001 21:13:19 +0000 (21:13 +0000)]
Use a container struct instead of MYSQL directly

23 years agoAdding FrontBase extension to modules
Frank M. Kromann [Tue, 13 Mar 2001 21:02:52 +0000 (21:02 +0000)]
Adding FrontBase extension to modules

23 years agoInitial check-in of FrontBase extension
Frank M. Kromann [Tue, 13 Mar 2001 20:58:47 +0000 (20:58 +0000)]
Initial check-in of FrontBase extension

23 years agoFix off-by-one on config values set from Apache config
Stanislav Malyshev [Tue, 13 Mar 2001 18:39:38 +0000 (18:39 +0000)]
Fix off-by-one on config values set from Apache config
# It didn't really hurt, since the extra character was always \0,
# but the phpinfo() display came out ugly.

23 years agoRemove config.h instead of php_config.h
Andrei Zmievski [Tue, 13 Mar 2001 17:54:38 +0000 (17:54 +0000)]
Remove config.h instead of php_config.h

23 years agoReplace memcpy and sprintf with smart_strs.
Sascha Schumann [Tue, 13 Mar 2001 17:14:47 +0000 (17:14 +0000)]
Replace memcpy and sprintf with smart_strs.

23 years agobuf is gone. Don't reference it.
Sascha Schumann [Tue, 13 Mar 2001 17:11:43 +0000 (17:11 +0000)]
buf is gone. Don't reference it.

23 years agoAdded yaz_database. Option bit ExtendedServices set for InitRequest.
Adam Dickmeiss [Tue, 13 Mar 2001 17:04:06 +0000 (17:04 +0000)]
Added yaz_database. Option bit ExtendedServices set for InitRequest.

23 years agoReplace another sprintf
Sascha Schumann [Tue, 13 Mar 2001 16:58:36 +0000 (16:58 +0000)]
Replace another sprintf

23 years agoNuke calls to sprintf, snprintf, strcat, strcpy and rely on
Sascha Schumann [Tue, 13 Mar 2001 16:53:34 +0000 (16:53 +0000)]
Nuke calls to sprintf, snprintf, strcat, strcpy and rely on
memcpy and smart_strs.

23 years agoFixing compiler warning on win32
Frank M. Kromann [Tue, 13 Mar 2001 16:39:47 +0000 (16:39 +0000)]
Fixing compiler warning on win32

23 years agoChanged email
Frank M. Kromann [Tue, 13 Mar 2001 16:33:39 +0000 (16:33 +0000)]
Changed email

23 years agofix bug in php_gmtime_r
Daniel Beulshausen [Tue, 13 Mar 2001 11:09:37 +0000 (11:09 +0000)]
fix bug in php_gmtime_r

23 years ago@- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
Andrei Zmievski [Tue, 13 Mar 2001 05:24:03 +0000 (05:24 +0000)]
@- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
@  one should use new preg_replace_callback() function. (Andrei)

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

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

23 years agochanged scalar args and returns to doubles, added Ming_setScale function,
Dave Hayden [Tue, 13 Mar 2001 01:57:43 +0000 (01:57 +0000)]
changed scalar args and returns to doubles, added Ming_setScale function,
added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch

23 years agoForgot to add it here
Colin Viebrock [Mon, 12 Mar 2001 19:35:28 +0000 (19:35 +0000)]
Forgot to add it here

23 years agoName length is already known.
Andrei Zmievski [Mon, 12 Mar 2001 16:40:55 +0000 (16:40 +0000)]
Name length is already known.

23 years ago- Missed second place.
Andi Gutmans [Mon, 12 Mar 2001 16:27:26 +0000 (16:27 +0000)]
- Missed second place.

23 years ago- Nuke snprintf()
Andi Gutmans [Mon, 12 Mar 2001 16:23:19 +0000 (16:23 +0000)]
- Nuke snprintf()

23 years ago- White space
Andi Gutmans [Mon, 12 Mar 2001 15:45:01 +0000 (15:45 +0000)]
- White space

23 years ago- Fix by Jani Taskinen <sniper@iki.fi> for whole path also to work
Andi Gutmans [Mon, 12 Mar 2001 15:42:18 +0000 (15:42 +0000)]
- Fix by Jani Taskinen <sniper@iki.fi> for whole path also to work
  with include_once()/require_once().

23 years agoFixed prototype.
Sean Bright [Mon, 12 Mar 2001 15:14:38 +0000 (15:14 +0000)]
Fixed prototype.

23 years agoAdded NEWS.
Alexander Feldman [Mon, 12 Mar 2001 14:07:36 +0000 (14:07 +0000)]
Added NEWS.

23 years agoA small fix to make the function imageloadfont portable.
Alexander Feldman [Mon, 12 Mar 2001 13:57:53 +0000 (13:57 +0000)]
A small fix to make the function imageloadfont portable.

23 years agoPrevent memory leak
Stanislav Malyshev [Mon, 12 Mar 2001 10:14:00 +0000 (10:14 +0000)]
Prevent memory leak

23 years agoHEADS UP: renamed config header file in "phpize"d extensions to
Stig Bakken [Mon, 12 Mar 2001 09:54:26 +0000 (09:54 +0000)]
HEADS UP: renamed config header file in "phpize"d extensions to
"config.h" rather than "php_config.h".

23 years agoUse hash position with array_flip
Stanislav Malyshev [Mon, 12 Mar 2001 08:07:00 +0000 (08:07 +0000)]
Use hash position with array_flip

24 years agoThis will have to do until the docs come along.
Andrei Zmievski [Mon, 12 Mar 2001 03:10:15 +0000 (03:10 +0000)]
This will have to do until the docs come along.

24 years agoImprove zend_is_callable() to the point where it's actually useful.
Andrei Zmievski [Mon, 12 Mar 2001 03:08:28 +0000 (03:08 +0000)]
Improve zend_is_callable() to the point where it's actually useful.
Now it just needs to be invoked everywhere in PHP where a callback is
expected.

24 years ago@- Added array_reduce(), which allows iterative reduction of an array
Andrei Zmievski [Mon, 12 Mar 2001 03:06:53 +0000 (03:06 +0000)]
@- Added array_reduce(), which allows iterative reduction of an array
@  to a single value via a callback function. (Andrei)
- Added array_reduce(), which allows iterative reduction of an array
  to a single value via a callback function.
- Fixed usage of zend_is_callable() in PCRE.

24 years agoUse proper class name.
Andrei Zmievski [Mon, 12 Mar 2001 03:05:04 +0000 (03:05 +0000)]
Use proper class name.

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

24 years agoCleaning this a little bit.
foobar [Mon, 12 Mar 2001 02:06:06 +0000 (02:06 +0000)]
Cleaning this a little bit.

24 years agows fixes. Plus removed unnecessary AC_MSG_ calls.
foobar [Mon, 12 Mar 2001 01:20:16 +0000 (01:20 +0000)]
ws fixes. Plus removed unnecessary AC_MSG_ calls.

24 years agows fix.
foobar [Mon, 12 Mar 2001 00:46:26 +0000 (00:46 +0000)]
ws fix.

24 years agoRevised version of the parseDSN function.
Jon Parise [Sun, 11 Mar 2001 23:26:18 +0000 (23:26 +0000)]
Revised version of the parseDSN function.

Submitted by: "Tomas V.V.Cox" <cox@idecnet.com>

24 years ago- Fix for Solaris.
Andi Gutmans [Sun, 11 Mar 2001 19:35:26 +0000 (19:35 +0000)]
- Fix for Solaris.

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