]>
granicus.if.org Git - php/log
Zeev Suraski [Sat, 26 Feb 2000 22:14:49 +0000 (22:14 +0000)]
Verified $HTTP_*[] protection
Zeev Suraski [Sat, 26 Feb 2000 21:35:15 +0000 (21:35 +0000)]
Fix Sybase DB compilation
Andrei Zmievski [Sat, 26 Feb 2000 21:20:38 +0000 (21:20 +0000)]
(php_hash_environment)
Fixed a bunch of memory leaks from the recent HTTP_*_VARS[] protection
patch.
Sam Ruby [Sat, 26 Feb 2000 21:12:44 +0000 (21:12 +0000)]
compilation error - Win32
Zeev Suraski [Sat, 26 Feb 2000 18:59:29 +0000 (18:59 +0000)]
- Protect $HTTP_POST_FILES[] as well
Andrei Zmievski [Sat, 26 Feb 2000 17:58:28 +0000 (17:58 +0000)]
Added notice about new functions.
Andrei Zmievski [Sat, 26 Feb 2000 17:54:00 +0000 (17:54 +0000)]
Added get_class_vars() and get_object_vars() functions.
Zeev Suraski [Sat, 26 Feb 2000 16:36:57 +0000 (16:36 +0000)]
@- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by
@ user input (Zeev)
This patch is untested! I'll only have time to test it thoroughly in a couple of hours...
Andrei Zmievski [Sat, 26 Feb 2000 16:21:29 +0000 (16:21 +0000)]
Fix typo.
Andrei Zmievski [Sat, 26 Feb 2000 16:14:34 +0000 (16:14 +0000)]
Add a couple of entries.
Zeev Suraski [Sat, 26 Feb 2000 16:07:05 +0000 (16:07 +0000)]
Compile fix
Stig Bakken [Sat, 26 Feb 2000 16:03:50 +0000 (16:03 +0000)]
register package
Zeev Suraski [Sat, 26 Feb 2000 15:36:23 +0000 (15:36 +0000)]
Allow the INI callbacks to know at what stage PHP is
Zeev Suraski [Sat, 26 Feb 2000 14:53:18 +0000 (14:53 +0000)]
@- Added ini_set() as an alias to ini_alter() (Zeev)
Zeev Suraski [Sat, 26 Feb 2000 14:29:27 +0000 (14:29 +0000)]
@- The string None is now recognized as a keyword by the php.ini processor, and
@ can be used to denote an empty string (Zeev)
- Added None keyword support to the INI parser
- Removed specialized "none" code
Thies C. Arntzen [Sat, 26 Feb 2000 14:21:10 +0000 (14:21 +0000)]
(sapi_send_headers) fix leak
Uwe Steinmann [Sat, 26 Feb 2000 11:58:49 +0000 (11:58 +0000)]
- More function in php module
Thies C. Arntzen [Sat, 26 Feb 2000 10:36:06 +0000 (10:36 +0000)]
correct
Chuck Hagenbuch [Sat, 26 Feb 2000 06:58:15 +0000 (06:58 +0000)]
fixing imap_undelete to accept 2 or 3 arguments, not 3 or 4.
Zeev Suraski [Sat, 26 Feb 2000 05:03:41 +0000 (05:03 +0000)]
- From CODING_STANDARDS:
[6] NEVER USE strncat(). If you're absolutely sure you know what you're doing,
check its man page again, and only then, consider using it, and even then,
try avoiding it.
strncat() is your enemy!
- Fix several SAPI services, get rid of the default_content_type (it's always
composed of the mime type and charset now).
- Win32 works again
Zeev Suraski [Sat, 26 Feb 2000 04:09:16 +0000 (04:09 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 26 Feb 2000 04:07:03 +0000 (04:07 +0000)]
Fix comparisons of "inf"=="inf" and "-inf"=="-inf"
@- Comparing the string "inf" with "inf" returned false - fixed (Zeev)
Stig Bakken [Sat, 26 Feb 2000 03:38:27 +0000 (03:38 +0000)]
Added simple HTTP utility class, currently with Date() and
negotiateLanguage().
Zeev Suraski [Sat, 26 Feb 2000 03:20:55 +0000 (03:20 +0000)]
- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice
Chuck Hagenbuch [Sat, 26 Feb 2000 03:09:11 +0000 (03:09 +0000)]
- Removing the code that checks for Zend, since this is distinctly
php4-specific now.
- bringing it up to date with the mcal functions in php3
- cleanups
Unfortunately, it still segfaults. I'll file a bug report about that...
<changelog@php.net> [Sat, 26 Feb 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 26 Feb 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
Sam Ruby [Fri, 25 Feb 2000 23:37:00 +0000 (23:37 +0000)]
Need to include php_ticks.c in the windows build
Sam Ruby [Fri, 25 Feb 2000 23:31:42 +0000 (23:31 +0000)]
Win32 build error:
warning C4020: 'sapi_activate' : too many actual parameters
Sam Ruby [Fri, 25 Feb 2000 23:12:51 +0000 (23:12 +0000)]
Build failure on Win32:
error C2198: 'sapi_apply_default_charset' : too few actual parameters
Stig Bakken [Fri, 25 Feb 2000 21:38:16 +0000 (21:38 +0000)]
let's not ignore Zend/TSRM
Stig Bakken [Fri, 25 Feb 2000 21:27:03 +0000 (21:27 +0000)]
@- Implemented default_charset and default_mimetype config directives (Stig)
Implemented default_charset and default_mimetype configuration directives.
Started implementing ticks in PHP.
Stig Bakken [Fri, 25 Feb 2000 21:18:01 +0000 (21:18 +0000)]
add a note about include return values
Zeev Suraski [Fri, 25 Feb 2000 17:55:33 +0000 (17:55 +0000)]
Use the fast cache here too
Zeev Suraski [Fri, 25 Feb 2000 16:45:52 +0000 (16:45 +0000)]
Make 4-diogit date RFC 2068 compliant
Egon Schmid [Fri, 25 Feb 2000 11:28:41 +0000 (11:28 +0000)]
Breaks funclist.txt
Thies C. Arntzen [Fri, 25 Feb 2000 10:10:43 +0000 (10:10 +0000)]
fix obvious crash.
stig, in sgi-mode i still "only" get:
(haven't touched my .ini file in ages - and don't plan to)
X-Powered-By: PHP/4.0b5-dev
Content-type: iso-8859-1 <<< where is text/html?
Egon Schmid [Fri, 25 Feb 2000 08:54:12 +0000 (08:54 +0000)]
More protos.
Jouni Ahto [Fri, 25 Feb 2000 06:43:51 +0000 (06:43 +0000)]
Ported T1lib support from PHP3.
@- Ported T1lib support from PHP3. (Jouni)
# That's almost a lie... needs still some work.
<changelog@php.net> [Fri, 25 Feb 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 25 Feb 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Stig Bakken [Thu, 24 Feb 2000 22:00:47 +0000 (22:00 +0000)]
started implementing directives for default mimetype/charset
Zeev Suraski [Thu, 24 Feb 2000 20:03:58 +0000 (20:03 +0000)]
Update .dsp
Egon Schmid [Thu, 24 Feb 2000 17:23:04 +0000 (17:23 +0000)]
Thies I will give up until tomorrow.
Egon Schmid [Thu, 24 Feb 2000 16:53:39 +0000 (16:53 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 16:36:07 +0000 (16:36 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 16:30:42 +0000 (16:30 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 16:03:27 +0000 (16:03 +0000)]
Is it ok, Andrei.
Zeev Suraski [Thu, 24 Feb 2000 15:56:48 +0000 (15:56 +0000)]
- Fix Win32 build in Release_TS* modes
Egon Schmid [Thu, 24 Feb 2000 15:55:10 +0000 (15:55 +0000)]
More protos.
Andrei Zmievski [Thu, 24 Feb 2000 15:41:34 +0000 (15:41 +0000)]
Revert the y2k ini patches.
# Adam's right, it shouldn't be here
Andrei Zmievski [Thu, 24 Feb 2000 15:16:07 +0000 (15:16 +0000)]
Turn on y2k_compliance by default.
Kristian Köhntopp [Thu, 24 Feb 2000 15:13:28 +0000 (15:13 +0000)]
Set y2k_compliance to "On" by default, as we do have y2k now.
Egon Schmid [Thu, 24 Feb 2000 15:11:09 +0000 (15:11 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 15:06:33 +0000 (15:06 +0000)]
There are more '|' and should be mixed.
Egon Schmid [Thu, 24 Feb 2000 14:43:53 +0000 (14:43 +0000)]
More protos.
Andrei Zmievski [Thu, 24 Feb 2000 14:37:05 +0000 (14:37 +0000)]
Fix bug #3599.
Andrei Zmievski [Thu, 24 Feb 2000 14:07:35 +0000 (14:07 +0000)]
Fix proto.
Sascha Schumann [Thu, 24 Feb 2000 13:48:44 +0000 (13:48 +0000)]
@- Fixed -DEAPI inheritance from APXS. (Sascha)
Sascha Schumann [Thu, 24 Feb 2000 13:43:28 +0000 (13:43 +0000)]
Improve APXS_CFLAGS checks
Thies C. Arntzen [Thu, 24 Feb 2000 13:39:36 +0000 (13:39 +0000)]
@-Fixed possible crash in request-shutdown. (Thies)
(pvalue_config_destructor) gets a zval* not a zval**
Sascha Schumann [Thu, 24 Feb 2000 13:38:03 +0000 (13:38 +0000)]
Define EAPI, if Apache uses EAPI
Sascha Schumann [Thu, 24 Feb 2000 13:35:07 +0000 (13:35 +0000)]
Remove XML_INCLUDE, we use the embedded expat always
Sascha Schumann [Thu, 24 Feb 2000 10:58:21 +0000 (10:58 +0000)]
Revert last commit (cybercash has its own version of base64.h)
Egon Schmid [Thu, 24 Feb 2000 10:11:42 +0000 (10:11 +0000)]
Will watch the diffs as much as I can.
Thies C. Arntzen [Thu, 24 Feb 2000 09:32:50 +0000 (09:32 +0000)]
zorro does a Z - egon does an e?
Egon Schmid [Thu, 24 Feb 2000 08:39:02 +0000 (08:39 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 08:07:29 +0000 (08:07 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 07:49:43 +0000 (07:49 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 07:46:56 +0000 (07:46 +0000)]
Most functions don't have protos.
Egon Schmid [Thu, 24 Feb 2000 07:38:19 +0000 (07:38 +0000)]
More protos.
Egon Schmid [Thu, 24 Feb 2000 07:27:39 +0000 (07:27 +0000)]
More protos.
Sascha Schumann [Thu, 24 Feb 2000 03:05:28 +0000 (03:05 +0000)]
WTF?
<changelog@php.net> [Thu, 24 Feb 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
Zeev Suraski [Wed, 23 Feb 2000 22:50:57 +0000 (22:50 +0000)]
Fix name
David Hedbor [Wed, 23 Feb 2000 22:27:56 +0000 (22:27 +0000)]
The Roxen PHP4 module is now a part of the Roxen CVS which makes more sense.
Zeev Suraski [Wed, 23 Feb 2000 21:52:23 +0000 (21:52 +0000)]
Remove obsolete code
Stig Bakken [Wed, 23 Feb 2000 21:37:43 +0000 (21:37 +0000)]
(PHP getrusage) don't define this function at all if the getrusage() function
is not available on the system.
Danny Heijl [Wed, 23 Feb 2000 21:18:06 +0000 (21:18 +0000)]
- Win32 compile fixes
Andi Gutmans [Wed, 23 Feb 2000 21:10:18 +0000 (21:10 +0000)]
- MySQL now compiles right into the PHP 4 binary on Windows
Sascha Schumann [Wed, 23 Feb 2000 20:56:18 +0000 (20:56 +0000)]
Kill another warning
Sascha Schumann [Wed, 23 Feb 2000 20:48:12 +0000 (20:48 +0000)]
Remove warning message
Sascha Schumann [Wed, 23 Feb 2000 20:22:55 +0000 (20:22 +0000)]
.
Stig Bakken [Wed, 23 Feb 2000 19:26:31 +0000 (19:26 +0000)]
shut up cross compiling warnings
Sascha Schumann [Wed, 23 Feb 2000 19:16:34 +0000 (19:16 +0000)]
Define SQL_SUCCEEDED for Solid.
PR: #3383
Thies C. Arntzen [Wed, 23 Feb 2000 18:57:08 +0000 (18:57 +0000)]
bump version number
Sascha Schumann [Wed, 23 Feb 2000 17:39:58 +0000 (17:39 +0000)]
Include <sys/types.h> and <sys/time.h> before <sys/resource.h>
Egon Schmid [Wed, 23 Feb 2000 16:57:09 +0000 (16:57 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 16:38:38 +0000 (16:38 +0000)]
More protos.
Andreas Karajannis [Wed, 23 Feb 2000 16:34:08 +0000 (16:34 +0000)]
uodbc now uses zend's reference system. The crashes on request shutdown should be gone.
Egon Schmid [Wed, 23 Feb 2000 16:33:01 +0000 (16:33 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 16:26:10 +0000 (16:26 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 15:54:23 +0000 (15:54 +0000)]
Thies, it looks now a little bit better.
Please correct my dummy entries.
Sascha Schumann [Wed, 23 Feb 2000 15:44:02 +0000 (15:44 +0000)]
php.h should be the first file included, so that HAVE_* are defined
Egon Schmid [Wed, 23 Feb 2000 15:04:36 +0000 (15:04 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 14:50:40 +0000 (14:50 +0000)]
Changed here also.
Sascha Schumann [Wed, 23 Feb 2000 14:13:34 +0000 (14:13 +0000)]
Include <sys/resource.h> for getrusage(2)
PR: #3479
Sascha Schumann [Wed, 23 Feb 2000 14:08:16 +0000 (14:08 +0000)]
Fix include file path
Suggested by: stephen@ecoverage.com
PR: #3542
Sascha Schumann [Wed, 23 Feb 2000 14:05:56 +0000 (14:05 +0000)]
Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558
Sascha Schumann [Wed, 23 Feb 2000 13:57:06 +0000 (13:57 +0000)]
Proper check for getrusage(), it somehow disappeared.