]> granicus.if.org Git - php/log
php
19 years ago- Unify the "configure --help" texts
foobar [Sun, 29 May 2005 23:17:16 +0000 (23:17 +0000)]
- Unify the "configure --help" texts

19 years agoFix VPATH build
foobar [Sun, 29 May 2005 23:15:16 +0000 (23:15 +0000)]
Fix VPATH build

19 years agosimplify flex version test
Hartmut Holzgraefe [Sun, 29 May 2005 19:28:34 +0000 (19:28 +0000)]
simplify flex version test

19 years agoforgot to re-add 1.875 as a valid bison version after testing
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

19 years agobison may be installed under a different executable name, e.g.
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

19 years agoavoid code duplication in bison version test
Hartmut Holzgraefe [Sun, 29 May 2005 18:04:35 +0000 (18:04 +0000)]
avoid code duplication in bison version test

19 years agoadded .cxx extension for C++ for completeness reasons
Hartmut Holzgraefe [Sun, 29 May 2005 16:59:58 +0000 (16:59 +0000)]
added .cxx extension for C++ for completeness reasons

19 years agoAdded an optional remove old session parameter to session_regenerate_id().
Ilia Alshanetsky [Sun, 29 May 2005 16:51:25 +0000 (16:51 +0000)]
Added an optional remove old session parameter to session_regenerate_id().

19 years agom4 comments start with 'dnl', *not* with '#'
Hartmut Holzgraefe [Sun, 29 May 2005 16:34:43 +0000 (16:34 +0000)]
m4 comments start with 'dnl', *not* with '#'

19 years agoChangeLog update
<changelog@php.net> [Sun, 29 May 2005 00:34:21 +0000 (00:34 +0000)]
ChangeLog update

19 years ago- Make zend_do_inheritance ZEND_API
Marcus Boerger [Sat, 28 May 2005 10:24:56 +0000 (10:24 +0000)]
- Make zend_do_inheritance ZEND_API

19 years agoSync with config.m4 (missing MATCH_LIMIT broke the Win32 build).
Sebastian Bergmann [Sat, 28 May 2005 06:30:46 +0000 (06:30 +0000)]
Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build).

19 years agoChangeLog update
<changelog@php.net> [Sat, 28 May 2005 00:40:27 +0000 (00:40 +0000)]
ChangeLog update

19 years agoNo need to include ucp.c and ucptypetable.c here.
Andrei Zmievski [Fri, 27 May 2005 18:02:02 +0000 (18:02 +0000)]
No need to include ucp.c and ucptypetable.c here.

19 years agoUpgrade library to version 5.0.
Andrei Zmievski [Fri, 27 May 2005 17:46:43 +0000 (17:46 +0000)]
Upgrade library to version 5.0.

19 years agoFixed bug #22836 (returning reference to uninitialized variable)
Dmitry Stogov [Fri, 27 May 2005 16:18:07 +0000 (16:18 +0000)]
Fixed bug #22836 (returning reference to uninitialized variable)

19 years ago- Make sure EGREP and SED get set early enough.
foobar [Fri, 27 May 2005 13:15:47 +0000 (13:15 +0000)]
- Make sure EGREP and SED get set early enough.

19 years ago- Use $SED and $EGREP where possible
foobar [Fri, 27 May 2005 13:10:01 +0000 (13:10 +0000)]
- Use $SED and $EGREP where possible

19 years ago- Update bundled libtool to 1.5.18 (latest atm)
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)

19 years agoChangeLog update
<changelog@php.net> [Fri, 27 May 2005 00:34:54 +0000 (00:34 +0000)]
ChangeLog update

19 years agoDo a cache flush if we detect possible cache corruption (same as for
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).

19 years ago- Need to make PDO::__construct() final to prevent SEGV it isn't called 1st
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

19 years agoFixed bug #33116 (crash when assigning class name to global variable in __autoload).
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).

19 years agoAdded array type hinting. (This patch requires full re-make)
Dmitry Stogov [Thu, 26 May 2005 13:46:17 +0000 (13:46 +0000)]
Added array type hinting. (This patch requires full re-make)

19 years ago- Add new tests
Marcus Boerger [Thu, 26 May 2005 12:22:18 +0000 (12:22 +0000)]
- Add new tests

