]>
granicus.if.org Git - php/log
Rob Richards [Tue, 3 Jul 2007 15:02:40 +0000 (15:02 +0000)]
MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings)
add test
Dmitry Stogov [Tue, 3 Jul 2007 14:48:37 +0000 (14:48 +0000)]
Store existent file in realpath cache
Dmitry Stogov [Tue, 3 Jul 2007 10:22:55 +0000 (10:22 +0000)]
Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
of type long. This time only one flag is implemented - STREAM_IS_URL, that
means that userstream wrapper is remote (URL). By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
stream is local or remote (URL)
]
Raghubansh Kumar [Tue, 3 Jul 2007 07:13:04 +0000 (07:13 +0000)]
Smaller testcases for 006_variation.phpt, file_get_contents_file_put_contents_variation.phpt, filesize_variation.phpt, filesize_variation-win32.phpt, fwrite_variation.phpt, fwrite_variation-win32.phpt.
Fix for filesize_variation to match filesize using %d
Christopher Jones [Tue, 3 Jul 2007 05:47:53 +0000 (05:47 +0000)]
MFB: Basic PDO->quote() for PDO_OCI
<changelog@php.net> [Tue, 3 Jul 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Dmitry Stogov [Mon, 2 Jul 2007 11:53:08 +0000 (11:53 +0000)]
Allow unicode XML
Rob Richards [Mon, 2 Jul 2007 11:36:28 +0000 (11:36 +0000)]
MFB: fix bug #41867 (getName is broken)
add test
Dmitry Stogov [Mon, 2 Jul 2007 10:29:49 +0000 (10:29 +0000)]
Unicode support
<changelog@php.net> [Mon, 2 Jul 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update
foobar [Sun, 1 Jul 2007 21:26:30 +0000 (21:26 +0000)]
- Fixed bug #41865 (fputcsv(): 2nd parameter is not optional)
<changelog@php.net> [Sun, 1 Jul 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Sat, 30 Jun 2007 03:02:10 +0000 (03:02 +0000)]
MFB: Fix Bug #11345 Seg fault after NLS environment initialization error
<changelog@php.net> [Sat, 30 Jun 2007 01:31:13 +0000 (01:31 +0000)]
ChangeLog update
foobar [Fri, 29 Jun 2007 15:13:33 +0000 (15:13 +0000)]
- More portable..
Christopher Jones [Fri, 29 Jun 2007 15:02:38 +0000 (15:02 +0000)]
MFB. Test for old bug fixed in some previous, unknown change
Dmitry Stogov [Fri, 29 Jun 2007 14:53:02 +0000 (14:53 +0000)]
ord() must not convert binary data to unicode in unicode mode
foobar [Fri, 29 Jun 2007 14:30:25 +0000 (14:30 +0000)]
- More portable solution
Christopher Jones [Fri, 29 Jun 2007 14:28:49 +0000 (14:28 +0000)]
MFB. Add testing steps
Dmitry Stogov [Fri, 29 Jun 2007 13:58:34 +0000 (13:58 +0000)]
Allowed loading XML from unicode strings
foobar [Fri, 29 Jun 2007 13:51:18 +0000 (13:51 +0000)]
- Added missing SKIPIF
Antony Dovgal [Fri, 29 Jun 2007 12:56:08 +0000 (12:56 +0000)]
cleanup tmp files
Antony Dovgal [Fri, 29 Jun 2007 12:54:06 +0000 (12:54 +0000)]
divide the test into smaller ones
Antony Dovgal [Fri, 29 Jun 2007 11:47:30 +0000 (11:47 +0000)]
remove the quotes in for
foobar [Fri, 29 Jun 2007 11:35:35 +0000 (11:35 +0000)]
oops
Dmitry Stogov [Fri, 29 Jun 2007 09:49:40 +0000 (09:49 +0000)]
Fixed CGI tests
Antony Dovgal [Fri, 29 Jun 2007 09:14:42 +0000 (09:14 +0000)]
fix `make test` with shared extensions
# ok, this is the last ksh-related fix.
# it seems to be completely impossible to make it work, so I won't even try to do it anymore.
# complain to Sun and ksh authors if you have any problems.
<changelog@php.net> [Fri, 29 Jun 2007 01:31:16 +0000 (01:31 +0000)]
ChangeLog update
foobar [Fri, 29 Jun 2007 01:09:54 +0000 (01:09 +0000)]
- Improved php-config:
. Added --configure-options option to get configure line for current build
. Added --php-sapis option which shows SAPIs available
. Fixed problem with missing php binary when CLI is not build but CGI is.
- Fixed broken sed issues in phpize script
Stanislav Malyshev [Thu, 28 Jun 2007 20:27:35 +0000 (20:27 +0000)]
remove unused vars
Stanislav Malyshev [Thu, 28 Jun 2007 20:19:58 +0000 (20:19 +0000)]
Fix HALT constant handling in unicode mode
Antony Dovgal [Thu, 28 Jun 2007 17:27:20 +0000 (17:27 +0000)]
MFB
Antony Dovgal [Thu, 28 Jun 2007 17:22:56 +0000 (17:22 +0000)]
fix crash on shutdown on Win32
patch by Scott
Antony Dovgal [Thu, 28 Jun 2007 16:06:23 +0000 (16:06 +0000)]
synchronized range() behaviour in HEAD with 5_2
Antony Dovgal [Thu, 28 Jun 2007 16:05:51 +0000 (16:05 +0000)]
more smaller tests
Antony Dovgal [Thu, 28 Jun 2007 15:26:55 +0000 (15:26 +0000)]
divide array_search.phpt into several smaller tests
Antony Dovgal [Thu, 28 Jun 2007 15:11:13 +0000 (15:11 +0000)]
MFB
Antony Dovgal [Thu, 28 Jun 2007 15:04:16 +0000 (15:04 +0000)]
more smaller tests
Antony Dovgal [Thu, 28 Jun 2007 14:51:25 +0000 (14:51 +0000)]
divide the test into several smaller ones
<changelog@php.net> [Thu, 28 Jun 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Stanislav Malyshev [Thu, 28 Jun 2007 00:01:58 +0000 (00:01 +0000)]
MF5 __HALT_COMPILER fix:
Remove limitation of __HALT_COMPILER() that allowed only one instance
per request.
# Patch by Gregory Beaver
Antony Dovgal [Wed, 27 Jun 2007 22:17:31 +0000 (22:17 +0000)]
more ksh fixes
Antony Dovgal [Wed, 27 Jun 2007 17:04:57 +0000 (17:04 +0000)]
fix test
Zoe Slattery [Wed, 27 Jun 2007 15:01:36 +0000 (15:01 +0000)]
Tests for constant initialisation
foobar [Wed, 27 Jun 2007 14:40:02 +0000 (14:40 +0000)]
- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)
# Now types like ptrdiff_t, ssize_t and intmax_t get defined to something
# useful..
Antony Dovgal [Wed, 27 Jun 2007 12:48:44 +0000 (12:48 +0000)]
fix ZTS build
Antony Dovgal [Wed, 27 Jun 2007 12:38:20 +0000 (12:38 +0000)]
apply corrected fix
fix tests
Antony Dovgal [Wed, 27 Jun 2007 12:17:30 +0000 (12:17 +0000)]
fix #41692 (ArrayObject shows weird behaviour in respect to inheritance)
Dmitry Stogov [Wed, 27 Jun 2007 11:16:21 +0000 (11:16 +0000)]
Unicode support
Dmitry Stogov [Wed, 27 Jun 2007 11:04:50 +0000 (11:04 +0000)]
Fixed bitwise operations with numeric unicode strings
Dmitry Stogov [Wed, 27 Jun 2007 10:27:04 +0000 (10:27 +0000)]
Implemented ++ and -- operations for unicode strings
Antony Dovgal [Wed, 27 Jun 2007 08:54:59 +0000 (08:54 +0000)]
add test
Antony Dovgal [Wed, 27 Jun 2007 08:53:05 +0000 (08:53 +0000)]
MFB: fix #41813 (segmentation fault when using string offset as an object)
patch by judas dot iscariote at gmail dot com
<changelog@php.net> [Wed, 27 Jun 2007 01:31:15 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 26 Jun 2007 21:37:14 +0000 (21:37 +0000)]
fix ws & folding
Antony Dovgal [Tue, 26 Jun 2007 21:29:32 +0000 (21:29 +0000)]
fix ws & folding
Antony Dovgal [Tue, 26 Jun 2007 21:21:02 +0000 (21:21 +0000)]
fix ws & folding
Dmitry Stogov [Tue, 26 Jun 2007 14:47:33 +0000 (14:47 +0000)]
Fixed bug #40419 (Trailing Slash in CGI request don't work)
Antony Dovgal [Tue, 26 Jun 2007 12:14:24 +0000 (12:14 +0000)]
add missing include and fix warning
Antony Dovgal [Tue, 26 Jun 2007 12:14:01 +0000 (12:14 +0000)]
MFB
Antony Dovgal [Tue, 26 Jun 2007 12:08:50 +0000 (12:08 +0000)]
fix #41445 (parse_ini_file() has a problem with certain types of integer as sections)
Antony Dovgal [Tue, 26 Jun 2007 11:03:42 +0000 (11:03 +0000)]
fix #41795 (checkdnsrr does not support DNS_TXT type)
Antony Dovgal [Tue, 26 Jun 2007 10:22:36 +0000 (10:22 +0000)]
fix 'make test' on platforms with broken shells
<changelog@php.net> [Tue, 26 Jun 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 25 Jun 2007 21:24:37 +0000 (21:24 +0000)]
fix test
Scott MacVicar [Mon, 25 Jun 2007 20:19:30 +0000 (20:19 +0000)]
MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows).
Antony Dovgal [Mon, 25 Jun 2007 18:25:08 +0000 (18:25 +0000)]
fix #41711 (Null temporary lobs not supported)
Antony Dovgal [Mon, 25 Jun 2007 17:37:48 +0000 (17:37 +0000)]
cleanup test data
Antony Dovgal [Mon, 25 Jun 2007 17:10:07 +0000 (17:10 +0000)]
fix test
foobar [Mon, 25 Jun 2007 16:26:19 +0000 (16:26 +0000)]
- Fixed bug #41794 (build fails with external libs under Solaris)
Dmitry Stogov [Mon, 25 Jun 2007 14:23:21 +0000 (14:23 +0000)]
Fixed stat() to support rdev, blocksize and blocks on Fedora 7
Dmitry Stogov [Mon, 25 Jun 2007 09:42:49 +0000 (09:42 +0000)]
(forgotten part of fix)
Dmitry Stogov [Mon, 25 Jun 2007 09:02:07 +0000 (09:02 +0000)]
Fixed tests
Dmitry Stogov [Mon, 25 Jun 2007 08:40:36 +0000 (08:40 +0000)]
Better fix for bug #41655
Dmitry Stogov [Mon, 25 Jun 2007 08:39:23 +0000 (08:39 +0000)]
Restore big exponent letter in var_export() ('1e300' -> '1E300')
Dmitry Stogov [Mon, 25 Jun 2007 06:46:15 +0000 (06:46 +0000)]
Fixed tests
<changelog@php.net> [Mon, 25 Jun 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update
Nuno Lopes [Sun, 24 Jun 2007 11:43:34 +0000 (11:43 +0000)]
MFB:fix memleak in sxe_prop_dim_read()
<changelog@php.net> [Sat, 23 Jun 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Fri, 22 Jun 2007 12:36:55 +0000 (12:36 +0000)]
- MFB: add test cases for #41655
Raghubansh Kumar [Fri, 22 Jun 2007 08:14:16 +0000 (08:14 +0000)]
New tests for file system handling functions
<changelog@php.net> [Fri, 22 Jun 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update
Stanislav Malyshev [Fri, 22 Jun 2007 00:05:54 +0000 (00:05 +0000)]
fix #41765
Raghubansh Kumar [Thu, 21 Jun 2007 21:14:21 +0000 (21:14 +0000)]
New tests for file system handling functions
Raghubansh Kumar [Thu, 21 Jun 2007 21:08:38 +0000 (21:08 +0000)]
New functons to compare stat array
Dmitry Stogov [Thu, 21 Jun 2007 12:42:58 +0000 (12:42 +0000)]
Proper fix for bug #39215 Inappropriate close of stdin/stdout/stderr
Dmitry Stogov [Thu, 21 Jun 2007 09:01:57 +0000 (09:01 +0000)]
Fixed default values
Dmitry Stogov [Thu, 21 Jun 2007 08:40:56 +0000 (08:40 +0000)]
no need to return exit status of the last fastcgi request
<changelog@php.net> [Thu, 21 Jun 2007 01:31:20 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Wed, 20 Jun 2007 05:27:38 +0000 (05:27 +0000)]
- MFB: Fixed a memory leak inside load_all_certs_file()
<changelog@php.net> [Wed, 20 Jun 2007 01:31:13 +0000 (01:31 +0000)]
ChangeLog update
Nuno Lopes [Tue, 19 Jun 2007 17:33:02 +0000 (17:33 +0000)]
new test
Nuno Lopes [Tue, 19 Jun 2007 17:13:42 +0000 (17:13 +0000)]
final PCRE 7.2 release
Derick Rethans [Tue, 19 Jun 2007 12:19:27 +0000 (12:19 +0000)]
- Added the H modifier to create non-locale-aware non-fixed-precision float
representations.
- Fixed var_export() to use the new H modifier so that it can generate
parsable PHP code for floats again, independent of the locale.
<changelog@php.net> [Tue, 19 Jun 2007 01:31:21 +0000 (01:31 +0000)]
ChangeLog update
Stanislav Malyshev [Mon, 18 Jun 2007 21:59:05 +0000 (21:59 +0000)]
Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir
is active
Raghubansh Kumar [Mon, 18 Jun 2007 19:51:11 +0000 (19:51 +0000)]
New tests for file system handling functions
Ilia Alshanetsky [Mon, 18 Jun 2007 16:46:40 +0000 (16:46 +0000)]
MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice request
scope).
Scott MacVicar [Mon, 18 Jun 2007 15:57:00 +0000 (15:57 +0000)]
MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).
Dmitry Stogov [Mon, 18 Jun 2007 13:54:59 +0000 (13:54 +0000)]
Fixed error message