History log of /PHP-8.0/ext/standard/info.c (Results 276 – 300 of 447)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0c16e026 02-May-2002 Derick Rethans

- Add Zend API No. to phpinofo() output


Revision tags: php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# 7f89d8c1 29-Mar-2002 Stig Bakken

(PHP php_uname) display runtime uname rather than compile-time uname, added
an optional parameter to get single fields (like uname(1))
# Windows version is not tested, and I d

(PHP php_uname) display runtime uname rather than compile-time uname, added
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. :-)

show more ...


Revision tags: php-4.2.0RC1
# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


# 7b3660c6 14-Mar-2002 Zeev Suraski

Change case for consistency


# 20f3b718 14-Mar-2002 Zeev Suraski

Make it clearer what this entry means


Revision tags: help
# e991374d 04-Mar-2002 Sascha Schumann

Add apparently missing include


# b4d5aa5c 04-Mar-2002 Sascha Schumann

Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.


# 316a03ca 04-Mar-2002 Sascha Schumann

revert last commit, puts does more through putc.


# 42bd356b 04-Mar-2002 Sascha Schumann

Use PHPWRITE to output data. Because this just outputs diagnostic
information, a few spaces won't hurt (and multiple ones are rendered
as one by browsers anyway). Micro-benchmarks which use

Use PHPWRITE to output data. Because this just outputs diagnostic
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).

show more ...


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 9063a96d 29-Dec-2001 Sebastian Bergmann

PHP 4.0 -> PHP 4. Patch by Martin Jansen <mail@martin-jansen.de>.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 84ed9d38 06-Dec-2001 Sterling Hughes

use PHP_INFO_ALL and PHP_CREDITS_ALL instead of hardcoding them


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


# a0bbfb59 06-Oct-2001 Derick Rethans

- <br> -> <br />


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# 3cc6655f 15-Aug-2001 foobar

Add the build time too. Bug: #12774


Revision tags: php-4.0.7RC1
# 0116a7b9 13-Aug-2001 Zeev Suraski

Fix crashes in parse_parameters calls
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.


# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


# 5b2227ea 13-Aug-2001 Rasmus Lerdorf

Oops, a little too much simplification there.. ;)


# 8c497f05 13-Aug-2001 Rasmus Lerdorf

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performa

We don't consistently check for args passed to functions that don't
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.

show more ...


Revision tags: BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


# 5eb9495b 08-Aug-2001 Zeev Suraski

- Implement $_FORM
- Update phpinfo()
- Update NEWS


1...<<1112131415161718