]>
granicus.if.org Git - php/log
<changelog@php.net> [Tue, 11 Feb 2003 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 11 Feb 2003 01:24:07 +0000 (01:24 +0000)]
Bug #20426. Convert SMALLDATETIME correct
Stig Bakken [Tue, 11 Feb 2003 01:17:20 +0000 (01:17 +0000)]
* clean up so Jani is not so confused
Sascha Schumann [Tue, 11 Feb 2003 00:58:54 +0000 (00:58 +0000)]
Add "log to stdout" feature
Harald Radi [Tue, 11 Feb 2003 00:55:27 +0000 (00:55 +0000)]
clean up source and improve hashing for implicitly
created objects (aka return values)
Harald Radi [Tue, 11 Feb 2003 00:54:27 +0000 (00:54 +0000)]
improved reverse lookup of ProgID based on an IDispatch pointer
Sascha Schumann [Tue, 11 Feb 2003 00:50:00 +0000 (00:50 +0000)]
update regarding session.save_path
Sascha Schumann [Tue, 11 Feb 2003 00:42:54 +0000 (00:42 +0000)]
support setting the filemode using session.save_path
Sascha Schumann [Tue, 11 Feb 2003 00:42:14 +0000 (00:42 +0000)]
use appropiate prefixes in the ps_module structure so we don't clash
with syscalls
foobar [Tue, 11 Feb 2003 00:34:35 +0000 (00:34 +0000)]
fix news entry per for file() parameter..
foobar [Tue, 11 Feb 2003 00:09:03 +0000 (00:09 +0000)]
Blah
foobar [Tue, 11 Feb 2003 00:08:51 +0000 (00:08 +0000)]
krhm..
Wez Furlong [Mon, 10 Feb 2003 23:22:49 +0000 (23:22 +0000)]
fix rpc_error call
Ilia Alshanetsky [Mon, 10 Feb 2003 22:26:53 +0000 (22:26 +0000)]
Merged the flags for the file() function into a single flag.
Harald Radi [Mon, 10 Feb 2003 20:59:11 +0000 (20:59 +0000)]
a bunch of fixes
Harald Radi [Mon, 10 Feb 2003 20:58:30 +0000 (20:58 +0000)]
s/com/skeleton/ is not always a good idea
Wez Furlong [Mon, 10 Feb 2003 20:30:24 +0000 (20:30 +0000)]
byref really means that we want the zval...
Moriyoshi Koizumi [Mon, 10 Feb 2003 20:18:08 +0000 (20:18 +0000)]
Fixed possible snprintf problem
# besides snprintf returns int value, not uint / size_t...
Moriyoshi Koizumi [Mon, 10 Feb 2003 20:11:10 +0000 (20:11 +0000)]
Fixed possible buffer overflow in 64bit systems
Moriyoshi Koizumi [Mon, 10 Feb 2003 19:55:18 +0000 (19:55 +0000)]
dot dot dot..
Moriyoshi Koizumi [Mon, 10 Feb 2003 19:53:13 +0000 (19:53 +0000)]
MFB: Fixed typo
Moriyoshi Koizumi [Mon, 10 Feb 2003 19:45:34 +0000 (19:45 +0000)]
Jani happification
Moriyoshi Koizumi [Mon, 10 Feb 2003 19:39:43 +0000 (19:39 +0000)]
New function
# "deprecate me!"
Moriyoshi Koizumi [Mon, 10 Feb 2003 19:12:02 +0000 (19:12 +0000)]
Removed unnecessary code
Moriyoshi Koizumi [Mon, 10 Feb 2003 19:04:44 +0000 (19:04 +0000)]
Fixed zlib.output_compression so it can work even if zlib extension is built as shared
Melvyn Sopacua [Mon, 10 Feb 2003 18:58:49 +0000 (18:58 +0000)]
MFB: disable output buffering
Wez Furlong [Mon, 10 Feb 2003 18:37:28 +0000 (18:37 +0000)]
Implement com_describe
foobar [Mon, 10 Feb 2003 17:09:48 +0000 (17:09 +0000)]
- Updated libtool to 1.4.3 which has test for the sed problem..
Zeev Suraski [Mon, 10 Feb 2003 16:46:05 +0000 (16:46 +0000)]
Fix zend_initialize_class_data()
Zeev Suraski [Mon, 10 Feb 2003 16:11:24 +0000 (16:11 +0000)]
Centralize class initialization
Jon Parise [Mon, 10 Feb 2003 15:46:47 +0000 (15:46 +0000)]
Correct the spelling of 'supported'.
Stig Bakken [Mon, 10 Feb 2003 14:27:21 +0000 (14:27 +0000)]
* update PEAR::isError phpdoc
Stig Bakken [Mon, 10 Feb 2003 14:26:19 +0000 (14:26 +0000)]
* PEAR::isError accepts second parameter that will be matched against
the error code. PEAR::isError($obj, FOO) will return true if $obj
is an error object, and $obj->getCode() returns FOO.
Stig Bakken [Mon, 10 Feb 2003 14:17:32 +0000 (14:17 +0000)]
* the "a" in "pear" is "application" now
Wez Furlong [Mon, 10 Feb 2003 13:13:28 +0000 (13:13 +0000)]
Error reporting clean up
Zeev Suraski [Mon, 10 Feb 2003 12:46:58 +0000 (12:46 +0000)]
- Treat $this->foo inside class X as an implicit 'public $foo' if X::$foo
is not explicitly declared
- Forbid multiple declaration of the same variable
Wez Furlong [Mon, 10 Feb 2003 12:36:07 +0000 (12:36 +0000)]
Newly created objects should use a separate function_table from the global class entry table.
For objects instantiated via new, make sure that intern->function_table uses the newly created table when the class is registered.
For generic per-object hashing, copy the ce->function_table into intern->function_table.
Wez Furlong [Mon, 10 Feb 2003 12:33:15 +0000 (12:33 +0000)]
Error reporting leaks and cleanup
Zeev Suraski [Mon, 10 Feb 2003 11:49:21 +0000 (11:49 +0000)]
whitespace
Zeev Suraski [Mon, 10 Feb 2003 11:03:22 +0000 (11:03 +0000)]
Add missing destructors
Zeev Suraski [Mon, 10 Feb 2003 10:58:56 +0000 (10:58 +0000)]
Fix the test
Stanislav Malyshev [Mon, 10 Feb 2003 10:57:14 +0000 (10:57 +0000)]
update static constants too
Zeev Suraski [Mon, 10 Feb 2003 10:04:08 +0000 (10:04 +0000)]
Fix get_parent_class()
Zeev Suraski [Mon, 10 Feb 2003 10:03:19 +0000 (10:03 +0000)]
Restore missing check
Wez Furlong [Mon, 10 Feb 2003 09:49:31 +0000 (09:49 +0000)]
Add additional optional parameter to openssl_pkcs7_encrypt to specify the
cipher. The cipher can be one of the constants listed below.
Based on a patch from:
stefan at cuba dot ionum dot ch
OPENSSL_CIPHER_RC2_40, (the default)
OPENSSL_CIPHER_RC2_128,
OPENSSL_CIPHER_RC2_64,
OPENSSL_CIPHER_DES,
OPENSSL_CIPHER_3DES,
proto bool openssl_pkcs7_encrypt(string infile, string outfile,
mixed recipcerts, array headers [, long flags [, long cipher]])
Zeev Suraski [Mon, 10 Feb 2003 09:45:27 +0000 (09:45 +0000)]
Add ability to reference self:: and parent:: in constant initializers
(bug #21849)
Zeev Suraski [Mon, 10 Feb 2003 08:32:44 +0000 (08:32 +0000)]
Remove redundant code
<changelog@php.net> [Mon, 10 Feb 2003 01:32:53 +0000 (01:32 +0000)]
ChangeLog update
Hartmut Holzgraefe [Mon, 10 Feb 2003 00:47:45 +0000 (00:47 +0000)]
proto fixes
foobar [Mon, 10 Feb 2003 00:21:51 +0000 (00:21 +0000)]
some win32 fixes by Kai
Wez Furlong [Mon, 10 Feb 2003 00:20:53 +0000 (00:20 +0000)]
Fix php.ini customization.
Apparently, it seems that running the php script with output captured to
the log prevented it from working correctly.
Also, deletes the php.ini when uninstalled.
TODO: The defaults install and activate all extensions. This is a problem
for those extension that require non-bundled .dlls (such as OCI).
foobar [Sun, 9 Feb 2003 23:48:22 +0000 (23:48 +0000)]
style, ws
foobar [Sun, 9 Feb 2003 23:29:56 +0000 (23:29 +0000)]
Some compilers puke on these..
Harald Radi [Sun, 9 Feb 2003 23:17:42 +0000 (23:17 +0000)]
fix a memleak
Wez Furlong [Sun, 9 Feb 2003 23:11:23 +0000 (23:11 +0000)]
ZTS fix
foobar [Sun, 9 Feb 2003 23:09:23 +0000 (23:09 +0000)]
We move, fix, change or add stuff
Kai Schroeder [Sun, 9 Feb 2003 21:44:51 +0000 (21:44 +0000)]
fix for #17928
Wez Furlong [Sun, 9 Feb 2003 21:40:13 +0000 (21:40 +0000)]
Fix various little leaks and segfaults.
Fix scripts like this:
$obj = new COM('Foo');
$obj2 = $obj->get_object();
$obj2->method(); // <-- would segfault here
Wez Furlong [Sun, 9 Feb 2003 21:37:41 +0000 (21:37 +0000)]
Add get_class_name handler so that the current var_dump implementation does not segfault.
Add a generic rpc_object_from_data() function for generating rpc objects from C code (as discussed with Harald).
Wez Furlong [Sun, 9 Feb 2003 21:35:31 +0000 (21:35 +0000)]
Fix some warnings
Sascha Schumann [Sun, 9 Feb 2003 21:15:55 +0000 (21:15 +0000)]
use SUCCESS/FAILURE instead of 0/-1
Ilia Alshanetsky [Sun, 9 Feb 2003 20:47:32 +0000 (20:47 +0000)]
New features.
Ilia Alshanetsky [Sun, 9 Feb 2003 20:43:05 +0000 (20:43 +0000)]
Added feature request #9173 (added stream_get_line(), this function will
read either the specified number of bytes or until the ending string is
found).
Ilia Alshanetsky [Sun, 9 Feb 2003 20:35:54 +0000 (20:35 +0000)]
Added feature request #17983 (optional parameter to mkdir() that makes
directory creation recursive).
Fixed prototype for file() function.
foobar [Sun, 9 Feb 2003 20:07:22 +0000 (20:07 +0000)]
order, style..
Ilia Alshanetsky [Sun, 9 Feb 2003 20:05:13 +0000 (20:05 +0000)]
Added feature request #14097 (option allowing file() command not to include
line endings in it's output. As well as another option, which allows blank
lines to be excluded from the output).
foobar [Sun, 9 Feb 2003 19:57:50 +0000 (19:57 +0000)]
break: First one not needed, second missing.
Shane Caraveo [Sun, 9 Feb 2003 19:52:43 +0000 (19:52 +0000)]
news entry for previous commit
foobar [Sun, 9 Feb 2003 19:09:52 +0000 (19:09 +0000)]
Fixed compile failures when ZLIB / PCRE are compiled as shared
extensions in same build.
foobar [Sun, 9 Feb 2003 18:47:21 +0000 (18:47 +0000)]
Let this compile even if PCRE is compiled as shared in same build.
Zeev Suraski [Sun, 9 Feb 2003 17:30:50 +0000 (17:30 +0000)]
Fix the array() problem (and probably some other problems too)
foobar [Sun, 9 Feb 2003 14:59:07 +0000 (14:59 +0000)]
Fixed bug #22131, enable use of shared lib with pcre.
Marcus Boerger [Sun, 9 Feb 2003 14:17:05 +0000 (14:17 +0000)]
Kill some warnings
# the remainig is not easy to solve: float_var = float_cast(extpression)
# This cannot be fixed by simply casting again to float because some
# compilers may ignore the double casting.
Marcus Boerger [Sun, 9 Feb 2003 14:05:23 +0000 (14:05 +0000)]
XBM for win
Kai Schroeder [Sun, 9 Feb 2003 13:54:01 +0000 (13:54 +0000)]
shane added is_executable() for windows last night
Kai Schroeder [Sun, 9 Feb 2003 13:52:46 +0000 (13:52 +0000)]
reverting to version 1.5; shane added is_executable() for windows last night
Kai Schroeder [Sun, 9 Feb 2003 13:25:23 +0000 (13:25 +0000)]
newlines changed
Kai Schroeder [Sun, 9 Feb 2003 13:23:50 +0000 (13:23 +0000)]
getopt() is currently not available on Windows
Kai Schroeder [Sun, 9 Feb 2003 13:20:17 +0000 (13:20 +0000)]
there are no symlinks on Windows
Kai Schroeder [Sun, 9 Feb 2003 13:19:23 +0000 (13:19 +0000)]
is_executable() does not exist on Windows
Kai Schroeder [Sun, 9 Feb 2003 12:34:55 +0000 (12:34 +0000)]
die() to skip second message
Kai Schroeder [Sun, 9 Feb 2003 12:28:01 +0000 (12:28 +0000)]
MSVC's mktime() does not examine the existence of a daylight-saving-time zone
Kai Schroeder [Sun, 9 Feb 2003 12:22:18 +0000 (12:22 +0000)]
Windows doesn't know timezone CET
Kai Schroeder [Sun, 9 Feb 2003 12:21:47 +0000 (12:21 +0000)]
skip for Windows (does not support dates prior to midnight, January 1, 1970)
Kai Schroeder [Sun, 9 Feb 2003 12:20:54 +0000 (12:20 +0000)]
Windows does not support dates prior to midnight, January 1, 1970
Kai Schroeder [Sun, 9 Feb 2003 12:19:02 +0000 (12:19 +0000)]
test for mktime()
Derick Rethans [Sun, 9 Feb 2003 12:15:05 +0000 (12:15 +0000)]
- Whitespace fixes
Frank M. Kromann [Sun, 9 Feb 2003 09:39:53 +0000 (09:39 +0000)]
cleanup variable initializations
Frank M. Kromann [Sun, 9 Feb 2003 08:33:40 +0000 (08:33 +0000)]
Fixing coredump when no php.ini file is used
Frank M. Kromann [Sun, 9 Feb 2003 07:50:56 +0000 (07:50 +0000)]
MFB
Yasuo Ohgaki [Sun, 9 Feb 2003 07:50:16 +0000 (07:50 +0000)]
Fixed one more improper row offset handling.
Yasuo Ohgaki [Sun, 9 Feb 2003 07:24:18 +0000 (07:24 +0000)]
Fixed improper result offset handling.
Prevent error when connection is broken. (optional)
Frank M. Kromann [Sun, 9 Feb 2003 07:18:02 +0000 (07:18 +0000)]
Bug #21707 problem with real
Frank M. Kromann [Sun, 9 Feb 2003 06:27:38 +0000 (06:27 +0000)]
Syncronize with branch
Shane Caraveo [Sun, 9 Feb 2003 03:49:43 +0000 (03:49 +0000)]
is_executable() now available on win32
stats can now get information provided by access()
<changelog@php.net> [Sun, 9 Feb 2003 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Shane Caraveo [Sun, 9 Feb 2003 00:30:49 +0000 (00:30 +0000)]
whitespace changes
Georg Richter [Sat, 8 Feb 2003 20:54:02 +0000 (20:54 +0000)]
fixed zend_parse_method_param
Andrey Hristov [Sat, 8 Feb 2003 19:13:04 +0000 (19:13 +0000)]
adding a note.
Andrey Hristov [Sat, 8 Feb 2003 19:11:04 +0000 (19:11 +0000)]
making it compilable under ZE2 (PHP5).
NOTE : Even it is compilable there is an compilation warning because of that
handle_function_call is deprecated in ZE2 (#if 0). Look like there will is
a problem with __call().