19 years ago- Make SQLiteDatabase derivable by dropping final tag from class and
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.

19 years agoAdded scheme validation for parse_url().
Ilia Alshanetsky [Thu, 26 May 2005 03:56:21 +0000 (03:56 +0000)]
Added scheme validation for parse_url().

19 years agoChangeLog update
<changelog@php.net> [Thu, 26 May 2005 00:39:15 +0000 (00:39 +0000)]
ChangeLog update

19 years agoFixed bug #29971 (variables_order behaviour)
Dmitry Stogov [Wed, 25 May 2005 17:41:50 +0000 (17:41 +0000)]
Fixed bug #29971 (variables_order behaviour)

19 years agofix is_object() on non-php objects
Stanislav Malyshev [Wed, 25 May 2005 10:57:40 +0000 (10:57 +0000)]
fix is_object() on non-php objects

19 years agoReturn error on an invalid input to mime_content_type() function.
Ilia Alshanetsky [Wed, 25 May 2005 03:05:47 +0000 (03:05 +0000)]
Return error on an invalid input to mime_content_type() function.

19 years agoChangeLog update
<changelog@php.net> [Wed, 25 May 2005 00:34:12 +0000 (00:34 +0000)]
ChangeLog update

19 years agoFlush regexp cache if we detect corruption.
Andrei Zmievski [Tue, 24 May 2005 21:07:32 +0000 (21:07 +0000)]
Flush regexp cache if we detect corruption.

19 years ago- Small fix (found by joerg)
Marcus Boerger [Tue, 24 May 2005 17:59:42 +0000 (17:59 +0000)]
- Small fix (found by joerg)

19 years agonuked unused header file
foobar [Tue, 24 May 2005 15:24:33 +0000 (15:24 +0000)]
nuked unused header file

19 years agonuked file
foobar [Tue, 24 May 2005 15:16:24 +0000 (15:16 +0000)]
nuked file

19 years ago- Remove unused file
foobar [Tue, 24 May 2005 15:16:04 +0000 (15:16 +0000)]
- Remove unused file

19 years ago- Add test for deriving PDO
Marcus Boerger [Tue, 24 May 2005 14:26:22 +0000 (14:26 +0000)]
- Add test for deriving PDO

19 years ago- Add new tests for PDO_FETCH_INTO
Marcus Boerger [Tue, 24 May 2005 12:39:09 +0000 (12:39 +0000)]
- Add new tests for PDO_FETCH_INTO

19 years agomake it compile on Win32 (thanks to Sebastian for noticing)
Antony Dovgal [Tue, 24 May 2005 10:13:52 +0000 (10:13 +0000)]
make it compile on Win32 (thanks to Sebastian for noticing)

19 years ago- Moved ingres_ii to PECL
foobar [Tue, 24 May 2005 08:40:59 +0000 (08:40 +0000)]
- Moved ingres_ii to PECL

19 years agoChangeLog update
<changelog@php.net> [Tue, 24 May 2005 00:33:57 +0000 (00:33 +0000)]
ChangeLog update

19 years agoFixed bug #32810 (temporary files not using plain file wrapper).
Ilia Alshanetsky [Mon, 23 May 2005 21:48:51 +0000 (21:48 +0000)]
Fixed bug #32810 (temporary files not using plain file wrapper).

19 years agorevert by Wez's request
Antony Dovgal [Mon, 23 May 2005 15:36:58 +0000 (15:36 +0000)]
revert by Wez's request

19 years ago- Allows the Ingres extenstion to be built on Linux/UNIX as well as Windows.
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.

19 years ago- Fixed bug #30593 (--with-ingres option generates broken Makefile).
Grant Croker [Mon, 23 May 2005 12:34:34 +0000 (12:34 +0000)]
- Fixed bug #30593 (--with-ingres option generates broken Makefile).

19 years agofix bug #32810 (fread after tmpfile() reads only 8192 bytes)
Antony Dovgal [Mon, 23 May 2005 11:51:53 +0000 (11:51 +0000)]
fix bug #32810 (fread after tmpfile() reads only 8192 bytes)

19 years agofix test
Antony Dovgal [Mon, 23 May 2005 11:38:24 +0000 (11:38 +0000)]
fix test

