]>
granicus.if.org Git - php/log
foobar [Sun, 29 May 2005 23:17:16 +0000 (23:17 +0000)]
- Unify the "configure --help" texts
foobar [Sun, 29 May 2005 23:15:16 +0000 (23:15 +0000)]
Fix VPATH build
Hartmut Holzgraefe [Sun, 29 May 2005 19:28:34 +0000 (19:28 +0000)]
simplify flex version test
Hartmut Holzgraefe [Sun, 29 May 2005 18:56:18 +0000 (18:56 +0000)]
forgot to re-add 1.875 as a valid bison version after testing
Hartmut Holzgraefe [Sun, 29 May 2005 18:50:03 +0000 (18:50 +0000)]
bison may be installed under a different executable name, e.g.
YACC="bison-1.75" configure ...
removing the check for "bison -y" allows for this
the check was redundant anyway as the following one filters
for "GNU Bison" in the --version output
Hartmut Holzgraefe [Sun, 29 May 2005 18:04:35 +0000 (18:04 +0000)]
avoid code duplication in bison version test
Hartmut Holzgraefe [Sun, 29 May 2005 16:59:58 +0000 (16:59 +0000)]
added .cxx extension for C++ for completeness reasons
Ilia Alshanetsky [Sun, 29 May 2005 16:51:25 +0000 (16:51 +0000)]
Added an optional remove old session parameter to session_regenerate_id().
Hartmut Holzgraefe [Sun, 29 May 2005 16:34:43 +0000 (16:34 +0000)]
m4 comments start with 'dnl', *not* with '#'
<changelog@php.net> [Sun, 29 May 2005 00:34:21 +0000 (00:34 +0000)]
ChangeLog update
Marcus Boerger [Sat, 28 May 2005 10:24:56 +0000 (10:24 +0000)]
- Make zend_do_inheritance ZEND_API
Sebastian Bergmann [Sat, 28 May 2005 06:30:46 +0000 (06:30 +0000)]
Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build).
<changelog@php.net> [Sat, 28 May 2005 00:40:27 +0000 (00:40 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 27 May 2005 18:02:02 +0000 (18:02 +0000)]
No need to include ucp.c and ucptypetable.c here.
Andrei Zmievski [Fri, 27 May 2005 17:46:43 +0000 (17:46 +0000)]
Upgrade library to version 5.0.
Dmitry Stogov [Fri, 27 May 2005 16:18:07 +0000 (16:18 +0000)]
Fixed bug #22836 (returning reference to uninitialized variable)
foobar [Fri, 27 May 2005 13:15:47 +0000 (13:15 +0000)]
- Make sure EGREP and SED get set early enough.
foobar [Fri, 27 May 2005 13:10:01 +0000 (13:10 +0000)]
- Use $SED and $EGREP where possible
foobar [Fri, 27 May 2005 13:06:06 +0000 (13:06 +0000)]
- Update bundled libtool to 1.5.18 (latest atm)
# Fixes several issues with more exotic systems (AIX,HPUX,etc)
<changelog@php.net> [Fri, 27 May 2005 00:34:54 +0000 (00:34 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 26 May 2005 21:48:35 +0000 (21:48 +0000)]
Do a cache flush if we detect possible cache corruption (same as for
PCRE).
Marcus Boerger [Thu, 26 May 2005 18:36:18 +0000 (18:36 +0000)]
- Need to make PDO::__construct() final to prevent SEGV it isn't called 1st
Dmitry Stogov [Thu, 26 May 2005 14:28:24 +0000 (14:28 +0000)]
Fixed bug #33116 (crash when assigning class name to global variable in __autoload).
Dmitry Stogov [Thu, 26 May 2005 13:46:17 +0000 (13:46 +0000)]
Added array type hinting. (This patch requires full re-make)
Marcus Boerger [Thu, 26 May 2005 12:22:18 +0000 (12:22 +0000)]
- Add new tests
Marcus Boerger [Thu, 26 May 2005 11:53:16 +0000 (11:53 +0000)]
- Make SQLiteDatabase derivable by dropping final tag from class and
making the ctor final to ensure it is being called, which is the problem.
Ilia Alshanetsky [Thu, 26 May 2005 03:56:21 +0000 (03:56 +0000)]
Added scheme validation for parse_url().
<changelog@php.net> [Thu, 26 May 2005 00:39:15 +0000 (00:39 +0000)]
ChangeLog update
Dmitry Stogov [Wed, 25 May 2005 17:41:50 +0000 (17:41 +0000)]
Fixed bug #29971 (variables_order behaviour)
Stanislav Malyshev [Wed, 25 May 2005 10:57:40 +0000 (10:57 +0000)]
fix is_object() on non-php objects
Ilia Alshanetsky [Wed, 25 May 2005 03:05:47 +0000 (03:05 +0000)]
Return error on an invalid input to mime_content_type() function.
<changelog@php.net> [Wed, 25 May 2005 00:34:12 +0000 (00:34 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 24 May 2005 21:07:32 +0000 (21:07 +0000)]
Flush regexp cache if we detect corruption.
Marcus Boerger [Tue, 24 May 2005 17:59:42 +0000 (17:59 +0000)]
- Small fix (found by joerg)
foobar [Tue, 24 May 2005 15:24:33 +0000 (15:24 +0000)]
nuked unused header file
foobar [Tue, 24 May 2005 15:16:24 +0000 (15:16 +0000)]
nuked file
foobar [Tue, 24 May 2005 15:16:04 +0000 (15:16 +0000)]
- Remove unused file
Marcus Boerger [Tue, 24 May 2005 14:26:22 +0000 (14:26 +0000)]
- Add test for deriving PDO
Marcus Boerger [Tue, 24 May 2005 12:39:09 +0000 (12:39 +0000)]
- Add new tests for PDO_FETCH_INTO
Antony Dovgal [Tue, 24 May 2005 10:13:52 +0000 (10:13 +0000)]
make it compile on Win32 (thanks to Sebastian for noticing)
foobar [Tue, 24 May 2005 08:40:59 +0000 (08:40 +0000)]
- Moved ingres_ii to PECL
<changelog@php.net> [Tue, 24 May 2005 00:33:57 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 23 May 2005 21:48:51 +0000 (21:48 +0000)]
Fixed bug #32810 (temporary files not using plain file wrapper).
Antony Dovgal [Mon, 23 May 2005 15:36:58 +0000 (15:36 +0000)]
revert by Wez's request
Grant Croker [Mon, 23 May 2005 15:33:00 +0000 (15:33 +0000)]
- Allows the Ingres extenstion to be built on Linux/UNIX as well as Windows.
Grant Croker [Mon, 23 May 2005 12:34:34 +0000 (12:34 +0000)]
- Fixed bug #30593 (--with-ingres option generates broken Makefile).
Antony Dovgal [Mon, 23 May 2005 11:51:53 +0000 (11:51 +0000)]
fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
Antony Dovgal [Mon, 23 May 2005 11:38:24 +0000 (11:38 +0000)]
fix test
foobar [Mon, 23 May 2005 09:37:34 +0000 (09:37 +0000)]
- Fixed bug #33017 (make distclean give error outside of php-src)
foobar [Mon, 23 May 2005 06:46:25 +0000 (06:46 +0000)]
CS fix
Dmitry Stogov [Mon, 23 May 2005 06:25:16 +0000 (06:25 +0000)]
Handling responses with Content-Lenght: 0
<changelog@php.net> [Mon, 23 May 2005 00:34:48 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 22 May 2005 16:40:26 +0000 (16:40 +0000)]
Adjust highlight test.
Ilia Alshanetsky [Sun, 22 May 2005 16:40:06 +0000 (16:40 +0000)]
Fixed bug #29338 (unencoded spaces get ignored after certain tags).
Antony Dovgal [Sun, 22 May 2005 12:57:26 +0000 (12:57 +0000)]
fix compile warning
Stanislav Malyshev [Sun, 22 May 2005 11:10:38 +0000 (11:10 +0000)]
fix leak
<changelog@php.net> [Sun, 22 May 2005 00:33:30 +0000 (00:33 +0000)]
ChangeLog update
Rasmus Lerdorf [Sat, 21 May 2005 18:42:39 +0000 (18:42 +0000)]
Avoid syntax errors on some operating systems
Rasmus Lerdorf [Sat, 21 May 2005 17:37:56 +0000 (17:37 +0000)]
Fixed bug 33072 - safemode/open_basedir check for runtime save_path change
Marcus Boerger [Sat, 21 May 2005 14:47:33 +0000 (14:47 +0000)]
- fetchSingle() was renamed to fetchColumn()
Georg Richter [Sat, 21 May 2005 08:46:46 +0000 (08:46 +0000)]
enabled set_charset for MySQL Versions >= 5.0.6
added testcase for bug #33090
Georg Richter [Sat, 21 May 2005 08:38:53 +0000 (08:38 +0000)]
fix for bug #33090 (mysql_prepare doesn't return error)
<changelog@php.net> [Sat, 21 May 2005 00:33:59 +0000 (00:33 +0000)]
ChangeLog update
Rob Richards [Fri, 20 May 2005 15:01:38 +0000 (15:01 +0000)]
- correct fix for bug #33059
- fix issue in other methods
Antony Dovgal [Fri, 20 May 2005 14:23:42 +0000 (14:23 +0000)]
fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
add test
foobar [Fri, 20 May 2005 13:45:13 +0000 (13:45 +0000)]
Update bundled shtool to 2.0.1 (see also bug #33023)
Antony Dovgal [Fri, 20 May 2005 10:27:49 +0000 (10:27 +0000)]
fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies)
<changelog@php.net> [Fri, 20 May 2005 00:33:33 +0000 (00:33 +0000)]
ChangeLog update
Rasmus Lerdorf [Thu, 19 May 2005 21:08:04 +0000 (21:08 +0000)]
Correct handling of the UNSAFE_RAW filter
Rasmus Lerdorf [Thu, 19 May 2005 15:57:45 +0000 (15:57 +0000)]
Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
RFC 2616 section 10.3.5
Marcus Boerger [Thu, 19 May 2005 15:52:02 +0000 (15:52 +0000)]
- Add ability to reference the object itself
- Add ability to exchange the refrenced object
- Add ArrayObject::getFlags/setFlags and 2nd param to __construct to
control operation modes
Marcus Boerger [Thu, 19 May 2005 15:49:44 +0000 (15:49 +0000)]
- Update tests after correcting internal order of actions
Ilia Alshanetsky [Thu, 19 May 2005 13:47:21 +0000 (13:47 +0000)]
Fixed bug #33059 (crash when moving xml attribute set in dtd).
Dmitry Stogov [Thu, 19 May 2005 09:58:23 +0000 (09:58 +0000)]
Strict warnings
<changelog@php.net> [Thu, 19 May 2005 00:38:50 +0000 (00:38 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 18 May 2005 22:40:56 +0000 (22:40 +0000)]
Various compiler warning fixes.
Stanislav Malyshev [Wed, 18 May 2005 18:10:24 +0000 (18:10 +0000)]
fix for #29890 - part 2
Stanislav Malyshev [Wed, 18 May 2005 18:08:02 +0000 (18:08 +0000)]
test
Stanislav Malyshev [Wed, 18 May 2005 18:02:50 +0000 (18:02 +0000)]
fix #29890 - crash when function call fails
Stanislav Malyshev [Wed, 18 May 2005 15:30:35 +0000 (15:30 +0000)]
revert - seems to be fixed elsewhere
Stanislav Malyshev [Wed, 18 May 2005 15:14:36 +0000 (15:14 +0000)]
fix #30451 static properties don't work properly
Stanislav Malyshev [Wed, 18 May 2005 14:56:34 +0000 (14:56 +0000)]
tests
<changelog@php.net> [Wed, 18 May 2005 00:33:43 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 17 May 2005 23:23:52 +0000 (23:23 +0000)]
Make unix domain sockets work.
Ilia Alshanetsky [Tue, 17 May 2005 20:08:53 +0000 (20:08 +0000)]
Removed define checks that break the build.
Ilia Alshanetsky [Tue, 17 May 2005 19:33:03 +0000 (19:33 +0000)]
Fixed type mixup.
Magnus M��tt� [Tue, 17 May 2005 17:34:44 +0000 (17:34 +0000)]
Fix tests.
Johannes Schlüter [Tue, 17 May 2005 14:33:15 +0000 (14:33 +0000)]
- Fix readline loop-condition
- Fix cli_is_valid_code detection
Antony Dovgal [Tue, 17 May 2005 12:22:51 +0000 (12:22 +0000)]
gdImageGifCtx() is always available in bundled lib
Ilia Alshanetsky [Tue, 17 May 2005 01:41:51 +0000 (01:41 +0000)]
As per PDO meeting on PHP|Tropics fetchSingle is being renamed to
fetchColumn and now supports specification of the column to retrieve.
<changelog@php.net> [Tue, 17 May 2005 00:33:24 +0000 (00:33 +0000)]
ChangeLog update
Sara Golemon [Mon, 16 May 2005 22:46:05 +0000 (22:46 +0000)]
Unterminated paren group in BETHREADS definition of tsrm_tls_set() macro
Edin Kadribasic [Mon, 16 May 2005 17:34:44 +0000 (17:34 +0000)]
Sync with config.m4
Antony Dovgal [Mon, 16 May 2005 08:37:14 +0000 (08:37 +0000)]
fix bugs #32742 (segmentation fault when the stream with a wrapper is not closed),
#32171 (Userspace stream wrapper crashes PHP)
<changelog@php.net> [Sun, 15 May 2005 00:33:59 +0000 (00:33 +0000)]
ChangeLog update
Wez Furlong [Sat, 14 May 2005 20:06:54 +0000 (20:06 +0000)]
Allow it build with PHP 5.0.x and up again.
Marcus Boerger [Sat, 14 May 2005 19:33:18 +0000 (19:33 +0000)]
- Add command completion to CLI's -a mode
Marcus Boerger [Sat, 14 May 2005 16:40:58 +0000 (16:40 +0000)]
- Execute both RecursiveIteratorIterator::beginChildren() and endChildren()
on the same level (while the actual child is available).
<changelog@php.net> [Sat, 14 May 2005 00:34:01 +0000 (00:34 +0000)]
ChangeLog update
Antony Dovgal [Fri, 13 May 2005 23:08:43 +0000 (23:08 +0000)]
fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)