]> granicus.if.org Git - php/log
php
23 years ago- Don't return from the function, so that mcrypt get properly initialized
Derick Rethans [Sun, 23 Sep 2001 14:39:08 +0000 (14:39 +0000)]
- Don't return from the function, so that mcrypt get properly initialized
  (fix for bug #13399)

23 years ago- Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end
Derick Rethans [Sun, 23 Sep 2001 14:14:27 +0000 (14:14 +0000)]
- Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end
  being deprecated.
- Reordened constants, and added MCRYPT_3DES to the 2.4 set of constants

23 years agombstring is no more in experimental status.
Rui Hirokawa [Sun, 23 Sep 2001 13:42:00 +0000 (13:42 +0000)]
mbstring is no more in experimental status.

23 years agoChangeLog update
<changelog@php.net> [Sun, 23 Sep 2001 00:09:59 +0000 (00:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 23 Sep 2001 00:09:55 +0000 (00:09 +0000)]
NEWS update

23 years agoMoved the check for mcrypt_generic_deinit to the right place.
foobar [Sat, 22 Sep 2001 17:55:16 +0000 (17:55 +0000)]
Moved the check for mcrypt_generic_deinit to the right place.

23 years agoCheck if mcrypt lib has mcrypt_generic_deinit
foobar [Sat, 22 Sep 2001 17:51:07 +0000 (17:51 +0000)]
Check if mcrypt lib has mcrypt_generic_deinit

23 years agoKeep ZEND_CHANGES up-to-date.
Sebastian Bergmann [Sat, 22 Sep 2001 17:03:05 +0000 (17:03 +0000)]
Keep ZEND_CHANGES up-to-date.

23 years agofix compile
Sterling Hughes [Sat, 22 Sep 2001 16:56:21 +0000 (16:56 +0000)]
fix compile

23 years agoMFZE1
Zeev Suraski [Sat, 22 Sep 2001 14:03:27 +0000 (14:03 +0000)]
MFZE1

23 years agonew apache_setenv()
Rasmus Lerdorf [Sat, 22 Sep 2001 10:11:53 +0000 (10:11 +0000)]
new apache_setenv()
@- add apache_setenv() function for injecting variables into Apache's
@  subprocess_env table.

23 years agoremoved autogenerated file from cvs
foobar [Sat, 22 Sep 2001 01:59:24 +0000 (01:59 +0000)]
removed autogenerated file from cvs

23 years agoLet settype also accept 'int', 'bool', 'float' and 'null'
Jeroen van Wolffelaar [Sat, 22 Sep 2001 01:39:14 +0000 (01:39 +0000)]
Let settype also accept 'int', 'bool', 'float' and 'null'
@Let settype also accept 'int', 'bool', 'float' and 'null' (Jeroen)

23 years agoupdate to curl 7.9 (when it comes out :)
Sterling Hughes [Sat, 22 Sep 2001 00:38:59 +0000 (00:38 +0000)]
update to curl 7.9 (when it comes out :)
make REGISTER_CURL_CONSTANT() only take one argument
couple of speed-up's
few style fixes

23 years agoChangeLog update
<changelog@php.net> [Sat, 22 Sep 2001 00:12:16 +0000 (00:12 +0000)]
ChangeLog update

23 years agoMFZE1
Zeev Suraski [Sat, 22 Sep 2001 00:09:24 +0000 (00:09 +0000)]
MFZE1

23 years agoproto fixes "double" -> "float"
Hartmut Holzgraefe [Fri, 21 Sep 2001 21:59:27 +0000 (21:59 +0000)]
proto fixes "double" -> "float"

23 years agolocal resource fix
Hartmut Holzgraefe [Fri, 21 Sep 2001 21:57:41 +0000 (21:57 +0000)]
local resource fix

23 years agorenamed doubleval to floatval and made doubleval an alias to floatval
Hartmut Holzgraefe [Fri, 21 Sep 2001 21:29:14 +0000 (21:29 +0000)]
renamed doubleval to floatval and made doubleval an alias to floatval
made is_float the function entry and is_double the alias

23 years agoFix warning on Win32 (thanks to Sebastian)
Sascha Schumann [Fri, 21 Sep 2001 17:21:50 +0000 (17:21 +0000)]
Fix warning on Win32 (thanks to Sebastian)

23 years agodon't use boyer_str_to_str. It is experimental
Sascha Schumann [Fri, 21 Sep 2001 16:17:14 +0000 (16:17 +0000)]
don't use boyer_str_to_str.  It is experimental

23 years agoAlways seed the LCG from the request-init hook, otherwise the seed
Sascha Schumann [Fri, 21 Sep 2001 13:38:44 +0000 (13:38 +0000)]
Always seed the LCG from the request-init hook, otherwise the seed
would be shared among the threads which is quite pointless.  Also
use a function of the current time as one factor.

Use gettimeofday() instead of time(), because it is faster on some
operating systems.

23 years agoindentation fix
Sascha Schumann [Fri, 21 Sep 2001 13:13:10 +0000 (13:13 +0000)]
indentation fix

23 years agoChangeLog update
<changelog@php.net> [Fri, 21 Sep 2001 00:10:28 +0000 (00:10 +0000)]
ChangeLog update

23 years ago- Nuke unused enum
Andi Gutmans [Thu, 20 Sep 2001 15:50:11 +0000 (15:50 +0000)]
- Nuke unused enum

23 years ago(Removed Makefile, added accidentally.)
Mark L. Woodward [Thu, 20 Sep 2001 12:21:01 +0000 (12:21 +0000)]
(Removed Makefile, added accidentally.)
Eliminated mod_msession in ext/session, and moved that code into msesion.c

23 years agoRework some string-to-number and vice-versa functions to work smarter
Sascha Schumann [Thu, 20 Sep 2001 08:22:44 +0000 (08:22 +0000)]
Rework some string-to-number and vice-versa functions to work smarter
(e.g. without using functions that use slow locales, without allocating
 extra memory and with fewer integer/float operations)

23 years agoChangeLog update
<changelog@php.net> [Thu, 20 Sep 2001 00:10:58 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Thu, 20 Sep 2001 00:10:54 +0000 (00:10 +0000)]
NEWS update

23 years agoMFZE1
Zeev Suraski [Wed, 19 Sep 2001 22:34:11 +0000 (22:34 +0000)]
MFZE1

23 years agoNot using _free_ldap_result destructor for le_result_entry, leads to
Stig Venaas [Wed, 19 Sep 2001 19:43:59 +0000 (19:43 +0000)]
Not using _free_ldap_result destructor for le_result_entry, leads to
crashes due to freeing same memory several times in some cases

23 years agoCollections core-dump fix. ocicollgetelem was using OCIInd instead
Andy Sautins [Wed, 19 Sep 2001 19:25:43 +0000 (19:25 +0000)]
Collections core-dump fix.  ocicollgetelem was using OCIInd instead
of OCIInd * in call to OCICollGetElem

23 years agoAdded IPv6 support to gethostbyaddr()
Stig Venaas [Wed, 19 Sep 2001 18:08:15 +0000 (18:08 +0000)]
Added IPv6 support to gethostbyaddr()
@- Added IPv6 support to gethostbyaddr()
@  (Patch by Matthias Wimmer <matthias@charente.de> and venaas)

23 years agoFixing debug build on Win32
Frank M. Kromann [Wed, 19 Sep 2001 17:48:34 +0000 (17:48 +0000)]
Fixing debug build on Win32

23 years agoargument count fix plus beginning local query support
Hartmut Holzgraefe [Wed, 19 Sep 2001 17:14:14 +0000 (17:14 +0000)]
argument count fix plus beginning local query support

23 years agoThe extension should not be GPL.
Mark L. Woodward [Wed, 19 Sep 2001 15:46:20 +0000 (15:46 +0000)]
The extension should not be GPL.

23 years agodoh\!
Wez Furlong [Wed, 19 Sep 2001 15:12:30 +0000 (15:12 +0000)]
doh\!

23 years agoAdded
Mark L. Woodward [Wed, 19 Sep 2001 13:14:24 +0000 (13:14 +0000)]
Added

23 years agoquickly fix newly introdued off-by-one
Sascha Schumann [Wed, 19 Sep 2001 11:03:58 +0000 (11:03 +0000)]
quickly fix newly introdued off-by-one

23 years agoFix silly bugs
Wez Furlong [Wed, 19 Sep 2001 10:59:12 +0000 (10:59 +0000)]
Fix silly bugs

23 years agoRewrite _php_match_basetozval to need only one multiplication
Sascha Schumann [Wed, 19 Sep 2001 10:57:50 +0000 (10:57 +0000)]
Rewrite _php_match_basetozval to need only one multiplication
per iteration and avoid the U?LONG_MAX hassle.

23 years ago- MFZE1
Andi Gutmans [Wed, 19 Sep 2001 10:41:35 +0000 (10:41 +0000)]
- MFZE1

23 years agoMFZE1
Sebastian Bergmann [Wed, 19 Sep 2001 10:25:04 +0000 (10:25 +0000)]
MFZE1

23 years agoMFZE1
Sebastian Bergmann [Wed, 19 Sep 2001 10:06:09 +0000 (10:06 +0000)]
MFZE1

23 years agoFix indentation of ./configure --help
Sascha Schumann [Wed, 19 Sep 2001 09:17:56 +0000 (09:17 +0000)]
Fix indentation of ./configure --help

23 years agoKill unnecessary quoting, and set host_alias to host, if only the latter
Sascha Schumann [Wed, 19 Sep 2001 09:01:05 +0000 (09:01 +0000)]
Kill unnecessary quoting, and set host_alias to host, if only the latter
is defined.

23 years agoadd missing dependency
Sascha Schumann [Wed, 19 Sep 2001 08:56:58 +0000 (08:56 +0000)]
add missing dependency

23 years agoDon't manually register the resource, let php_domobject_new do it for us.
Joey Smith [Wed, 19 Sep 2001 02:24:05 +0000 (02:24 +0000)]
Don't manually register the resource, let php_domobject_new do it for us.
This fixes and elusive SIGSEGV.
Bug id'd and fixed by Ivo Hulinsky <huld@fido.cz>.

This fixes #13322.

23 years agoChangeLog update
<changelog@php.net> [Wed, 19 Sep 2001 00:10:08 +0000 (00:10 +0000)]
ChangeLog update

23 years agoFixing win32 debug build
Frank M. Kromann [Tue, 18 Sep 2001 23:39:25 +0000 (23:39 +0000)]
Fixing win32 debug build

23 years agoargument count fix
Hartmut Holzgraefe [Tue, 18 Sep 2001 20:42:37 +0000 (20:42 +0000)]
argument count fix

23 years agoanother attempt at fixing compile warnings...
Sterling Hughes [Tue, 18 Sep 2001 20:05:05 +0000 (20:05 +0000)]
another attempt at fixing compile warnings...

23 years agohopefully fix win32 compile warnings
Sterling Hughes [Tue, 18 Sep 2001 05:48:49 +0000 (05:48 +0000)]
hopefully fix win32 compile warnings

# I really wish i had a box to compile php with win32 on

23 years agoChangeLog update
<changelog@php.net> [Tue, 18 Sep 2001 00:10:02 +0000 (00:10 +0000)]
ChangeLog update

23 years agoyet another ncurses 4.x fix
Hartmut Holzgraefe [Mon, 17 Sep 2001 22:11:55 +0000 (22:11 +0000)]
yet another ncurses 4.x fix

23 years agoeditor hints added
Hartmut Holzgraefe [Mon, 17 Sep 2001 22:00:38 +0000 (22:00 +0000)]
editor hints added

23 years agowhitespace
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:59:15 +0000 (21:59 +0000)]
whitespace

23 years agosome keyboard constants
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:57:09 +0000 (21:57 +0000)]
some keyboard constants

