Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add Zend API No. to phpinofo() output | Derick Rethans | 2002-05-02 | 1 | -0/+6 |
| | |||||
* | (PHP php_uname) display runtime uname rather than compile-time uname, added | Stig Bakken | 2002-03-29 | 1 | -16/+70 |
| | | | | | | | | an optional parameter to get single fields (like uname(1)) # Windows version is not tested, and I didn't know how to get # `uname -n` on Windows, so it's hardcoded to "localhost" for now. # Windows gurus feel free to fix. :-) | ||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -3/+1 |
| | |||||
* | Change case for consistency | Zeev Suraski | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | Make it clearer what this entry means | Zeev Suraski | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | Add apparently missing include | Sascha Schumann | 2002-03-04 | 1 | -0/+1 |
| | |||||
* | Supply php_html_puts which escapes a whole string.. now fully works in ZTS | Sascha Schumann | 2002-03-04 | 1 | -5/+6 |
| | | | | | mode, too. | ||||
* | revert last commit, puts does more through putc. | Sascha Schumann | 2002-03-04 | 1 | -5/+5 |
| | |||||
* | Use PHPWRITE to output data. Because this just outputs diagnostic | Sascha Schumann | 2002-03-04 | 1 | -5/+5 |
| | | | | | | | | information, a few spaces won't hurt (and multiple ones are rendered as one by browsers anyway). Micro-benchmarks which use phpinfo() as a mean to generate output will yield more through-put now (35 req/s vs. 83 req/s in tux). | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | PHP 4.0 -> PHP 4. Patch by Martin Jansen <mail@martin-jansen.de>. | Sebastian Bergmann | 2001-12-29 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | use PHP_INFO_ALL and PHP_CREDITS_ALL instead of hardcoding them | Sterling Hughes | 2001-12-06 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -5/+16 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - <br> -> <br /> | Derick Rethans | 2001-10-06 | 1 | -2/+2 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -12/+12 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Add the build time too. Bug: #12774 | foobar | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | Fix crashes in parse_parameters calls | Zeev Suraski | 2001-08-13 | 1 | -2/+4 |
| | | | | | | | HEADS UP: Make sure you supply TSRMLS_CC for this function! I'll try to think of a way that'd allow us to find this issue using the compiler. | ||||
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -12/+18 |
| | | | | | faster mechanism | ||||
* | Oops, a little too much simplification there.. ;) | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+2 |
| | |||||
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -35/+33 |
| | | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there. | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -10/+10 |
| | |||||
* | - Implement $_FORM | Zeev Suraski | 2001-08-08 | 1 | -6/+7 |
| | | | | | | - Update phpinfo() - Update NEWS | ||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+3 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -3/+2 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+2 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+0 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -9/+9 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Finish phpinfo() HTML 4.01 tweaking. | Sebastian Bergmann | 2001-06-19 | 1 | -11/+11 |
| | |||||
* | Make output of phpinfo() compliant with HTML 4.01. | Sebastian Bergmann | 2001-06-15 | 1 | -39/+37 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -12/+26 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | This looks better. | foobar | 2001-05-20 | 1 | -1/+1 |
| | |||||
* | Tabs please... | Derick Rethans | 2001-05-11 | 1 | -1/+1 |
| | |||||
* | Fix for bug #10815. | Sebastian Bergmann | 2001-05-11 | 1 | -0/+2 |
| | |||||
* | Fix bug: #10323. Every value outputted is now escaped. | foobar | 2001-05-06 | 1 | -13/+13 |
| | |||||
* | * expanded the following constants and made them available in PHP: | Stig Bakken | 2001-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH * no longer generating pear/PEAR.php * fixed some tests * some more installer work | ||||
* | Changes for streams. Added temporary fopenstream function to PHP so that | Wez Furlong | 2001-04-17 | 1 | -0/+5 |
| | | | | | the streams can be tested. | ||||
* | I don't know German, but I imagine that was the problem :) | Zeev Suraski | 2001-03-04 | 1 | -1/+1 |
| | |||||
* | Fix phpinfo() bug that crept in | Zeev Suraski | 2001-03-04 | 1 | -7/+6 |
| | |||||
* | Changed code layout to remove PHP warning when running php as a CGI. | Frank M. Kromann | 2001-03-04 | 1 | -14/+8 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -2/+2 |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
* | - Make the INI mechanism thread safe (fix necessary API changes from Zend) | Zeev Suraski | 2000-12-27 | 1 | -1/+1 |
| | | | | | - Make the Win32 non-TS configuration build again | ||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -2/+1 |
| | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
* | Add the QA team to the credits | Zeev Suraski | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | first step towards auto-generated credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -146/+1 |
| | |||||
* | typo fix (copy/paste bug?) | Hartmut Holzgraefe | 2000-11-19 | 1 | -1/+1 |
| |