]>
granicus.if.org Git - php/log
Marcus Boerger [Fri, 11 May 2007 18:07:52 +0000 (18:07 +0000)]
- Readd 1.1.0 to history
Marcus Boerger [Fri, 11 May 2007 18:07:22 +0000 (18:07 +0000)]
- Simplify argument handling
- Add -i & -x to commands list & tree
Marcus Boerger [Fri, 11 May 2007 18:06:28 +0000 (18:06 +0000)]
- Add rule for phar.phar to Makefile.frag
Marcus Boerger [Fri, 11 May 2007 17:19:06 +0000 (17:19 +0000)]
- Change -x to -i (include) so that -r can become recursive
Antony Dovgal [Fri, 11 May 2007 15:46:22 +0000 (15:46 +0000)]
remove warnings in resource dtor
Antony Dovgal [Fri, 11 May 2007 12:19:44 +0000 (12:19 +0000)]
fix #41134 (zend_ts_hash_clean not thread-safe)
fix also zend_ts_hash_*destroy()
Antony Dovgal [Fri, 11 May 2007 09:38:52 +0000 (09:38 +0000)]
fix #41351 (Invalid opcode with foreach ($a[] as $b))
Dmitry Stogov [Fri, 11 May 2007 08:03:00 +0000 (08:03 +0000)]
Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)
Dmitry Stogov [Fri, 11 May 2007 07:19:57 +0000 (07:19 +0000)]
Fixed compilation error
<changelog@php.net> [Fri, 11 May 2007 01:31:13 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Fri, 11 May 2007 00:34:45 +0000 (00:34 +0000)]
- Fix release history
Marcus Boerger [Fri, 11 May 2007 00:22:57 +0000 (00:22 +0000)]
- Add new helper class
Marcus Boerger [Fri, 11 May 2007 00:21:28 +0000 (00:21 +0000)]
- Sort commands
Marcus Boerger [Fri, 11 May 2007 00:14:36 +0000 (00:14 +0000)]
-Addvert optionto RegexIterator
Marcus Boerger [Fri, 11 May 2007 00:01:55 +0000 (00:01 +0000)]
- Allow to easily exclude file by regular expression
Marcus Boerger [Thu, 10 May 2007 23:36:17 +0000 (23:36 +0000)]
- Fix message
Marcus Boerger [Thu, 10 May 2007 23:34:13 +0000 (23:34 +0000)]
- Make remainder arguments be typ-agnostic
- Remove debug message
Marcus Boerger [Thu, 10 May 2007 23:22:24 +0000 (23:22 +0000)]
- WS
Marcus Boerger [Thu, 10 May 2007 23:21:17 +0000 (23:21 +0000)]
- CS
Marcus Boerger [Thu, 10 May 2007 23:14:00 +0000 (23:14 +0000)]
- Add extract command
Antony Dovgal [Thu, 10 May 2007 22:08:35 +0000 (22:08 +0000)]
fix segfault in strripos() when offset == INT_MAX+1
identified and repoted by Joxean Koret
Antony Dovgal [Thu, 10 May 2007 21:54:08 +0000 (21:54 +0000)]
add missing header
Marcus Boerger [Thu, 10 May 2007 21:49:40 +0000 (21:49 +0000)]
- Update phar command
Antony Dovgal [Thu, 10 May 2007 21:26:51 +0000 (21:26 +0000)]
MFB
Marcus Boerger [Thu, 10 May 2007 20:55:28 +0000 (20:55 +0000)]
- Add phar.phar command input files
Hannes Magnusson [Thu, 10 May 2007 19:51:19 +0000 (19:51 +0000)]
MFB - use php_strtok_r() rather than strsep()
Marcus Boerger [Thu, 10 May 2007 19:42:20 +0000 (19:42 +0000)]
- Extend help command
Antony Dovgal [Thu, 10 May 2007 16:27:16 +0000 (16:27 +0000)]
flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail
Dmitry Stogov [Thu, 10 May 2007 15:22:15 +0000 (15:22 +0000)]
Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)
Dmitry Stogov [Thu, 10 May 2007 14:58:32 +0000 (14:58 +0000)]
Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)
Antony Dovgal [Thu, 10 May 2007 12:22:49 +0000 (12:22 +0000)]
cleanup temp test data
Antony Dovgal [Thu, 10 May 2007 12:21:42 +0000 (12:21 +0000)]
fix segfault in iptcembed()
Antony Dovgal [Thu, 10 May 2007 09:53:28 +0000 (09:53 +0000)]
bcmath.scale must be greater or equal to zero
looks like negative value cannot cause any problems, but it's still invalid
<changelog@php.net> [Thu, 10 May 2007 01:31:07 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Wed, 9 May 2007 23:19:33 +0000 (23:19 +0000)]
- Update make pack work (well more or less)
Marcus Boerger [Wed, 9 May 2007 19:34:00 +0000 (19:34 +0000)]
- This is version 1.2.0 now due to fix of Phar::canWrite()
Marcus Boerger [Wed, 9 May 2007 18:09:41 +0000 (18:09 +0000)]
- Fix Phar::canWrite(), had inverted logic
- Support PHP & builds
<changelog@php.net> [Wed, 9 May 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Wed, 9 May 2007 00:15:21 +0000 (00:15 +0000)]
- Reorganize
. Move parsing arguments into new CLICommand
. Move analyzing the handler class into CLICommand
. Derive PharCommand from CLICommand
. Provide specific argument parsing in PharCommand
Marcus Boerger [Tue, 8 May 2007 23:04:06 +0000 (23:04 +0000)]
- Provide nice little phar command, inital version, not yet fully working
Pierre Joye [Tue, 8 May 2007 21:40:25 +0000 (21:40 +0000)]
- #41326, writing empty tags with Xmlwriter::WriteElement[ns]
Dmitry Stogov [Tue, 8 May 2007 12:08:41 +0000 (12:08 +0000)]
Fixed bug #41304 (compress.zlib temp files left)
<changelog@php.net> [Tue, 8 May 2007 01:31:17 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 7 May 2007 22:33:39 +0000 (22:33 +0000)]
fix tests
Antony Dovgal [Mon, 7 May 2007 22:12:56 +0000 (22:12 +0000)]
fix tests
Antony Dovgal [Mon, 7 May 2007 21:38:35 +0000 (21:38 +0000)]
fix test
Antony Dovgal [Mon, 7 May 2007 17:23:53 +0000 (17:23 +0000)]
fix test names
Antony Dovgal [Mon, 7 May 2007 16:50:40 +0000 (16:50 +0000)]
fix test names
Nuno Lopes [Mon, 7 May 2007 15:43:21 +0000 (15:43 +0000)]
update pcre symbols list
Nuno Lopes [Mon, 7 May 2007 15:24:37 +0000 (15:24 +0000)]
fix test title
Nuno Lopes [Mon, 7 May 2007 15:22:10 +0000 (15:22 +0000)]
update bundled PCRE to version 7.2 RC1. if everything goes right, this will be merged later to php 5.x
Pierre Joye [Mon, 7 May 2007 14:50:07 +0000 (14:50 +0000)]
- fix build when use with a museum freetype version (1.x)
Antony Dovgal [Mon, 7 May 2007 13:59:58 +0000 (13:59 +0000)]
add 64bit version of the tests
Antony Dovgal [Mon, 7 May 2007 12:09:50 +0000 (12:09 +0000)]
fix tests
Antony Dovgal [Mon, 7 May 2007 08:25:21 +0000 (08:25 +0000)]
fix test
<changelog@php.net> [Mon, 7 May 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update
Johannes Schlüter [Sun, 6 May 2007 13:55:17 +0000 (13:55 +0000)]
- Fix test
Hannes Magnusson [Sun, 6 May 2007 13:11:11 +0000 (13:11 +0000)]
Fix test
# pcre is required for the test suite so no need to check for it
# reflection can however be disabled
Johannes Schlüter [Sun, 6 May 2007 12:57:27 +0000 (12:57 +0000)]
- Fix build without reflection
# reflection_what is used fby --ri, too
<changelog@php.net> [Sun, 6 May 2007 01:31:17 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Sat, 5 May 2007 21:43:41 +0000 (21:43 +0000)]
fix tests, add more
foobar [Sat, 5 May 2007 19:26:19 +0000 (19:26 +0000)]
fix test on systems where php.ini has something else than default settings
Michael Wallner [Sat, 5 May 2007 15:16:48 +0000 (15:16 +0000)]
- output handler buffers are always binary, thanks Johannes
Marcus Boerger [Sat, 5 May 2007 12:46:30 +0000 (12:46 +0000)]
- Fix function signature
Marcus Boerger [Sat, 5 May 2007 12:24:45 +0000 (12:24 +0000)]
- Update version in error message as well
Marcus Boerger [Sat, 5 May 2007 12:14:20 +0000 (12:14 +0000)]
- Fix re2c check and bump requirement to 0.12.0
Marcus Boerger [Sat, 5 May 2007 12:09:21 +0000 (12:09 +0000)]
- Simplify/use consts
<changelog@php.net> [Sat, 5 May 2007 01:31:15 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 4 May 2007 22:32:30 +0000 (22:32 +0000)]
check GMP version and skip the test if it's <= 4.2.1
Marcus Boerger [Fri, 4 May 2007 22:09:30 +0000 (22:09 +0000)]
- WS/CS
foobar [Fri, 4 May 2007 21:57:22 +0000 (21:57 +0000)]
- Prevent bugs like #41265 being submitted from now on.
Rob Richards [Fri, 4 May 2007 20:17:40 +0000 (20:17 +0000)]
MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional)
add test
Rob Richards [Fri, 4 May 2007 19:32:19 +0000 (19:32 +0000)]
MFB: fix bug #41257 (lookupNamespaceURI does not work as expected)
fix related issue in isDefaultNamespace
add test
reconcile namespaces when setting attribute in a new namespace
Edin Kadribasic [Fri, 4 May 2007 18:19:37 +0000 (18:19 +0000)]
MFB: Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs
Nuno Lopes [Fri, 4 May 2007 17:45:56 +0000 (17:45 +0000)]
use the new 's&' parameter type and simplify the code
Dmitry Stogov [Fri, 4 May 2007 16:53:09 +0000 (16:53 +0000)]
ws
Dmitry Stogov [Fri, 4 May 2007 16:51:18 +0000 (16:51 +0000)]
Fixed wrong deallocation
Antony Dovgal [Fri, 4 May 2007 16:20:21 +0000 (16:20 +0000)]
fix comments
Antony Dovgal [Fri, 4 May 2007 12:45:30 +0000 (12:45 +0000)]
new tests
Antony Dovgal [Fri, 4 May 2007 12:17:30 +0000 (12:17 +0000)]
fix disabled classes
Antony Dovgal [Fri, 4 May 2007 11:48:08 +0000 (11:48 +0000)]
fix arrays with NULL keys in Unicode mode
Antony Dovgal [Fri, 4 May 2007 11:30:27 +0000 (11:30 +0000)]
fix spelling
Antony Dovgal [Fri, 4 May 2007 11:12:30 +0000 (11:12 +0000)]
merge one more missing patch from 5_2
thank you for not doing MFB
Antony Dovgal [Fri, 4 May 2007 09:05:15 +0000 (09:05 +0000)]
fix "checking checking" noticed by Mikko
Antony Dovgal [Fri, 4 May 2007 08:27:26 +0000 (08:27 +0000)]
fix machine dependent test
<changelog@php.net> [Fri, 4 May 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Johannes Schlüter [Thu, 3 May 2007 12:44:35 +0000 (12:44 +0000)]
- Fix skipif
Antony Dovgal [Thu, 3 May 2007 12:10:02 +0000 (12:10 +0000)]
improve test
Edin Kadribasic [Thu, 3 May 2007 04:17:18 +0000 (04:17 +0000)]
MFB Fix Windows Build
<changelog@php.net> [Thu, 3 May 2007 01:31:08 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 2 May 2007 15:26:59 +0000 (15:26 +0000)]
this test is only valid when Zend MM is enabled
Antony Dovgal [Wed, 2 May 2007 15:25:32 +0000 (15:25 +0000)]
make USE_ZEND_ALLOC env var available in SKIPIF section
Dmitry Stogov [Wed, 2 May 2007 13:22:15 +0000 (13:22 +0000)]
Fixed altering $this via argument named "this"
Antony Dovgal [Wed, 2 May 2007 10:30:24 +0000 (10:30 +0000)]
fix build when ext/hash is compiled as shared module
Dmitry Stogov [Wed, 2 May 2007 10:16:48 +0000 (10:16 +0000)]
Fixed bug #41192 (Per Directory Values only work for one key)
Dmitry Stogov [Wed, 2 May 2007 09:38:22 +0000 (09:38 +0000)]
Fixed bug #41004 (minOccurs="0" and null class member variable)
Dmitry Stogov [Wed, 2 May 2007 08:35:33 +0000 (08:35 +0000)]
New test
Dmitry Stogov [Wed, 2 May 2007 08:22:32 +0000 (08:22 +0000)]
Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL)
Dmitry Stogov [Wed, 2 May 2007 07:27:52 +0000 (07:27 +0000)]
Fixed test
<changelog@php.net> [Wed, 2 May 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update