23 years agosome more function implementations
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:54:25 +0000 (21:54 +0000)]
some more function implementations

23 years agoMerge in qsort changes
Sterling Hughes [Mon, 17 Sep 2001 21:02:53 +0000 (21:02 +0000)]
Merge in qsort changes

23 years agoChange duration of temporary lobs to avoid leakage of temporary lob
David Benson [Mon, 17 Sep 2001 20:52:31 +0000 (20:52 +0000)]
Change duration of temporary lobs to avoid leakage of temporary lob
space (dbenson).

23 years agosome proto fixes (not all done yet)
Hartmut Holzgraefe [Mon, 17 Sep 2001 19:55:22 +0000 (19:55 +0000)]
some proto fixes (not all done yet)

23 years agogot rid of strtok and added some comments
Hartmut Holzgraefe [Mon, 17 Sep 2001 19:49:17 +0000 (19:49 +0000)]
got rid of strtok and added some comments

23 years agowill now configure out functions not available in ncurses 4.2
Hartmut Holzgraefe [Mon, 17 Sep 2001 16:24:11 +0000 (16:24 +0000)]
will now configure out functions not available in ncurses 4.2

23 years agoadding RFC for loose type requirements for functions
Brian Moon [Mon, 17 Sep 2001 16:01:20 +0000 (16:01 +0000)]
adding RFC for loose type requirements for functions

