#
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. |
#
44e0d276 |
| 17-Apr-2000 |
Thies C. Arntzen |
ups, finite is already a macro on Win32 |
#
83672754 |
| 17-Apr-2000 |
Thies C. Arntzen |
HPUX11 only has isfinite() |
#
c6c261e9 |
| 13-Apr-2000 |
Zeev Suraski |
Fix a memory leak when using assign-op bitwise operators on strings |
#
e663d856 |
| 10-Apr-2000 |
Zeev Suraski |
Fix object overloading support |
#
521c8af6 |
| 29-Mar-2000 |
Torben Wilson |
Added !== (is not identical) operator. |
Revision tags: PHP-4.0-RC1 |
|
#
2e68fc59 |
| 22-Mar-2000 |
Zeev Suraski |
- Wrong fix |
#
4d68c944 |
| 22-Mar-2000 |
Zeev Suraski |
- Only free when result != op1 |
#
88c98d3e |
| 10-Mar-2000 |
Andi Gutmans |
- Seems to be a problem here with the return value not being set |
#
5e55e47f |
| 06-Mar-2000 |
Zeev Suraski |
It's official now... |