]>
granicus.if.org Git - php/log
Scott MacVicar [Sun, 1 Jun 2008 16:09:52 +0000 (16:09 +0000)]
MFB: Fix unexported symbols. Patch by Greg
Matt Wilmas [Sun, 1 Jun 2008 14:01:07 +0000 (14:01 +0000)]
Fixed build
Felipe Pena [Sun, 1 Jun 2008 03:13:54 +0000 (03:13 +0000)]
- MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)
<changelog@php.net> [Sun, 1 Jun 2008 01:31:54 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 31 May 2008 20:04:49 +0000 (20:04 +0000)]
- MFB config stuff
Marcus Boerger [Sat, 31 May 2008 19:27:23 +0000 (19:27 +0000)]
- Add pharcmd to default targets if present
<changelog@php.net> [Sat, 31 May 2008 01:31:56 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Fri, 30 May 2008 22:49:46 +0000 (22:49 +0000)]
MFB: fix corrupted zips, fix postprocess for compressed zip file
Greg Beaver [Fri, 30 May 2008 22:39:33 +0000 (22:39 +0000)]
MFB: refactor function names for clarity. No functionality change
Scott MacVicar [Fri, 30 May 2008 16:52:06 +0000 (16:52 +0000)]
Fixed bug #43261
(Use ^ as an escape character for Windows escapeshellcmd)
Matt Wilmas [Fri, 30 May 2008 11:05:35 +0000 (11:05 +0000)]
Fixed memcmp() check with hash_quick_del (realKeyLength would be 0)
Matt Wilmas [Fri, 30 May 2008 10:54:16 +0000 (10:54 +0000)]
Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
- Also, use new hash_quick_del function where possible
<changelog@php.net> [Fri, 30 May 2008 01:31:52 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 29 May 2008 17:34:58 +0000 (17:34 +0000)]
MFB: fix PECL bug #13981: Third-party zips fail entry interrogation
Andrey Hristov [Thu, 29 May 2008 15:50:10 +0000 (15:50 +0000)]
MFB
Matt Wilmas [Thu, 29 May 2008 11:44:09 +0000 (11:44 +0000)]
Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1
To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long
Same cause as Bug #27354 for mod_function
Scott MacVicar [Thu, 29 May 2008 11:30:10 +0000 (11:30 +0000)]
Fix bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote.
<changelog@php.net> [Thu, 29 May 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
Stanislav Malyshev [Wed, 28 May 2008 21:50:41 +0000 (21:50 +0000)]
MF5: Fix code path in phar_open_compiled_file() that tries
to open not-yet-loaded phar and fails on compressed files
# By Gregory's request
# Sorry, can't find how to write test case for that - it reproduces
# for me only under bytecode-caching. Suggestions welcome.
Felipe Pena [Wed, 28 May 2008 18:02:52 +0000 (18:02 +0000)]
- Added check for encoding optional parameter (avoiding the segfault in filter.c: strlen(encoding))
If the parameter is not suplied, it will try to use the UG(stream_enconding)
Felipe Pena [Wed, 28 May 2008 17:24:47 +0000 (17:24 +0000)]
- Added zval separation (avoid crash when using fwrite($fp, $fp)).
Felipe Pena [Wed, 28 May 2008 11:50:02 +0000 (11:50 +0000)]
- Added XFAIL section in tests to issue under discussion
<changelog@php.net> [Wed, 28 May 2008 01:31:59 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Tue, 27 May 2008 19:20:39 +0000 (19:20 +0000)]
- Suppressed fwrite() warning.
- Removed the doubled test name in borked message.
- Fixed the bogus borked message when test file is empty or fgets() fails.
Pierre Joye [Tue, 27 May 2008 18:27:23 +0000 (18:27 +0000)]
- c/p evilness
Pierre Joye [Tue, 27 May 2008 18:23:21 +0000 (18:23 +0000)]
- Add compiler informations on Windows (will add more info later, like x86 or x64 and makes it available in userland)
Steph Fox [Tue, 27 May 2008 18:16:04 +0000 (18:16 +0000)]
- killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
Felipe Pena [Tue, 27 May 2008 16:53:36 +0000 (16:53 +0000)]
- Removed UEXPECT(F)
Felipe Pena [Tue, 27 May 2008 14:30:38 +0000 (14:30 +0000)]
- Removed UEXPECT(F)
Felipe Pena [Tue, 27 May 2008 13:54:30 +0000 (13:54 +0000)]
- Removed UEXPECT(F)
Felipe Pena [Tue, 27 May 2008 13:16:27 +0000 (13:16 +0000)]
- Removed UEXPECT(F)
Ant Phillips [Tue, 27 May 2008 12:44:51 +0000 (12:44 +0000)]
DOM tests from TestFest
Derick Rethans [Tue, 27 May 2008 12:19:47 +0000 (12:19 +0000)]
- Updated to version 2008.3 (2008c)
Felipe Pena [Tue, 27 May 2008 12:17:40 +0000 (12:17 +0000)]
- Removed UEXPECT(F)
Matt Wilmas [Tue, 27 May 2008 11:27:58 +0000 (11:27 +0000)]
Regenerate
Steph Fox [Tue, 27 May 2008 10:50:48 +0000 (10:50 +0000)]
- killed off UEXPECT
- html_translation_table and setlocale tests are no longer relevant
- there are a number of ANSI-encoded files. Is this deliberate?
Matt Wilmas [Tue, 27 May 2008 10:28:25 +0000 (10:28 +0000)]
Add array_init_size() and use it where array size is known at initialization
Scott MacVicar [Tue, 27 May 2008 10:21:16 +0000 (10:21 +0000)]
DOM Tests from London Testfest
Steph Fox [Tue, 27 May 2008 09:34:55 +0000 (09:34 +0000)]
- killed off UEXPECT
Steph Fox [Tue, 27 May 2008 07:46:51 +0000 (07:46 +0000)]
- killed off UEXPECT
Steph Fox [Tue, 27 May 2008 07:41:44 +0000 (07:41 +0000)]
- killed off UEXPECT
- no getmxrr() under doze
Steph Fox [Tue, 27 May 2008 07:38:00 +0000 (07:38 +0000)]
- killed off UEXPECT
Felipe Pena [Tue, 27 May 2008 03:22:42 +0000 (03:22 +0000)]
- Removed UEXPECT(F)
Felipe Pena [Tue, 27 May 2008 02:55:52 +0000 (02:55 +0000)]
- Removed UEXPECT(F)
<changelog@php.net> [Tue, 27 May 2008 01:32:01 +0000 (01:32 +0000)]
ChangeLog update
Steph Fox [Tue, 27 May 2008 00:08:03 +0000 (00:08 +0000)]
- killed off UEXPECT
Steph Fox [Tue, 27 May 2008 00:04:31 +0000 (00:04 +0000)]
- killed off UEXPECT
- E_DEPRECATED doesn't always allow stuff to pass?
Steph Fox [Mon, 26 May 2008 23:54:20 +0000 (23:54 +0000)]
- killed off UEXPECT
- everything passes here on my box, yay
Steph Fox [Mon, 26 May 2008 23:48:29 +0000 (23:48 +0000)]
- killed off UEXPECT
Steph Fox [Mon, 26 May 2008 23:45:15 +0000 (23:45 +0000)]
- killed off UEXPECT
- Tony has a patch that should fix all these
Steph Fox [Mon, 26 May 2008 23:42:10 +0000 (23:42 +0000)]
- killed off UEXPECT
- another of those parser differences in assert_02.phpt. Please check.
Steph Fox [Mon, 26 May 2008 23:36:10 +0000 (23:36 +0000)]
- killed off UEXPECT
- could someone please fix var_export2.phpt? NUL is corrupted, can't fix here
Steph Fox [Mon, 26 May 2008 15:52:06 +0000 (15:52 +0000)]
- killed off UEXPECT
Steph Fox [Mon, 26 May 2008 14:33:44 +0000 (14:33 +0000)]
- killed off UEXPECT
- altered EXPECT for parser errors. This may or may not be a Good Thing.
<changelog@php.net> [Mon, 26 May 2008 01:32:54 +0000 (01:32 +0000)]
ChangeLog update
Zoe Slattery [Sun, 25 May 2008 16:12:27 +0000 (16:12 +0000)]
Added --XFAIL-- section
Etienne Kneuss [Sun, 25 May 2008 12:23:22 +0000 (12:23 +0000)]
ws
Etienne Kneuss [Sun, 25 May 2008 12:17:27 +0000 (12:17 +0000)]
Add a prepend param to spl_autoload_register
Etienne Kneuss [Sun, 25 May 2008 12:10:14 +0000 (12:10 +0000)]
remove the skipif
Sebastian Bergmann [Sun, 25 May 2008 06:03:44 +0000 (06:03 +0000)]
Drop SKIPIF check for ext/spl.
<changelog@php.net> [Sun, 25 May 2008 01:31:52 +0000 (01:31 +0000)]
ChangeLog update
Etienne Kneuss [Sat, 24 May 2008 16:48:15 +0000 (16:48 +0000)]
New tests from testfest
Sebastian Bergmann [Sat, 24 May 2008 15:13:11 +0000 (15:13 +0000)]
dos2unix
Etienne Kneuss [Sat, 24 May 2008 14:37:53 +0000 (14:37 +0000)]
Also register the get_iterator handler for Max/Min Heap
Pierre Joye [Sat, 24 May 2008 14:36:16 +0000 (14:36 +0000)]
- [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtime
they always return false.
(let save the world, spare bandwidth and kill the trolls 1/2)
Steph Fox [Sat, 24 May 2008 14:18:31 +0000 (14:18 +0000)]
- MFB major fixes
* found felipe's segfault in util.c and fixed the segfault (3 tests fail due to odd behavior of . and .. on this machine)
* fixed serious flaws in the setting/resetting of is_data - now it works properly. Assume
all new PharData are tar-based, and allow passing Phar::ZIP to PharData constructor to override this
* fix broken earlier commit, introduced segfault that broke 20 tests here
Sebastian Bergmann [Sat, 24 May 2008 14:17:44 +0000 (14:17 +0000)]
Drop SKIPIF check for ext/spl.
Sebastian Bergmann [Sat, 24 May 2008 14:12:00 +0000 (14:12 +0000)]
MFB: Drop SKIPIF check for ext/spl.
Steph Fox [Sat, 24 May 2008 13:59:56 +0000 (13:59 +0000)]
- MFB fix offset detection in tar files
Etienne Kneuss [Sat, 24 May 2008 13:40:33 +0000 (13:40 +0000)]
Add tests from testfest
Sebastian Bergmann [Sat, 24 May 2008 13:35:03 +0000 (13:35 +0000)]
MFB: Drop SKIPIF check for ext/reflection.
Marcus Boerger [Sat, 24 May 2008 11:53:35 +0000 (11:53 +0000)]
- Add constants and new test (test from testfest.php.net)
<changelog@php.net> [Sat, 24 May 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Robin Fernandes [Fri, 23 May 2008 21:14:05 +0000 (21:14 +0000)]
More basic ReflectionClass tests from Dutch TestFest.
Antony Dovgal [Fri, 23 May 2008 19:10:01 +0000 (19:10 +0000)]
improve regexp to support b0rked SED versions (i.e. Solaris)
Antony Dovgal [Fri, 23 May 2008 19:06:36 +0000 (19:06 +0000)]
use bundled PCRE library when both yes & no passed as argument,
look for headers and the lib otherwise
Ilia Alshanetsky [Fri, 23 May 2008 15:46:24 +0000 (15:46 +0000)]
MFB:When dumping entire document to file via asXml() don't lose the encoding
Matt Wilmas [Fri, 23 May 2008 09:40:19 +0000 (09:40 +0000)]
Fixed Windows build now that HAVE_INET_PTON is defined
<changelog@php.net> [Fri, 23 May 2008 01:31:46 +0000 (01:31 +0000)]
ChangeLog update
Kalle Sommer Nielsen [Thu, 22 May 2008 22:07:21 +0000 (22:07 +0000)]
Enable inet_pton() and inet_ntop() on Windows in HEAD
Robin Fernandes [Thu, 22 May 2008 21:54:01 +0000 (21:54 +0000)]
Basic ReflectionClass tests (from Dutch TestFest)
<changelog@php.net> [Thu, 22 May 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Wed, 21 May 2008 20:39:33 +0000 (20:39 +0000)]
MFB fix convertTo\*() for same-named archives with no files
Josie Messa [Wed, 21 May 2008 15:04:13 +0000 (15:04 +0000)]
- Committing tests reviewed after London TestFest 08
- Credits to: Mike Sullivan and James Lewis
Antony Dovgal [Wed, 21 May 2008 15:03:11 +0000 (15:03 +0000)]
use macros instead of hardcoded encoding names
(%$#@# AIX is totally broken..)
Felipe Pena [Wed, 21 May 2008 14:01:31 +0000 (14:01 +0000)]
- Remove check for unicode.semantics
Antony Dovgal [Wed, 21 May 2008 13:02:35 +0000 (13:02 +0000)]
fix run-tests.php (Felipe)
Antony Dovgal [Wed, 21 May 2008 12:29:27 +0000 (12:29 +0000)]
add missing .cvsignore
Antony Dovgal [Wed, 21 May 2008 12:01:55 +0000 (12:01 +0000)]
use ZEND_U_CONVERTER() macro to prevent segfaults when the converter is not set (i.e. NULL)
Antony Dovgal [Wed, 21 May 2008 10:41:08 +0000 (10:41 +0000)]
looks for Unicode constants in Unicode mode
<changelog@php.net> [Wed, 21 May 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Etienne Kneuss [Tue, 20 May 2008 21:46:13 +0000 (21:46 +0000)]
Fix path lookup when include_path is used
Antony Dovgal [Tue, 20 May 2008 15:29:01 +0000 (15:29 +0000)]
use correct check for unicode
strings may be still strings, even in Unicode mode
Antony Dovgal [Tue, 20 May 2008 15:03:13 +0000 (15:03 +0000)]
make sure that converters are not equal to utf8 & ascii before destroying them, or we may end up with double free
Antony Dovgal [Tue, 20 May 2008 14:54:06 +0000 (14:54 +0000)]
fix tests
David Soria Parra [Tue, 20 May 2008 13:28:31 +0000 (13:28 +0000)]
Coding style
David Soria Parra [Tue, 20 May 2008 13:15:01 +0000 (13:15 +0000)]
Allow non-long values for proxy_port, connection_timeout and convert them
Antony Dovgal [Tue, 20 May 2008 12:07:13 +0000 (12:07 +0000)]
fix function signature and silence compile warning
Antony Dovgal [Tue, 20 May 2008 12:04:37 +0000 (12:04 +0000)]
nuke unused variables
Antony Dovgal [Tue, 20 May 2008 07:48:04 +0000 (07:48 +0000)]
fix invalid free in Unicode filter