#
1fd09132 |
| 29-Oct-2000 |
Zeev Suraski |
Initial steps to move the INI mechanism to the Zend engine
|
#
bc37c9b1 |
| 13-Oct-2000 |
Andi Gutmans |
- Make increment of "" become "1"
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
715774be |
| 05-Sep-2000 |
Andi Gutmans |
- Commiting Sterling's new multi_convert* functions
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
1373a162 |
| 26-Jul-2000 |
Stanislav Malyshev |
Add strncasecmp function @ Added strncasecmp function (Andi)
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
7565347b |
| 14-Jun-2000 |
Sascha Schumann |
Move some stuff to zend_operators.h which is required by the moved inline functions.
|
#
df74f1df |
| 13-Jun-2000 |
Sascha Schumann |
Add optional support for C0x inline semantics. These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature l
Add optional support for C0x inline semantics. These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later.
show more ...
|
#
390dccac |
| 10-Jun-2000 |
Andi Gutmans |
- Fixed problem when using uninitialized values in comparisons with strings. - They behave as empty strings again just like in PHP 3.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
03955178 |
| 08-Jun-2000 |
Sascha Schumann |
Add a couple of casts
|
#
bfac4633 |
| 04-Jun-2000 |
Zeev Suraski |
- Support unordered hash comparisons - Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison
|
#
dae76aa1 |
| 03-Jun-2000 |
Zeev Suraski |
Support comparisons of arrays (with arrays) and objects (with objects)
|
#
d4b160c0 |
| 03-Jun-2000 |
Zeev Suraski |
- Export normalize_bool - This global/static syntax fix brought us back to the 4 documented conflicts
|
#
015884dd |
| 28-May-2000 |
Andi Gutmans |
- Use pointer arithmetic to speed up the function a bit
|
#
b5447a4d |
| 26-May-2000 |
Andi Gutmans |
- Fixed scanning decimal numbers in internationalized environments. They should - always be in standard US format e.g. 23.3
|
Revision tags: php-4.0.0 |
|
#
715ff773 |
| 18-May-2000 |
Andi Gutmans |
- Fix include() when used on resources (shouldn't work but shouldn't crash either).
|
#
3df1e68f |
| 18-May-2000 |
Andrei Zmievski |
Update for sort functions - user can now specify sort type.
|
#
0aefa3e0 |
| 17-May-2000 |
Andi Gutmans |
- Add support for string_compare_function() and number_compare_function(). UNTESTED!
|
#
760a1772 |
| 17-May-2000 |
Zeev Suraski |
Normalize results of compare_function()
|
#
0d6a794d |
| 11-May-2000 |
Zeev Suraski |
Get rid of chval - it's really not necessary and seems to be confusing people
|
Revision tags: php-4.0RC2 |
|
#
19de3be0 |
| 08-May-2000 |
Zeev Suraski |
Make zend_binary_strcasecmp compile again
|
#
36c1a9a3 |
| 08-May-2000 |
Sascha Schumann |
Make strcasecmp() act correctly WRT SUS II. Patch by: hholzgra@php.net PR: #3556
|
#
ddc36fb7 |
| 28-Apr-2000 |
Zeev Suraski |
Make convert_to_string() allocations traceable
|
#
bbe0df12 |
| 20-Apr-2000 |
Andrei Zmievski |
Do proper ieeefp.h check.
|
#
c1c8422d |
| 20-Apr-2000 |
Thies C. Arntzen |
compile before commit! compile before commit! compile before commit!
|
#
2b3a575a |
| 20-Apr-2000 |
Thies C. Arntzen |
revert andrei's path (i can't compile anymore on linux) we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an
revert andrei's path (i can't compile anymore on linux) we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an autoconf check for it.
show more ...
|
#
fe1147b0 |
| 19-Apr-2000 |
Andrei Zmievski |
Include proper files for finite.
|