23 years agofix macros
Daniel Beulshausen [Mon, 17 Sep 2001 13:37:11 +0000 (13:37 +0000)]
fix macros

23 years agofix fcntl
Daniel Beulshausen [Mon, 17 Sep 2001 13:21:10 +0000 (13:21 +0000)]
fix fcntl

23 years agofixed a warning regarding incompatible function pointer types
Hartmut Holzgraefe [Mon, 17 Sep 2001 13:02:26 +0000 (13:02 +0000)]
fixed a warning regarding incompatible function pointer types

23 years agofix macro + nuke warning
Daniel Beulshausen [Mon, 17 Sep 2001 12:22:35 +0000 (12:22 +0000)]
fix macro + nuke warning

23 years agoChangeLog update
<changelog@php.net> [Mon, 17 Sep 2001 00:10:09 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 17 Sep 2001 00:10:05 +0000 (00:10 +0000)]
NEWS update

23 years agoCollection fix. getelem method now handles returning nulls
Andy Sautins [Sun, 16 Sep 2001 21:53:58 +0000 (21:53 +0000)]
Collection fix.  getelem method now handles returning nulls
correctly and gives warning when accessing an index that does
not exist.

23 years agoMake rand thread safe when ZTS is defined.
Sterling Hughes [Sun, 16 Sep 2001 20:49:57 +0000 (20:49 +0000)]
Make rand thread safe when ZTS is defined.

