]>
granicus.if.org Git - php/log
Rob Richards [Tue, 3 May 2005 22:55:03 +0000 (22:55 +0000)]
Fix bug #32930 (class extending DOMDocument doesn't clone properly)
Ilia Alshanetsky [Tue, 3 May 2005 22:50:00 +0000 (22:50 +0000)]
Prevent double free.
Marcus Boerger [Tue, 3 May 2005 22:28:44 +0000 (22:28 +0000)]
- Add another note
Marcus Boerger [Tue, 3 May 2005 22:18:19 +0000 (22:18 +0000)]
- Make line counting work with FileObject::fgetc()
- Add a test for FileObject::fgetc()
- Update docs
Marcus Boerger [Tue, 3 May 2005 21:11:26 +0000 (21:11 +0000)]
- Change FileObject's line counting to be zero based
- Make FileObject implement SeekableIterator
- Add tests
Dmitry Stogov [Tue, 3 May 2005 14:05:52 +0000 (14:05 +0000)]
Fixed notice message
Dmitry Stogov [Tue, 3 May 2005 13:46:00 +0000 (13:46 +0000)]
Fixed error message
Dmitry Stogov [Tue, 3 May 2005 12:47:27 +0000 (12:47 +0000)]
Fixed destruction of zval after returning from __call()
Marcus Boerger [Tue, 3 May 2005 12:09:26 +0000 (12:09 +0000)]
- Fix speling
- Add links
foobar [Tue, 3 May 2005 11:34:32 +0000 (11:34 +0000)]
- acconfig.h should not be installed. (it is only a template file..)
Marcus Boerger [Tue, 3 May 2005 09:52:01 +0000 (09:52 +0000)]
- Fix tests affected by fix
Dmitry Stogov [Tue, 3 May 2005 08:52:04 +0000 (08:52 +0000)]
Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
Now get_class_methods() shows accessible private and protected methods if it is called from class scope.
<changelog@php.net> [Tue, 3 May 2005 00:35:54 +0000 (00:35 +0000)]
ChangeLog update
Rob Richards [Mon, 2 May 2005 19:50:58 +0000 (19:50 +0000)]
- now stable thanks to Pierre
- prep for release
Rob Richards [Mon, 2 May 2005 19:39:53 +0000 (19:39 +0000)]
- remove Experimental
- add Pierre to Credits
- update TODO
Marcus Boerger [Mon, 2 May 2005 16:18:02 +0000 (16:18 +0000)]
- Extend API to support real existance test without the need to add any new
functions or change any behavior
Marcus Boerger [Mon, 2 May 2005 15:57:35 +0000 (15:57 +0000)]
- Part 2 of #30126: Enhancement for error message for abstract classes
Marcus Boerger [Mon, 2 May 2005 15:55:05 +0000 (15:55 +0000)]
- Part 1 of #30126: Enhancement for error message for abstract classes
Andrey Hristov [Mon, 2 May 2005 12:32:21 +0000 (12:32 +0000)]
fixed div by zero
#div by zero is bad...div by zero is bad...bad
Andrey Hristov [Mon, 2 May 2005 12:29:38 +0000 (12:29 +0000)]
add possibility to calculate the standard deviation and the variance
on a sample - the formulae are slightly different.
Andrey Hristov [Mon, 2 May 2005 12:12:04 +0000 (12:12 +0000)]
add also math_variance() which uses the same calculation as math_std_dev()
Andrey Hristov [Mon, 2 May 2005 11:01:14 +0000 (11:01 +0000)]
fix division by zero. throw an warning if the array is empty.
Andrey Hristov [Mon, 2 May 2005 09:18:05 +0000 (09:18 +0000)]
FRN
Andrey Hristov [Mon, 2 May 2005 09:17:49 +0000 (09:17 +0000)]
add math_std_dev()
<changelog@php.net> [Mon, 2 May 2005 00:36:00 +0000 (00:36 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 1 May 2005 19:48:55 +0000 (19:48 +0000)]
Fixed bug #32608 (html_entity_decode() converts single quotes even if
ENT_NOQUOTES is given).
Pierre Joye [Sun, 1 May 2005 06:01:56 +0000 (06:01 +0000)]
- MFB: #32891, init old y positions to non possible values. -1 being used
if the center start a (x,0)
<changelog@php.net> [Sun, 1 May 2005 00:34:56 +0000 (00:34 +0000)]
ChangeLog update
Rob Richards [Sat, 30 Apr 2005 10:36:02 +0000 (10:36 +0000)]
prep for release
foobar [Sat, 30 Apr 2005 09:29:09 +0000 (09:29 +0000)]
- Fix problems with phpized ext/imap
foobar [Sat, 30 Apr 2005 04:27:23 +0000 (04:27 +0000)]
- Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
foobar [Sat, 30 Apr 2005 04:12:01 +0000 (04:12 +0000)]
Silence the warnings about weird characters in this man page
foobar [Sat, 30 Apr 2005 02:40:19 +0000 (02:40 +0000)]
Moved phpextdist to dev/
foobar [Sat, 30 Apr 2005 01:52:22 +0000 (01:52 +0000)]
- No need to iterate through the options twice
<changelog@php.net> [Sat, 30 Apr 2005 00:36:09 +0000 (00:36 +0000)]
ChangeLog update
foobar [Sat, 30 Apr 2005 00:15:07 +0000 (00:15 +0000)]
re2c 0.96 is the one that works (tm)
foobar [Sat, 30 Apr 2005 00:12:42 +0000 (00:12 +0000)]
We do allow 2.0 now too.
Ilia Alshanetsky [Fri, 29 Apr 2005 19:01:33 +0000 (19:01 +0000)]
Attempt to eliminate seek() prior to every write.
foobar [Fri, 29 Apr 2005 10:40:01 +0000 (10:40 +0000)]
compile fix
Andrey Hristov [Fri, 29 Apr 2005 10:23:55 +0000 (10:23 +0000)]
multi_query is no more global
#thanks Sebastian!
foobar [Fri, 29 Apr 2005 08:54:16 +0000 (08:54 +0000)]
Make sure E_STRICT is set always
Dmitry Stogov [Fri, 29 Apr 2005 07:59:04 +0000 (07:59 +0000)]
Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with array_push())
Dmitry Stogov [Fri, 29 Apr 2005 07:03:54 +0000 (07:03 +0000)]
Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On)
Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On)
Fixed bug #32080 (segfault when assigning object to itself with zend.ze1_compatibility_mode=On)
Dmitry Stogov [Fri, 29 Apr 2005 05:38:54 +0000 (05:38 +0000)]
Fixed WSDL cache bug
foobar [Fri, 29 Apr 2005 01:55:52 +0000 (01:55 +0000)]
typofix
foobar [Fri, 29 Apr 2005 01:37:19 +0000 (01:37 +0000)]
Add auto_globals_jit entry to php.ini-* (bug #29514)
foobar [Fri, 29 Apr 2005 01:18:41 +0000 (01:18 +0000)]
- Make sure E_STRICT is set when expecting Strict errors..
foobar [Fri, 29 Apr 2005 01:04:32 +0000 (01:04 +0000)]
- Unify error_reporting setting + make sure E_STRICT is set when wanted
foobar [Fri, 29 Apr 2005 00:49:47 +0000 (00:49 +0000)]
Added test for bug #30578
<changelog@php.net> [Fri, 29 Apr 2005 00:43:01 +0000 (00:43 +0000)]
ChangeLog update
foobar [Fri, 29 Apr 2005 00:33:40 +0000 (00:33 +0000)]
BFN
Ilia Alshanetsky [Thu, 28 Apr 2005 23:49:04 +0000 (23:49 +0000)]
e* allocation cannot fail.
Dmitry Stogov [Thu, 28 Apr 2005 17:40:11 +0000 (17:40 +0000)]
Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
Antony Dovgal [Thu, 28 Apr 2005 14:34:02 +0000 (14:34 +0000)]
add test for bug #32828
foobar [Thu, 28 Apr 2005 14:23:57 +0000 (14:23 +0000)]
int != long
Antony Dovgal [Thu, 28 Apr 2005 14:20:28 +0000 (14:20 +0000)]
fix #32828 (Throwing exception in output_callback function with ob_start and
ob_end_clean leads to segfault)
Antony Dovgal [Thu, 28 Apr 2005 14:10:42 +0000 (14:10 +0000)]
handle unsupported datatype (OCIBindByName segfaults somewhere in OCI lib when
unknown type is provided)
foobar [Thu, 28 Apr 2005 13:14:26 +0000 (13:14 +0000)]
- Added fastcgi.logging php.ini option to be able to disable
logging through the fastcgi connection
Rob Richards [Thu, 28 Apr 2005 12:16:32 +0000 (12:16 +0000)]
- Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
gives a segfault)
foobar [Thu, 28 Apr 2005 07:50:53 +0000 (07:50 +0000)]
- Reorder request shutdown calls: Call all __destruct() functions and
register_shutdown_function() callbacks before flushing output buffers
and sending headers.
- Fixes bug #30578 and possibly others related to output buffering.
# Added some comments too about what happens and where
Wez Furlong [Thu, 28 Apr 2005 02:55:14 +0000 (02:55 +0000)]
consolidate the various tls get/set calls for the different platforms into
a single macro, at Andi's request.
<changelog@php.net> [Thu, 28 Apr 2005 00:35:07 +0000 (00:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 28 Apr 2005 00:25:25 +0000 (00:25 +0000)]
Allocation checks around persistent allocs that can fail.
foobar [Wed, 27 Apr 2005 23:27:37 +0000 (23:27 +0000)]
Better use zval_ptr_dtor() instead (thanks Andi)
Wez Furlong [Wed, 27 Apr 2005 22:19:54 +0000 (22:19 +0000)]
Add three new TSRM api functions:
TSRM_API void *tsrm_new_interpreter_context(void);
TSRM_API void *tsrm_set_interpreter_context(void *new_ctx);
TSRM_API void tsrm_free_interpreter_context(void *context);
These can be used, with a suitable SAPI, to host multiple interpreters on
the same thread.
Andrey Hristov [Wed, 27 Apr 2005 21:24:37 +0000 (21:24 +0000)]
rename
Andrey Hristov [Wed, 27 Apr 2005 17:53:15 +0000 (17:53 +0000)]
fix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)
#this is a partial fix but it cannot be better. the user has to call
#$stmt->store_result() and for a BLOB/MEDIUTEXT (and larger) space will be
#allocated as big as the biggest column value.
Dmitry Stogov [Wed, 27 Apr 2005 15:45:36 +0000 (15:45 +0000)]
Fixed bug #29210 (Function: is_callable - no support for private and protected classes)
Dmitry Stogov [Wed, 27 Apr 2005 13:30:53 +0000 (13:30 +0000)]
Fixed bug #29104 (Function declaration in method doesn't work)
Anantha Kesari H Y [Wed, 27 Apr 2005 13:22:18 +0000 (13:22 +0000)]
check should be on host_alias rather than on target_alias, but somehow works on configure generated using autoconf 2.57.
foobar [Wed, 27 Apr 2005 13:12:55 +0000 (13:12 +0000)]
- Made the libxml related stuff to error out if someone does --disable-all
or --disable-libxml. Better than silently just leave the ext out..
Dmitry Stogov [Wed, 27 Apr 2005 12:16:32 +0000 (12:16 +0000)]
Fixed bug #32833 (Invalid opcode)
Andrey Hristov [Wed, 27 Apr 2005 12:12:58 +0000 (12:12 +0000)]
MFB (fixing bug 31668)
foobar [Wed, 27 Apr 2005 08:10:41 +0000 (08:10 +0000)]
nuking that file was not very good idea :)
Dmitry Stogov [Wed, 27 Apr 2005 06:47:08 +0000 (06:47 +0000)]
Fixed bug #32674 (exception in iterator causes crash)
Ilia Alshanetsky [Wed, 27 Apr 2005 03:12:18 +0000 (03:12 +0000)]
removed debug code.
<changelog@php.net> [Wed, 27 Apr 2005 00:38:26 +0000 (00:38 +0000)]
ChangeLog update
Dmitry Stogov [Tue, 26 Apr 2005 13:23:23 +0000 (13:23 +0000)]
Fixed bug #30889 (Conflict between __get/__set and ++ operator)
Dmitry Stogov [Tue, 26 Apr 2005 12:01:31 +0000 (12:01 +0000)]
fix
Dmitry Stogov [Tue, 26 Apr 2005 09:27:28 +0000 (09:27 +0000)]
Fixed bug #30702 (cannot initialize class variable from class constant)
Dmitry Stogov [Tue, 26 Apr 2005 08:48:23 +0000 (08:48 +0000)]
Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).
Dmitry Stogov [Tue, 26 Apr 2005 08:47:31 +0000 (08:47 +0000)]
Fixed bug #32429 (method_exists() always return TRUE if __call method exists)
foobar [Tue, 26 Apr 2005 08:20:44 +0000 (08:20 +0000)]
Netware stuff
<changelog@php.net> [Tue, 26 Apr 2005 00:34:22 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 25 Apr 2005 23:47:37 +0000 (23:47 +0000)]
Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).
foobar [Mon, 25 Apr 2005 21:45:14 +0000 (21:45 +0000)]
Fix test
foobar [Mon, 25 Apr 2005 21:23:49 +0000 (21:23 +0000)]
Reorder
foobar [Mon, 25 Apr 2005 21:18:15 +0000 (21:18 +0000)]
Revert. (Nokia is not that important :)
John Coggeshall [Mon, 25 Apr 2005 20:54:44 +0000 (20:54 +0000)]
Update
John Coggeshall [Mon, 25 Apr 2005 20:46:16 +0000 (20:46 +0000)]
Adding new function tidy_get_opt_doc() to return option documentation at runtime. Thanks to nlopess for the patch
Andrei Zmievski [Mon, 25 Apr 2005 20:41:26 +0000 (20:41 +0000)]
Reverting. Let's not introduce major BC breakage like this without a
good reason.
foobar [Mon, 25 Apr 2005 14:04:00 +0000 (14:04 +0000)]
- Added test: For some reason this fails with ZTS mode and "outside-src-tree-build"
foobar [Mon, 25 Apr 2005 13:01:41 +0000 (13:01 +0000)]
When an entry goes to the PHP_5_0 branch, no entry here
Stanislav Malyshev [Mon, 25 Apr 2005 12:45:52 +0000 (12:45 +0000)]
oops
Stanislav Malyshev [Mon, 25 Apr 2005 12:44:55 +0000 (12:44 +0000)]
fix
Stanislav Malyshev [Mon, 25 Apr 2005 12:18:50 +0000 (12:18 +0000)]
@- Fix #32773 and make right fix for GMP FPEs (Stas)
Fix #32773 and make right fix for GMP FPEs
Pierre Joye [Mon, 25 Apr 2005 11:36:24 +0000 (11:36 +0000)]
- do not use md5, png signature can change between libpng version
some floating points issue can end to different colors (+/- 1/255)
tests should work again now.
Dmitry Stogov [Mon, 25 Apr 2005 09:56:42 +0000 (09:56 +0000)]
Fixed bug #29944 (Function defined in switch, crashes).
Edin Kadribasic [Mon, 25 Apr 2005 09:08:48 +0000 (09:08 +0000)]
Added T1LIB support on Windows (#32809)
foobar [Mon, 25 Apr 2005 08:21:15 +0000 (08:21 +0000)]
ws