]>
granicus.if.org Git - php/log
SVN Migration [Tue, 15 Nov 2005 15:36:30 +0000 (15:36 +0000)]
This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_1'.
Pierre Joye [Tue, 15 Nov 2005 15:36:29 +0000 (15:36 +0000)]
- switch to bsd license
- prepare 2.0.1
Ilia Alshanetsky [Tue, 15 Nov 2005 15:30:41 +0000 (15:30 +0000)]
MFB51: Fixed memory leak on php-cli -h
Dmitry Stogov [Tue, 15 Nov 2005 15:21:47 +0000 (15:21 +0000)]
Allow recursive calls to __get/__set for different properties
Ilia Alshanetsky [Tue, 15 Nov 2005 14:57:42 +0000 (14:57 +0000)]
Allow recursive calls to __get/__set for different properties
Antony Dovgal [Tue, 15 Nov 2005 14:07:43 +0000 (14:07 +0000)]
call zend_objects_destroy_object() explicitly
fix segfault when intern->time is NULL
foobar [Tue, 15 Nov 2005 13:43:57 +0000 (13:43 +0000)]
fix warning
Dmitry Stogov [Tue, 15 Nov 2005 12:39:54 +0000 (12:39 +0000)]
Fixed call to __destruct() for objects of classes delivered from internal ones those use zend_objects_store_put(obj, NULL, ...
foobar [Tue, 15 Nov 2005 11:55:28 +0000 (11:55 +0000)]
- Prepare for including in PHP core
Dmitry Stogov [Tue, 15 Nov 2005 11:14:34 +0000 (11:14 +0000)]
Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main())
<changelog@php.net> [Tue, 15 Nov 2005 06:41:53 +0000 (06:41 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 15 Nov 2005 04:24:17 +0000 (04:24 +0000)]
Fixed possible crash in http:// wrapper.
Frank M. Kromann [Mon, 14 Nov 2005 23:14:54 +0000 (23:14 +0000)]
MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better
Antony Dovgal [Mon, 14 Nov 2005 21:52:27 +0000 (21:52 +0000)]
fix #35197 (Destructor is not called) and similar issues in other extensions
<changelog@php.net> [Mon, 14 Nov 2005 06:41:03 +0000 (06:41 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 13 Nov 2005 06:45:19 +0000 (06:45 +0000)]
ChangeLog update
Derick Rethans [Sat, 12 Nov 2005 14:56:35 +0000 (14:56 +0000)]
- Fixed protos.
Andrei Zmievski [Sat, 12 Nov 2005 11:11:53 +0000 (11:11 +0000)]
Grr. Re-re-fix the fix.
<changelog@php.net> [Sat, 12 Nov 2005 06:41:04 +0000 (06:41 +0000)]
ChangeLog update
foobar [Sat, 12 Nov 2005 00:38:00 +0000 (00:38 +0000)]
- Fix the "php -v" output when neither --enable-debug or --enable-gcov
is used.
#
# Rasmus, now it should give proper output, please test.
Andrei Zmievski [Fri, 11 Nov 2005 17:34:16 +0000 (17:34 +0000)]
Re-fix Marcus's fix.
Marcus Boerger [Fri, 11 Nov 2005 16:51:24 +0000 (16:51 +0000)]
- Use the const instead of hard coding
Marcus Boerger [Fri, 11 Nov 2005 16:50:08 +0000 (16:50 +0000)]
- Fix build
<changelog@php.net> [Fri, 11 Nov 2005 06:42:02 +0000 (06:42 +0000)]
ChangeLog update
foobar [Thu, 10 Nov 2005 08:06:08 +0000 (08:06 +0000)]
- Added note about --enable-gcov being strictly for developers only!
foobar [Thu, 10 Nov 2005 08:04:57 +0000 (08:04 +0000)]
fix configure help
foobar [Thu, 10 Nov 2005 07:49:40 +0000 (07:49 +0000)]
- Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)
<changelog@php.net> [Thu, 10 Nov 2005 06:44:26 +0000 (06:44 +0000)]
ChangeLog update
foobar [Wed, 9 Nov 2005 19:55:25 +0000 (19:55 +0000)]
- Fix the ccache detection.
<changelog@php.net> [Wed, 9 Nov 2005 06:51:38 +0000 (06:51 +0000)]
ChangeLog update
foobar [Wed, 9 Nov 2005 05:41:09 +0000 (05:41 +0000)]
Cleanup the code coverage files
foobar [Tue, 8 Nov 2005 22:45:55 +0000 (22:45 +0000)]
- Change paths to be relative
#
# Derick, don't forget to move the .re file into this same directory!
#
# This was the 2nd last piece of making the code-coverage thing to work
# properly with VPATH builds. Once Derick moves the parse_date.re
# in the same directory where the generated file lives, it's done.
#
# Just copying it by hand in your sources in the meantime and doing
# "./configure --enable-gcov && make lcov" will produce data in lcov_html/
#
foobar [Tue, 8 Nov 2005 20:27:08 +0000 (20:27 +0000)]
- Moved gen_php_cov functionality into the Makefile. Doing 'make lcov'
will run the test suite and create the code coverage HTML files.
# no need for some hairy checks whether PHP has the support
# since the lcov target will not exist if it doesn't :)
foobar [Tue, 8 Nov 2005 20:25:11 +0000 (20:25 +0000)]
nuke #line directives.
foobar [Tue, 8 Nov 2005 20:21:35 +0000 (20:21 +0000)]
More files to have #line directives stripped for release
foobar [Tue, 8 Nov 2005 20:12:09 +0000 (20:12 +0000)]
- Fix #line paths
foobar [Tue, 8 Nov 2005 16:43:09 +0000 (16:43 +0000)]
- Fixed --enable-gcov to work with VPATH builds too
foobar [Tue, 8 Nov 2005 15:54:20 +0000 (15:54 +0000)]
- Make sure parse_date.c is free of #line directives in releases
foobar [Tue, 8 Nov 2005 12:35:01 +0000 (12:35 +0000)]
- Use the source file as output filename instead of stdout
foobar [Tue, 8 Nov 2005 12:34:16 +0000 (12:34 +0000)]
- use the target file name as output file instead of stdout
Dmitry Stogov [Tue, 8 Nov 2005 08:36:50 +0000 (08:36 +0000)]
Fixed bug #35142 (SOAP Client/Server Complex Object Support)
<changelog@php.net> [Tue, 8 Nov 2005 06:44:26 +0000 (06:44 +0000)]
ChangeLog update
foobar [Tue, 8 Nov 2005 00:02:50 +0000 (00:02 +0000)]
- Make sure the generated files have relative paths in the #line directives
Marcus Boerger [Mon, 7 Nov 2005 19:12:37 +0000 (19:12 +0000)]
- heredoc handling in -a mode
Marcus Boerger [Mon, 7 Nov 2005 12:56:23 +0000 (12:56 +0000)]
- Fix Bug #32223 weird behaviour of pg_last_notice
Dmitry Stogov [Mon, 7 Nov 2005 12:24:20 +0000 (12:24 +0000)]
Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is compiled as shared)
Dmitry Stogov [Mon, 7 Nov 2005 10:07:55 +0000 (10:07 +0000)]
Fixed bug #35091 (SoapClient leaks memory)
<changelog@php.net> [Mon, 7 Nov 2005 06:58:18 +0000 (06:58 +0000)]
ChangeLog update
foobar [Sun, 6 Nov 2005 22:44:05 +0000 (22:44 +0000)]
- Do the LTP thing properly
foobar [Sun, 6 Nov 2005 22:41:51 +0000 (22:41 +0000)]
- Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m
foobar [Sun, 6 Nov 2005 22:07:12 +0000 (22:07 +0000)]
- Revert bad patch. This is wrong way to handle leak in "php -m"
Marcus Boerger [Sun, 6 Nov 2005 12:27:11 +0000 (12:27 +0000)]
- MFB Add tests
Marcus Boerger [Sun, 6 Nov 2005 12:01:42 +0000 (12:01 +0000)]
-MFB Fix parameter parsing
Derick Rethans [Sun, 6 Nov 2005 11:08:50 +0000 (11:08 +0000)]
- E_STRICT is not part of E_ALL, so the lines were wrong here.
Marcus Boerger [Sun, 6 Nov 2005 10:53:39 +0000 (10:53 +0000)]
- MFB Fix tests expectations
<changelog@php.net> [Sun, 6 Nov 2005 06:44:24 +0000 (06:44 +0000)]
ChangeLog update
Rasmus Lerdorf [Sat, 5 Nov 2005 22:41:09 +0000 (22:41 +0000)]
MFB - This isn't a DOM thing anymore, just libxml
Rasmus Lerdorf [Sat, 5 Nov 2005 22:32:55 +0000 (22:32 +0000)]
MFB - We don't need the simplexml requirement here anymore
Ilia Alshanetsky [Sat, 5 Nov 2005 22:02:40 +0000 (22:02 +0000)]
MFB51: Fixed bug #31971 (ftp_login fails on some SSL servers)
<changelog@php.net> [Sat, 5 Nov 2005 06:44:56 +0000 (06:44 +0000)]
ChangeLog update
Rui Hirokawa [Sat, 5 Nov 2005 04:47:29 +0000 (04:47 +0000)]
fixed garbled multibyte characters.
<changelog@php.net> [Fri, 4 Nov 2005 06:46:21 +0000 (06:46 +0000)]
ChangeLog update
Marcus Boerger [Thu, 3 Nov 2005 22:04:35 +0000 (22:04 +0000)]
- Add missing check flag
Marcus Boerger [Thu, 3 Nov 2005 21:58:42 +0000 (21:58 +0000)]
- Tray fixing #35088
Marcus Boerger [Thu, 3 Nov 2005 21:28:16 +0000 (21:28 +0000)]
- Add missing check
foobar [Thu, 3 Nov 2005 20:41:05 +0000 (20:41 +0000)]
- Fixed bug #35078 (configure does not find ldap_start_tls_s)
Michael Wallner [Thu, 3 Nov 2005 15:01:31 +0000 (15:01 +0000)]
- MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
parameter on Windows)
<changelog@php.net> [Thu, 3 Nov 2005 06:46:29 +0000 (06:46 +0000)]
ChangeLog update
foobar [Wed, 2 Nov 2005 21:26:08 +0000 (21:26 +0000)]
- Fix bad usage of php_checkuid()
Derick Rethans [Wed, 2 Nov 2005 15:50:06 +0000 (15:50 +0000)]
- Fixed posix_mknod() checks and warnings.
Michael Wallner [Wed, 2 Nov 2005 14:27:02 +0000 (14:27 +0000)]
- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)
<changelog@php.net> [Wed, 2 Nov 2005 06:44:42 +0000 (06:44 +0000)]
ChangeLog update
Rob Richards [Tue, 1 Nov 2005 23:21:29 +0000 (23:21 +0000)]
optimize sxe_add_registered_namespaces
add only first encountered prefixes to namespace arrays
update test
Ilia Alshanetsky [Tue, 1 Nov 2005 23:02:52 +0000 (23:02 +0000)]
MFB51: Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m
foobar [Tue, 1 Nov 2005 22:42:03 +0000 (22:42 +0000)]
MFB: fixed test
Marcus Boerger [Tue, 1 Nov 2005 21:46:33 +0000 (21:46 +0000)]
- Update docu
Marcus Boerger [Tue, 1 Nov 2005 21:17:51 +0000 (21:17 +0000)]
- The iterator base interface is Traversable not IteratorAggregate
Marcus Boerger [Tue, 1 Nov 2005 20:41:59 +0000 (20:41 +0000)]
- Get rid of several wanrings
Frank M. Kromann [Tue, 1 Nov 2005 18:14:52 +0000 (18:14 +0000)]
Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.
foobar [Tue, 1 Nov 2005 17:04:29 +0000 (17:04 +0000)]
*** empty log message ***
Marcus Boerger [Tue, 1 Nov 2005 16:54:44 +0000 (16:54 +0000)]
- Allow to recive derived SplFileInfo/SplFileObject instances
Marcus Boerger [Tue, 1 Nov 2005 16:53:29 +0000 (16:53 +0000)]
- Allow parameter parsing implementation raise an error early where more
information is available. And add ability to prevent double errors by
returning "".
- Implement parameter parsing C which checks for a class name, if the value
on input is not NULL then the pointer must be the zend_class_entry of the
required base class.
# Do the KISS approach, looking at the code it isn't that easy does it?
foobar [Tue, 1 Nov 2005 16:22:04 +0000 (16:22 +0000)]
MFB51: nuke typo
foobar [Tue, 1 Nov 2005 14:36:13 +0000 (14:36 +0000)]
- Hiding bugs is not the purpose of the regression tests.
Sebastian Bergmann [Tue, 1 Nov 2005 13:18:34 +0000 (13:18 +0000)]
Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. This revised patch has been reviewed by Dmitry and Zeev.
Marcus Boerger [Tue, 1 Nov 2005 11:55:13 +0000 (11:55 +0000)]
- Test no namespace case, too
Marcus Boerger [Tue, 1 Nov 2005 11:53:14 +0000 (11:53 +0000)]
- Handle default namespaces
# Another time it shows xml is far from being simple
Marcus Boerger [Tue, 1 Nov 2005 11:12:27 +0000 (11:12 +0000)]
- WS: Make function detection work in my editor
Dmitry Stogov [Tue, 1 Nov 2005 11:11:19 +0000 (11:11 +0000)]
Fixed SIGSEGV
Sebastian Bergmann [Tue, 1 Nov 2005 10:31:15 +0000 (10:31 +0000)]
Allow bison 2.1.
Sebastian Bergmann [Tue, 1 Nov 2005 07:20:54 +0000 (07:20 +0000)]
Revert.
<changelog@php.net> [Tue, 1 Nov 2005 06:48:05 +0000 (06:48 +0000)]
ChangeLog update
Brian France [Tue, 1 Nov 2005 00:46:44 +0000 (00:46 +0000)]
MFB: Fixed phpize build (default PHP_OPENSSL to no if not set)
Ilia Alshanetsky [Mon, 31 Oct 2005 23:45:50 +0000 (23:45 +0000)]
MFB51: Additional open_basedir/safe_mode checks.
Marcus Boerger [Mon, 31 Oct 2005 20:29:34 +0000 (20:29 +0000)]
- Make SimpleXMLIterator implement Countable
Marcus Boerger [Mon, 31 Oct 2005 20:06:28 +0000 (20:06 +0000)]
- Implement count interface
Rob Richards [Mon, 31 Oct 2005 19:51:40 +0000 (19:51 +0000)]
check node type before accessing ns - prevent corruption under compact mode
Marcus Boerger [Mon, 31 Oct 2005 19:47:00 +0000 (19:47 +0000)]
- We don't need those
Dmitry Stogov [Mon, 31 Oct 2005 19:29:48 +0000 (19:29 +0000)]
Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior)
Marcus Boerger [Mon, 31 Oct 2005 19:09:13 +0000 (19:09 +0000)]
- Add functions to check for registered/in use namespaces