Commit Graph

20475 Commits

Author SHA1 Message Date
Marcus Boerger
098897f03e - Add phar.phar command input files 2007-05-10 20:55:28 +00:00
Marcus Boerger
9e83deccce - Extend help command 2007-05-10 19:42:20 +00:00
Antony Dovgal
764b33ef79 flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail 2007-05-10 16:27:16 +00:00
Dmitry Stogov
f0778af384 Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings) 2007-05-10 14:58:32 +00:00
Antony Dovgal
3d980a73cf cleanup temp test data 2007-05-10 12:22:49 +00:00
Antony Dovgal
806ebfb3f5 fix segfault in iptcembed() 2007-05-10 12:21:42 +00:00
Antony Dovgal
8250b9f3b0 bcmath.scale must be greater or equal to zero
looks like negative value cannot cause any problems, but it's still invalid
2007-05-10 09:53:28 +00:00
Marcus Boerger
07eb9080f5 - Update make pack work (well more or less) 2007-05-09 23:19:33 +00:00
Marcus Boerger
c7d70d0f7c - This is version 1.2.0 now due to fix of Phar::canWrite() 2007-05-09 19:34:00 +00:00
Marcus Boerger
7aa7448a32 - Fix Phar::canWrite(), had inverted logic
- Support PHP & builds
2007-05-09 18:09:41 +00:00
Marcus Boerger
3412b1af02 - Reorganize
. Move parsing arguments into new CLICommand
  . Move analyzing the handler class into CLICommand
  . Derive PharCommand from CLICommand
  . Provide specific argument parsing in PharCommand
2007-05-09 00:15:21 +00:00
Marcus Boerger
c96d5a18a8 - Provide nice little phar command, inital version, not yet fully working 2007-05-08 23:04:06 +00:00
Pierre Joye
bfb6f7001f - #41326, writing empty tags with Xmlwriter::WriteElement[ns] 2007-05-08 21:40:25 +00:00
Dmitry Stogov
0ddb071abb Fixed bug #41304 (compress.zlib temp files left) 2007-05-08 12:08:41 +00:00
Antony Dovgal
2d087e6deb fix tests 2007-05-07 22:33:39 +00:00
Antony Dovgal
57a1dc0757 fix test 2007-05-07 21:38:35 +00:00
Antony Dovgal
ccd97f3a21 fix test names 2007-05-07 17:23:53 +00:00
Antony Dovgal
8d9be0338b fix test names 2007-05-07 16:50:40 +00:00
Nuno Lopes
1acf73af7f fix test title 2007-05-07 15:24:37 +00:00
Nuno Lopes
dc4118e154 update bundled PCRE to version 7.2 RC1. if everything goes right, this will be merged later to php 5.x 2007-05-07 15:22:10 +00:00
Pierre Joye
ca1a485d65 - fix build when use with a museum freetype version (1.x) 2007-05-07 14:50:07 +00:00
Antony Dovgal
97b3be772a fix tests 2007-05-07 12:09:50 +00:00
Antony Dovgal
0d77b46f36 fix test 2007-05-07 08:25:21 +00:00
Hannes Magnusson
be57963e00 Fix test
# pcre is required for the test suite so no need to check for it
# reflection can however be disabled
2007-05-06 13:11:11 +00:00
foobar
02b8fc7f28 fix test on systems where php.ini has something else than default settings 2007-05-05 19:26:19 +00:00
Antony Dovgal
df6a0ca38d check GMP version and skip the test if it's <= 4.2.1 2007-05-04 22:32:30 +00:00
foobar
495ce1d791 - Prevent bugs like #41265 being submitted from now on. 2007-05-04 21:57:22 +00:00
Rob Richards
bb12eaa1e9 MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional)
add test
2007-05-04 20:17:40 +00:00
Rob Richards
45d4f66b24 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
2007-05-04 19:32:19 +00:00
Nuno Lopes
beacfebc7b use the new 's&' parameter type and simplify the code 2007-05-04 17:45:56 +00:00
Antony Dovgal
9d5afbdfc4 fix spelling 2007-05-04 11:30:27 +00:00
Antony Dovgal
f330a25c9b fix "checking checking" noticed by Mikko 2007-05-04 09:05:15 +00:00
Antony Dovgal
08536784db improve test 2007-05-03 12:10:02 +00:00
Edin Kadribasic
8b18dc97d6 MFB Fix Windows Build 2007-05-03 04:17:18 +00:00
Antony Dovgal
a8fe87efd3 fix build when ext/hash is compiled as shared module 2007-05-02 10:30:24 +00:00
Dmitry Stogov
d01f873cb6 Fixed bug #41004 (minOccurs="0" and null class member variable) 2007-05-02 09:38:22 +00:00
Dmitry Stogov
d06900358a New test 2007-05-02 08:35:33 +00:00
Dmitry Stogov
e701459646 Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL) 2007-05-02 08:22:32 +00:00
Dmitry Stogov
b890450e84 Fixed test 2007-05-02 07:27:52 +00:00
Derick Rethans
9d94b6cf07 - Added test case for bug #41252. 2007-05-01 16:04:16 +00:00
Johannes Schlüter
a6d6396483 - Fix test 2007-05-01 08:35:57 +00:00
Antony Dovgal
0e9fca181c initialize optional parameters 2007-04-30 21:39:48 +00:00
Johannes Schlüter
20582e9a3c - Add new test 2007-04-30 19:52:04 +00:00
Edin Kadribasic
26edfde98b MFB: Sync with zlib 2007-04-29 17:47:56 +00:00
Antony Dovgal
a09f608fff improve the tests 2007-04-27 11:43:24 +00:00
Antony Dovgal
419c5b3db1 fix tests
add test for yet not merged fix
2007-04-26 23:42:36 +00:00
Dmitry Stogov
aea00baec2 Prevent double close() of the same file handle 2007-04-26 12:53:34 +00:00
Antony Dovgal
47d3276cd7 removed unused highlight.bg ini option 2007-04-26 09:39:03 +00:00
Antony Dovgal
9acfe7288f add GMP_VERSION constant
add test
do not allow zero operand in gmp_divexact()
2007-04-25 18:09:08 +00:00
foobar
af103577be > date: 2006/12/09 22:18:42; author: wez; state: Exp; lines: +14 -6
> merge PHP 5 pdo into HEAD.  This source compiles on both PHP 5 and PHP 6.
> If you're poking around in here, please make sure that any changes you make
> compile on both PHP 5 and 6.  Thanks!

Same goes for Wez. :) (pecl build broken for pdo drivers)
2007-04-25 07:47:15 +00:00