23 years agoHopefully fix compile warnings on win32 systems
Sterling Hughes [Sun, 16 Sep 2001 17:37:19 +0000 (17:37 +0000)]
Hopefully fix compile warnings on win32 systems

23 years agoMFZE1
Zeev Suraski [Sun, 16 Sep 2001 16:48:38 +0000 (16:48 +0000)]
MFZE1

23 years ago- Start giving the notes extension an indentation face lift but I got
Andi Gutmans [Sun, 16 Sep 2001 16:23:58 +0000 (16:23 +0000)]
- Start giving the notes extension an indentation face lift but I got
- tried half way through :)

23 years agoWS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdup
Sascha Schumann [Sun, 16 Sep 2001 16:03:49 +0000 (16:03 +0000)]
WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdup

23 years agofixed memory_peak resetting
Thies C. Arntzen [Sun, 16 Sep 2001 15:45:25 +0000 (15:45 +0000)]
fixed memory_peak resetting

23 years agocompiles without warnings now
Hartmut Holzgraefe [Sun, 16 Sep 2001 15:18:03 +0000 (15:18 +0000)]
compiles without warnings now

23 years agofor the daft folks that think 0 is a good seed.
Sterling Hughes [Sun, 16 Sep 2001 03:50:04 +0000 (03:50 +0000)]
for the daft folks that think 0 is a good seed.

23 years ago@ Make the seed options to srand() and mt_srand() optional, if the seed is
Sterling Hughes [Sun, 16 Sep 2001 03:46:59 +0000 (03:46 +0000)]
@ Make the seed options to srand() and mt_srand() optional, if the seed is
@ not specified, the generate the most random seed possible. (Sterling)

Please, if anyone has any comments on the way I generate this seed, speak up!
This seems to be the most "random" seed I could come up with...

This commit is 100% backwards compatible :)

Add myself to the authors list cause of recent work on the file

