Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2 |
|
#
960e265b |
| 22-Feb-2011 |
Johannes Schlüter |
Declare vars first. Fix Windows build. |
#
b98ceb5e |
| 19-Feb-2011 |
Felipe Pena |
- Fixed build |
#
6c734a6b |
| 19-Feb-2011 |
Johannes Schlüter |
- Implement FR#53878 Interactive shell should work with shared readline extension # This is useful w/ distributors who like to build all things shared or don't # provide the readline ext
- Implement FR#53878 Interactive shell should work with shared readline 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.
show more ...
|
Revision tags: php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
e1b87cce |
| 11-Nov-2010 |
Jérôme Loyet |
- Fixed #52045 (FPM tries to open php.ini from the current dir) - Add php_ini_ignore_cwd to _sapi_module_struct |
#
b6d8462a |
| 14-Sep-2010 |
Pierre Joye |
- fix #48831 php -i has different output to php --ini |
#
992991fe |
| 14-Sep-2010 |
Pierre Joye |
- fix #48831 php -i has different output to php --ini |
#
34b631f6 |
| 18-Aug-2010 |
Kalle Sommer Nielsen |
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's |
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2 |
|
#
f2419953 |
| 30-Jun-2010 |
Felipe Pena |
- MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) # To commit a new common fix |
#
96bb25e8 |
| 29-Jun-2010 |
Felipe Pena |
- Reverted fix for bug #48930 (due binary compatibility breakage) |
#
ced29dd7 |
| 27-Jun-2010 |
Felipe Pena |
- Improved initialization |
#
22e2302e |
| 27-Jun-2010 |
Felipe Pena |
- Improved initialization |
#
9b07568c |
| 27-Jun-2010 |
Felipe Pena |
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) |
#
3396a6d1 |
| 27-Jun-2010 |
Felipe Pena |
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) |
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
11d24c15 |
| 31-May-2010 |
Michael Wallner |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implem
* implement new output API, fixing some bugs and implementing some feature 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.
show more ...
|
#
61db5cf9 |
| 20-May-2010 |
Johannes Schlüter |
- Improved CLI Interactive readline shell (Johannes) . Added cli.pager ini setting to set a pager for output. . Added cli.prompt ini settingto configure the shell prompt. . Added sh
- Improved CLI Interactive readline shell (Johannes) . 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 >
show more ...
|
#
26af5759 |
| 30-Mar-2010 |
Johannes Schlüter |
Add ReflectionZendExtension class and --rz option to CLI |
#
af49e58f |
| 12-Mar-2010 |
Jani Taskinen |
- Reverted r296062 and r296065 |
#
06f072cb |
| 11-Mar-2010 |
Jani Taskinen |
MFH: Improved / fixed output buffering (Michael Wallner) |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12 |
|
#
44116212 |
| 13-Dec-2009 |
Felipe Pena |
- Fixed bug #50209 (Compiling with libedit cannot find readline.h) (patch by tcallawa at redhat dot com) |
Revision tags: php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
4417646d |
| 02-Sep-2009 |
Pierre Joye |
- be sure to get all crt dbg errors in stderr |
Revision tags: php-5.2.11RC1 |
|
#
6dc86fac |
| 23-Jul-2009 |
Jani Taskinen |
- Fixed bug #48802 (printf() returns incorrect outputted length) |
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
d5530029 |
| 05-Jun-2009 |
Matt Wilmas |
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe |