Commit Graph

267 Commits

Author SHA1 Message Date
Rob Richards
b9b4dd6d09 fix win build 2007-10-05 15:59:42 +00:00
Jani Taskinen
44cbb46246 - Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
2007-10-01 12:32:39 +00:00
Nuno Lopes
b514dc1070 MFB: fix compiler warnings 2007-09-29 11:26:51 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Stanislav Malyshev
c56929d6f1 remove unneeded variables 2007-08-08 23:56:19 +00:00
Jani Taskinen
dee01c13ad - Changed all AC_ARG_* options to PHP_ARG_* options and cleaned up some 2007-07-11 23:10:14 +00:00
foobar
2f51a4ec66 fix test 2007-06-01 22:19:20 +00:00
Johannes Schlüter
895a9fb212 - Fix build without reflection
# reflection_what is used fby --ri, too
2007-05-06 12:57:27 +00:00
Marcus Boerger
74e6d53ce4 - Fix function signature 2007-05-05 12:46:30 +00:00
Marcus Boerger
87041a3986 - Simplify/use consts 2007-05-05 12:09:21 +00:00
Marcus Boerger
c40640626b - WS/CS 2007-05-04 22:09:30 +00:00
Hannes Magnusson
02af1b4a65 rename --ri core to --ri main
# "the man has spoken"
2007-04-25 09:53:20 +00:00
Hannes Magnusson
64179171f8 Add the ability to display the core ini entries via "php --ri core" 2007-04-23 21:24:54 +00:00
Johannes Schlüter
9ee50fc95d - Add my name (sync to CREDITS file) 2007-04-23 20:53:55 +00:00
Marcus Boerger
118fe71b72 - Rephrase as suggested by Chris Jones 2007-04-23 20:47:58 +00:00
Marcus Boerger
8e500e7749 - Add 'php --ini' to CLI which returns the INI file/dir configuration 2007-04-23 20:17:19 +00:00
Antony Dovgal
83d74b7488 fix long options 2007-04-23 11:04:54 +00:00
Marcus Boerger
0cf5184a1c - Add new test 2007-04-22 15:29:20 +00:00
Marcus Boerger
223cd73da9 - Merge getopt fixes from re2c 2007-04-22 15:24:19 +00:00
Dmitry Stogov
ea86faafeb Fixed tests 2007-04-19 07:00:57 +00:00
foobar
c225e4a7d8 MFB 2007-04-17 19:48:16 +00:00
foobar
59e48ad26f - Fixed test 2007-03-28 12:26:44 +00:00
Johannes Schlüter
5dc2d0b0d6 - Fix handling of not existing long CLI options 2007-03-22 21:34:58 +00:00
Marcus Boerger
4d5ac8e9cf - Fix issue with long form of command line switches 2007-03-21 23:19:00 +00:00
Antony Dovgal
29c4f0590c fix tests
I was absolutely sure we removed --disable-reflection option.
2007-03-17 19:15:58 +00:00
Antony Dovgal
30239ea383 check for NULL, then add flag 2007-02-22 10:06:02 +00:00
Antony Dovgal
30dacafa72 implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper 2007-02-21 21:56:45 +00:00
Antony Dovgal
2ad6c07ca1 don't call php_module_startup() directly, use startup functions
patch by Andrei Nigmatulin
2007-02-20 19:19:14 +00:00
Marcus Boerger
94292d3e01 - Add --ri/--rextinfo 2007-01-23 20:02:29 +00:00
Antony Dovgal
94f9dc1d8a use getenv() 2007-01-20 22:12:45 +00:00
Andrei Zmievski
0b222980d0 Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
2007-01-10 23:46:09 +00:00
Johannes Schlüter
086ae075c2 - Bump year 2007-01-10 22:17:09 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Antony Dovgal
03b68981f9 prevent potential leak on error 2006-12-21 00:43:00 +00:00
Antony Dovgal
c5edb5a75e fix test on MacOS 2006-12-19 13:11:30 +00:00
Antony Dovgal
f11c9c8871 fix tests, use -n to prevent any problems with existing php.ini 2006-12-04 17:48:27 +00:00
Antony Dovgal
9f99f2e9b1 fix test 2006-11-24 13:40:29 +00:00
Antony Dovgal
bc7e217293 add tests for CLI 2006-11-24 13:32:07 +00:00
Antony Dovgal
92ed3d2b4c call sapi_deactivate() & friends on error
fixes leak with `php-cli -n -c ..`
2006-11-24 11:54:48 +00:00
Ilia Alshanetsky
12b0b6368a MFB: Restore support for unquoted -d options 2006-09-22 17:42:08 +00:00
Antony Dovgal
2486c2df50 fix leaks with php -d option=value -c /path -h 2006-09-15 08:18:10 +00:00
Dmitry Stogov
fcb9e3bc28 Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low). 2006-08-22 12:05:10 +00:00
Antony Dovgal
dbe2092313 implement zend_unicode_to_string() and zend_string_to_unicode()
part #2 (of 2)
2006-08-08 16:59:11 +00:00
Antony Dovgal
5c06523d75 fix #37920 (compilation problems on z/OS) 2006-06-27 08:26:54 +00:00
Hannes Magnusson
9f96f0340b Argument info 2006-06-25 19:17:20 +00:00
Antony Dovgal
737e1bdd92 initialize pointers 2006-06-20 13:01:08 +00:00
Michael Wallner
dbfa7271c8 MFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI) 2006-06-19 14:53:03 +00:00
Johannes Schlüter
9c5fdd1b7f - Removed useless -g command line option from CGI and CLI
- Fixed conflicting behaviour if -B and -a are set with CLI
- Fixed handling of auto_prepend and exceptions in readline-a-mode
2006-06-03 22:00:30 +00:00
Michael Wallner
231ad17475 - explicit usage of TS macros
# this could have been raised a lot earlier
2006-06-03 11:19:44 +00:00
Michael Wallner
4ce0141713 - new output control code
# scan README.NEW-OUTPUT-API to get a grasp
# tree has been tagged with BEFORE_NEW_OUTPUT_API
#
# TODO:
#  - improve existing output handlers
#  - move zlib.output_compression cruft from SAPI.c to zlib.c
#  - output_encoding handling was ambigious, resp. is undefined yet
#  - more tests
2006-06-02 19:51:43 +00:00