]>
granicus.if.org Git - php/log
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)
Magnus M��tt� [Fri, 13 May 2005 21:38:17 +0000 (21:38 +0000)]
Added new function: posix_mknod().
Wez Furlong [Fri, 13 May 2005 18:09:03 +0000 (18:09 +0000)]
patch by Christopher Kings-Lynne, slightly modified
Georg Richter [Fri, 13 May 2005 13:56:04 +0000 (13:56 +0000)]
charsets_dir is no longer needed
Georg Richter [Fri, 13 May 2005 13:30:22 +0000 (13:30 +0000)]
mysql_set_charset now works version undependent for MySQL 4.1.13 and above
Georg Richter [Fri, 13 May 2005 13:11:41 +0000 (13:11 +0000)]
- fixed compile error under windows. Functionality for changing the
character set was moved to libmysql (4.1 bk tree - will be merged into
5.0 within the next days).
- renamed mysql_set_character_set to mysqli_set_charset
Andrey Hristov [Fri, 13 May 2005 10:11:46 +0000 (10:11 +0000)]
fix NEWS
Andrey Hristov [Fri, 13 May 2005 10:11:19 +0000 (10:11 +0000)]
move math_standard_deviation and math_variance to the stats PECL extension
<changelog@php.net> [Fri, 13 May 2005 00:35:04 +0000 (00:35 +0000)]
ChangeLog update
Marcus Boerger [Thu, 12 May 2005 21:25:42 +0000 (21:25 +0000)]
- Make ReflectionObject::hasProperty() recognize dynamically added props
Marcus Boerger [Thu, 12 May 2005 21:23:56 +0000 (21:23 +0000)]
- Add ability to fail silently
Antony Dovgal [Thu, 12 May 2005 16:26:26 +0000 (16:26 +0000)]
fix #33019 (socket errors cause memory leaks in php_strerror())
patch by jwozniak23 at poczta dot onet dot pl
<changelog@php.net> [Thu, 12 May 2005 00:35:46 +0000 (00:35 +0000)]
ChangeLog update
Antony Dovgal [Wed, 11 May 2005 21:16:29 +0000 (21:16 +0000)]
fix both win and gcc compile errors
Antony Dovgal [Wed, 11 May 2005 20:04:18 +0000 (20:04 +0000)]
fix gcc-2.95 problems (reported by Adam Maccabee Trachtenberg)
Joe Orton [Wed, 11 May 2005 12:54:29 +0000 (12:54 +0000)]
Mark pointers in entity tables as const.
Joe Orton [Wed, 11 May 2005 12:43:07 +0000 (12:43 +0000)]
- Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range)
(merge error from 4.3)
Andrey Hristov [Wed, 11 May 2005 11:44:23 +0000 (11:44 +0000)]
...
Andrey Hristov [Wed, 11 May 2005 11:43:11 +0000 (11:43 +0000)]
add function array_product()
Wez Furlong [Wed, 11 May 2005 02:02:27 +0000 (02:02 +0000)]
fix inverted logic and thus Bug #27508
Wez Furlong [Wed, 11 May 2005 02:01:44 +0000 (02:01 +0000)]
add test for bug 27508
<changelog@php.net> [Wed, 11 May 2005 00:34:28 +0000 (00:34 +0000)]
ChangeLog update
Antony Dovgal [Tue, 10 May 2005 23:12:31 +0000 (23:12 +0000)]
use & and check for the right value of result_type
Antony Dovgal [Tue, 10 May 2005 20:13:24 +0000 (20:13 +0000)]
fix #32904 (pg_get_notify() ignores result_type parameter)
Andrey Hristov [Tue, 10 May 2005 15:27:49 +0000 (15:27 +0000)]
fix the test too
Andrey Hristov [Tue, 10 May 2005 14:36:29 +0000 (14:36 +0000)]
fix NEWS
Dmitry Stogov [Tue, 10 May 2005 13:58:11 +0000 (13:58 +0000)]
Fixed transparent SoapFault passing
foobar [Tue, 10 May 2005 13:22:22 +0000 (13:22 +0000)]
MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)
Andrey Hristov [Tue, 10 May 2005 12:50:53 +0000 (12:50 +0000)]
rename math_std_dev to math_standard_deviation (the API wasn't published
yet)
foobar [Tue, 10 May 2005 12:19:33 +0000 (12:19 +0000)]
ws
foobar [Tue, 10 May 2005 12:17:01 +0000 (12:17 +0000)]
MFB: - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conf
access errors). (Jani, ric at arizona dot edu)
Dmitry Stogov [Tue, 10 May 2005 10:20:58 +0000 (10:20 +0000)]
Fixed SIGSEGV
Dmitry Stogov [Tue, 10 May 2005 08:16:14 +0000 (08:16 +0000)]
"<?xml ..." header is not required by SOAP specification
<changelog@php.net> [Tue, 10 May 2005 00:34:01 +0000 (00:34 +0000)]
ChangeLog update
Andrey Hristov [Mon, 9 May 2005 22:29:54 +0000 (22:29 +0000)]
after throwing an warning bail out
Andrey Hristov [Mon, 9 May 2005 22:29:21 +0000 (22:29 +0000)]
mysqli won't compile with Zend2 API before 2001 - in these days there was
no Zend2
Andrey Hristov [Mon, 9 May 2005 21:48:03 +0000 (21:48 +0000)]
MFB
foobar [Mon, 9 May 2005 21:16:49 +0000 (21:16 +0000)]
- We skip tests when the extension is not loaded..in the php.ini
foobar [Mon, 9 May 2005 21:16:06 +0000 (21:16 +0000)]
revert pointless patch
Andrey Hristov [Mon, 9 May 2005 16:23:22 +0000 (16:23 +0000)]
also test shared builds
foobar [Mon, 9 May 2005 12:15:53 +0000 (12:15 +0000)]
- getlogin() / getgroups() are not necessarily available everywhere
<changelog@php.net> [Mon, 9 May 2005 00:36:19 +0000 (00:36 +0000)]
ChangeLog update
Rasmus Lerdorf [Sun, 8 May 2005 17:24:38 +0000 (17:24 +0000)]
Fix request_uri XSS on phpinfo() page
foobar [Sun, 8 May 2005 15:58:50 +0000 (15:58 +0000)]
this check was not needed
foobar [Sun, 8 May 2005 15:43:22 +0000 (15:43 +0000)]
- Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)
foobar [Sun, 8 May 2005 14:02:19 +0000 (14:02 +0000)]
no tabs
Georg Richter [Sun, 8 May 2005 08:39:56 +0000 (08:39 +0000)]
Added new function mysqli_set_character_set_name
<changelog@php.net> [Sun, 8 May 2005 00:34:53 +0000 (00:34 +0000)]
ChangeLog update
foobar [Sat, 7 May 2005 16:14:27 +0000 (16:14 +0000)]
this one needs to be upper..
foobar [Sat, 7 May 2005 16:08:03 +0000 (16:08 +0000)]
ws + cs + proto fixes
Ilia Alshanetsky [Sat, 7 May 2005 16:07:59 +0000 (16:07 +0000)]
MFB: Fixed memory leak on error in FTP wrapper.
foobar [Sat, 7 May 2005 15:43:55 +0000 (15:43 +0000)]
typofix
Wez Furlong [Sat, 7 May 2005 14:58:12 +0000 (14:58 +0000)]
MFB: Fix for #32974
Marcus Boerger [Sat, 7 May 2005 13:54:02 +0000 (13:54 +0000)]
- Update
Andrey Hristov [Sat, 7 May 2005 12:46:29 +0000 (12:46 +0000)]
revert this one till we have a better way to inform the user where the
truncation has occured
Andrey Hristov [Sat, 7 May 2005 12:41:56 +0000 (12:41 +0000)]
update protos
Marcus Boerger [Sat, 7 May 2005 12:25:48 +0000 (12:25 +0000)]
- Update: class File was renamed to FileObject
Marcus Boerger [Sat, 7 May 2005 12:24:18 +0000 (12:24 +0000)]
- Improved interactive mode of CLI (php -a)
Andrey Hristov [Sat, 7 May 2005 08:23:39 +0000 (08:23 +0000)]
return MYSQLI_DATA_TRUNCATED if data happens to be truncated
#the manual has to be updated
Andrey Hristov [Sat, 7 May 2005 08:03:35 +0000 (08:03 +0000)]
return directly
Andrey Hristov [Sat, 7 May 2005 07:44:41 +0000 (07:44 +0000)]
bail out when detecting incorrect number of parameters to be bound.
foobar [Sat, 7 May 2005 03:19:42 +0000 (03:19 +0000)]
- Install GD header files
foobar [Sat, 7 May 2005 02:51:53 +0000 (02:51 +0000)]
- Added PHP_INSTALL_HEADERS() macro
- Fixed several VPATH build issues
- Changed all awk calls to use $AWK
- Changed all mkdir calls to use "$php_shtool mkdir"
<changelog@php.net> [Sat, 7 May 2005 00:36:11 +0000 (00:36 +0000)]
ChangeLog update
foobar [Fri, 6 May 2005 22:58:42 +0000 (22:58 +0000)]
Only test stuff if PDO is enabled