#
e5e6f553 |
| 13-Aug-2008 |
Jani Taskinen |
MFH
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1 |
|
#
8eeaf9df |
| 08-Jul-2008 |
Antony Dovgal |
capitalize multibyte support
|
#
005c6c8f |
| 07-Jul-2008 |
Steph Fox |
- Don't do stuff twice over @Jani: pick up mail!
|
#
449979cb |
| 03-Jul-2008 |
Antony Dovgal |
add a line to phpinfo() to indicate whether multibyte support is On or Off
|
#
5fe79092 |
| 20-Jun-2008 |
Felipe Pena |
- New parameter parsing API
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
c1d53520 |
| 27-May-2008 |
Pierre Joye |
- c/p evilness
|
#
3431c2e7 |
| 27-May-2008 |
Pierre Joye |
- [MFH] Add compiler informations on Windows (will add more info later, like x86 or x64 and makes it available in userland)
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
84a8bb03 |
| 10-Mar-2008 |
Felipe Pena |
MFH: New way for check void parameters
|
Revision tags: php-5.2.6RC2 |
|
#
a9146c60 |
| 02-Mar-2008 |
Ilia Alshanetsky |
Fixed bug #44306 (Better detection of MIPS processors on Windows)
|
Revision tags: php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
a22a6711 |
| 21-Jul-2007 |
Jani Taskinen |
MFH: Fixed compile warnings
|
#
f7d22b60 |
| 09-Jun-2007 |
foobar |
MFH:- Added php_ini_loaded_file() function which returns the path to the actual php.ini in use.
|
#
074b58b7 |
| 07-Jun-2007 |
Antony Dovgal |
MFH: php_localtime_r() checks
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
24292995 |
| 02-Apr-2007 |
foobar |
- Changed phpinfo() to make difference between set php.ini path and what was actually loaded.
|
Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5 |
|
#
38201d8d |
| 08-Feb-2007 |
Marcus Boerger |
- MFH php --ri <extension>
|
Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2 |
|
#
c98dcd5a |
| 26-Jan-2007 |
Antony Dovgal |
use length - 1 when we fetch it from hashes
|
Revision tags: php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1 |
|
#
22ff526e |
| 26-Nov-2006 |
Ilia Alshanetsky |
Added a meta tag to phpinfo() output to prevent search engines from indexing the page.
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4 |
|
#
3fcfdf57 |
| 14-Sep-2006 |
Dmitry Stogov |
Write valid run-time value for Zend Memeory Manager
|
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1 |
|
#
03ee8078 |
| 08-Aug-2006 |
Antony Dovgal |
zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract 1 to get the real length
|
#
1f69ad5a |
| 08-Aug-2006 |
Pierre Joye |
- compiler warnings
|
Revision tags: php-4.4.3 |
|
#
726dee9e |
| 28-Jul-2006 |
Ilia Alshanetsky |
ext/standard/info.c ext/standard/info.h
|
Revision tags: php-5.2.0RC1, php-4.4.3RC2 |
|
#
66141bd5 |
| 11-Jun-2006 |
Ilia Alshanetsky |
Fixed ZTS build
|
#
f876b800 |
| 11-Jun-2006 |
Ilia Alshanetsky |
Fully print array() in phpinfo().
|