]>
granicus.if.org Git - php/log
Derick Rethans [Tue, 14 Dec 2004 08:43:01 +0000 (08:43 +0000)]
- MFH: Fixed compile error related to bug #28605.
#- But it does not *fix* bug #28605.
<changelog@php.net> [Tue, 14 Dec 2004 01:33:41 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 14 Dec 2004 00:37:19 +0000 (00:37 +0000)]
Fixed bug #28228 (NULL decimal separator is not being handled correctly).
Wez Furlong [Mon, 13 Dec 2004 13:52:01 +0000 (13:52 +0000)]
Make it really build...
Joe Orton [Mon, 13 Dec 2004 10:30:21 +0000 (10:30 +0000)]
More PHP_LIBDIR fixes for lib64 platforms.
Derick Rethans [Mon, 13 Dec 2004 09:09:06 +0000 (09:09 +0000)]
- Added "G" modifier to ini setting number format.
<changelog@php.net> [Mon, 13 Dec 2004 01:39:15 +0000 (01:39 +0000)]
ChangeLog update
Wez Furlong [Sun, 12 Dec 2004 23:21:53 +0000 (23:21 +0000)]
Add missing constants for socketpair().
I thought I had included these...
Good catch Nuno :)
Moriyoshi Koizumi [Sun, 12 Dec 2004 23:06:06 +0000 (23:06 +0000)]
- Apply the same fix to apache2filter too.
Wez Furlong [Sun, 12 Dec 2004 16:10:35 +0000 (16:10 +0000)]
Add stream_socket_pair(), a streams based version of socketpair().
Modified patch from Vincent [six at t0x dot net]
Ilia Alshanetsky [Sun, 12 Dec 2004 15:50:06 +0000 (15:50 +0000)]
Fixed bug #31056 (php_std_date() returns invalid formatted date if
y2k_compliance is On).
# will MFH to 5.0.X and 4.3.X after release
Moriyoshi Koizumi [Sun, 12 Dec 2004 02:11:27 +0000 (02:11 +0000)]
- Fixlet for httpd-2.1 on Darwin platforms
<changelog@php.net> [Sun, 12 Dec 2004 01:41:02 +0000 (01:41 +0000)]
ChangeLog update
Derick Rethans [Sat, 11 Dec 2004 11:16:55 +0000 (11:16 +0000)]
- Generate all iconv headers by default
<changelog@php.net> [Sat, 11 Dec 2004 01:33:25 +0000 (01:33 +0000)]
ChangeLog update
Andi Gutmans [Fri, 10 Dec 2004 22:59:25 +0000 (22:59 +0000)]
- Fix bug #27728 (Can't return within a zend_try{} or the previous
state isn't restored.
Antony Dovgal [Fri, 10 Dec 2004 10:30:01 +0000 (10:30 +0000)]
fix buffer overrun & segfault in get_meta_tags() when there is no tag value
<changelog@php.net> [Fri, 10 Dec 2004 01:32:20 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 10 Dec 2004 00:36:51 +0000 (00:36 +0000)]
Avoid causing a crash.
Antony Dovgal [Thu, 9 Dec 2004 17:15:52 +0000 (17:15 +0000)]
CS changes (as suggested by Ilia)
Antony Dovgal [Thu, 9 Dec 2004 15:07:56 +0000 (15:07 +0000)]
fix 1-byte leak
Antony Dovgal [Thu, 9 Dec 2004 14:14:21 +0000 (14:14 +0000)]
fix segfault in session_module_name() when session.save_handler is empty
Derick Rethans [Thu, 9 Dec 2004 09:06:06 +0000 (09:06 +0000)]
- MF43: Fixed bug #31034 (Problem with non-existing iconv header file).
Antony Dovgal [Thu, 9 Dec 2004 08:22:06 +0000 (08:22 +0000)]
fix buffer overrun and remove debug printf() call
<changelog@php.net> [Thu, 9 Dec 2004 01:32:56 +0000 (01:32 +0000)]
ChangeLog update
Frank M. Kromann [Wed, 8 Dec 2004 18:57:48 +0000 (18:57 +0000)]
Fix logic for file checking. Bug #31019
Joe Orton [Wed, 8 Dec 2004 12:50:00 +0000 (12:50 +0000)]
Fix VPATH build again.
foobar [Wed, 8 Dec 2004 06:46:34 +0000 (06:46 +0000)]
Fix build. This was not supposed to halt configure if test fails.
Brad House [Wed, 8 Dec 2004 03:02:34 +0000 (03:02 +0000)]
Newer versions of libmonetra broke compatability with one function. Make workaround that detects version, and works with both.
<changelog@php.net> [Wed, 8 Dec 2004 01:32:56 +0000 (01:32 +0000)]
ChangeLog update
Dmitry Stogov [Tue, 7 Dec 2004 18:02:25 +0000 (18:02 +0000)]
Fixed crash in phpinfo() after graceful Apache restart.
Dmitry Stogov [Tue, 7 Dec 2004 17:29:42 +0000 (17:29 +0000)]
Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties)
Antony Dovgal [Tue, 7 Dec 2004 16:54:25 +0000 (16:54 +0000)]
fix leak
Derick Rethans [Tue, 7 Dec 2004 08:46:14 +0000 (08:46 +0000)]
- Tidy up NEWS a bit
Dmitry Stogov [Tue, 7 Dec 2004 07:46:12 +0000 (07:46 +0000)]
Fixed bug #30904 (segfault when recording soapclient into session).
<changelog@php.net> [Tue, 7 Dec 2004 01:31:57 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 7 Dec 2004 00:33:24 +0000 (00:33 +0000)]
Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).
Ilia Alshanetsky [Mon, 6 Dec 2004 23:37:20 +0000 (23:37 +0000)]
Added -d option which allows ini options to be specified via command line.
Patch by: Sean Coates
Ilia Alshanetsky [Mon, 6 Dec 2004 23:30:37 +0000 (23:30 +0000)]
Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).
Derick Rethans [Mon, 6 Dec 2004 20:39:20 +0000 (20:39 +0000)]
- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
external extensions can use them.
Ilia Alshanetsky [Mon, 6 Dec 2004 19:46:23 +0000 (19:46 +0000)]
MFB: revert
Stanislav Malyshev [Mon, 6 Dec 2004 18:55:30 +0000 (18:55 +0000)]
fix startup - if startup did not succeed, do not continue with execution
Stanislav Malyshev [Mon, 6 Dec 2004 18:48:35 +0000 (18:48 +0000)]
do not zero out peak - MM shutdown would do that
Stanislav Malyshev [Mon, 6 Dec 2004 16:08:08 +0000 (16:08 +0000)]
add test
Stanislav Malyshev [Mon, 6 Dec 2004 15:50:27 +0000 (15:50 +0000)]
port fix for #30998: Crash when user error handler returns false on amd64
Dmitry Stogov [Mon, 6 Dec 2004 11:53:30 +0000 (11:53 +0000)]
Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves)
Georg Richter [Mon, 6 Dec 2004 05:15:03 +0000 (05:15 +0000)]
fixed windows compile errors (Thx to Sebastian Bergmann)
<changelog@php.net> [Mon, 6 Dec 2004 01:35:04 +0000 (01:35 +0000)]
ChangeLog update
Rob Richards [Sun, 5 Dec 2004 12:02:35 +0000 (12:02 +0000)]
add optional parameter to pass libxml document load options
Rob Richards [Sun, 5 Dec 2004 11:59:46 +0000 (11:59 +0000)]
define options that can be used when loading documents
Holger Zimmermann [Sun, 5 Dec 2004 09:52:25 +0000 (09:52 +0000)]
Replaced static server variables by function call and configurable list at the Pi3Web server side.
<changelog@php.net> [Sun, 5 Dec 2004 01:32:43 +0000 (01:32 +0000)]
ChangeLog update
Rasmus Lerdorf [Sat, 4 Dec 2004 13:47:13 +0000 (13:47 +0000)]
Fix proto
Rob Richards [Sat, 4 Dec 2004 11:40:10 +0000 (11:40 +0000)]
add test
Rob Richards [Sat, 4 Dec 2004 11:39:34 +0000 (11:39 +0000)]
Fixed bug #28817 (Var problem when extending domDocument). (Georg)
Georg Richter [Sat, 4 Dec 2004 08:50:33 +0000 (08:50 +0000)]
added skipif section
Georg Richter [Sat, 4 Dec 2004 08:16:04 +0000 (08:16 +0000)]
Fixed bug #30890 (testsuite)
Fixed bug #28817 (property problems in extended class)
Rasmus Lerdorf [Sat, 4 Dec 2004 07:16:44 +0000 (07:16 +0000)]
Add apache_reset_timeout() function for Apache1. This is needed because
Apache1 only resets the write timer, which defaults to 300 seconds, on
a successful write. That is, if the client has gone away and Apache
attempts a write which fails it will set the conn->aborted flag but not
reset the timeout. Assuming the PHP script is running in ignore_user_abort
mode we ignore the aborted flag, but we'll still get blown out of the water
300 seconds after the failed write unless we periodically reset the timer.
With set_time_limit(0), ignore_user_abort(true) and periodic
apache_reset_timeout() calls we can theoretically run forever which is
why I disabled this call in safe mode.
<changelog@php.net> [Sat, 4 Dec 2004 01:32:05 +0000 (01:32 +0000)]
ChangeLog update
Antony Dovgal [Fri, 3 Dec 2004 17:43:23 +0000 (17:43 +0000)]
fix array_walk_recursive() so it doesn't reuse cached fci between calls
and add test for it
Stefan Esser [Fri, 3 Dec 2004 16:02:48 +0000 (16:02 +0000)]
Handle already existing elements correctly
Georg Richter [Fri, 3 Dec 2004 07:56:19 +0000 (07:56 +0000)]
Fixed bug #30967 (properties in extended mysqli classes don't work)
Ilia Alshanetsky [Fri, 3 Dec 2004 02:26:04 +0000 (02:26 +0000)]
Fixed bug #30962 (mssql returns space for NULL columns).
<changelog@php.net> [Fri, 3 Dec 2004 01:32:51 +0000 (01:32 +0000)]
ChangeLog update
Antony Dovgal [Thu, 2 Dec 2004 16:35:02 +0000 (16:35 +0000)]
revert my previous patch as it breaks more than fixes
Antony Dovgal [Thu, 2 Dec 2004 16:33:36 +0000 (16:33 +0000)]
fix tests
<changelog@php.net> [Thu, 2 Dec 2004 01:33:36 +0000 (01:33 +0000)]
ChangeLog update
Stefan Esser [Thu, 2 Dec 2004 01:04:23 +0000 (01:04 +0000)]
Fixed: virtual_popen in ZTS mode
Stefan Esser [Thu, 2 Dec 2004 00:44:07 +0000 (00:44 +0000)]
Partly reverted because of problems with some realpath() implementations
Stefan Esser [Wed, 1 Dec 2004 22:56:05 +0000 (22:56 +0000)]
Fixed behaviour of TSRM in case of realpath() failure
Stefan Esser [Wed, 1 Dec 2004 22:42:00 +0000 (22:42 +0000)]
Beware of negative indices
Stefan Esser [Wed, 1 Dec 2004 22:37:33 +0000 (22:37 +0000)]
Do not silently truncate
Ilia Alshanetsky [Wed, 1 Dec 2004 18:52:13 +0000 (18:52 +0000)]
MFB: Removed extra space that causes problems for some compilers.
Dmitry Stogov [Wed, 1 Dec 2004 18:22:40 +0000 (18:22 +0000)]
Fixed bug #30329 (Error Fetching http body, No Content-Length, connection closed or chunked data).
Dmitry Stogov [Wed, 1 Dec 2004 17:33:32 +0000 (17:33 +0000)]
Port 443 is default for https, so we shouldn't put it into Host:
Dmitry Stogov [Wed, 1 Dec 2004 16:59:48 +0000 (16:59 +0000)]
Fixed bug #30359 (SOAP client requests have no port in "Host" field ).
Derick Rethans [Wed, 1 Dec 2004 15:05:02 +0000 (15:05 +0000)]
- Fixed MacOSX compilation (Patch by Christian)
Dmitry Stogov [Wed, 1 Dec 2004 14:02:35 +0000 (14:02 +0000)]
Fixed bug #29883 (isset gives invalid values on strings).
Derick Rethans [Wed, 1 Dec 2004 09:15:49 +0000 (09:15 +0000)]
- MF43: Update install instructions
Greg Beaver [Wed, 1 Dec 2004 06:09:06 +0000 (06:09 +0000)]
remove old test files
<changelog@php.net> [Wed, 1 Dec 2004 01:32:00 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 30 Nov 2004 16:55:55 +0000 (16:55 +0000)]
Fixed bug #30945 (make ctype_* functions return FALSE on empty strings).
Slight performance improvement of multi-byte string checking via ctype_*.
<changelog@php.net> [Tue, 30 Nov 2004 01:33:45 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 30 Nov 2004 00:01:30 +0000 (00:01 +0000)]
This test is conditional on the libTidy library. On some configurations
tidy crashes due to a bug in the lib.
Derick Rethans [Mon, 29 Nov 2004 10:15:03 +0000 (10:15 +0000)]
- Added testcase for bug #30695
Derick Rethans [Mon, 29 Nov 2004 09:32:15 +0000 (09:32 +0000)]
- MFH: Revert Joe's work around a bug in GCC patch as it breaks too many things.
<changelog@php.net> [Mon, 29 Nov 2004 01:35:51 +0000 (01:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 28 Nov 2004 20:40:16 +0000 (20:40 +0000)]
Save test result file inside the build directory.
Sergey Kartashoff [Sun, 28 Nov 2004 20:03:05 +0000 (20:03 +0000)]
- MnoGoSearch extension updated to fix compilation issues with
mnogosearch-3.2.25+
Antony Dovgal [Sun, 28 Nov 2004 17:03:45 +0000 (17:03 +0000)]
fix #29954 (array_reduce segfaults when initial value is array)
Stefan Esser [Sun, 28 Nov 2004 13:32:29 +0000 (13:32 +0000)]
Fixed: Correctly Initialize fields
Antony Dovgal [Sun, 28 Nov 2004 13:21:09 +0000 (13:21 +0000)]
fix #30314
Stefan Esser [Sun, 28 Nov 2004 12:44:28 +0000 (12:44 +0000)]
Fixed: removed possible integer over-/underflows
<changelog@php.net> [Sun, 28 Nov 2004 01:35:04 +0000 (01:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 27 Nov 2004 18:17:58 +0000 (18:17 +0000)]
Improve offset check inside shmop_write().
Marcus Boerger [Sat, 27 Nov 2004 10:16:13 +0000 (10:16 +0000)]
BFN
<changelog@php.net> [Sat, 27 Nov 2004 01:32:02 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Fri, 26 Nov 2004 13:17:30 +0000 (13:17 +0000)]
'l' is long - int won't work on 64-bit
<changelog@php.net> [Fri, 26 Nov 2004 01:33:14 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 25 Nov 2004 23:44:20 +0000 (23:44 +0000)]
CS