19 years ago- Fixed bug #33017 (make distclean give error outside of php-src)
foobar [Mon, 23 May 2005 09:37:34 +0000 (09:37 +0000)]
- Fixed bug #33017 (make distclean give error outside of php-src)

19 years agoCS fix
foobar [Mon, 23 May 2005 06:46:25 +0000 (06:46 +0000)]
CS fix

19 years agoHandling responses with Content-Lenght: 0
Dmitry Stogov [Mon, 23 May 2005 06:25:16 +0000 (06:25 +0000)]
Handling responses with Content-Lenght: 0

19 years agoChangeLog update
<changelog@php.net> [Mon, 23 May 2005 00:34:48 +0000 (00:34 +0000)]
ChangeLog update

19 years agoAdjust highlight test.
Ilia Alshanetsky [Sun, 22 May 2005 16:40:26 +0000 (16:40 +0000)]
Adjust highlight test.

19 years agoFixed bug #29338 (unencoded spaces get ignored after certain tags).
Ilia Alshanetsky [Sun, 22 May 2005 16:40:06 +0000 (16:40 +0000)]
Fixed bug #29338 (unencoded spaces get ignored after certain tags).

19 years agofix compile warning
Antony Dovgal [Sun, 22 May 2005 12:57:26 +0000 (12:57 +0000)]
fix compile warning

19 years agofix leak
Stanislav Malyshev [Sun, 22 May 2005 11:10:38 +0000 (11:10 +0000)]
fix leak

19 years agoChangeLog update
<changelog@php.net> [Sun, 22 May 2005 00:33:30 +0000 (00:33 +0000)]
ChangeLog update

19 years agoAvoid syntax errors on some operating systems
Rasmus Lerdorf [Sat, 21 May 2005 18:42:39 +0000 (18:42 +0000)]
Avoid syntax errors on some operating systems

19 years agoFixed bug 33072 - safemode/open_basedir check for runtime save_path change
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

19 years ago- fetchSingle() was renamed to fetchColumn()
Marcus Boerger [Sat, 21 May 2005 14:47:33 +0000 (14:47 +0000)]
- fetchSingle() was renamed to fetchColumn()

19 years agoenabled set_charset for MySQL Versions >= 5.0.6
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

19 years agofix for bug #33090 (mysql_prepare doesn't return error)
Georg Richter [Sat, 21 May 2005 08:38:53 +0000 (08:38 +0000)]
fix for bug #33090 (mysql_prepare doesn't return error)

19 years agoChangeLog update
<changelog@php.net> [Sat, 21 May 2005 00:33:59 +0000 (00:33 +0000)]
ChangeLog update

19 years ago- correct fix for bug #33059
Rob Richards [Fri, 20 May 2005 15:01:38 +0000 (15:01 +0000)]
- correct fix for bug #33059
- fix issue in other methods

19 years agofix bug #33076 (str_ireplace() incorrectly counts result string length and may cause...
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

19 years agoUpdate bundled shtool to 2.0.1 (see also bug #33023)
foobar [Fri, 20 May 2005 13:45:13 +0000 (13:45 +0000)]
Update bundled shtool to 2.0.1 (see also bug #33023)

19 years agofix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies)
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)

19 years agoChangeLog update
<changelog@php.net> [Fri, 20 May 2005 00:33:33 +0000 (00:33 +0000)]
ChangeLog update

19 years agoCorrect handling of the UNSAFE_RAW filter
Rasmus Lerdorf [Thu, 19 May 2005 21:08:04 +0000 (21:08 +0000)]
Correct handling of the UNSAFE_RAW filter

19 years agoFix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
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

19 years ago- Add ability to reference the object itself
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

19 years ago- Update tests after correcting internal order of actions
Marcus Boerger [Thu, 19 May 2005 15:49:44 +0000 (15:49 +0000)]
- Update tests after correcting internal order of actions

19 years agoFixed bug #33059 (crash when moving xml attribute set in dtd).
Ilia Alshanetsky [Thu, 19 May 2005 13:47:21 +0000 (13:47 +0000)]
Fixed bug #33059 (crash when moving xml attribute set in dtd).

19 years agoStrict warnings
Dmitry Stogov [Thu, 19 May 2005 09:58:23 +0000 (09:58 +0000)]
Strict warnings

19 years agoChangeLog update
<changelog@php.net> [Thu, 19 May 2005 00:38:50 +0000 (00:38 +0000)]
ChangeLog update

