]>
granicus.if.org Git - php/log
Pierre Joye [Sun, 25 Aug 2002 18:11:24 +0000 (18:11 +0000)]
Remove $_ENV usages, this causes problems with recommanded php.ini files
Replace by getenv()
Marcus Boerger [Sun, 25 Aug 2002 14:20:37 +0000 (14:20 +0000)]
Removed __output_handler as everybody seems against such implicit
behaviour. Instead supply error message.
foobar [Sun, 25 Aug 2002 12:50:15 +0000 (12:50 +0000)]
Fix long line..and typo
Derick Rethans [Sun, 25 Aug 2002 12:24:40 +0000 (12:24 +0000)]
@- PHP's cURL extention now requires cURL version 7.9.8 (Derick)
- Bump up required version number of cURL to 7.9.8
Marcus Boerger [Sun, 25 Aug 2002 12:16:48 +0000 (12:16 +0000)]
Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.
@Expanded ob_start() to allow object parameters without methodnames and
@use default method __output_handler(). (Marcus)
Wez Furlong [Sun, 25 Aug 2002 12:10:17 +0000 (12:10 +0000)]
Fix open_basedir.
Wez Furlong [Sun, 25 Aug 2002 12:09:57 +0000 (12:09 +0000)]
Prevent possible problems with include_path.
Marcus Boerger [Sun, 25 Aug 2002 11:50:25 +0000 (11:50 +0000)]
Reenable array(object,method) in ob_start()
Wez Furlong [Sun, 25 Aug 2002 11:23:19 +0000 (11:23 +0000)]
Hopefully really fix #18022 this time.
Wez Furlong [Sun, 25 Aug 2002 11:02:05 +0000 (11:02 +0000)]
Potential fix for Bug#18022:
Streams that are pipes on systems that HAVE_FLUSHIO should not be seeked
as is required for plain files on those systems.
Wez Furlong [Sun, 25 Aug 2002 10:36:08 +0000 (10:36 +0000)]
Unify error messages.
Wez Furlong [Sun, 25 Aug 2002 10:26:58 +0000 (10:26 +0000)]
Add a "closing" parameter for filters to determine if a flush is the last
flush before the stream is closed. This allows filters to finish a chunk
and write footers etc.
Wez Furlong [Sun, 25 Aug 2002 10:10:23 +0000 (10:10 +0000)]
Remove php_stream_error as discussed with Rasmus.
Unify error messages for ext/ftp. (which was using php_stream_error).
<changelog@php.net> [Sun, 25 Aug 2002 00:19:53 +0000 (00:19 +0000)]
NEWS update
<changelog@php.net> [Sun, 25 Aug 2002 00:18:44 +0000 (00:18 +0000)]
ChangeLog update
Yasuo Ohgaki [Sat, 24 Aug 2002 22:28:28 +0000 (22:28 +0000)]
Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them.
@ Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. (Yasuo)
Yasuo Ohgaki [Sat, 24 Aug 2002 21:41:25 +0000 (21:41 +0000)]
Rename mysql_character_set_name() to mysql_client_encoding(). pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0
Andi Gutmans [Sat, 24 Aug 2002 20:57:54 +0000 (20:57 +0000)]
- Whitespace
Andi Gutmans [Sat, 24 Aug 2002 20:52:52 +0000 (20:52 +0000)]
- Whitespace and better variable name
Marcus Boerger [Sat, 24 Aug 2002 13:28:53 +0000 (13:28 +0000)]
Convert to unix, related to bug 18588
Zeev Suraski [Sat, 24 Aug 2002 13:15:35 +0000 (13:15 +0000)]
Undeprecate mysql_db_query()
foobar [Sat, 24 Aug 2002 13:00:42 +0000 (13:00 +0000)]
Make this entry a little bit easier for eyes to catch.
Stefan Esser [Sat, 24 Aug 2002 11:37:50 +0000 (11:37 +0000)]
Overwrite control chars in parameters with whitespace instead of truncating.
Georg Richter [Sat, 24 Aug 2002 10:53:40 +0000 (10:53 +0000)]
changed zend_error -> php_error_docref()
Derick Rethans [Sat, 24 Aug 2002 09:56:51 +0000 (09:56 +0000)]
- Also make bz2 archives
Den V. Tsopa [Sat, 24 Aug 2002 09:48:00 +0000 (09:48 +0000)]
convert encoding to cp1251,cp866 was not working, fixed
Georg Richter [Sat, 24 Aug 2002 09:27:51 +0000 (09:27 +0000)]
changed error messages according to CODING_STANDARDS
Georg Richter [Sat, 24 Aug 2002 09:26:58 +0000 (09:26 +0000)]
MySQL changes
Thies C. Arntzen [Sat, 24 Aug 2002 09:05:44 +0000 (09:05 +0000)]
fix warning
Yasuo Ohgaki [Sat, 24 Aug 2002 07:19:40 +0000 (07:19 +0000)]
Fixed typo
Yasuo Ohgaki [Sat, 24 Aug 2002 07:18:15 +0000 (07:18 +0000)]
Make pg_result_status() a little more useufl by ignoring invalid
parameter and return FALSE.
(i.e. pg_query() may return FALSE instead of result resource)
Marcus Boerger [Sat, 24 Aug 2002 01:19:28 +0000 (01:19 +0000)]
php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de
foobar [Sat, 24 Aug 2002 00:56:00 +0000 (00:56 +0000)]
Remove relic from PHP3 days which is not useful anymore.
Zeev Suraski [Sat, 24 Aug 2002 00:45:09 +0000 (00:45 +0000)]
Fix import_request_variables()
<changelog@php.net> [Sat, 24 Aug 2002 00:20:37 +0000 (00:20 +0000)]
ChangeLog update
foobar [Fri, 23 Aug 2002 22:24:02 +0000 (22:24 +0000)]
Made this extension to use the resource stuff
Andi Gutmans [Fri, 23 Aug 2002 22:11:10 +0000 (22:11 +0000)]
- Add \n to configure fprintf
Andi Gutmans [Fri, 23 Aug 2002 22:07:59 +0000 (22:07 +0000)]
- dlerror -> DL_ERROR
foobar [Fri, 23 Aug 2002 20:57:30 +0000 (20:57 +0000)]
ws fix
Rasmus Lerdorf [Fri, 23 Aug 2002 17:53:03 +0000 (17:53 +0000)]
stream closing bug here too
Wez Furlong [Fri, 23 Aug 2002 17:45:46 +0000 (17:45 +0000)]
Fix segfault reported by Rasmus.
Wez Furlong [Fri, 23 Aug 2002 17:39:20 +0000 (17:39 +0000)]
Respect safe mode setting when opening scripts and things for the ZE.
Georg Richter [Fri, 23 Aug 2002 15:56:34 +0000 (15:56 +0000)]
fixed bug #18643
Christian Stocker [Fri, 23 Aug 2002 15:26:19 +0000 (15:26 +0000)]
renamed xslt_dump_* to xslt_result_dump_* to avoid confusion
# will adjust NEWS file later
Christian Stocker [Fri, 23 Aug 2002 15:19:16 +0000 (15:19 +0000)]
fix memleak in xslt->dump_mem()
Thies C. Arntzen [Fri, 23 Aug 2002 14:44:58 +0000 (14:44 +0000)]
debug_backtrace: show include/require/eval as normal functions on the stack
# the hard bit is to find out the args for those
Derick Rethans [Fri, 23 Aug 2002 14:28:56 +0000 (14:28 +0000)]
- No spaces :)
Thies C. Arntzen [Fri, 23 Aug 2002 14:22:25 +0000 (14:22 +0000)]
- debug_backtrace now also returns an array containing the arguments of the
called function.
zeev, andi - is knowing the structure of the stack considered a bad thing in
zend_builtin_function? if yes i would have to create a new function in
zend_ptr_stack.c (but i think we are save this way)
Georg Richter [Fri, 23 Aug 2002 14:10:27 +0000 (14:10 +0000)]
fixed bug #19016
SSL is only available for MYSQL_VERSION_ID >= 40000
Thies C. Arntzen [Fri, 23 Aug 2002 13:50:42 +0000 (13:50 +0000)]
- debug_backtrace:
added "type" ('->' or '::') for object calls.
made calls done thru call_user_func show-up correct in backtraces.
andi,
does this look correct to you?
Thies C. Arntzen [Fri, 23 Aug 2002 12:18:54 +0000 (12:18 +0000)]
those are set by RETURN_FROM_EXECUTE
Georg Richter [Fri, 23 Aug 2002 10:16:19 +0000 (10:16 +0000)]
fixed bug #16965
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
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.
<changelog@php.net> [Fri, 23 Aug 2002 00:18:45 +0000 (00:18 +0000)]
NEWS update
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.
Ilia Alshanetsky [Thu, 22 Aug 2002 19:19:37 +0000 (19:19 +0000)]
Fixed a typo
Marcus Boerger [Thu, 22 Aug 2002 19:14:27 +0000 (19:14 +0000)]
more php_error_docref
Marcus Boerger [Thu, 22 Aug 2002 18:38:44 +0000 (18:38 +0000)]
php_error_docref...
Wez Furlong [Thu, 22 Aug 2002 17:42:18 +0000 (17:42 +0000)]
Fix compile warnings under win32
Wez Furlong [Thu, 22 Aug 2002 17:40:25 +0000 (17:40 +0000)]
*cough*
Wez Furlong [Thu, 22 Aug 2002 17:37:46 +0000 (17:37 +0000)]
Fix error messages.
Marcus Boerger [Thu, 22 Aug 2002 16:21:32 +0000 (16:21 +0000)]
fiw warnings
Christian Stocker [Thu, 22 Aug 2002 16:04:28 +0000 (16:04 +0000)]
- moved xslt_dump_ to better place
- removed unused variables
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)
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
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
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
Marcus Boerger [Thu, 22 Aug 2002 14:02:08 +0000 (14:02 +0000)]
fix zts build
Mark L. Woodward [Thu, 22 Aug 2002 13:30:03 +0000 (13:30 +0000)]
Removed C++ comments
Edin Kadribasic [Thu, 22 Aug 2002 13:23:51 +0000 (13:23 +0000)]
magic.mime seems to be more common name for the file.
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.
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.
Ilia Alshanetsky [Thu, 22 Aug 2002 12:15:20 +0000 (12:15 +0000)]
Fixed a number of compile warnings.
Marcus Boerger [Thu, 22 Aug 2002 10:52:40 +0000 (10:52 +0000)]
fix warning
Marcus Boerger [Thu, 22 Aug 2002 10:16:03 +0000 (10:16 +0000)]
fix php_error_docref parameters
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)
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.
Christian Stocker [Thu, 22 Aug 2002 07:59:11 +0000 (07:59 +0000)]
add allow_webdav_methods as option
Christian Stocker [Thu, 22 Aug 2002 07:56:39 +0000 (07:56 +0000)]
do not check for POST twice
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.
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)
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
foobar [Thu, 22 Aug 2002 01:25:52 +0000 (01:25 +0000)]
kill some compile warnings
foobar [Thu, 22 Aug 2002 01:20:50 +0000 (01:20 +0000)]
style fix
foobar [Thu, 22 Aug 2002 01:06:14 +0000 (01:06 +0000)]
comment out unused variable
foobar [Thu, 22 Aug 2002 00:43:18 +0000 (00:43 +0000)]
kill compiler warning (unused variable)
foobar [Thu, 22 Aug 2002 00:34:07 +0000 (00:34 +0000)]
Fix typo.
foobar [Thu, 22 Aug 2002 00:19:54 +0000 (00:19 +0000)]
These functions are not used elsewhere.
<changelog@php.net> [Thu, 22 Aug 2002 00:17:15 +0000 (00:17 +0000)]
ChangeLog update
foobar [Wed, 21 Aug 2002 23:51:12 +0000 (23:51 +0000)]
Fix ZTS build
Marcus Boerger [Wed, 21 Aug 2002 23:14:40 +0000 (23:14 +0000)]
These require exif and mbstring
Marcus Boerger [Wed, 21 Aug 2002 23:10:44 +0000 (23:10 +0000)]
Test argument passing for CLI
Marcus Boerger [Wed, 21 Aug 2002 23:08:21 +0000 (23:08 +0000)]
This does not work for CLI
Marcus Boerger [Wed, 21 Aug 2002 23:06:38 +0000 (23:06 +0000)]
Added ARGS section to allow passing arguments to CLI tests
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.
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.
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
Marcus Boerger [Wed, 21 Aug 2002 11:37:22 +0000 (11:37 +0000)]
Reflect recent changes to exif.c
Marcus Boerger [Wed, 21 Aug 2002 11:23:44 +0000 (11:23 +0000)]
Fixes array test 004.phpt. Nice copy paste error.