Andrei Zmievski
a75b8f5f35
Fix compiler errors by using NULL_ZSTR where zstr is expected.
...
# I guess we need to use NULL_ZSTR instead of NULL when passing NULL to
# functions that expect zstr parameter.
2006-03-17 22:52:55 +00:00
Dmitry Stogov
34c493ea07
Unicode support for dl() patch.
2006-03-17 13:45:43 +00:00
Dmitry Stogov
86780519d4
Disabled dl(). Now it is enabled only when a SAPI layer registers it explicitly. Only CLI, CGI and EMBED do this.
2006-03-16 16:53:10 +00:00
Dmitry Stogov
6f7619cf6f
Unicode support: zstr union
2006-03-01 16:27:47 +00:00
Johannes Schlüter
14e07c9ae2
- List --rf/--rc/--re only with enabled reflection
2006-02-21 21:14:36 +00:00
Johannes Schlüter
851e5109f6
- Fix build with readline-support
2006-02-21 21:04:19 +00:00
Dmitry Stogov
0f1209ab3d
Portable unicode string API:
...
- use the same type (int) for zval.value.usr.len and zval.value.str.len
- use union "zstr" as char*/UChar* mixture instead of void*
- Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE()
- nuke int32_t from ZE (not finisned)
2006-02-21 20:12:43 +00:00
Dmitry Stogov
09ca61c125
Made server wide switch for unicode on/off (according to PDM).
2006-02-13 10:23:59 +00:00
Dmitry Stogov
ed3a54c657
AIX support
2006-02-02 10:00:09 +00:00
Marcus Boerger
34c8cd0190
- Show whether this is the shell or just the starnge mode
2006-01-07 16:46:30 +00:00
foobar
251c5173fd
bump year and license version
2006-01-01 13:10:10 +00:00
Marcus Boerger
6f2a00690b
- Add method support to --rfunction
2005-12-11 02:40:49 +00:00
Marcus Boerger
4258bc6f26
- Add docu
2005-12-11 02:16:24 +00:00
Marcus Boerger
9662ba59c4
- Rewrite --r* and add --rfunction
2005-12-10 13:43:51 +00:00
foobar
becbb993a1
nuke php3 legacy
2005-12-06 01:08:40 +00:00
foobar
3cdf23b830
- Fixed bug #35409 (undefined reference to 'rl_completion_matches')
2005-11-28 16:49:35 +00:00
Marcus Boerger
75329fe178
- Reflection was moved into its own extension
2005-11-17 23:20:39 +00:00
foobar
58d21892e1
- Fix compile failure when ext/readline is compiled as shared
2005-11-17 08:36:12 +00:00
Ilia Alshanetsky
4ded4455eb
MFB51: Fixed memory leak on php-cli -h
2005-11-15 15:30:41 +00:00
foobar
a05a33f34d
- Fix the "php -v" output when neither --enable-debug or --enable-gcov
...
is used.
#
# Rasmus, now it should give proper output, please test.
2005-11-12 00:38:00 +00:00
Marcus Boerger
c1869299c7
- heredoc handling in -a mode
2005-11-07 19:12:37 +00:00
foobar
e4c8e1dc85
- Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m
2005-11-06 22:41:51 +00:00
Ilia Alshanetsky
222fa05e1c
Fixed -m memory leak
2005-10-19 21:57:35 +00:00
foobar
27d2fe07ff
MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)
2005-10-13 10:04:17 +00:00
foobar
b233ce0dd8
- Removed confusing dot.
2005-10-11 18:58:27 +00:00
Johannes Schlüter
7e85bac9ec
- Fix #34557 php -m exits with "error" 1
2005-10-06 20:29:13 +00:00
Johannes Schlüter
9147629f59
- Add --rclass and --rextension arguments to CLI
2005-10-03 11:54:46 +00:00
Johannes Schlüter
9ce521ec03
- Fix tab-completion in unicode mode and for constants.
2005-08-14 13:09:34 +00:00
Marcus Boerger
ef36d692cd
- Johannes did a great work on the shell
...
# Now he wants to maintain CLI ?-)
2005-08-11 20:45:27 +00:00
foobar
000a9e3015
- Fixed problem with -dextension=foobar.so not having it's MINIT run.
2005-08-08 16:49:44 +00:00
Hartmut Holzgraefe
621238a3c3
fix extension loading from command line, resources didn't work
...
(still related to Bug #33899 )
2005-08-08 08:45:33 +00:00
foobar
20241fe16a
- 2004 -> 2005
2005-08-03 11:12:19 +00:00
Marcus Boerger
ae1fa04899
- Bugfix #33733
2005-07-25 18:04:13 +00:00
Dmitry Stogov
8de3367453
Fixed support for shared extensions on AIX
2005-07-07 05:54:43 +00:00
Ilia Alshanetsky
a462e687dc
Fixed possible memory corruption.
2005-06-21 00:12:35 +00:00
foobar
4dfa3fc731
Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm>
2005-06-20 11:06:54 +00:00
Marcus Boerger
acd747d374
- Expose -a as special mode and show whether it is a shell or not
2005-06-06 07:11:08 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
Johannes Schlüter
bb6f4dfc7d
- Fix readline loop-condition
...
- Fix cli_is_valid_code detection
2005-05-17 14:33:15 +00:00
Marcus Boerger
51fe495ea1
- Add command completion to CLI's -a mode
2005-05-14 19:33:18 +00:00
foobar
d24f853464
typofix
2005-05-07 15:43:55 +00:00
Marcus Boerger
13ba056aff
- Update
2005-05-07 13:54:02 +00:00
Marcus Boerger
1623537998
- Improved interactive mode of CLI (php -a)
2005-05-07 12:24:18 +00:00
foobar
d7682085c6
Silence the warnings about weird characters in this man page
2005-04-30 04:12:01 +00:00
foobar
9af93dbb41
Expose EXEEXT and use for cli/cgi binaries
2005-04-21 14:57:53 +00:00
Antony Dovgal
9ba5535993
fix #28803 (enabled debug causes bailout errors with CLI on AIX
...
because of fflush() called on already closed filedescriptor)
2005-03-22 15:08:52 +00:00
foobar
a98460beac
Revert bad idea. (no more error for invalid -d options)
2005-03-18 22:11:53 +00:00
foobar
9c2c04b580
- Made CLI option -d output error and exit if an non-existing (or unmodifyable) entry is passed
2005-03-17 13:43:32 +00:00
Derick Rethans
42b9b26e45
- ZTS fixes
...
#- Andrei, it would be nice if you could test ZTS builds too before you
# commit...
2005-03-17 07:31:22 +00:00
Andrei Zmievski
06667585b5
Make it possible to load shared extensions from command line via
...
-dextension= mechanism.
2005-03-15 22:41:12 +00:00