Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | - Fixed crash on invalid addr:port (Chris Jones, Felipe) | Felipe Pena | 2011-06-27 | 1 | -3/+12 | |
| | | ||||||
* | | - Fixed crash when using -e option | Felipe Pena | 2011-06-25 | 1 | -2/+7 | |
| | | ||||||
* | | - Fixed crash when calling sapi_shutdown() and sapi hasn't been started | Felipe Pena | 2011-06-25 | 1 | -2/+5 | |
| | | | | | | | | | | Reported by: David Tajchreber | |||||
* | | - Fixed crash when zend_eval_string bailouts (-r 'a();') | Felipe Pena | 2011-06-25 | 1 | -404/+407 | |
| | | | | | | | | | | Reported by: David Tajchreber | |||||
* | | - reflection is always enabled | Pierre Joye | 2011-06-25 | 1 | -11/+0 | |
| | | ||||||
* | | - Fixed layout. Tabs on the terminal don't align nicely in most cases. | Derick Rethans | 2011-06-25 | 1 | -33/+33 | |
| | | ||||||
* | | - fix build | Pierre Joye | 2011-06-21 | 1 | -2/+2 | |
| | | ||||||
* | | - Fix memleak on `php -v' | Felipe Pena | 2011-06-21 | 1 | -0/+1 | |
| | | ||||||
* | | - Fixed hardcoded INI | Felipe Pena | 2011-06-20 | 1 | -1/+1 | |
| | | ||||||
* | | - Add built-in web server to CLI SAPI. See the RFC for detail. | Moriyoshi Koizumi | 2011-06-20 | 7 | -618/+4554 | |
| | | ||||||
* | | Fixed bug #52496 (Zero exit code on option parsing failure). | Ilia Alshanetsky | 2011-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | # Fix phpt | Pierrick Charron | 2011-05-05 | 1 | -1/+1 | |
| | | ||||||
* | | fix CLI tests failing because of new OB API | Antony Dovgal | 2011-05-04 | 6 | -29/+29 | |
| | | ||||||
* | | -not needed, buildconf helps... | Pierre Joye | 2011-02-22 | 2 | -473/+0 | |
| | | ||||||
* | | - missing files | Pierre Joye | 2011-02-22 | 2 | -0/+473 | |
| | | ||||||
* | | Declare vars first. Fix Windows build. | Johannes Schlüter | 2011-02-22 | 1 | -2/+2 | |
| | | ||||||
* | | - Fixed build | Felipe Pena | 2011-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | - Implement FR#53878 Interactive shell should work with shared readline ↵ | Johannes Schlüter | 2011-02-19 | 6 | -774/+82 | |
| | | | | | | | | | | | | | | | | | | extension # This is useful w/ distributors who like to build all things shared or don't # provide the readline extension. Or if a user pefers readline's behavior over # libedit which might be used by the distributor. | |||||
* | | - Fix missing mkdir for bindir (patch by David Tajchreber) | Felipe Pena | 2011-01-23 | 1 | -0/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 3 | -4/+4 | |
| | | ||||||
* | | - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and ↵ | Jani Taskinen | 2010-11-13 | 2 | -13/+23 | |
| | | | | | | | | | | | | | | one SAPI module the same time) # Bug #53271, Bug #52410 | |||||
* | | - Fixed #52045 (FPM tries to open php.ini from the current dir) | Jérôme Loyet | 2010-11-11 | 1 | -0/+1 | |
| | | | | | | | | | | - Add php_ini_ignore_cwd to _sapi_module_struct | |||||
* | | - fix #48831 php -i has different output to php --ini | Pierre Joye | 2010-09-14 | 1 | -1/+2 | |
| | | ||||||
* | | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵ | Kalle Sommer Nielsen | 2010-08-18 | 1 | -2/+2 | |
| | | | | | | | | TSRMLS_FETCH() calls in a few of our SAPI's | |||||
* | | Fixed bug #50804 (Document configure.js --enable-crt-debug) | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 | |
| | | ||||||
* | | - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-30 | 1 | -3/+0 | |
| | | | | | | | | | | # To commit a new common fix | |||||
* | | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+2 | |
| | | ||||||
* | | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 | |
| | | ||||||
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | |||||
* | | - Improved CLI Interactive readline shell (Johannes) | Johannes Schlüter | 2010-05-20 | 3 | -11/+218 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . Added cli.pager ini setting to set a pager for output. . Added cli.prompt ini settingto configure the shell prompt. . Added shortcut #inisetting=value to change ini settings at run-time. . Don't terminate shell on fatal errors. A pager can be a an shell command which will receive the command output on its STDIN channel php > #cli.pager=less php > phpinfo(); (output will appear in the pager) php > #cli.pager=grep -i readline php > phpcredits(); Readline => Thies C. Arntzen php > #cli.pager= (output appears again direct on the terminal) A prompt can contain a few escape sequences like php > #cli.prompt=\e[032m\v \e[031m\b \e[34m\> \e[0m 5.3.99-dev php > //Colorful prompt with version number A prompt can also contaian PHP code in backticks php > #cli.prompt=`echo gethostname();` \b \> guybrush php > | |||||
* | | Document CGI options in the manpage (bug #51718) | Raphael Geissert | 2010-05-11 | 1 | -0/+28 | |
| | | | | | | | | | | | | Patch by Daniel Egeberg | |||||
* | | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 1 | -2/+2 | |
| | | ||||||
* | | Add ReflectionZendExtension class and --rz option to CLI | Johannes Schlüter | 2010-03-30 | 2 | -6/+28 | |
|/ | ||||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 7 | -36/+36 | |
| | ||||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 7 | -36/+36 | |
| | ||||||
* | Fixed bug #50795 (man pages have bad whatis entries) | Kalle Sommer Nielsen | 2010-02-17 | 1 | -1/+0 | |
| | | | | - Patch by Debian | |||||
* | Update copyright year in the man file | Ilia Alshanetsky | 2010-01-04 | 1 | -2/+2 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -4/+4 | |
| | ||||||
* | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 2 | -2/+6 | |
| | | | | | (patch by tcallawa at redhat dot com) | |||||
* | - Sync files | Jani Taskinen | 2009-12-02 | 1 | -4/+7 | |
| | ||||||
* | Fixed test | Ilia Alshanetsky | 2009-09-13 | 1 | -2/+2 | |
| | ||||||
* | - be sure to get all crt dbg errors in stderr | Pierre Joye | 2009-09-02 | 1 | -2/+4 | |
| | ||||||
* | - Fixed bug #48802 (printf() returns incorrect outputted length) | Jani Taskinen | 2009-07-23 | 1 | -1/+1 | |
| | ||||||
* | Improve wording and drop outdated link | Johannes Schlüter | 2009-06-29 | 1 | -6/+1 | |
| | ||||||
* | MFH: It's 2009 | Johannes Schlüter | 2009-06-21 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fix skipif | Arnaud Le Blanc | 2009-05-20 | 1 | -1/+1 | |
| | ||||||
* | MFH: Inglés gramática | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 | |
| | ||||||
* | MFH: Fixed bug#47427 (-s outputs, not displays) | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 | |
| | ||||||
* | - MFH: Fix ZTS build | Felipe Pena | 2009-04-08 | 1 | -5/+5 | |
| |