Commit Graph

38094 Commits

Author SHA1 Message Date
Marcus Boerger
85a9934c0c - Update 2007-05-14 17:20:10 +00:00
Marcus Boerger
ca550a5174 - Add -h to command pack
- Rename commands
  . setstub to stub-set
  . getstub to stub-get
- Make -s to stub-get/set optional and use stdout/in as default
- Add a few commands
  . compress
  . info
  . meta-set
  . meta-get
  . meta-del
  . sign
2007-05-14 17:18:30 +00:00
Marcus Boerger
4f620b0c7b - Add help <command>
- Allow commands to have '-' in their name
2007-05-14 17:14:15 +00:00
Marcus Boerger
6e3ac5dbcd - Add PharFileInfo::hasMetadata() & delMetadata() 2007-05-14 17:13:07 +00:00
Marcus Boerger
ba2e2af1b9 - Add -h sha1 to target phar.phar 2007-05-14 17:12:10 +00:00
Scott MacVicar
1029532b2f MFB: Add mysql_set_charset() so that the connection encoding can be changed. This is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set. 2007-05-14 17:11:50 +00:00
Marcus Boerger
7bdb1ed5cd - Add ability to specify hashing 2007-05-14 17:10:01 +00:00
Scott MacVicar
ecab534aa8 MFB: Fixed bug #41347 (checkdnsrr() segfaults on empty hostname). 2007-05-14 14:38:29 +00:00
Antony Dovgal
5955f884b9 fix tests, add UEXPECTF 2007-05-14 13:05:29 +00:00
Antony Dovgal
fcc82f1834 allow passing Unicode strings when a boolean is expected 2007-05-14 12:47:23 +00:00
Antony Dovgal
f6a01b2ace use estrdup() and plug the leak 2007-05-14 12:19:25 +00:00
Rob Richards
fd3cba3f73 MFB: free wholetext properly 2007-05-14 11:54:58 +00:00
Rob Richards
f573fd1077 Fixed bug #41374 (wholetext concats values of wrong nodes).
add test
2007-05-14 11:44:50 +00:00
Pierre Joye
614bc87eff - [@DOC]#41326, better fix. It restores BC and allows both canonical and short
form:
  - when $content is given, the closing tag will be generated (even for empty
  string)
  - when $content is ignored or NULL is given, the short form will be used
2007-05-14 09:22:44 +00:00
11c5fd8bb3 ChangeLog update 2007-05-14 01:31:18 +00:00
ff0e88c872 ChangeLog update 2007-05-13 01:31:20 +00:00
Hannes Magnusson
e7c7f95ecd Fixed bug#41361 (shell_exec() does not find binaries) 2007-05-12 16:06:07 +00:00
Raghubansh Kumar
e3d89c2faa New version of 019.phpt 2007-05-12 12:26:12 +00:00
Marcus Boerger
6b5173f035 - Handle regex parameters in clicommand 2007-05-12 12:25:56 +00:00
Raghubansh Kumar
1e657336cf New version of debug_zval_dump_b.phpt, debug_zval_dump_v.phpt, is_float.phpt, is_numeric.phpt, is_string.phpt, var_dump.phpt, debug_zval_dump_e.phpt, is_array.phpt, is_int.phpt, is_object.phpt, print_r.phpt,
debug_zval_dump_o.phpt, is_bool.phpt, is_null.phpt, is_scalar.phpt, strval.phpt
2007-05-12 12:18:13 +00:00
Raghubansh Kumar
8be498b45e New version of addcslashes.phpt, implode1.phpt, strpos.phpt, str_replace.phpt, substr_count.phpt, trim1.phpt, chr_ord.phpt, md5_file.phpt, str_repeat.phpt, strstr.phpt, substr.phpt 2007-05-12 12:12:26 +00:00
Marcus Boerger
1ab5a5e9cf - Add get/setstub commands to phar.phar 2007-05-12 11:55:26 +00:00
Marcus Boerger
4c66269573 - Impprove cli_wordwrap() make it respectstart of initial line correctly 2007-05-12 11:53:27 +00:00
Raghubansh Kumar
c7cec34d11 New version of 005.phpt, array_keys.phpt, array_values.phpt, extract.phpt, 009.phpt, array_map.phpt, each.phpt, array_change_key_case.phpt, array_pop.phpt, end.phpt, array_key_exists.phpt, array_search.phpt, extract.php 2007-05-12 11:20:52 +00:00
89b1137abc ChangeLog update 2007-05-12 01:31:11 +00:00
Marcus Boerger
9813390829 - More wrappingfor indented stuff 2007-05-11 21:52:33 +00:00
Marcus Boerger
49d8ee873a - Provide working wordwrap for command help 2007-05-11 21:31:29 +00:00
Marcus Boerger
68672e4003 - Provide working wordwrap for command help 2007-05-11 21:28:41 +00:00
Marcus Boerger
cc6b040866 - Update 2007-05-11 18:22:11 +00:00
Marcus Boerger
29ca5d1930 - Finish adding -i & -x to extract command 2007-05-11 18:21:12 +00:00
Marcus Boerger
8f1b4c6e7a - Readd 1.1.0 to history 2007-05-11 18:07:52 +00:00
Marcus Boerger
a45852b27b - Simplify argument handling
- Add -i & -x to commands list & tree
2007-05-11 18:07:22 +00:00
Marcus Boerger
4124c8901b - Add rule for phar.phar to Makefile.frag 2007-05-11 18:06:28 +00:00
Marcus Boerger
daa47137a7 - Change -x to -i (include) so that -r can become recursive 2007-05-11 17:19:06 +00:00
Antony Dovgal
1046629e49 remove warnings in resource dtor 2007-05-11 15:46:22 +00:00
Antony Dovgal
563c6949c8 fix #41134 (zend_ts_hash_clean not thread-safe)
fix also zend_ts_hash_*destroy()
2007-05-11 12:19:44 +00:00
Antony Dovgal
ca43e24f55 fix #41351 (Invalid opcode with foreach ($a[] as $b)) 2007-05-11 09:38:52 +00:00
Dmitry Stogov
d60a809744 Fixed bug #39542 (Behaviour of require/include different to < 5.2.0) 2007-05-11 08:03:00 +00:00
Dmitry Stogov
6e0e4de3a4 Fixed compilation error 2007-05-11 07:19:57 +00:00
4922aea6a4 ChangeLog update 2007-05-11 01:31:13 +00:00
Marcus Boerger
a64c54d02c - Fix release history 2007-05-11 00:34:45 +00:00
Marcus Boerger
f22fd0a0b4 - Add new helper class 2007-05-11 00:22:57 +00:00
Marcus Boerger
40ce66bdc0 - Sort commands 2007-05-11 00:21:28 +00:00
Marcus Boerger
0d68eebac8 -Addvert optionto RegexIterator 2007-05-11 00:14:36 +00:00
Marcus Boerger
a923a7293f - Allow to easily exclude file by regular expression 2007-05-11 00:01:55 +00:00
Marcus Boerger
c77faa0c96 - Fix message 2007-05-10 23:36:17 +00:00
Marcus Boerger
4466ec9cf9 - Make remainder arguments be typ-agnostic
- Remove debug message
2007-05-10 23:34:13 +00:00
Marcus Boerger
3b6a6e3f5f - WS 2007-05-10 23:22:24 +00:00
Marcus Boerger
c613efb434 - CS 2007-05-10 23:21:17 +00:00
Marcus Boerger
b032d36ce5 - Add extract command 2007-05-10 23:14:00 +00:00