]>
granicus.if.org Git - php/log
David Hedbor [Tue, 29 Feb 2000 01:11:16 +0000 (01:11 +0000)]
roxen.c
David Hedbor [Tue, 29 Feb 2000 01:10:37 +0000 (01:10 +0000)]
Removed warning about ZTS since it works fine now.
Chuck Hagenbuch [Mon, 28 Feb 2000 21:03:08 +0000 (21:03 +0000)]
fixing segfaults in imap_getmailboxes and imap_getsubscribed.
Andrei Zmievski [Mon, 28 Feb 2000 17:16:12 +0000 (17:16 +0000)]
WDDX header comments now conform to the latest DTD.
Sam Ruby [Mon, 28 Feb 2000 17:02:28 +0000 (17:02 +0000)]
Improved handing of instances of private classes. Added servlet examples.
Jouni Ahto [Mon, 28 Feb 2000 16:52:03 +0000 (16:52 +0000)]
- Use *_ex-API and *_RESOURCE-macros (partial).
# Yell if this breaks all the hell loose. Otherwise I'll continue with the
# wonderful experience of learning PHP4/Zend-APIS.
Andrei Zmievski [Mon, 28 Feb 2000 16:00:46 +0000 (16:00 +0000)]
(php_set_session_var)
$foo and $HTTP_SESSION_VARS["foo"] are no longer references to the same
value.
Sascha Schumann [Mon, 28 Feb 2000 16:00:23 +0000 (16:00 +0000)]
.
Andrei Zmievski [Mon, 28 Feb 2000 14:04:57 +0000 (14:04 +0000)]
WDDX additions.
Zeev Suraski [Mon, 28 Feb 2000 05:33:43 +0000 (05:33 +0000)]
@- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
@ and $foo are no longer references to each other, but separate variables
@ like they were prior to PHP 4.0 Beta 4 (Zeev)
<changelog@php.net> [Mon, 28 Feb 2000 02:09:33 +0000 (02:09 +0000)]
ChangeLog update
Chuck Hagenbuch [Mon, 28 Feb 2000 01:37:21 +0000 (01:37 +0000)]
fixing number of arguments to be consistent with php3 code.
Chuck Hagenbuch [Mon, 28 Feb 2000 01:16:35 +0000 (01:16 +0000)]
mcal_next_recurrence() actually works again now (in addition to not
crashing).
Also, cleaned up the formatting.
Andi Gutmans [Sun, 27 Feb 2000 20:23:31 +0000 (20:23 +0000)]
- Hopefully fix browscap problem
Andi Gutmans [Sun, 27 Feb 2000 19:40:19 +0000 (19:40 +0000)]
- Bye bye Perl.
Egon Schmid [Sun, 27 Feb 2000 18:41:19 +0000 (18:41 +0000)]
Fixed some protos.
Thies C. Arntzen [Sun, 27 Feb 2000 18:21:18 +0000 (18:21 +0000)]
.
Sascha Schumann [Sun, 27 Feb 2000 18:12:57 +0000 (18:12 +0000)]
.
Thies C. Arntzen [Sun, 27 Feb 2000 18:06:12 +0000 (18:06 +0000)]
*** empty log message ***
Thies C. Arntzen [Sun, 27 Feb 2000 18:02:14 +0000 (18:02 +0000)]
out of space in private (brain) memory;-)
Zeev Suraski [Sun, 27 Feb 2000 17:43:35 +0000 (17:43 +0000)]
*** empty log message ***
Zeev Suraski [Sun, 27 Feb 2000 17:11:03 +0000 (17:11 +0000)]
Compile fix
Stig Bakken [Sun, 27 Feb 2000 14:46:27 +0000 (14:46 +0000)]
Avoid E_NOTICE errors in PEAR code.
Thies C. Arntzen [Sun, 27 Feb 2000 14:31:04 +0000 (14:31 +0000)]
just so that i don't forget
Andi Gutmans [Sun, 27 Feb 2000 05:22:48 +0000 (05:22 +0000)]
- Fix bug 3640
<changelog@php.net> [Sun, 27 Feb 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 27 Feb 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update
Chuck Hagenbuch [Sun, 27 Feb 2000 01:38:31 +0000 (01:38 +0000)]
Some formatting, and fix the crashes in mcal_next_recurrence (finally!)
Zeev Suraski [Sat, 26 Feb 2000 23:50:11 +0000 (23:50 +0000)]
@- Fixed a (fairly common) situation where error_reporting values would not be
@ properly restored after a call to error_reporting(), in between requests (Zeev)
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.