Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -47/+26 | |
| | | ||||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+7 | |
| | | ||||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -2/+2 | |
| | | ||||||
* | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few ↵ | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 | |
| | | | | | | | | TSRMLS_FETCH() calls in our various SAPIs | |||||
* | | Kill another TSRMLS_FETCH() in the zend extension loading code | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | Kill another TSRMLS_FETCH() in zend_indent() | Kalle Sommer Nielsen | 2013-12-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-07-14 | 1 | -1/+2 | |
|\ | | | | | | | | | | | | | | | * PHP-5.4: Add built-in web server to invocation list Terminology: change embedded web server to built-in web server to align with cli usage Align -B and -E parameter names with cli usage (begin_code and end_code) Fix Bug #65219 DBSETLDBNAME should be called before login to set DBNAME in login record | |||||
| * | Add built-in web server to invocation list | Lior Kaplan | 2013-07-14 | 1 | -1/+2 | |
| | | ||||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -2/+2 | |
| | | ||||||
* | | Patch for Bug #64544. | Keyur Govande | 2013-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv() | |||||
* | | Support for CLI process title (https://wiki.php.net/rfc/cli_process_title) | Keyur Govande | 2013-03-07 | 1 | -0/+18 | |
| | | | | | | | | A new commit into branch 5.5 | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -2/+2 | |
|/ | ||||||
* | Fixed bug #62725 (Calling exit() in a shutdown function does not return the ↵ | Xinchen Hui | 2012-08-02 | 1 | -3/+3 | |
| | | | | | | exit value) The fix is make 5.4 behavior consistent with 5.3 | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-27 | 1 | -0/+3 | |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Fix memleak in CLI Conflicts: sapi/cli/php_cli.c | |||||
| * | Fix memleak in CLI | Johannes Schlüter | 2012-06-27 | 1 | -0/+3 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-04-30 | 1 | -3/+8 | |
|\ \ | |/ | | | | | | | | | | | | | | | * origin/PHP-5.3: Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi). - BFN Conflicts: sapi/cli/php_cli.c | |||||
| * | Fixed bug #61546 (functions related to current script failed when chdir() in ↵ | Xinchen Hui | 2012-04-30 | 1 | -3/+8 | |
| | | | | | | | | cli sapi). | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | Prevented the warning about truncate int to char | Xinchen Hui | 2011-08-08 | 1 | -1/+1 | |
| | | ||||||
| * | - reflection is always enabled | Pierre Joye | 2011-06-25 | 1 | -11/+0 | |
| | | ||||||
| * | - Fix missing change from r303357 (related to bug #48831) | Felipe Pena | 2011-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #52496 (Zero exit code on option parsing failure). | Ilia Alshanetsky | 2011-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | - fix #48831 php -i has different output to php --ini | Pierre Joye | 2010-09-14 | 1 | -0/+1 | |
| | | ||||||
| * | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -3/+0 | |
| | | ||||||
| * | - 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 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -2/+2 | |
| | | ||||||
* | | - fix bug #60272, typo | Pierre Joye | 2011-11-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -3/+3 | |
| | | ||||||
* | | Prevented the warning about truncate int to char | Xinchen Hui | 2011-08-08 | 1 | -1/+1 | |
| | | ||||||
* | | - Reverted php_printf -> printf change | Felipe Pena | 2011-07-01 | 1 | -2/+2 | |
| | | ||||||
* | | - 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 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 | 1 | -616/+645 | |
| | | ||||||
* | | Fixed bug #52496 (Zero exit code on option parsing failure). | Ilia Alshanetsky | 2011-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | 1 | -143/+27 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -2/+2 | |
| | | ||||||
* | | - 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 | |||||
* | | - 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 |