]> granicus.if.org Git - php/log
php
22 years ago- "Use" is not a name :)
Derick Rethans [Tue, 27 Aug 2002 05:30:38 +0000 (05:30 +0000)]
- "Use" is not a name :)

22 years ago-php_error_docref
Marcus Boerger [Tue, 27 Aug 2002 00:44:57 +0000 (00:44 +0000)]
-php_error_docref
-nuke unused variable

22 years agoheader for last commit
Marcus Boerger [Tue, 27 Aug 2002 00:44:07 +0000 (00:44 +0000)]
header for last commit

22 years agocleanup
foobar [Tue, 27 Aug 2002 00:25:39 +0000 (00:25 +0000)]
cleanup

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

22 years ago-fix memory leak on failure
Marcus Boerger [Tue, 27 Aug 2002 00:20:37 +0000 (00:20 +0000)]
-fix memory leak on failure
-only use one function for nearly identical things
-fix stripslashes not working on input directly

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

22 years ago-reimplemented old style output (.exp, .out)
Marcus Boerger [Mon, 26 Aug 2002 23:26:46 +0000 (23:26 +0000)]
-reimplemented old style output (.exp, .out)
-implemented diff format output
-delete error logs on success
@Changed regression tests produce selectable error reports. The tests now
@recognize environment variable TEST_PHP_LOG_FORMAT which can
@contain O and E for old style .out and .exp files, L for new .log format and
@D for an internal diff format that does not require systems diff. (Marcus)
#diff output makes it easier to detect the failure on huge or combined tests.
#It was discussed that the php function's diff output has the advantage that
#it is available on every system. Everyone insisting on systems diff may
#use diff on .exp and .out files.

22 years agofix fwrite to no longer apply stripslashes on input string when
Marcus Boerger [Mon, 26 Aug 2002 23:18:59 +0000 (23:18 +0000)]
fix fwrite to no longer apply stripslashes on input string when
magic_quotes_runtime is set On.

22 years agofix proto and tweak error message
Marcus Boerger [Mon, 26 Aug 2002 23:16:51 +0000 (23:16 +0000)]
fix proto and tweak error message

22 years agodebug_backtrace(): show name of included file for include and require calls
Thies C. Arntzen [Mon, 26 Aug 2002 16:40:34 +0000 (16:40 +0000)]
debug_backtrace(): show name of included file for include and require calls
plus some small fixes suggested by andi.
# now it's perfect;-)

22 years agoImplement com_invoke_ex, which allows the user to specify the invoke kind
Wez Furlong [Mon, 26 Aug 2002 13:36:35 +0000 (13:36 +0000)]
Implement com_invoke_ex, which allows the user to specify the invoke kind
flags, so that custom invocations can be made.
Tidy up code for com_propget and com_propset, so that it can work with
objects as well as resources.
# This code is from a couple of months ago, and has been hanging around
# on my windows dev box; I'm not entirely sure where I needed com_invoke_ex,
# but the additions to propget and propset are useful.

22 years ago- Whitespace
Derick Rethans [Mon, 26 Aug 2002 09:47:46 +0000 (09:47 +0000)]
- Whitespace

22 years ago@- Use escape_shell_cmd() to allow multiple extra parameters to the
Derick Rethans [Mon, 26 Aug 2002 09:44:31 +0000 (09:44 +0000)]
@- Use escape_shell_cmd() to allow multiple extra parameters to the
@  invocation of the mailer as used in the fifth parameter to mail(). (Derick)
- Use escape_shell_cmd() to allow multiple extra parameters to the invocation
  of the mailer as used in the fifth parameter to mail().

22 years agothat propably wasn't a good idea and thus already removed
Marcus Boerger [Mon, 26 Aug 2002 02:07:47 +0000 (02:07 +0000)]
that propably wasn't a good idea and thus already removed

22 years agoSet 'defaultuser' if 'USER' env not found
Pierre Joye [Mon, 26 Aug 2002 00:39:56 +0000 (00:39 +0000)]
Set 'defaultuser' if 'USER' env not found

22 years agoReplace horrendous code :)
Pierre Joye [Mon, 26 Aug 2002 00:37:25 +0000 (00:37 +0000)]
Replace horrendous code :)

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

22 years agoRule 1: Never quickly fix a thing in cvs
Pierre Joye [Mon, 26 Aug 2002 00:18:00 +0000 (00:18 +0000)]
Rule 1: Never quickly fix a thing in cvs
Rule 2: follow rule 1
Thx rasmus :)

22 years agoImplement socket errno values for UNIX based platforms.
Jason Greene [Sun, 25 Aug 2002 23:28:42 +0000 (23:28 +0000)]
Implement socket errno values for UNIX based platforms.
They are all prefixed with SOCKET_ to preserve name space
Win32 will follow...

22 years agoFix ZTS build.
Sebastian Bergmann [Sun, 25 Aug 2002 22:17:56 +0000 (22:17 +0000)]
Fix ZTS build.

22 years agoWS
Wez Furlong [Sun, 25 Aug 2002 19:44:25 +0000 (19:44 +0000)]
WS

22 years agoSlight optimization of php_strtoupper & php_strtoupper functions.
Ilia Alshanetsky [Sun, 25 Aug 2002 19:08:07 +0000 (19:08 +0000)]
Slight optimization of php_strtoupper & php_strtoupper functions.

22 years agoMFB
Marcus Boerger [Sun, 25 Aug 2002 18:48:46 +0000 (18:48 +0000)]
MFB

22 years agouse php_error_docref()
Marcus Boerger [Sun, 25 Aug 2002 18:45:02 +0000 (18:45 +0000)]
use php_error_docref()

22 years agoRemove $_ENV usages, getenv() is used instead
Pierre Joye [Sun, 25 Aug 2002 18:29:32 +0000 (18:29 +0000)]
Remove $_ENV usages, getenv() is used instead
'MAKE' and 'USER' are used, if 'USER' not found I set user to 'defaultuser'

22 years agoimprooved error messages
Marcus Boerger [Sun, 25 Aug 2002 18:21:40 +0000 (18:21 +0000)]
improoved error messages

22 years agoRemove $_ENV usages
Pierre Joye [Sun, 25 Aug 2002 18:21:10 +0000 (18:21 +0000)]
Remove $_ENV usages
Remove $env arg in all functions and uses getenv instead
Note only 'USER' env var is used

22 years agoRemove $_ENV usages, this causes problems with recommanded php.ini files
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()

22 years agoRemoved __output_handler as everybody seems against such implicit
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.

22 years agoFix long line..and typo
foobar [Sun, 25 Aug 2002 12:50:15 +0000 (12:50 +0000)]
Fix long line..and typo

22 years ago@- PHP's cURL extention now requires cURL version 7.9.8 (Derick)
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

22 years agoUse zend_is_callable() instead of php_check_object_method_array() and
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)

22 years agoFix open_basedir.
Wez Furlong [Sun, 25 Aug 2002 12:10:17 +0000 (12:10 +0000)]
Fix open_basedir.

22 years agoPrevent possible problems with include_path.
Wez Furlong [Sun, 25 Aug 2002 12:09:57 +0000 (12:09 +0000)]
Prevent possible problems with include_path.

22 years agoReenable array(object,method) in ob_start()
Marcus Boerger [Sun, 25 Aug 2002 11:50:25 +0000 (11:50 +0000)]
Reenable array(object,method) in ob_start()

22 years agoHopefully really fix #18022 this time.
Wez Furlong [Sun, 25 Aug 2002 11:23:19 +0000 (11:23 +0000)]
Hopefully really fix #18022 this time.

22 years agoPotential fix for Bug#18022:
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.

22 years agoUnify error messages.
Wez Furlong [Sun, 25 Aug 2002 10:36:08 +0000 (10:36 +0000)]
Unify error messages.

22 years agoAdd a "closing" parameter for filters to determine if a flush is the last
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.

22 years agoRemove php_stream_error as discussed with Rasmus.
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).

22 years agoNEWS update
<changelog@php.net> [Sun, 25 Aug 2002 00:19:53 +0000 (00:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 25 Aug 2002 00:18:44 +0000 (00:18 +0000)]
ChangeLog update

22 years agoChanged pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_sta...
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)

22 years agoRename mysql_character_set_name() to mysql_client_encoding(). pg_client_encoding...
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

22 years ago- Whitespace
Andi Gutmans [Sat, 24 Aug 2002 20:57:54 +0000 (20:57 +0000)]
- Whitespace

22 years ago- Whitespace and better variable name
Andi Gutmans [Sat, 24 Aug 2002 20:52:52 +0000 (20:52 +0000)]
- Whitespace and better variable name

22 years agoConvert to unix, related to bug 18588
Marcus Boerger [Sat, 24 Aug 2002 13:28:53 +0000 (13:28 +0000)]
Convert to unix, related to bug 18588

22 years agoUndeprecate mysql_db_query()
Zeev Suraski [Sat, 24 Aug 2002 13:15:35 +0000 (13:15 +0000)]
Undeprecate mysql_db_query()

