#
7fcfa886 |
| 21-Jun-2004 |
Sara Golemon |
BugFix#28868: Wrapper hash not thread-safe. Userdefined wrappers were being registered into a global wrapper hash which can cross threads. Termination of once instance then has the
BugFix#28868: Wrapper hash not thread-safe. Userdefined wrappers were being registered into a global wrapper hash which can cross threads. Termination of once instance then has the potential to leave an active stream in another instance with no wrapper leading to segfault.
show more ...
|
#
43b4b086 |
| 20-Jun-2004 |
Marcus Boerger |
Bugfix #28851: call_user_func_array has typo in error message
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
f964cc09 |
| 28-May-2004 |
Derick Rethans |
- Fixed ip2long() behavior if an invalid IP address was passed to the function. This makes it possible to distingiush between "255.255.255.255" and a wrong one.
|
Revision tags: php-5.0.0RC3RC1 |
|
#
b5daf707 |
| 26-May-2004 |
Andi Gutmans |
- Use FREE_HASHTABLE instead of efree()
|
Revision tags: php-4.3.7RC1 |
|
#
396bf393 |
| 24-May-2004 |
Ilia Alshanetsky |
Fixed bug #28508 (Do not make hypot() available if not supported by libc).
|
Revision tags: RELEASE_0_1_1 |
|
#
05a9f544 |
| 12-May-2004 |
Marcus Boerger |
- Move hash table destruction to proper location
|
#
b0d27f9e |
| 10-May-2004 |
Marcus Boerger |
- Decouple NAN and INF
|
Revision tags: php-5.0.0RC2 |
|
#
73f49c16 |
| 22-Apr-2004 |
Wez Furlong |
The fix for the vc7 libc putenv bug is also needed here to avoid a crash.
|
Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1 |
|
#
67502a2e |
| 12-Apr-2004 |
Andi Gutmans |
- modifyable -> modifiable
|
Revision tags: php-4.3.6RC3, php-4.3.6RC2 |
|
#
53b4597f |
| 03-Apr-2004 |
Marcus Boerger |
Initialize to 0 to prevent valgrind warnings
|
Revision tags: php-4.3.6RC1 |
|
#
8b15b46a |
| 29-Mar-2004 |
Marcus Boerger |
Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus)
|
#
4f855044 |
| 28-Mar-2004 |
Marcus Boerger |
Improve portability (idea by Ard)
|
#
bc0373b8 |
| 27-Mar-2004 |
Marcus Boerger |
Portable solution for bug #27646 that works correct on Windows, too
|
#
92d8c3d0 |
| 26-Mar-2004 |
Marcus Boerger |
Correct that name
|
#
86d3e496 |
| 26-Mar-2004 |
Marcus Boerger |
let inf be generated by INF constant (thanks to Wez)
|
#
3450ed94 |
| 25-Mar-2004 |
Marcus Boerger |
-Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example) -Change test to use constants without prior conversion
|
Revision tags: php-4.3.5 |
|
#
fdcff80c |
| 23-Mar-2004 |
Marcus Boerger |
- Allow negative infinity - Register missing constants, they work anyway but cause an E_NOTICE # generation by atof() should be portable enough (afaik)
|
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
05f8b4e6 |
| 10-Mar-2004 |
Rasmus Lerdorf |
getopt() doesn't work if variables_order does not include "S" because it only looks in $_SERVER for argv. So, if we don't find argv in $_SERVER fall back to looking in the global symbol tabl
getopt() doesn't work if variables_order does not include "S" because it only looks in $_SERVER for argv. So, if we don't find argv in $_SERVER fall back to looking in the global symbol table where register_argc_argv would have put it.
show more ...
|
Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split |
|
#
dde4c166 |
| 19-Jan-2004 |
foobar |
- Make sure srand() / mt_srand() are really called.
|
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
#
6923a16c |
| 03-Jan-2004 |
Derick Rethans |
- Fixed var_export() to show public, protected and private modifiers properly. - Exported (un)mangle_property_name.
|
#
a84f8156 |
| 27-Dec-2003 |
Marcus Boerger |
Bugfix #25038 (call_user_func issues warning if function throws exception)
|
#
1a53f3c5 |
| 22-Dec-2003 |
Ilia Alshanetsky |
Define INADDR_NONE for systems that don't have it (apparently solaris).
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2 |
|
#
c6b04cb4 |
| 19-Dec-2003 |
Ilia Alshanetsky |
Check correction (Thanks Andi).
|
#
c9a9dee2 |
| 19-Dec-2003 |
Ilia Alshanetsky |
Fixed bug #26667 (Added safety checks to ip2long()).
|