]> granicus.if.org Git - php/log
php
22 years agoFix ob_gzhandler()'s handling of requests w/o compression but that do have
Zeev Suraski [Fri, 23 Aug 2002 08:37:35 +0000 (08:37 +0000)]
Fix ob_gzhandler()'s handling of requests w/o compression but that do have
the Accept-Encoding header

22 years agoUpdate/cleanup.
foobar [Fri, 23 Aug 2002 01:17:48 +0000 (01:17 +0000)]
Update/cleanup.
# Everyone, check the entries under 4.3.0 which have been MFH'd into
# the PHP_4_2_0 branch.

22 years agoNEWS update
<changelog@php.net> [Fri, 23 Aug 2002 00:18:45 +0000 (00:18 +0000)]
NEWS update

22 years agoAdd a configure check to see if the seeker function in an fopencookie
Wez Furlong [Thu, 22 Aug 2002 22:28:19 +0000 (22:28 +0000)]
Add a configure check to see if the seeker function in an fopencookie
uses off_t or the newer, more portable "fpos_t *".
The check could perhaps be more refined, as the test program will segfault
on older systems (like mine) that use off_t.

22 years agoFixed a typo
Ilia Alshanetsky [Thu, 22 Aug 2002 19:19:37 +0000 (19:19 +0000)]
Fixed a typo

22 years agomore php_error_docref
Marcus Boerger [Thu, 22 Aug 2002 19:14:27 +0000 (19:14 +0000)]
more php_error_docref

22 years agophp_error_docref...
Marcus Boerger [Thu, 22 Aug 2002 18:38:44 +0000 (18:38 +0000)]
php_error_docref...

22 years agoFix compile warnings under win32
Wez Furlong [Thu, 22 Aug 2002 17:42:18 +0000 (17:42 +0000)]
Fix compile warnings under win32

22 years ago*cough*
Wez Furlong [Thu, 22 Aug 2002 17:40:25 +0000 (17:40 +0000)]
*cough*

22 years agoFix error messages.
Wez Furlong [Thu, 22 Aug 2002 17:37:46 +0000 (17:37 +0000)]
Fix error messages.

22 years agofiw warnings
Marcus Boerger [Thu, 22 Aug 2002 16:21:32 +0000 (16:21 +0000)]
fiw warnings

22 years ago- moved xslt_dump_ to better place
Christian Stocker [Thu, 22 Aug 2002 16:04:28 +0000 (16:04 +0000)]
- moved xslt_dump_ to better place
- removed unused variables

22 years ago@- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping
Christian Stocker [Thu, 22 Aug 2002 15:54:23 +0000 (15:54 +0000)]
@- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping
@  xslt-result directly into a file. (chregu)

22 years ago@- Added XsltObject->dump_mem($result) for returning xslt-result directly
Christian Stocker [Thu, 22 Aug 2002 15:02:41 +0000 (15:02 +0000)]
@- Added XsltObject->dump_mem($result) for returning xslt-result directly
@  into a string (morus.walter@web.de, chregu)

- XsltObject->dump_file() will follow
- bumped up needed libxslt version to 1.0.18

22 years agoreturn version number of linked libxml2, not of the one, which it was
Christian Stocker [Thu, 22 Aug 2002 14:32:43 +0000 (14:32 +0000)]
return version number of linked libxml2, not of the one, which it was
compiled against

22 years agofix examples
Marcus Boerger [Thu, 22 Aug 2002 14:04:01 +0000 (14:04 +0000)]
fix examples
#did i write those? shame on me for not knowing my own functions

22 years agofix zts build
Marcus Boerger [Thu, 22 Aug 2002 14:02:08 +0000 (14:02 +0000)]
fix zts build

22 years agoRemoved C++ comments
Mark L. Woodward [Thu, 22 Aug 2002 13:30:03 +0000 (13:30 +0000)]
Removed C++ comments

22 years agomagic.mime seems to be more common name for the file.
Edin Kadribasic [Thu, 22 Aug 2002 13:23:51 +0000 (13:23 +0000)]
magic.mime seems to be more common name for the file.

22 years ago@- Made mime_magic extension available on win32 platform. (Edin)
Edin Kadribasic [Thu, 22 Aug 2002 13:16:03 +0000 (13:16 +0000)]
@- Made mime_magic extension available on win32 platform. (Edin)
Mime_magic extensions builds on windows now.

22 years agoInstead of hardcoding the path of magic.mime file, try to find the file
Ilia Alshanetsky [Thu, 22 Aug 2002 12:21:25 +0000 (12:21 +0000)]
Instead of hardcoding the path of magic.mime file, try to find the file
inside common paths for the file.

22 years agoFixed a number of compile warnings.
Ilia Alshanetsky [Thu, 22 Aug 2002 12:15:20 +0000 (12:15 +0000)]
Fixed a number of compile warnings.

22 years agofix warning
Marcus Boerger [Thu, 22 Aug 2002 10:52:40 +0000 (10:52 +0000)]
fix warning

22 years agofix php_error_docref parameters
Marcus Boerger [Thu, 22 Aug 2002 10:16:03 +0000 (10:16 +0000)]
fix php_error_docref parameters

22 years ago@ - Added xslt_backend_version() and xslt_backend_name() for getting
Christian Stocker [Thu, 22 Aug 2002 09:54:06 +0000 (09:54 +0000)]
@ - Added xslt_backend_version() and xslt_backend_name() for getting
@   information about the processor backend. (chregu)

22 years agoFixed prototype.
Stefan Roehrich [Thu, 22 Aug 2002 09:38:55 +0000 (09:38 +0000)]
Fixed prototype.
Fixed double printing of function name in docref error messages.

22 years agoadd allow_webdav_methods as option
Christian Stocker [Thu, 22 Aug 2002 07:59:11 +0000 (07:59 +0000)]
add allow_webdav_methods as option

22 years agodo not check for POST twice
Christian Stocker [Thu, 22 Aug 2002 07:56:39 +0000 (07:56 +0000)]
do not check for POST twice

22 years ago@ - Added php.ini option "allow_webdav_methods" to allow handling of
Christian Stocker [Thu, 22 Aug 2002 07:48:23 +0000 (07:48 +0000)]
@ - Added php.ini option "allow_webdav_methods" to allow handling of
@   WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.

22 years ago(PHP imagecolormatch) makes a palette image match the colours in the
Tim Toohey [Thu, 22 Aug 2002 07:28:26 +0000 (07:28 +0000)]
(PHP imagecolormatch) makes a palette image match the colours in the
                      true-color version.
(PHP imagelayereffect) extended alpha-channel mixing effects for the
                       bundled GD library
@Added ImageColorMatch() and ImageLayerEffect() functions
@which work with the bundled GD library (ttoohey)

22 years ago@Made major improvents to the pcntl extension(Jason):
Jason Greene [Thu, 22 Aug 2002 04:20:10 +0000 (04:20 +0000)]
@Made major improvents to the pcntl extension(Jason):
@ - Greatly improved performance, by switching the signal callback mechanism
@   to use ticks
@ - Implemented object signal callback ability by using array($obj, $method)
@ - Added a restart parameter to pcntl_signal, which allows you to disable
@   the default of system call restarting
Changed callback hash table to be initialized and destroyed per reqeust
(allows the ability to use request life zvals as handles)
Nuked warnings
Modified test script to adjust to new ticks backend
Some slight WS fixes

22 years agokill some compile warnings
foobar [Thu, 22 Aug 2002 01:25:52 +0000 (01:25 +0000)]
kill some compile warnings

22 years agostyle fix
foobar [Thu, 22 Aug 2002 01:20:50 +0000 (01:20 +0000)]
style fix

22 years agocomment out unused variable
foobar [Thu, 22 Aug 2002 01:06:14 +0000 (01:06 +0000)]
comment out unused variable

22 years agokill compiler warning (unused variable)
foobar [Thu, 22 Aug 2002 00:43:18 +0000 (00:43 +0000)]
kill compiler warning (unused variable)

22 years agoFix typo.
foobar [Thu, 22 Aug 2002 00:34:07 +0000 (00:34 +0000)]
Fix typo.

22 years agoThese functions are not used elsewhere.
foobar [Thu, 22 Aug 2002 00:19:54 +0000 (00:19 +0000)]
These functions are not used elsewhere.

22 years agoChangeLog update
<changelog@php.net> [Thu, 22 Aug 2002 00:17:15 +0000 (00:17 +0000)]
ChangeLog update

22 years agoFix ZTS build
foobar [Wed, 21 Aug 2002 23:51:12 +0000 (23:51 +0000)]
Fix ZTS build

22 years agoThese require exif and mbstring
Marcus Boerger [Wed, 21 Aug 2002 23:14:40 +0000 (23:14 +0000)]
These require exif and mbstring

22 years agoTest argument passing for CLI
Marcus Boerger [Wed, 21 Aug 2002 23:10:44 +0000 (23:10 +0000)]
Test argument passing for CLI