22 years agoMake this entry a little bit easier for eyes to catch.
foobar [Sat, 24 Aug 2002 13:00:42 +0000 (13:00 +0000)]
Make this entry a little bit easier for eyes to catch.

22 years agoOverwrite control chars in parameters with whitespace instead of truncating.
Stefan Esser [Sat, 24 Aug 2002 11:37:50 +0000 (11:37 +0000)]
Overwrite control chars in parameters with whitespace instead of truncating.

22 years agochanged zend_error -> php_error_docref()
Georg Richter [Sat, 24 Aug 2002 10:53:40 +0000 (10:53 +0000)]
changed zend_error -> php_error_docref()

22 years ago- Also make bz2 archives
Derick Rethans [Sat, 24 Aug 2002 09:56:51 +0000 (09:56 +0000)]
- Also make bz2 archives

22 years agoconvert encoding to cp1251,cp866 was not working, fixed
Den V. Tsopa [Sat, 24 Aug 2002 09:48:00 +0000 (09:48 +0000)]
convert encoding to cp1251,cp866 was not working, fixed

22 years agochanged error messages according to CODING_STANDARDS
Georg Richter [Sat, 24 Aug 2002 09:27:51 +0000 (09:27 +0000)]
changed error messages according to CODING_STANDARDS

22 years agoMySQL changes
Georg Richter [Sat, 24 Aug 2002 09:26:58 +0000 (09:26 +0000)]
MySQL changes

22 years agofix warning
Thies C. Arntzen [Sat, 24 Aug 2002 09:05:44 +0000 (09:05 +0000)]
fix warning

22 years agoFixed typo
Yasuo Ohgaki [Sat, 24 Aug 2002 07:19:40 +0000 (07:19 +0000)]
Fixed typo

22 years agoMake pg_result_status() a little more useufl by ignoring invalid
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)

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

22 years agoRemove relic from PHP3 days which is not useful anymore.
foobar [Sat, 24 Aug 2002 00:56:00 +0000 (00:56 +0000)]
Remove relic from PHP3 days which is not useful anymore.

22 years agoFix import_request_variables()
Zeev Suraski [Sat, 24 Aug 2002 00:45:09 +0000 (00:45 +0000)]
Fix import_request_variables()

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

22 years agoMade this extension to use the resource stuff
foobar [Fri, 23 Aug 2002 22:24:02 +0000 (22:24 +0000)]
Made this extension to use the resource stuff

22 years ago- Add \n to configure fprintf
Andi Gutmans [Fri, 23 Aug 2002 22:11:10 +0000 (22:11 +0000)]
- Add \n to configure fprintf

22 years ago- dlerror -> DL_ERROR
Andi Gutmans [Fri, 23 Aug 2002 22:07:59 +0000 (22:07 +0000)]
- dlerror -> DL_ERROR

22 years agows fix
foobar [Fri, 23 Aug 2002 20:57:30 +0000 (20:57 +0000)]
ws fix

22 years agostream closing bug here too
Rasmus Lerdorf [Fri, 23 Aug 2002 17:53:03 +0000 (17:53 +0000)]
stream closing bug here too

22 years agoFix segfault reported by Rasmus.
Wez Furlong [Fri, 23 Aug 2002 17:45:46 +0000 (17:45 +0000)]
Fix segfault reported by Rasmus.

22 years agoRespect safe mode setting when opening scripts and things for the ZE.
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.

22 years agofixed bug #18643
Georg Richter [Fri, 23 Aug 2002 15:56:34 +0000 (15:56 +0000)]
fixed bug #18643

22 years agorenamed xslt_dump_* to xslt_result_dump_* to avoid confusion
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

22 years agofix memleak in xslt->dump_mem()
Christian Stocker [Fri, 23 Aug 2002 15:19:16 +0000 (15:19 +0000)]
fix memleak in xslt->dump_mem()

22 years agodebug_backtrace: show include/require/eval as normal functions on the stack
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

22 years ago- No spaces :)
Derick Rethans [Fri, 23 Aug 2002 14:28:56 +0000 (14:28 +0000)]
- No spaces :)

22 years ago- debug_backtrace now also returns an array containing the arguments of the
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)

22 years agofixed bug #19016
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

22 years ago- debug_backtrace:
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?

22 years agothose are set by RETURN_FROM_EXECUTE
Thies C. Arntzen [Fri, 23 Aug 2002 12:18:54 +0000 (12:18 +0000)]
those are set by RETURN_FROM_EXECUTE

22 years agofixed bug #16965
Georg Richter [Fri, 23 Aug 2002 10:16:19 +0000 (10:16 +0000)]
fixed bug #16965

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.