Pierre Joye
d3b351114a
- fix build
2008-07-22 10:04:53 +00:00
Steph Fox
d5970d85be
MFB Make compiler/architecture info potentially cross-platform
2008-07-21 09:58:28 +00:00
Pierre Joye
99250fba7e
- c/p evilness
2008-05-27 18:27:23 +00:00
Pierre Joye
d3bff02b63
- Add compiler informations on Windows (will add more info later, like x86 or x64 and makes it available in userland)
2008-05-27 18:23:21 +00:00
Pierre Joye
be4cb471ef
- MFB: #40013 , php_uname() does not return nodename on Netware
...
(Guenter Knauf)
2008-03-05 21:18:26 +00:00
Ilia Alshanetsky
09799b7539
MFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)
2008-03-02 15:36:24 +00:00
Felipe Pena
a1e8d340c3
New macro for check void parameters
2008-02-28 14:16:25 +00:00
Sebastian Bergmann
9b620d50b4
Bump copyright year, 2 of 2.
2007-12-31 07:12:20 +00:00
Dmitry Stogov
8146078f7b
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:28:44 +00:00
Jani Taskinen
b0bbc60209
- Fix compile warnings
2007-07-21 01:23:37 +00:00
Antony Dovgal
b608bd654d
fix ws, cs & folding
2007-07-14 08:38:20 +00:00
foobar
53b43a63cd
- Added php_ini_loaded_file() function which returns the path to the actual
...
php.ini in use.
# there was only a function to return the _additional_ files in use..
2007-06-09 11:42:55 +00:00
Antony Dovgal
f1f0deae4c
php_localtime_r() checks
2007-06-07 09:07:12 +00:00
foobar
0ac6bb9f16
MFB52:- Changed phpinfo() to make difference between set php.ini path and what was actually loaded.
2007-04-02 12:42:18 +00:00
Marcus Boerger
260443cdfe
- WS/CS
2007-02-19 16:20:43 +00:00
Marcus Boerger
19c93586a0
- Simplify
...
- Add PHPAPI php_info_print_module()
2007-01-23 19:58:45 +00:00
Johannes Schlüter
4fd315e46b
- Use utf-8 instead of utf8 as encoding to fix phpinfo()
2007-01-23 15:47:28 +00:00
Sebastian Bergmann
3717df72ae
Bump year.
2007-01-01 09:29:37 +00:00
Michael Wallner
6abefa16a0
- utf8 CREDITS and php_info API
...
- unicode progress in info.c
2006-12-12 19:25:47 +00:00
Michael Wallner
8ad12c9899
- upgrade phpinfo() and phpcredits()
2006-12-10 15:02:50 +00:00
Ilia Alshanetsky
969ce8a603
MFB: Added a meta tag to phpinfo() output to prevent search engines from
...
indexing the page.
2006-11-26 16:26:32 +00:00
Andrei Zmievski
af2c117d29
Pick some low-hanging fruit.
2006-10-19 20:55:08 +00:00
Dmitry Stogov
128548a5c0
Disabled autoconversion of hash keys (from string to unicode) for PHP arrays
2006-09-19 10:38:31 +00:00
Dmitry Stogov
e8f1640adb
Write valid run-time value for Zend Memory Manager
2006-09-14 08:56:11 +00:00
Ilia Alshanetsky
4ccab9d5ab
MFB: Fixed ZTS build
2006-06-11 20:47:55 +00:00
Ilia Alshanetsky
2863d56d8a
MFB: Fully print array() in phpinfo().
2006-06-11 16:27:41 +00:00
Michael Wallner
231ad17475
- explicit usage of TS macros
...
# this could have been raised a lot earlier
2006-06-03 11:19:44 +00:00
Michael Wallner
4ce0141713
- new output control code
...
# scan README.NEW-OUTPUT-API to get a grasp
# tree has been tagged with BEFORE_NEW_OUTPUT_API
#
# TODO:
# - improve existing output handlers
# - move zlib.output_compression cruft from SAPI.c to zlib.c
# - output_encoding handling was ambigious, resp. is undefined yet
# - more tests
2006-06-02 19:51:43 +00:00
Antony Dovgal
ec376e510c
MF51: fix compile failure with old GCC (see bug #36931 )
2006-03-31 11:11:26 +00:00
Antony Dovgal
4f1da95828
fix TSRM build
2006-03-30 19:59:51 +00:00
Ilia Alshanetsky
0f48af3cec
MFB51: Fixed XSS inside phpinfo() with long inputs.
2006-03-30 19:16:28 +00:00
Dmitry Stogov
c366cc6d1a
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings
2006-03-02 13:12:45 +00:00
Dmitry Stogov
0f1209ab3d
Portable unicode string API:
...
- use the same type (int) for zval.value.usr.len and zval.value.str.len
- use union "zstr" as char*/UChar* mixture instead of void*
- Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE()
- nuke int32_t from ZE (not finisned)
2006-02-21 20:12:43 +00:00
foobar
251c5173fd
bump year and license version
2006-01-01 13:10:10 +00:00
foobar
0ac2b74b0b
- Nuke php3 legacy
2005-12-05 22:53:34 +00:00
Ilia Alshanetsky
92281a047f
MFB51: Fixed bug #35046 (phpinfo() uses improper css enclosure).
2005-11-23 00:15:26 +00:00
foobar
bc1f800a72
- Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])
2005-08-28 01:02:54 +00:00
Dmitry Stogov
8f6f97a77d
Unicode support
2005-08-23 12:53:31 +00:00
Ilia Alshanetsky
99dd2d008f
Input validation part 2.
2005-08-16 00:25:21 +00:00
Ilia Alshanetsky
3ee4d80fc3
MFH: Chunk the output
2005-08-15 23:24:47 +00:00
Ilia Alshanetsky
7cd5109184
input validation.
2005-08-15 16:01:43 +00:00
Andrei Zmievski
264cec8be6
Unicode support.
2005-08-11 23:36:07 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Derick Rethans
7a3dbcd1c4
- Added the --disable-zend-memory-manager switch to disable the Zend memory
...
manager.
#- I discussed this with Dmitry today - we found it useful.
2005-06-07 13:36:08 +00:00
Rasmus Lerdorf
310dd4a214
Fix request_uri XSS on phpinfo() page
2005-05-08 17:24:38 +00:00
Sara Golemon
00c6078ff1
Enum filters in phpinfo()
2005-02-27 08:12:12 +00:00
Marcus Boerger
6a4e1fff78
Use caseinsensitive sort
2004-05-02 13:23:30 +00:00
Derick Rethans
9ee23d7066
- Fixed buffer overflow in phpinfo() for Zend Extension Api NO.
2004-04-23 13:28:25 +00:00
Jon Parise
633c95aa40
Fixed crash in php_ini_scanned_files() when no additional INI files were
...
actually parsed.
I'll merge this into the PHP_4_3 branch as soon as I receive permission
from the release master.
2004-03-15 07:45:25 +00:00
Sara Golemon
da55c00362
Show registered transports in phpinfo()
2004-02-18 05:07:13 +00:00