22 years agoThis does not work for CLI
Marcus Boerger [Wed, 21 Aug 2002 23:08:21 +0000 (23:08 +0000)]
This does not work for CLI

22 years agoAdded ARGS section to allow passing arguments to CLI tests
Marcus Boerger [Wed, 21 Aug 2002 23:06:38 +0000 (23:06 +0000)]
Added ARGS section to allow passing arguments to CLI tests

22 years agozend_execute: make sure that current_execute_data points to the right thing
Thies C. Arntzen [Wed, 21 Aug 2002 13:58:20 +0000 (13:58 +0000)]
zend_execute: make sure that current_execute_data points to the right thing
after coming back from recursion.

22 years agoAdded monetary.h to prevent compile warning.
Ilia Alshanetsky [Wed, 21 Aug 2002 13:14:57 +0000 (13:14 +0000)]
Added monetary.h to prevent compile warning.
Fixed a memory leak inside money_format function, which occures if the
parameters to the function are not valid.
Fixed a segmentation fault inside money_format in the event the value
to be formated is >1024 bytes.
Made the return value of money_format be null terminated.

22 years agoAdded a check for monetary.h needed for strfmon inside string.c
Ilia Alshanetsky [Wed, 21 Aug 2002 12:40:40 +0000 (12:40 +0000)]
Added a check for monetary.h needed for strfmon inside string.c

22 years agoReflect recent changes to exif.c
Marcus Boerger [Wed, 21 Aug 2002 11:37:22 +0000 (11:37 +0000)]
Reflect recent changes to exif.c

22 years agoFixes array test 004.phpt. Nice copy paste error.
Marcus Boerger [Wed, 21 Aug 2002 11:23:44 +0000 (11:23 +0000)]
Fixes array test 004.phpt. Nice copy paste error.

22 years agoPatch from Melvyn Sopacua <msopacua@idg.nl> finally fixes it (bug 19006).
Marcus Boerger [Wed, 21 Aug 2002 10:42:55 +0000 (10:42 +0000)]
Patch from Melvyn Sopacua <msopacua@idg.nl> finally fixes it (bug 19006).

22 years agoFix ZTS build.
Sebastian Bergmann [Wed, 21 Aug 2002 06:22:19 +0000 (06:22 +0000)]
Fix ZTS build.

22 years ago- Proper format for CREDITS files
Derick Rethans [Wed, 21 Aug 2002 05:41:49 +0000 (05:41 +0000)]
- Proper format for CREDITS files

22 years ago- gave overdue credits to christian
Uwe Steinmann [Wed, 21 Aug 2002 05:39:28 +0000 (05:39 +0000)]
- gave overdue credits to christian

22 years agoThis final change enables the ext/java to compile on OSX.
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...

22 years agoFixed compile warning.
Ilia Alshanetsky [Wed, 21 Aug 2002 03:59:27 +0000 (03:59 +0000)]
Fixed compile warning.

22 years agoadd ini setting precision - this does not fix the real problem here
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

22 years agomore ini settings
Marcus Boerger [Wed, 21 Aug 2002 03:10:55 +0000 (03:10 +0000)]
more ini settings

22 years agofull decopling of size parameters of ob_start() and internal buffer handlers
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,

22 years agoOne more patch up towards OSX compatibility...
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)

22 years agoAdd var_dump float format test
Marcus Boerger [Wed, 21 Aug 2002 01:27:56 +0000 (01:27 +0000)]
Add var_dump float format test

22 years agoAdd combined base64 and md5 test
Marcus Boerger [Wed, 21 Aug 2002 01:26:21 +0000 (01:26 +0000)]
Add combined base64 and md5 test

22 years agofix array tests
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

22 years agomake snprintf and f,g,G converions of snprintf/spprintf C99 complient
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

22 years agoIgnore double_buffering for ob_start().
Marcus Boerger [Wed, 21 Aug 2002 01:00:56 +0000 (01:00 +0000)]
Ignore double_buffering for ob_start().

22 years agoNEWS update
<changelog@php.net> [Wed, 21 Aug 2002 00:23:33 +0000 (00:23 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Wed, 21 Aug 2002 00:21:15 +0000 (00:21 +0000)]
ChangeLog update

22 years agospeling - thanks (Masaki Fujimoto), acually this wasn't my best piece of doc
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

22 years agoRevert ob_start() defaults to 40K/10K until i find a better solution.
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.

22 years agoCorrecting english in config
Dan Kalowsky [Tue, 20 Aug 2002 23:08:24 +0000 (23:08 +0000)]
Correcting english in config

22 years agoFix for Bug #18999
Dan Kalowsky [Tue, 20 Aug 2002 23:04:53 +0000 (23:04 +0000)]
Fix for Bug #18999

22 years agoFix newly introduced leak in the debug build.
Wez Furlong [Tue, 20 Aug 2002 22:08:55 +0000 (22:08 +0000)]
Fix newly introduced leak in the debug build.

22 years agoImplement filter API for streams.
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);

22 years agofix vim modeline
Wez Furlong [Tue, 20 Aug 2002 20:43:45 +0000 (20:43 +0000)]
fix vim modeline

22 years agospeling - thanks derick
Marcus Boerger [Tue, 20 Aug 2002 20:27:18 +0000 (20:27 +0000)]
speling - thanks derick

22 years agochange to php_error_docref()
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

22 years agonote about double_buffering
Marcus Boerger [Tue, 20 Aug 2002 20:09:57 +0000 (20:09 +0000)]
note about double_buffering

22 years agoChanged handling of output buffer sizes.
Marcus Boerger [Tue, 20 Aug 2002 20:07:00 +0000 (20:07 +0000)]
Changed handling of output buffer sizes.

22 years agoChanged 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

22 years agoChanged handling of output buffer sizes.
Marcus Boerger [Tue, 20 Aug 2002 19:51:00 +0000 (19:51 +0000)]
Changed handling of output buffer sizes.

22 years agoChanged 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)

22 years agoremove tabs
foobar [Tue, 20 Aug 2002 12:01:24 +0000 (12:01 +0000)]
remove tabs

22 years ago- Fix for the compiler on Compaq Tru64 4.0F PK3 (bug #18974)
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)

22 years agoNO C++ comments
Marcus Boerger [Tue, 20 Aug 2002 10:00:28 +0000 (10:00 +0000)]
NO C++ comments

22 years agoWindows build supports returning the sql statement which failed.
Edin Kadribasic [Tue, 20 Aug 2002 09:15:11 +0000 (09:15 +0000)]
Windows build supports returning the sql statement which failed.

22 years agoFixed build with Oracle 8.0.x (bug #18973).
Edin Kadribasic [Tue, 20 Aug 2002 07:26:50 +0000 (07:26 +0000)]
Fixed build with Oracle 8.0.x (bug #18973).

22 years agoChangeLog update
<changelog@php.net> [Tue, 20 Aug 2002 00:19:08 +0000 (00:19 +0000)]
ChangeLog update

22 years agoRemove php_stream_sock_set_blocking and replace with
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.

22 years agoConvert the value of tz_minuteswest inside struct timezone on Windows to
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.

22 years agoFix the build when using --with-java without any path
foobar [Mon, 19 Aug 2002 21:49:37 +0000 (21:49 +0000)]
Fix the build when using --with-java without any path

22 years agoMake options piggyback and timeout work with ZOOM
Adam Dickmeiss [Mon, 19 Aug 2002 21:15:59 +0000 (21:15 +0000)]
Make options piggyback and timeout work with ZOOM

22 years agoMFZE1
Zeev Suraski [Mon, 19 Aug 2002 20:58:22 +0000 (20:58 +0000)]
MFZE1

22 years agoFix a few warnings
Zeev Suraski [Mon, 19 Aug 2002 20:47:55 +0000 (20:47 +0000)]
Fix a few warnings

22 years agoFix a warning
Zeev Suraski [Mon, 19 Aug 2002 20:47:42 +0000 (20:47 +0000)]
Fix a warning

22 years agoSync with var_unserializer.re
Sander Roobol [Mon, 19 Aug 2002 20:02:59 +0000 (20:02 +0000)]
Sync with var_unserializer.re

22 years agoMade unserialize handle floats with an E notation - bug #18654
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)

22 years agoDon't know what this line was supposed to DO!?!?
Sander Roobol [Mon, 19 Aug 2002 19:42:20 +0000 (19:42 +0000)]
Don't know what this line was supposed to DO!?!?

22 years ago-use of php_error_docref
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()

22 years ago-allow changing html_errors any time changing display_errors is already
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

22 years agoFix xbithack bug finally (see bug #16515)
Rasmus Lerdorf [Mon, 19 Aug 2002 15:52:21 +0000 (15:52 +0000)]
Fix xbithack bug finally (see bug #16515)

22 years agow3c adjustments :)
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

22 years agoDebug functions should only work in debug mode.
Edin Kadribasic [Mon, 19 Aug 2002 13:46:39 +0000 (13:46 +0000)]
Debug functions should only work in debug mode.