]>
granicus.if.org Git - php/log
<changelog@php.net> [Fri, 28 Sep 2001 00:10:10 +0000 (00:10 +0000)]
NEWS update
Tomas V.V.Cox [Thu, 27 Sep 2001 23:59:16 +0000 (23:59 +0000)]
tab vs ws
Tomas V.V.Cox [Thu, 27 Sep 2001 23:31:15 +0000 (23:31 +0000)]
don't want "-" in package names
Jeroen van Wolffelaar [Thu, 27 Sep 2001 20:07:16 +0000 (20:07 +0000)]
Typo
Jeroen van Wolffelaar [Thu, 27 Sep 2001 20:01:23 +0000 (20:01 +0000)]
Undo Z_ subst for sapi and ext/yaz
Jeroen van Wolffelaar [Thu, 27 Sep 2001 19:43:06 +0000 (19:43 +0000)]
Undo Z_ subst
David Eriksson [Thu, 27 Sep 2001 12:28:10 +0000 (12:28 +0000)]
Patch from Sander Steffann <sander@steffann.nl> to prevent crash.
Andi Gutmans [Thu, 27 Sep 2001 08:08:33 +0000 (08:08 +0000)]
- Bump it up in the right place
Rasmus Lerdorf [Thu, 27 Sep 2001 07:36:34 +0000 (07:36 +0000)]
Fix segfault and check for truecolor image in ImageColorAt
@- Fix segfault and check for truecolor image in ImageColorAt (Rasmus)
Derick Rethans [Thu, 27 Sep 2001 06:55:23 +0000 (06:55 +0000)]
- Fix crashbug in php_chunk_split()
Dan Libby [Thu, 27 Sep 2001 00:29:34 +0000 (00:29 +0000)]
include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link
Zeev Suraski [Thu, 27 Sep 2001 00:21:21 +0000 (00:21 +0000)]
Another leak bites the dust?
<changelog@php.net> [Thu, 27 Sep 2001 00:11:04 +0000 (00:11 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 27 Sep 2001 00:11:01 +0000 (00:11 +0000)]
NEWS update
Harald Radi [Wed, 26 Sep 2001 22:52:17 +0000 (22:52 +0000)]
fixed Z_* conversion errors
Jeroen van Wolffelaar [Wed, 26 Sep 2001 22:24:44 +0000 (22:24 +0000)]
Revert macro-subst, because wasn't necessary here, and those who were
substitued weren't zvals
Zeev Suraski [Wed, 26 Sep 2001 21:46:04 +0000 (21:46 +0000)]
More accurate NEWS entry
Zeev Suraski [Wed, 26 Sep 2001 21:44:48 +0000 (21:44 +0000)]
Fix pg_last_notice()
Derick Rethans [Wed, 26 Sep 2001 19:34:46 +0000 (19:34 +0000)]
- nl2br now handles different styles of line endings in one string. (Patch
by Boian Bonev <boian@bonev.com>)
@- nl2br now handles all styles of line-endings in one string. (Boian,
@ Derick)
Derick Rethans [Wed, 26 Sep 2001 19:02:33 +0000 (19:02 +0000)]
- This patch adds proper header file detection on system which
simultaneously isntallied libxml1 and libxml2 (eg. Debian) (patch by
Markus Fischer <mfischer@php.net>)
Sascha Schumann [Wed, 26 Sep 2001 15:12:20 +0000 (15:12 +0000)]
Force proper alignment of php_sockaddr_storage. Sparc will throw
a SIGBUS, when accessing the family part of a char-aligned structure.
Derick Rethans [Wed, 26 Sep 2001 12:44:34 +0000 (12:44 +0000)]
- whitespace fix
Derick Rethans [Wed, 26 Sep 2001 12:34:30 +0000 (12:34 +0000)]
- Fixed error introduced by the macro substitution
David Eriksson [Wed, 26 Sep 2001 11:09:10 +0000 (11:09 +0000)]
Fixed Jeroen's macrofication
David Eriksson [Wed, 26 Sep 2001 10:45:22 +0000 (10:45 +0000)]
leave on first directory
Jeroen van Wolffelaar [Wed, 26 Sep 2001 09:21:58 +0000 (09:21 +0000)]
5th and probably/hopefully last run of conv_z_macros
Jeroen van Wolffelaar [Wed, 26 Sep 2001 09:11:49 +0000 (09:11 +0000)]
Typo
Jeroen van Wolffelaar [Wed, 26 Sep 2001 09:09:40 +0000 (09:09 +0000)]
Fix build
Jeroen van Wolffelaar [Wed, 26 Sep 2001 09:00:30 +0000 (09:00 +0000)]
Parse-fix
Jeroen van Wolffelaar [Wed, 26 Sep 2001 08:53:37 +0000 (08:53 +0000)]
4rd run... now also var.Z_*
Jeroen van Wolffelaar [Wed, 26 Sep 2001 08:51:53 +0000 (08:51 +0000)]
Fix the fix
Jeroen van Wolffelaar [Wed, 26 Sep 2001 08:41:05 +0000 (08:41 +0000)]
Fix parse-error
Jeroen van Wolffelaar [Wed, 26 Sep 2001 08:35:48 +0000 (08:35 +0000)]
3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.
Jeroen van Wolffelaar [Wed, 26 Sep 2001 08:32:55 +0000 (08:32 +0000)]
Now fixes virtually everything.
Sorry, but I assumed that the original script was correct. Unfortunately, that
wasn't the case.
Derick Rethans [Wed, 26 Sep 2001 07:59:04 +0000 (07:59 +0000)]
- Fix NEWS
Jeroen van Wolffelaar [Wed, 26 Sep 2001 07:58:32 +0000 (07:58 +0000)]
And now correctly... and up until 3 levels
Jeroen van Wolffelaar [Wed, 26 Sep 2001 07:55:13 +0000 (07:55 +0000)]
This fixes most var->Z_* problems
Frank M. Kromann [Wed, 26 Sep 2001 03:43:34 +0000 (03:43 +0000)]
Fixing Win32 build...after the last macro convertions.
Frank M. Kromann [Wed, 26 Sep 2001 03:24:19 +0000 (03:24 +0000)]
Fixing Win32 build...
<changelog@php.net> [Wed, 26 Sep 2001 00:10:05 +0000 (00:10 +0000)]
ChangeLog update
Harald Radi [Tue, 25 Sep 2001 23:39:50 +0000 (23:39 +0000)]
no message
Jeroen van Wolffelaar [Tue, 25 Sep 2001 22:49:04 +0000 (22:49 +0000)]
2nd phase in back-substitution those macro's
I've got pretty much everything now...
Jeroen van Wolffelaar [Tue, 25 Sep 2001 22:34:57 +0000 (22:34 +0000)]
Should've used my own script... 3rd try.
Jeroen van Wolffelaar [Tue, 25 Sep 2001 21:58:48 +0000 (21:58 +0000)]
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
Daniel Beulshausen [Tue, 25 Sep 2001 17:16:27 +0000 (17:16 +0000)]
fix release_ts_dbg libpath
Daniel Beulshausen [Tue, 25 Sep 2001 17:08:02 +0000 (17:08 +0000)]
nuke VARIANT module
Jeroen van Wolffelaar [Tue, 25 Sep 2001 16:06:39 +0000 (16:06 +0000)]
Just in case...
Jeroen van Wolffelaar [Tue, 25 Sep 2001 15:57:58 +0000 (15:57 +0000)]
Enhance to also process objects, and be more verbose
Mark L. Woodward [Tue, 25 Sep 2001 12:21:45 +0000 (12:21 +0000)]
Added REQ_RANDSTR to support msession_randstr
Mark L. Woodward [Tue, 25 Sep 2001 12:12:48 +0000 (12:12 +0000)]
Changed config.m4 to a better default, updated README.
Mark L. Woodward [Tue, 25 Sep 2001 12:11:25 +0000 (12:11 +0000)]
Added msession_randstr, creates a random string from a single
source.
Sterling Hughes [Tue, 25 Sep 2001 07:07:22 +0000 (07:07 +0000)]
add a 7.9 version check
<changelog@php.net> [Tue, 25 Sep 2001 00:10:25 +0000 (00:10 +0000)]
ChangeLog update
Sterling Hughes [Mon, 24 Sep 2001 18:45:08 +0000 (18:45 +0000)]
fix constant
Harald Radi [Mon, 24 Sep 2001 15:56:18 +0000 (15:56 +0000)]
removed VARIANT module and put the VARIANT class into
the COM module.
also fixed a few bugs.
Derick Rethans [Mon, 24 Sep 2001 08:33:51 +0000 (08:33 +0000)]
- Fix crash bug (patch by <chocolateboy@lunomail.com>)
<changelog@php.net> [Mon, 24 Sep 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update
Andi Gutmans [Sun, 23 Sep 2001 19:17:44 +0000 (19:17 +0000)]
- Commit fix for bug #11998 by Ralf Bolte <r.bolte@gmx.net>
Jeroen van Wolffelaar [Sun, 23 Sep 2001 18:32:46 +0000 (18:32 +0000)]
Make chop the alias and rtrim the main function, in order to get automagically
generated alias-listings correct.
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.