]>
granicus.if.org Git - php/log
Dan Kalowsky [Wed, 21 Aug 2002 04:42:58 +0000 (04:42 +0000)]
This final change enables the ext/java to compile on OSX.
# now to do testing and ensure that it works as stated... weeee...
Ilia Alshanetsky [Wed, 21 Aug 2002 03:59:27 +0000 (03:59 +0000)]
Fixed compile warning.
Marcus Boerger [Wed, 21 Aug 2002 03:13:33 +0000 (03:13 +0000)]
add ini setting precision - this does not fix the real problem here
Marcus Boerger [Wed, 21 Aug 2002 03:10:55 +0000 (03:10 +0000)]
more ini settings
Marcus Boerger [Wed, 21 Aug 2002 03:04:17 +0000 (03:04 +0000)]
full decopling of size parameters of ob_start() and internal buffer handlers
#intended behaviour is now fully implemented,
Dan Kalowsky [Wed, 21 Aug 2002 01:41:22 +0000 (01:41 +0000)]
One more patch up towards OSX compatibility...
# it compiles now with the ObjC files (Finlay Doobie rocks the casbah)
Marcus Boerger [Wed, 21 Aug 2002 01:27:56 +0000 (01:27 +0000)]
Add var_dump float format test
Marcus Boerger [Wed, 21 Aug 2002 01:26:21 +0000 (01:26 +0000)]
Add combined base64 and md5 test
Marcus Boerger [Wed, 21 Aug 2002 01:22:02 +0000 (01:22 +0000)]
fix array tests
someone must have changed precision in php.ini-dist from 14 to 12
Marcus Boerger [Wed, 21 Aug 2002 01:11:50 +0000 (01:11 +0000)]
make snprintf and f,g,G converions of snprintf/spprintf C99 complient
Marcus Boerger [Wed, 21 Aug 2002 01:00:56 +0000 (01:00 +0000)]
Ignore double_buffering for ob_start().
<changelog@php.net> [Wed, 21 Aug 2002 00:23:33 +0000 (00:23 +0000)]
NEWS update
<changelog@php.net> [Wed, 21 Aug 2002 00:21:15 +0000 (00:21 +0000)]
ChangeLog update
Marcus Boerger [Tue, 20 Aug 2002 23:29:39 +0000 (23:29 +0000)]
speling - thanks (Masaki Fujimoto), acually this wasn't my best piece of doc
Marcus Boerger [Tue, 20 Aug 2002 23:23:25 +0000 (23:23 +0000)]
Revert ob_start() defaults to 40K/10K until i find a better solution.
Dan Kalowsky [Tue, 20 Aug 2002 23:08:24 +0000 (23:08 +0000)]
Correcting english in config
Dan Kalowsky [Tue, 20 Aug 2002 23:04:53 +0000 (23:04 +0000)]
Fix for Bug #18999
Wez Furlong [Tue, 20 Aug 2002 22:08:55 +0000 (22:08 +0000)]
Fix newly introduced leak in the debug build.
Wez Furlong [Tue, 20 Aug 2002 20:47:47 +0000 (20:47 +0000)]
Implement filter API for streams.
Filters can be stacked onto a stream; more details will follow in docs and
on php-dev.
Implement "string.rot13" filter
Allows the following script:
$fp = fopen("file.txt", "r");
stream_filter_prepend($fp, "string.rot13");
// File contents will be subject to a rot13 transformation before
// being output.
fpassthru($fp);
fclose($fp);
Wez Furlong [Tue, 20 Aug 2002 20:43:45 +0000 (20:43 +0000)]
fix vim modeline
Marcus Boerger [Tue, 20 Aug 2002 20:27:18 +0000 (20:27 +0000)]
speling - thanks derick
Marcus Boerger [Tue, 20 Aug 2002 20:22:30 +0000 (20:22 +0000)]
change to php_error_docref()
#documentation about output relevant ini settings will be in ref.outcontrol
Marcus Boerger [Tue, 20 Aug 2002 20:09:57 +0000 (20:09 +0000)]
note about double_buffering
Marcus Boerger [Tue, 20 Aug 2002 20:07:00 +0000 (20:07 +0000)]
Changed handling of output buffer sizes.
Marcus Boerger [Tue, 20 Aug 2002 20:01:14 +0000 (20:01 +0000)]
Changed handling of output buffer sizes.
#.c to follow
Marcus Boerger [Tue, 20 Aug 2002 19:51:00 +0000 (19:51 +0000)]
Changed handling of output buffer sizes.
Marcus Boerger [Tue, 20 Aug 2002 19:49:37 +0000 (19:49 +0000)]
Changed handling of output buffer sizes.
@Added php.ini option "double_buffering" that forces an additional first
@output buffer and improved handling of buffer sizes. (Marcus)
foobar [Tue, 20 Aug 2002 12:01:24 +0000 (12:01 +0000)]
remove tabs
Derick Rethans [Tue, 20 Aug 2002 11:18:18 +0000 (11:18 +0000)]
- Fix for the compiler on Compaq Tru64 4.0F PK3 (bug #18974)
Marcus Boerger [Tue, 20 Aug 2002 10:00:28 +0000 (10:00 +0000)]
NO C++ comments
Edin Kadribasic [Tue, 20 Aug 2002 09:15:11 +0000 (09:15 +0000)]
Windows build supports returning the sql statement which failed.
Edin Kadribasic [Tue, 20 Aug 2002 07:26:50 +0000 (07:26 +0000)]
Fixed build with Oracle 8.0.x (bug #18973).
<changelog@php.net> [Tue, 20 Aug 2002 00:19:08 +0000 (00:19 +0000)]
ChangeLog update
Wez Furlong [Mon, 19 Aug 2002 22:59:10 +0000 (22:59 +0000)]
Remove php_stream_sock_set_blocking and replace with
php_stream_set_option which can be used in a similar way as ioctl()
to set options for streams.
Current options include buffering and blocking support.
o Buffer control is support for stdio based streams.
o Blocking/non-blocking is supported for stdio and socket based streams.
Ilia Alshanetsky [Mon, 19 Aug 2002 21:59:46 +0000 (21:59 +0000)]
Convert the value of tz_minuteswest inside struct timezone on Windows to
minutes from seconds.
foobar [Mon, 19 Aug 2002 21:49:37 +0000 (21:49 +0000)]
Fix the build when using --with-java without any path
Adam Dickmeiss [Mon, 19 Aug 2002 21:15:59 +0000 (21:15 +0000)]
Make options piggyback and timeout work with ZOOM
Zeev Suraski [Mon, 19 Aug 2002 20:58:22 +0000 (20:58 +0000)]
MFZE1
Zeev Suraski [Mon, 19 Aug 2002 20:47:55 +0000 (20:47 +0000)]
Fix a few warnings
Zeev Suraski [Mon, 19 Aug 2002 20:47:42 +0000 (20:47 +0000)]
Fix a warning
Sander Roobol [Mon, 19 Aug 2002 20:02:59 +0000 (20:02 +0000)]
Sync with var_unserializer.re
Sander Roobol [Mon, 19 Aug 2002 19:45:46 +0000 (19:45 +0000)]
Made unserialize handle floats with an E notation - bug #18654
Patch by Christophe Sollet <csollet@coleebris.com>.
(I'll commit a new var_unserializer.c in a second)
Sander Roobol [Mon, 19 Aug 2002 19:42:20 +0000 (19:42 +0000)]
Don't know what this line was supposed to DO!?!?
Marcus Boerger [Mon, 19 Aug 2002 18:47:23 +0000 (18:47 +0000)]
-use of php_error_docref
-some more information in ob_get_status()
Marcus Boerger [Mon, 19 Aug 2002 18:40:28 +0000 (18:40 +0000)]
-allow changing html_errors any time changing display_errors is already
-use sizeof for strftime call
-removed unused #define
-mention CODING_STANDARDS as documentation
Rasmus Lerdorf [Mon, 19 Aug 2002 15:52:21 +0000 (15:52 +0000)]
Fix xbithack bug finally (see bug #16515)
Christian Stocker [Mon, 19 Aug 2002 14:01:04 +0000 (14:01 +0000)]
w3c adjustments :)
- has_attributes returns empty string if attribute is not there
- parent_node returns null, if no parent
Edin Kadribasic [Mon, 19 Aug 2002 13:46:39 +0000 (13:46 +0000)]
Debug functions should only work in debug mode.
Stanislav Malyshev [Mon, 19 Aug 2002 10:58:18 +0000 (10:58 +0000)]
ZE2 compatibility fix
## In ZE2 the hash contains zend_class_entry *!
<changelog@php.net> [Mon, 19 Aug 2002 00:17:41 +0000 (00:17 +0000)]
ChangeLog update
Holger Zimmermann [Sun, 18 Aug 2002 15:46:48 +0000 (15:46 +0000)]
Some minor changes related to Pi3Web 2.0.1.
Stefan Esser [Sun, 18 Aug 2002 13:05:44 +0000 (13:05 +0000)]
make POST requests work again
Stanislav Malyshev [Sun, 18 Aug 2002 12:22:28 +0000 (12:22 +0000)]
ZE2 compatibility fix
## In ZE2 the hash contains zend_class_entry *!
Holger Zimmermann [Sun, 18 Aug 2002 11:05:28 +0000 (11:05 +0000)]
Removed unused local variable header_line.
Ilia Alshanetsky [Sun, 18 Aug 2002 07:54:33 +0000 (07:54 +0000)]
Corrected if() syntax in previous patch.
Ilia Alshanetsky [Sun, 18 Aug 2002 06:55:32 +0000 (06:55 +0000)]
Fixed a segmentation fault that would occur if an entry contained a
non-terminated enclosure. Bug #12556
Anil Madhavapeddy [Sun, 18 Aug 2002 05:13:05 +0000 (05:13 +0000)]
include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with
unresolved symbols on OpenBSD
James Cox [Sun, 18 Aug 2002 05:05:44 +0000 (05:05 +0000)]
reverting to 1.73 for steph (sfox@php.net)
#is it just me or reverting using cvs just suck?
Dan Kalowsky [Sun, 18 Aug 2002 04:33:10 +0000 (04:33 +0000)]
Bug Fix #18960 - Submitted by alan_k@php.net
<changelog@php.net> [Sun, 18 Aug 2002 00:18:19 +0000 (00:18 +0000)]
ChangeLog update
Zeev Suraski [Sat, 17 Aug 2002 20:32:26 +0000 (20:32 +0000)]
Use mtime instead of atime, as we always update the session file anyway.
Andi Gutmans [Sat, 17 Aug 2002 20:20:36 +0000 (20:20 +0000)]
MFZE1
foobar [Sat, 17 Aug 2002 17:10:13 +0000 (17:10 +0000)]
AFAIK, 4.3.0 will not contain ZE2..
Zeev Suraski [Sat, 17 Aug 2002 16:22:40 +0000 (16:22 +0000)]
MFZE1
Zeev Suraski [Sat, 17 Aug 2002 16:07:26 +0000 (16:07 +0000)]
MFZE1
Stig Venaas [Sat, 17 Aug 2002 15:53:02 +0000 (15:53 +0000)]
Default is enable, so better --disable-ipv6 I guess
Stig Venaas [Sat, 17 Aug 2002 13:56:39 +0000 (13:56 +0000)]
Added --enable-ipv6 and only look up AAAA in DNS when enabled
Stefan Esser [Sat, 17 Aug 2002 11:48:21 +0000 (11:48 +0000)]
IE does not use quotes but now we are safe...
Christian Stocker [Sat, 17 Aug 2002 11:47:21 +0000 (11:47 +0000)]
More W3C conformance stuff (they returned all false before..)
- DomNode->attributes() returns NULL, if not found.
- DomNode->first_child() returns NULL, if not found
- DomNode->last_child() returns NULL, if not found.
- DomNode->namespace_uri() returns NULL, if not found.
Stefan Esser [Sat, 17 Aug 2002 11:31:06 +0000 (11:31 +0000)]
fixed the user supplied patch for bug #18792
Rasmus Lerdorf [Sat, 17 Aug 2002 01:14:53 +0000 (01:14 +0000)]
Add warning about atime requirement for session gc
<changelog@php.net> [Sat, 17 Aug 2002 00:20:13 +0000 (00:20 +0000)]
NEWS update
<changelog@php.net> [Sat, 17 Aug 2002 00:19:19 +0000 (00:19 +0000)]
ChangeLog update
foobar [Fri, 16 Aug 2002 23:25:53 +0000 (23:25 +0000)]
ws fixes
Dan Kalowsky [Fri, 16 Aug 2002 19:34:43 +0000 (19:34 +0000)]
Fix for bug #18792 submitted by t.bubeck@reinform.de
# talked this over with sterling and he believes it shouldn't break anything
# although there might be a need/desire to check for both ',' and ';'
Dan Kalowsky [Fri, 16 Aug 2002 16:56:55 +0000 (16:56 +0000)]
Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT
Andi Gutmans [Fri, 16 Aug 2002 15:45:22 +0000 (15:45 +0000)]
- Use tabs instead of spaces for indentation!
- Fix all sorts of ugly whitespace things.
- People, please write code according to our standards even if you don't
- like them.
Ilia Alshanetsky [Fri, 16 Aug 2002 15:04:00 +0000 (15:04 +0000)]
Fixed a compile failure in Win32 caused by previous patch.
Changed else statement to comply with PHP coding standards.
Jason Greene [Fri, 16 Aug 2002 14:23:27 +0000 (14:23 +0000)]
Nuke warnings on strict compilers
Ilia Alshanetsky [Fri, 16 Aug 2002 12:47:56 +0000 (12:47 +0000)]
Added a handler for php -r '' for SAFE_MODE
Wez Furlong [Fri, 16 Aug 2002 12:02:42 +0000 (12:02 +0000)]
Fix a little leak.
Stig Bakken [Fri, 16 Aug 2002 10:12:17 +0000 (10:12 +0000)]
* append emacs footer
Stig Bakken [Fri, 16 Aug 2002 10:11:32 +0000 (10:11 +0000)]
* remove builtin exception class
Sterling Hughes [Fri, 16 Aug 2002 10:08:32 +0000 (10:08 +0000)]
clean this up a bit
Wez Furlong [Fri, 16 Aug 2002 09:50:24 +0000 (09:50 +0000)]
Enhance Ilia's recent patch to query the wrapper subsystem to determine
if a filename is a URL and thus if safe-mode checks should be skipped.
Wez Furlong [Fri, 16 Aug 2002 09:18:56 +0000 (09:18 +0000)]
Fix: remove CVS output from Changelog.
Christian Stocker [Fri, 16 Aug 2002 08:42:41 +0000 (08:42 +0000)]
More on the way to W3C coformance:
@- Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL
@ instead of false (W3C specs). (chregu)
@- Changed DomNode->insert_before() and DomNode->append_child() to conform to
@ W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu)
Andi Gutmans [Fri, 16 Aug 2002 07:11:37 +0000 (07:11 +0000)]
- Fix whitespace
Ilia Alshanetsky [Fri, 16 Aug 2002 03:52:37 +0000 (03:52 +0000)]
Make https:// be exempt from safe_mode checks, just like http:// & ftp:// are.
Ilia Alshanetsky [Fri, 16 Aug 2002 01:39:10 +0000 (01:39 +0000)]
Added safe_mode & open_basedir check when a user is chaning ini options
that specify file system paths. Fixes bug #17168.
Stig Bakken [Fri, 16 Aug 2002 00:41:37 +0000 (00:41 +0000)]
@- Added set_exception_handler() function for registering a global,
@ catch-all exception handling function (Stig)
- Added set_exception_handler() function for registering a global,
catch-all exception handling function (Stig)
Stig Bakken [Fri, 16 Aug 2002 00:36:05 +0000 (00:36 +0000)]
* allow using the TESTS make variable again to determine which tests are run
<changelog@php.net> [Fri, 16 Aug 2002 00:18:49 +0000 (00:18 +0000)]
NEWS update
<changelog@php.net> [Fri, 16 Aug 2002 00:18:07 +0000 (00:18 +0000)]
ChangeLog update
Zeev Suraski [Thu, 15 Aug 2002 23:59:47 +0000 (23:59 +0000)]
Fix a NASTY multithreading bug with in the Apache module
Zeev Suraski [Thu, 15 Aug 2002 21:44:44 +0000 (21:44 +0000)]
Make unset($_SESSION['foo']) actually remove the variable from the session,
if register_globals is off.
Zeev Suraski [Thu, 15 Aug 2002 21:43:41 +0000 (21:43 +0000)]
Update email address
Dan Kalowsky [Thu, 15 Aug 2002 19:32:08 +0000 (19:32 +0000)]
Correcting some english in the comment...
Dan Kalowsky [Thu, 15 Aug 2002 19:13:14 +0000 (19:13 +0000)]
marking the fix for Bug #18401 in NEWS
Dan Kalowsky [Thu, 15 Aug 2002 19:09:05 +0000 (19:09 +0000)]
Fix for bug #18401, makes shuffle() properly generate all possibilities.
Patch provided by Adam Trachtenberg <adam@trachtenberg.com>