19 years agoVarious compiler warning fixes.
Ilia Alshanetsky [Wed, 18 May 2005 22:40:56 +0000 (22:40 +0000)]
Various compiler warning fixes.

19 years agofix for #29890 - part 2
Stanislav Malyshev [Wed, 18 May 2005 18:10:24 +0000 (18:10 +0000)]
fix for #29890 - part 2

19 years agotest
Stanislav Malyshev [Wed, 18 May 2005 18:08:02 +0000 (18:08 +0000)]
test

19 years agofix #29890 - crash when function call fails
Stanislav Malyshev [Wed, 18 May 2005 18:02:50 +0000 (18:02 +0000)]
fix #29890 - crash when function call fails

19 years agorevert - seems to be fixed elsewhere
Stanislav Malyshev [Wed, 18 May 2005 15:30:35 +0000 (15:30 +0000)]
revert - seems to be fixed elsewhere

19 years agofix #30451 static properties don't work properly
Stanislav Malyshev [Wed, 18 May 2005 15:14:36 +0000 (15:14 +0000)]
fix #30451   static properties don't work properly

19 years agotests
Stanislav Malyshev [Wed, 18 May 2005 14:56:34 +0000 (14:56 +0000)]
tests

19 years agoChangeLog update
<changelog@php.net> [Wed, 18 May 2005 00:33:43 +0000 (00:33 +0000)]
ChangeLog update

19 years agoMake unix domain sockets work.
Ilia Alshanetsky [Tue, 17 May 2005 23:23:52 +0000 (23:23 +0000)]
Make unix domain sockets work.

19 years agoRemoved define checks that break the build.
Ilia Alshanetsky [Tue, 17 May 2005 20:08:53 +0000 (20:08 +0000)]
Removed define checks that break the build.

19 years agoFixed type mixup.
Ilia Alshanetsky [Tue, 17 May 2005 19:33:03 +0000 (19:33 +0000)]
Fixed type mixup.

19 years agoFix tests.
Magnus M��tt� [Tue, 17 May 2005 17:34:44 +0000 (17:34 +0000)]
Fix tests.

19 years ago- Fix readline loop-condition
Johannes Schlüter [Tue, 17 May 2005 14:33:15 +0000 (14:33 +0000)]
- Fix readline loop-condition
- Fix cli_is_valid_code detection

19 years agogdImageGifCtx() is always available in bundled lib
Antony Dovgal [Tue, 17 May 2005 12:22:51 +0000 (12:22 +0000)]
gdImageGifCtx() is always available in bundled lib

19 years agoAs per PDO meeting on PHP|Tropics fetchSingle is being renamed to
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.

19 years agoChangeLog update
<changelog@php.net> [Tue, 17 May 2005 00:33:24 +0000 (00:33 +0000)]
ChangeLog update

19 years agoUnterminated paren group in BETHREADS definition of tsrm_tls_set() macro
Sara Golemon [Mon, 16 May 2005 22:46:05 +0000 (22:46 +0000)]
Unterminated paren group in BETHREADS definition of tsrm_tls_set() macro

19 years agoSync with config.m4
Edin Kadribasic [Mon, 16 May 2005 17:34:44 +0000 (17:34 +0000)]
Sync with config.m4

19 years agofix bugs #32742 (segmentation fault when the stream with a wrapper is not closed),
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)

19 years agoChangeLog update
<changelog@php.net> [Sun, 15 May 2005 00:33:59 +0000 (00:33 +0000)]
ChangeLog update

19 years agoAllow it build with PHP 5.0.x and up again.
Wez Furlong [Sat, 14 May 2005 20:06:54 +0000 (20:06 +0000)]
Allow it build with PHP 5.0.x and up again.

19 years ago- Add command completion to CLI's -a mode
Marcus Boerger [Sat, 14 May 2005 19:33:18 +0000 (19:33 +0000)]
- Add command completion to CLI's -a mode

19 years ago- Execute both RecursiveIteratorIterator::beginChildren() and endChildren()
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).

19 years agoChangeLog update
<changelog@php.net> [Sat, 14 May 2005 00:34:01 +0000 (00:34 +0000)]
ChangeLog update

19 years agofix bug #29975 (memory leaks when set_error_handler() is used inside error handler)
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)