]>
granicus.if.org Git - php/log
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)
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
Rui Hirokawa [Sun, 23 Sep 2001 13:42:00 +0000 (13:42 +0000)]
mbstring is no more in experimental status.
<changelog@php.net> [Sun, 23 Sep 2001 00:09:59 +0000 (00:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 23 Sep 2001 00:09:55 +0000 (00:09 +0000)]
NEWS update
foobar [Sat, 22 Sep 2001 17:55:16 +0000 (17:55 +0000)]
Moved the check for mcrypt_generic_deinit to the right place.
foobar [Sat, 22 Sep 2001 17:51:07 +0000 (17:51 +0000)]
Check if mcrypt lib has mcrypt_generic_deinit
Sebastian Bergmann [Sat, 22 Sep 2001 17:03:05 +0000 (17:03 +0000)]
Keep ZEND_CHANGES up-to-date.
Sterling Hughes [Sat, 22 Sep 2001 16:56:21 +0000 (16:56 +0000)]
fix compile
Zeev Suraski [Sat, 22 Sep 2001 14:03:27 +0000 (14:03 +0000)]
MFZE1
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.
foobar [Sat, 22 Sep 2001 01:59:24 +0000 (01:59 +0000)]
removed autogenerated file from cvs
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)
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
<changelog@php.net> [Sat, 22 Sep 2001 00:12:16 +0000 (00:12 +0000)]
ChangeLog update
Zeev Suraski [Sat, 22 Sep 2001 00:09:24 +0000 (00:09 +0000)]
MFZE1
Hartmut Holzgraefe [Fri, 21 Sep 2001 21:59:27 +0000 (21:59 +0000)]
proto fixes "double" -> "float"
Hartmut Holzgraefe [Fri, 21 Sep 2001 21:57:41 +0000 (21:57 +0000)]
local resource fix
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
Sascha Schumann [Fri, 21 Sep 2001 17:21:50 +0000 (17:21 +0000)]
Fix warning on Win32 (thanks to Sebastian)
Sascha Schumann [Fri, 21 Sep 2001 16:17:14 +0000 (16:17 +0000)]
don't use boyer_str_to_str. It is experimental
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.
Sascha Schumann [Fri, 21 Sep 2001 13:13:10 +0000 (13:13 +0000)]
indentation fix
<changelog@php.net> [Fri, 21 Sep 2001 00:10:28 +0000 (00:10 +0000)]
ChangeLog update
Andi Gutmans [Thu, 20 Sep 2001 15:50:11 +0000 (15:50 +0000)]
- Nuke unused enum
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
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)
<changelog@php.net> [Thu, 20 Sep 2001 00:10:58 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 20 Sep 2001 00:10:54 +0000 (00:10 +0000)]
NEWS update
Zeev Suraski [Wed, 19 Sep 2001 22:34:11 +0000 (22:34 +0000)]
MFZE1
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
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
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)
Frank M. Kromann [Wed, 19 Sep 2001 17:48:34 +0000 (17:48 +0000)]
Fixing debug build on Win32
Hartmut Holzgraefe [Wed, 19 Sep 2001 17:14:14 +0000 (17:14 +0000)]
argument count fix plus beginning local query support
Mark L. Woodward [Wed, 19 Sep 2001 15:46:20 +0000 (15:46 +0000)]
The extension should not be GPL.
Wez Furlong [Wed, 19 Sep 2001 15:12:30 +0000 (15:12 +0000)]
doh\!
Mark L. Woodward [Wed, 19 Sep 2001 13:14:24 +0000 (13:14 +0000)]
Added
Sascha Schumann [Wed, 19 Sep 2001 11:03:58 +0000 (11:03 +0000)]
quickly fix newly introdued off-by-one
Wez Furlong [Wed, 19 Sep 2001 10:59:12 +0000 (10:59 +0000)]
Fix silly bugs
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.
Andi Gutmans [Wed, 19 Sep 2001 10:41:35 +0000 (10:41 +0000)]
- MFZE1
Sebastian Bergmann [Wed, 19 Sep 2001 10:25:04 +0000 (10:25 +0000)]
MFZE1
Sebastian Bergmann [Wed, 19 Sep 2001 10:06:09 +0000 (10:06 +0000)]
MFZE1
Sascha Schumann [Wed, 19 Sep 2001 09:17:56 +0000 (09:17 +0000)]
Fix indentation of ./configure --help
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.
Sascha Schumann [Wed, 19 Sep 2001 08:56:58 +0000 (08:56 +0000)]
add missing dependency
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.
<changelog@php.net> [Wed, 19 Sep 2001 00:10:08 +0000 (00:10 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 18 Sep 2001 23:39:25 +0000 (23:39 +0000)]
Fixing win32 debug build
Hartmut Holzgraefe [Tue, 18 Sep 2001 20:42:37 +0000 (20:42 +0000)]
argument count fix
Sterling Hughes [Tue, 18 Sep 2001 20:05:05 +0000 (20:05 +0000)]
another attempt at fixing 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
<changelog@php.net> [Tue, 18 Sep 2001 00:10:02 +0000 (00:10 +0000)]
ChangeLog update
Hartmut Holzgraefe [Mon, 17 Sep 2001 22:11:55 +0000 (22:11 +0000)]
yet another ncurses 4.x fix
Hartmut Holzgraefe [Mon, 17 Sep 2001 22:00:38 +0000 (22:00 +0000)]
editor hints added
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:59:15 +0000 (21:59 +0000)]
whitespace
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:57:09 +0000 (21:57 +0000)]
some keyboard constants
Hartmut Holzgraefe [Mon, 17 Sep 2001 21:54:25 +0000 (21:54 +0000)]
some more function implementations
Sterling Hughes [Mon, 17 Sep 2001 21:02:53 +0000 (21:02 +0000)]
Merge in qsort changes
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).
Hartmut Holzgraefe [Mon, 17 Sep 2001 19:55:22 +0000 (19:55 +0000)]
some proto fixes (not all done yet)
Hartmut Holzgraefe [Mon, 17 Sep 2001 19:49:17 +0000 (19:49 +0000)]
got rid of strtok and added some comments
Hartmut Holzgraefe [Mon, 17 Sep 2001 16:24:11 +0000 (16:24 +0000)]
will now configure out functions not available in ncurses 4.2
Brian Moon [Mon, 17 Sep 2001 16:01:20 +0000 (16:01 +0000)]
adding RFC for loose type requirements for functions
Daniel Beulshausen [Mon, 17 Sep 2001 13:37:11 +0000 (13:37 +0000)]
fix macros
Daniel Beulshausen [Mon, 17 Sep 2001 13:21:10 +0000 (13:21 +0000)]
fix fcntl
Hartmut Holzgraefe [Mon, 17 Sep 2001 13:02:26 +0000 (13:02 +0000)]
fixed a warning regarding incompatible function pointer types
Daniel Beulshausen [Mon, 17 Sep 2001 12:22:35 +0000 (12:22 +0000)]
fix macro + nuke warning
<changelog@php.net> [Mon, 17 Sep 2001 00:10:09 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 17 Sep 2001 00:10:05 +0000 (00:10 +0000)]
NEWS update
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.
Sterling Hughes [Sun, 16 Sep 2001 20:49:57 +0000 (20:49 +0000)]
Make rand thread safe when ZTS is defined.
Sterling Hughes [Sun, 16 Sep 2001 17:37:19 +0000 (17:37 +0000)]
Hopefully fix compile warnings on win32 systems
Zeev Suraski [Sun, 16 Sep 2001 16:48:38 +0000 (16:48 +0000)]
MFZE1
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 :)
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
Thies C. Arntzen [Sun, 16 Sep 2001 15:45:25 +0000 (15:45 +0000)]
fixed memory_peak resetting
Hartmut Holzgraefe [Sun, 16 Sep 2001 15:18:03 +0000 (15:18 +0000)]
compiles without warnings now
Sterling Hughes [Sun, 16 Sep 2001 03:50:04 +0000 (03:50 +0000)]
for the daft folks that think 0 is a good seed.
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
<changelog@php.net> [Sun, 16 Sep 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 16 Sep 2001 00:10:09 +0000 (00:10 +0000)]
NEWS update
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.
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
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.
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)
<changelog@php.net> [Sat, 15 Sep 2001 00:09:56 +0000 (00:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 14 Sep 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update
Hartmut Holzgraefe [Thu, 13 Sep 2001 19:52:57 +0000 (19:52 +0000)]
more data types supported (and warn if unsupported encountered)
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!
<changelog@php.net> [Thu, 13 Sep 2001 00:11:26 +0000 (00:11 +0000)]
ChangeLog update
Hartmut Holzgraefe [Wed, 12 Sep 2001 19:54:46 +0000 (19:54 +0000)]
be more flexible in finding a db++ installation
foobar [Wed, 12 Sep 2001 02:07:46 +0000 (02:07 +0000)]
Enable chroot() only if SAPI is CGI.
<changelog@php.net> [Wed, 12 Sep 2001 00:09:59 +0000 (00:09 +0000)]
ChangeLog update
Andy Sautins [Tue, 11 Sep 2001 23:16:32 +0000 (23:16 +0000)]
oops. Used C++ style comments. Make C style
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.
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
Sascha Schumann [Tue, 11 Sep 2001 10:16:01 +0000 (10:16 +0000)]
revert last commit. Guys, discuss such things first, then commit. Mkay?
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