Derick Rethans
|
fff5a8df8e
|
- Bumb copyright year here too.
|
2008-01-03 08:21:51 +00:00 |
|
Sebastian Bergmann
|
51a34ef7ed
|
MFH: Bump copyright year.
|
2007-12-31 07:23:06 +00:00 |
|
Johannes Schlüter
|
062443ea97
|
- MFH: Fix handling of not existing long CLI options
|
2007-03-22 21:35:56 +00:00 |
|
Marcus Boerger
|
fe9f85f820
|
- MFH Fix issue with long form of command line switches
|
2007-03-21 23:20:30 +00:00 |
|
Johannes Schlüter
|
a8bcb208ef
|
- MFH: Bump year
|
2007-01-10 22:17:41 +00:00 |
|
Sebastian Bergmann
|
746301b213
|
MFH: Bump year.
|
2007-01-01 09:47:28 +00:00 |
|
Antony Dovgal
|
b4476a8469
|
MFH
|
2006-12-21 00:43:30 +00:00 |
|
Antony Dovgal
|
5e6b239fd4
|
fix typo (#38223)
|
2006-07-26 16:25:58 +00:00 |
|
Antony Dovgal
|
42e35b8c87
|
fix leaks
|
2006-05-18 20:33:46 +00:00 |
|
foobar
|
2b3336117c
|
bump year and license version
|
2006-01-01 13:47:46 +00:00 |
|
foobar
|
4809310fff
|
MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)
|
2005-10-13 10:04:53 +00:00 |
|
foobar
|
58067bb307
|
MFH
|
2005-10-11 18:59:23 +00:00 |
|
Johannes Schlüter
|
ac41083b82
|
- MFH: Fix #34557 php -m exits with "error" 1
|
2005-10-06 20:39:26 +00:00 |
|
Anantha Kesari H Y
|
4f07df5320
|
As NetWare LibC has optind and optarg macros defined in unistd.h our local variables were getting mistakenly preprocessed so undeffing optind and optarg
--Kamesh
|
2005-09-01 09:51:46 +00:00 |
|
Anantha Kesari H Y
|
b0e2954cf2
|
Merging changes from 5.0 tree
--Kamesh
|
2005-07-28 14:47:53 +00:00 |
|
foobar
|
681c35bc17
|
MFH
|
2005-04-30 04:12:24 +00:00 |
|
Antony Dovgal
|
b951e33f8d
|
MFH: fix #28803 (enabled debug causes bailout errors with CLI on AIX
because of fflush() called on already closed filedescriptor)
|
2005-03-22 15:09:36 +00:00 |
|
foobar
|
3c20b13648
|
typofix
|
2005-03-02 21:46:45 +00:00 |
|
foobar
|
70ae8d742a
|
MFH: - Memory leak fixes from ZE2 + HEAD CLI
|
2005-01-22 20:36:35 +00:00 |
|
Edin Kadribasic
|
bfe60f6a55
|
MFH: Made php -m output sorted case-insensitevly
|
2004-07-14 22:38:18 +00:00 |
|
Marcus Boerger
|
69eaab8aac
|
MFH: Bug #27104 CLI/CGI SAPI module variable name conflict
|
2004-02-11 22:00:38 +00:00 |
|
Ilia Alshanetsky
|
a9b6b75a02
|
MFH: Fixed possible memory leak with INI values.
|
2004-02-06 03:08:39 +00:00 |
|
Ilia Alshanetsky
|
5bffdef46d
|
MFH: Parse command line ini directives passed using -d before -i, to ensure
correct settings output.
|
2004-02-04 22:49:55 +00:00 |
|
Derick Rethans
|
e41bc6906c
|
- Fixed year in version notices
|
2004-01-13 09:13:44 +00:00 |
|
Edin Kadribasic
|
c0d963299a
|
MFH: cli overrides php.ini and switches output buffering off.
|
2004-01-03 21:36:18 +00:00 |
|
foobar
|
9dfae5b28d
|
MFH
|
2003-12-01 16:12:42 +00:00 |
|
foobar
|
24f458a004
|
- MFH: build problems fix with CLI
|
2003-09-08 13:10:34 +00:00 |
|
Stanislav Malyshev
|
ab9ceb9526
|
Null dtor so that extensions won't be unloaded prematurely by list
destruction
|
2003-08-28 11:34:51 +00:00 |
|
Ilia Alshanetsky
|
351a686a7c
|
MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang).
|
2003-08-13 01:30:39 +00:00 |
|
Edin Kadribasic
|
ad2fa621bd
|
Sync to LICENSE file in the distro
|
2003-08-04 22:30:04 +00:00 |
|
Ilia Alshanetsky
|
85f4e2b191
|
MFH: Preserve exit status for non-php execution modes.
|
2003-08-01 16:53:03 +00:00 |
|
Ilia Alshanetsky
|
e945608fa4
|
MFH: Fixed bug #23509 (exit code lost when exit() called from
register_shutdown_function())
|
2003-08-01 12:29:48 +00:00 |
|
Marcus Boerger
|
fe95410380
|
Reapply this one, too.
|
2003-05-31 02:31:10 +00:00 |
|
Marcus Boerger
|
0b0a331e63
|
Reapply long opts
|
2003-05-31 02:20:08 +00:00 |
|
foobar
|
8506ee1bfe
|
- Re-added the FD lexer patch.
# Marcus is going to add the long-opts patches back in after this.
|
2003-05-31 01:37:45 +00:00 |
|
Derick Rethans
|
59b59d2651
|
- Added a "DEBUG" qualifier to 'php -v's version output, and made the CGI
version statement look the same as the CLI version. (Derick)
|
2003-05-30 17:03:10 +00:00 |
|
Edin Kadribasic
|
ae7fadf900
|
Nuke the rest of headers-sent code
|
2003-05-29 23:57:27 +00:00 |
|
Marcus Boerger
|
db81c3d979
|
MFH: new switches and --style switches
|
2003-05-29 15:28:01 +00:00 |
|
Marcus Boerger
|
9990a0a301
|
MFH: In CLI log errors always
|
2003-05-26 23:07:09 +00:00 |
|
Derick Rethans
|
33bed67b99
|
- Fixed a bug in reporting start-up errors with the CLI: No HTTP header shall
be shown.
|
2003-05-26 18:33:20 +00:00 |
|
Zeev Suraski
|
cbd712e8c9
|
Fix typo
|
2003-05-21 10:23:31 +00:00 |
|
Zeev Suraski
|
2127840893
|
Revert PHP part of the fd patch
|
2003-05-21 09:34:21 +00:00 |
|
Sascha Schumann
|
8053881211
|
protect against further surprises by initializing all zend_file_handle's
|
2003-05-17 08:06:53 +00:00 |
|
Ilia Alshanetsky
|
32131681f7
|
Fixed a memory leak when -h flag is used.
|
2003-05-14 00:11:01 +00:00 |
|
foobar
|
2cd08683c8
|
- Fixed bug #23584 (error line numbers off by one when using #!php).
# already fixed in php5
|
2003-05-14 00:05:12 +00:00 |
|
Sascha Schumann
|
bbf39825e1
|
Use POSIX IO here, mainly to fix interactive mode.
This also fixes a possible cpu-time hog bug where a file would consist
of "#" and nothing else.
|
2003-05-13 23:36:38 +00:00 |
|
Wez Furlong
|
c3a1a51f83
|
Fix leak in "php -m".
|
2003-04-30 13:07:18 +00:00 |
|
Marcus Boerger
|
0371773312
|
MFH fix
|
2003-04-27 17:20:12 +00:00 |
|
Marcus Boerger
|
b882dbf5b9
|
MFH Synch: shutdown and ini defaults
|
2003-04-23 22:53:17 +00:00 |
|
Marcus Boerger
|
d8d9e16711
|
MFH: cli/ini/html_errors/info (they are related)
|
2003-04-09 20:27:55 +00:00 |
|