23 years agoChangeLog update
<changelog@php.net> [Sun, 16 Sep 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 16 Sep 2001 00:10:09 +0000 (00:10 +0000)]
NEWS update

23 years agofix this in a couple of other places and use estrndup() when we have the
Sterling Hughes [Sat, 15 Sep 2001 16:05:38 +0000 (16:05 +0000)]
fix this in a couple of other places and use estrndup() when we have the
string length.

23 years agoproperly grab field and value pairs, plus avoid a segfault when errmsg isn't
Sterling Hughes [Sat, 15 Sep 2001 16:00:47 +0000 (16:00 +0000)]
properly grab field and value pairs, plus avoid a segfault when errmsg isn't
defined

23 years agoA bug fixed when trying to return NULL strings.
Sergey Kartashoff [Sat, 15 Sep 2001 12:20:37 +0000 (12:20 +0000)]
A bug fixed when trying to return NULL strings.
Added a new example of building search frontend based on mnoGoSearch
extension.
@- A bug fixed when tryint to return NULL strings.
@  Added a new example of building search frontend based on mnoGoSearch
@  extension.

23 years ago Added support for japanese encoding to htmlentites() and htmlspecialchars(). @ Added...
Rui Hirokawa [Sat, 15 Sep 2001 04:48:48 +0000 (04:48 +0000)]
 Added support for japanese encoding to htmlentites() and htmlspecialchars(). @ Added support for japanese encoding to htmlentites() and htmlspecialchars(). (Rui)

23 years agoChangeLog update
<changelog@php.net> [Sat, 15 Sep 2001 00:09:56 +0000 (00:09 +0000)]
ChangeLog update

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

23 years agomore data types supported (and warn if unsupported encountered)
Hartmut Holzgraefe [Thu, 13 Sep 2001 19:52:57 +0000 (19:52 +0000)]
more data types supported (and warn if unsupported encountered)

23 years agofix strtr() when called with two parameters. this has been broken for some time!
Thies C. Arntzen [Thu, 13 Sep 2001 10:48:41 +0000 (10:48 +0000)]
fix strtr() when called with two parameters. this has been broken for some time!
guys, when "optimizing" functions you _shoudl_ write a testcase for the
working function and make _sure_ that it works afterwards!

23 years agoChangeLog update
<changelog@php.net> [Thu, 13 Sep 2001 00:11:26 +0000 (00:11 +0000)]
ChangeLog update

23 years agobe more flexible in finding a db++ installation
Hartmut Holzgraefe [Wed, 12 Sep 2001 19:54:46 +0000 (19:54 +0000)]
be more flexible in finding a db++ installation

23 years agoEnable chroot() only if SAPI is CGI.
foobar [Wed, 12 Sep 2001 02:07:46 +0000 (02:07 +0000)]
Enable chroot() only if SAPI is CGI.

23 years agoChangeLog update
<changelog@php.net> [Wed, 12 Sep 2001 00:09:59 +0000 (00:09 +0000)]
ChangeLog update

23 years agooops. Used C++ style comments. Make C style
Andy Sautins [Tue, 11 Sep 2001 23:16:32 +0000 (23:16 +0000)]
oops.  Used C++ style comments.  Make C style

23 years agoCollection fix. Fix core dump when accessing an element that is
Andy Sautins [Tue, 11 Sep 2001 23:15:18 +0000 (23:15 +0000)]
Collection fix.  Fix core dump when accessing an element that is
not in the collection.

23 years agoHandle assign/append of NULL values to collections correctly. Now
Andy Sautins [Tue, 11 Sep 2001 21:03:58 +0000 (21:03 +0000)]
Handle assign/append of NULL values to collections correctly.  Now
works consistently with how the rest of the library operates.  If
the value passed in is a null string, the value is set to null

23 years agorevert last commit. Guys, discuss such things first, then commit. Mkay?
Sascha Schumann [Tue, 11 Sep 2001 10:16:01 +0000 (10:16 +0000)]
revert last commit.  Guys, discuss such things first, then commit.  Mkay?

23 years agoAdd an API function for setting the session id from a session module...
Sterling Hughes [Tue, 11 Sep 2001 10:13:44 +0000 (10:13 +0000)]
Add an API function for setting the session id from a session module...

# The SRM folks wanted/needed this