]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Thu, 12 Feb 2004 14:44:58 +0000 (14:44 +0000)]
making sure that the provided examples actualy work (or at least do not
generate no parse errors) unless they are really expected to fail
foobar [Thu, 12 Feb 2004 14:34:25 +0000 (14:34 +0000)]
reorder
Andi Gutmans [Thu, 12 Feb 2004 14:31:13 +0000 (14:31 +0000)]
- This was too strict.
Zeev Suraski [Thu, 12 Feb 2004 14:12:37 +0000 (14:12 +0000)]
Fix test
Pierre Joye [Thu, 12 Feb 2004 14:09:53 +0000 (14:09 +0000)]
- Update to DB-1.6.0RC6 (stable)
notabene: No more RC with stable state will be bundled with stable
php release. It's ok for php5 beta4.
Pierre Joye [Thu, 12 Feb 2004 14:08:19 +0000 (14:08 +0000)]
- Remove old DB
Zeev Suraski [Thu, 12 Feb 2004 13:53:51 +0000 (13:53 +0000)]
Fix prototype/warning
Andi Gutmans [Thu, 12 Feb 2004 13:52:47 +0000 (13:52 +0000)]
- More news
Zeev Suraski [Thu, 12 Feb 2004 13:49:55 +0000 (13:49 +0000)]
- Check return-by-reference bit when implementing interface prototypes
- Add infrastructure for built-in functions to hint whether they
return by reference or not. It is NOT currently used for anything,
except for interface prototypes (you can use it to request that the
function that implements your prototype returns by reference or
doesn't return by reference).
For downwards compatibility - by default, interface prototypes are
agnostic as to whether the function that implements them returns
by reference or not. Use ZEND_BEGIN_ARG_INFO_EX() with
ZEND_RETURN_VALUE/ZEND_RETURN_REFERENCE to change that.
- Fix ArrayAccess::getOffset() to conduct additional checks.
If your getOffset() should work with multidimensional arrays - it
must return by reference.
Wez Furlong [Thu, 12 Feb 2004 13:01:14 +0000 (13:01 +0000)]
ensure that install exists before copying files.
Andi Gutmans [Thu, 12 Feb 2004 12:37:13 +0000 (12:37 +0000)]
- Add News entry
Zeev Suraski [Thu, 12 Feb 2004 12:37:04 +0000 (12:37 +0000)]
extend Exception
Wez Furlong [Thu, 12 Feb 2004 12:30:41 +0000 (12:30 +0000)]
Tidy up "nmake clean" for people that don't have a PECL checkout.
Be paranoid when building a snapshot: if the module is not a core
module (eg: it comes from outside of ext or sapi) and it defaults to "yes",
then force it to become shared. This will prevent a pecl ext from
accidentally being compiled statically into the core, and prevent that
ext from breaking the core build. You can still manually force a static
build by explicitly specifying the args for that extension on your configure
line.
Andi Gutmans [Thu, 12 Feb 2004 12:22:45 +0000 (12:22 +0000)]
- Add comments to read/write property/dimension for extension authors
Zeev Suraski [Thu, 12 Feb 2004 12:21:16 +0000 (12:21 +0000)]
extend Exception
Wez Furlong [Thu, 12 Feb 2004 12:11:21 +0000 (12:11 +0000)]
fix copy-n-past error in constructor.
Spotted by Eric Colinet.
Wez Furlong [Thu, 12 Feb 2004 11:55:16 +0000 (11:55 +0000)]
Fix build; line continuation character should be the very last character
on a line, otherwise things b0rk.
Zeev Suraski [Thu, 12 Feb 2004 11:47:53 +0000 (11:47 +0000)]
Update configure
Dmitry Stogov [Thu, 12 Feb 2004 11:02:16 +0000 (11:02 +0000)]
Caching of temorary WSDL files was disabled.
Edin Kadribasic [Thu, 12 Feb 2004 10:53:08 +0000 (10:53 +0000)]
Added zend_exceptions.c to the build
Zeev Suraski [Thu, 12 Feb 2004 10:43:27 +0000 (10:43 +0000)]
zend_default_classes.h -> zend_exceptions.h
Dmitry Stogov [Thu, 12 Feb 2004 10:39:20 +0000 (10:39 +0000)]
Using zend_throw_exception_object() instead of EG(exception).
Andi Gutmans [Thu, 12 Feb 2004 10:39:12 +0000 (10:39 +0000)]
- Add zend_exceptions.c
Zeev Suraski [Thu, 12 Feb 2004 10:38:14 +0000 (10:38 +0000)]
Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead)
NOTE: This currently breaks the build, fixes to php-src and pecl coming
soon
Andi Gutmans [Thu, 12 Feb 2004 10:28:33 +0000 (10:28 +0000)]
- Use zend_throw_exception_object() in throw_handler to make sure it
- does all the checks
Zeev Suraski [Thu, 12 Feb 2004 10:24:40 +0000 (10:24 +0000)]
Exceptions updates:
- Enforce exceptions to be derived from class Exception. This allows
users to perform catch-all. It's not yet complete, so don't get
comfortable with it just yet :) Updates are coming soon.
- Implement zend_throw_exception() using zend_throw_exception_ex()
Andi Gutmans [Thu, 12 Feb 2004 09:50:08 +0000 (09:50 +0000)]
- Add API function to throw exception by using an object
Dmitry Stogov [Thu, 12 Feb 2004 09:05:56 +0000 (09:05 +0000)]
"Runtime Configuration" and "Exceptions" were added.
Andi Gutmans [Thu, 12 Feb 2004 08:46:02 +0000 (08:46 +0000)]
- Go with b4 RC 1 (Sanity package)
<changelog@php.net> [Thu, 12 Feb 2004 01:36:26 +0000 (01:36 +0000)]
ChangeLog update
foobar [Thu, 12 Feb 2004 01:31:57 +0000 (01:31 +0000)]
ws fix
foobar [Thu, 12 Feb 2004 01:28:12 +0000 (01:28 +0000)]
- Fixed bug #23467 (Showing incorrect Time Zone)
# patch by scottmacvicar at ntlworld dot com
Marcus Boerger [Wed, 11 Feb 2004 23:36:25 +0000 (23:36 +0000)]
Cleanup
Marcus Boerger [Wed, 11 Feb 2004 22:58:03 +0000 (22:58 +0000)]
Must be initialized in ZTS mode
Marcus Boerger [Wed, 11 Feb 2004 22:42:53 +0000 (22:42 +0000)]
Update
Marcus Boerger [Wed, 11 Feb 2004 22:38:05 +0000 (22:38 +0000)]
Update
Marcus Boerger [Wed, 11 Feb 2004 22:13:39 +0000 (22:13 +0000)]
Fix: <interface> [extends <interface> [, <ineterface>]* ]
foobar [Wed, 11 Feb 2004 21:20:22 +0000 (21:20 +0000)]
There is CODING_STANDARDS..at least NEW code should respect those..
foobar [Wed, 11 Feb 2004 21:17:35 +0000 (21:17 +0000)]
style
Marcus Boerger [Wed, 11 Feb 2004 21:00:46 +0000 (21:00 +0000)]
Bugfix #27104 CLI/CGI SAPI module variable name conflict
Zeev Suraski [Wed, 11 Feb 2004 19:15:30 +0000 (19:15 +0000)]
Prevent SimpleXML from silently modifying types of variables that are
assigned to its objects.
Implementation notes for overloaded object modules:
- If you return a zval which is not otherwise referenced by the extension
or the engine's symbol table, its reference count should be 0.
- If you receive a value zval in write_property/write_dimension, you
may only modify it if its reference count is 1. Otherwise, you must
create a copy of that zval before making any changes. You should NOT
modify the reference count of the value passed to you.
Have fun!
Zeev Suraski [Wed, 11 Feb 2004 19:12:16 +0000 (19:12 +0000)]
Fix leaks in assignments to overloaded objects
Brian France [Wed, 11 Feb 2004 19:02:39 +0000 (19:02 +0000)]
- Added checks for invalid characters in a cookie name or cookie data
from setrawcookie. (Brian)
- Added new pspell functions to set the dict-dir and data-dir options. (Brian)
Brian France [Wed, 11 Feb 2004 19:00:42 +0000 (19:00 +0000)]
Added checks for invalid characters in a cookie name or cookie data from setrawcookie
Brian France [Wed, 11 Feb 2004 18:50:16 +0000 (18:50 +0000)]
Added two new functions to set the dict-dir and data-dir options.
Ilia Alshanetsky [Wed, 11 Feb 2004 17:32:38 +0000 (17:32 +0000)]
'Touch' the file to make sure re2c is not needed.
Ilia Alshanetsky [Wed, 11 Feb 2004 17:00:48 +0000 (17:00 +0000)]
Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may
result in data loss).
Zeev Suraski [Wed, 11 Feb 2004 16:28:46 +0000 (16:28 +0000)]
Fix leak with overloaded objects, when they're used just "for the hell
of it" :)
Ard Biesheuvel [Wed, 11 Feb 2004 16:20:48 +0000 (16:20 +0000)]
Look in the right place for lib
Dmitry Stogov [Wed, 11 Feb 2004 16:13:15 +0000 (16:13 +0000)]
support for command line interface was improved
Dmitry Stogov [Wed, 11 Feb 2004 16:12:31 +0000 (16:12 +0000)]
Cache files access rights were changed.
Zeev Suraski [Wed, 11 Feb 2004 16:09:46 +0000 (16:09 +0000)]
Get rid of some yucky past, and reenable these tests
Zeev Suraski [Wed, 11 Feb 2004 15:56:13 +0000 (15:56 +0000)]
Fixed a bug the caused overloaded array indices to be converted to strings
Zeev Suraski [Wed, 11 Feb 2004 15:50:23 +0000 (15:50 +0000)]
Turn off bogus warnings with overloaded dimensions and += (and friends)
Ilia Alshanetsky [Wed, 11 Feb 2004 14:52:12 +0000 (14:52 +0000)]
Proper win32 fix.
Zeev Suraski [Wed, 11 Feb 2004 13:58:29 +0000 (13:58 +0000)]
Improve the implementation of unset() on array dimensions to be more
consistent with that of regular variables and string offsets
Dmitry Stogov [Wed, 11 Feb 2004 13:53:50 +0000 (13:53 +0000)]
Now SoapClient uses excptions as default method for error reporting
Zeev Suraski [Wed, 11 Feb 2004 13:01:39 +0000 (13:01 +0000)]
Fix bug #25038
Rob Richards [Wed, 11 Feb 2004 13:00:19 +0000 (13:00 +0000)]
Fix test
Zeev Suraski [Wed, 11 Feb 2004 12:35:24 +0000 (12:35 +0000)]
Fix crash (patch by Rob Richards)
Zeev Suraski [Wed, 11 Feb 2004 12:31:18 +0000 (12:31 +0000)]
Fix exceptions thrown without a stack frame
Always enable set_exception_handler()
Rob Richards [Wed, 11 Feb 2004 12:19:26 +0000 (12:19 +0000)]
Fix compiler warnings
Update tests
Ard Biesheuvel [Wed, 11 Feb 2004 12:08:44 +0000 (12:08 +0000)]
Add version info about run-time client library
# A number of user crashes appear to be caused
# by using incorrect combinations of libraries
Ard Biesheuvel [Wed, 11 Feb 2004 11:59:08 +0000 (11:59 +0000)]
CS/WS
Andi Gutmans [Wed, 11 Feb 2004 11:53:45 +0000 (11:53 +0000)]
- Change to b4
Zeev Suraski [Wed, 11 Feb 2004 11:52:33 +0000 (11:52 +0000)]
Change FETCH_RESOURCE to return false on error instead of null, for
consistency with other error situations
Zeev Suraski [Wed, 11 Feb 2004 11:46:20 +0000 (11:46 +0000)]
Finally add a notice to hint people that using dl() is a bad idea...
Zeev Suraski [Wed, 11 Feb 2004 10:51:05 +0000 (10:51 +0000)]
Fix bug #26802 (the right aspects of it found by Marcus, anyway :)
Zeev Suraski [Wed, 11 Feb 2004 10:48:20 +0000 (10:48 +0000)]
Fix and clarify the test case
Zeev Suraski [Wed, 11 Feb 2004 09:42:58 +0000 (09:42 +0000)]
Complete the fix for handling of exceptions happening during the
argument passing phase of function calls (fixes bug #26866)
Zeev Suraski [Wed, 11 Feb 2004 09:42:10 +0000 (09:42 +0000)]
whitespace
Georg Richter [Wed, 11 Feb 2004 08:34:08 +0000 (08:34 +0000)]
removed printfs :)
Thx Andi!
Georg Richter [Wed, 11 Feb 2004 07:39:28 +0000 (07:39 +0000)]
changed first param in mysqli_bind_param
Georg Richter [Wed, 11 Feb 2004 07:38:43 +0000 (07:38 +0000)]
changed first parameter in mysqli_bind_param from array to string
(as discussed on berlin db meeting)
<changelog@php.net> [Wed, 11 Feb 2004 01:32:14 +0000 (01:32 +0000)]
ChangeLog update
Rui Hirokawa [Wed, 11 Feb 2004 00:45:07 +0000 (00:45 +0000)]
fixed a compilation error.
Zeev Suraski [Tue, 10 Feb 2004 22:13:07 +0000 (22:13 +0000)]
Ignore the memleak in this test
Timm Friebe [Tue, 10 Feb 2004 20:39:08 +0000 (20:39 +0000)]
- Removed pointless call to error_reporting()
Zeev Suraski [Tue, 10 Feb 2004 18:50:10 +0000 (18:50 +0000)]
Clear that up
Zeev Suraski [Tue, 10 Feb 2004 18:46:53 +0000 (18:46 +0000)]
Cleanup
Zeev Suraski [Tue, 10 Feb 2004 17:55:32 +0000 (17:55 +0000)]
Fix report_memleaks
Ilia Alshanetsky [Tue, 10 Feb 2004 17:44:31 +0000 (17:44 +0000)]
Fixed win32 build.
Fixed building of libfcgi when PHP is built from another directory.
Added missing headers needed for wait().
Removed duplicate signal.h header.
Removed unneeded variables.
Zeev Suraski [Tue, 10 Feb 2004 17:44:18 +0000 (17:44 +0000)]
Whitespace
Zeev Suraski [Tue, 10 Feb 2004 17:01:55 +0000 (17:01 +0000)]
Fix bug #26698 (exceptions handled properly during argument passing to functions)
Ilia Alshanetsky [Tue, 10 Feb 2004 16:08:54 +0000 (16:08 +0000)]
Fixed bug #26653 (open_basedir incorrectly resolved on win32).
Zeev Suraski [Tue, 10 Feb 2004 16:08:01 +0000 (16:08 +0000)]
Fix bug #27186
Zeev Suraski [Tue, 10 Feb 2004 15:30:32 +0000 (15:30 +0000)]
Fix bug #26869
Andi Gutmans [Tue, 10 Feb 2004 15:20:51 +0000 (15:20 +0000)]
Fix a couple of tests
Zeev Suraski [Tue, 10 Feb 2004 14:52:14 +0000 (14:52 +0000)]
Fix refcounting of ++/+= overloading (fix leak in __get()/__set()
based classes)
Jan Lehnardt [Tue, 10 Feb 2004 14:40:39 +0000 (14:40 +0000)]
- fix #27197 for Greg (cellog@php.net)
Dmitry Stogov [Tue, 10 Feb 2004 13:41:21 +0000 (13:41 +0000)]
WSDL caching was implemented
foobar [Tue, 10 Feb 2004 12:58:36 +0000 (12:58 +0000)]
Add test case for bug #26866
Andi Gutmans [Tue, 10 Feb 2004 11:44:17 +0000 (11:44 +0000)]
- Nuke more unused code
Zeev Suraski [Tue, 10 Feb 2004 11:39:52 +0000 (11:39 +0000)]
Fix handling in assignment using multidimensional array syntax to string
offset ($s = "FUBAR"; $s[0][0] = 1;)
Andi Gutmans [Tue, 10 Feb 2004 11:20:52 +0000 (11:20 +0000)]
- We will go with PHP 4 behavior. With the new object model assigning by
reference has lost a lot of its importance.
Andi Gutmans [Tue, 10 Feb 2004 10:44:09 +0000 (10:44 +0000)]
- Remove junk
Zeev Suraski [Tue, 10 Feb 2004 10:07:46 +0000 (10:07 +0000)]
Fix exception handling in opcodes spanned across multiple oplines (fixes the crash in __set())
Zeev Suraski [Tue, 10 Feb 2004 09:37:11 +0000 (09:37 +0000)]
Update NEWS
Zeev Suraski [Tue, 10 Feb 2004 09:30:38 +0000 (09:30 +0000)]
Implement get callback for SimpleXML (it now supports pre/post increment
as well as binary-assign-ops)
Zeev Suraski [Tue, 10 Feb 2004 09:29:42 +0000 (09:29 +0000)]
- Fix pre/post increment for overloaded objects
- Fix binary-assign-op for overloaded objects
NOTE: This requires the implementation of the 'get' callback!