Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added optional parameter to openssl_sign() to specify the hashing | Derick Rethans | 2003-03-30 | 1 | -2/+29 |
* | Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). | Ilia Alshanetsky | 2003-03-30 | 1 | -77/+63 |
* | Since zend_do_begin_class_member_function_call assumes the previous | Andrei Zmievski | 2003-03-30 | 1 | -1/+1 |
* | Merge proper -I parameter for APXS builds | Sascha Schumann | 2003-03-30 | 1 | -1/+5 |
* | Added various gdb macros to examine zval, znode, and HashTable | Moriyoshi Koizumi | 2003-03-30 | 1 | -0/+179 |
* | changed constant name | Georg Richter | 2003-03-30 | 1 | -6/+6 |
* | if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php | Marcus Boerger | 2003-03-30 | 1 | -1/+5 |
* | update | Marcus Boerger | 2003-03-30 | 1 | -1/+3 |
* | more ini defaults for error message handling | Marcus Boerger | 2003-03-30 | 1 | -0/+2 |
* | cleanup | Marcus Boerger | 2003-03-30 | 1 | -20/+10 |
* | changed macro | Georg Richter | 2003-03-30 | 1 | -3/+3 |
* | ZTS fix. | Sebastian Bergmann | 2003-03-30 | 1 | -1/+1 |
* | Try to report class name of the exception | Stanislav Malyshev | 2003-03-30 | 1 | -3/+9 |
* | bugfix #22961 by cynic@php.net | Marcus Boerger | 2003-03-30 | 1 | -1/+1 |
* | Fix namespace switch | Stanislav Malyshev | 2003-03-30 | 1 | -1/+1 |
* | simplify and fix | Marcus Boerger | 2003-03-30 | 1 | -3/+2 |
* | done | Marcus Boerger | 2003-03-30 | 1 | -3/+0 |
* | --+_ | Sebastian Bergmann | 2003-03-30 | 1 | -2/+2 |
* | uncomment removal of temp file | Shane Caraveo | 2003-03-30 | 1 | -2/+2 |
* | clean up url handling with path_info | Shane Caraveo | 2003-03-30 | 1 | -45/+59 |
* | ChangeLog update | 2003-03-30 | 2 | -0/+94 | |
* | _SERVER also should not be quoted by magic_quotes_GPC | Shane Caraveo | 2003-03-30 | 1 | -7/+6 |
* | Improved var_dump() and debug_zval_dump() so they also show the | Moriyoshi Koizumi | 2003-03-29 | 1 | -3/+15 |
* | fix phpinfo() & php -i | Marcus Boerger | 2003-03-29 | 1 | -5/+5 |
* | use sizeof() as suggested by Andrei | Marcus Boerger | 2003-03-29 | 1 | -6/+6 |
* | - html errors should default to off (0) in CLI | Derick Rethans | 2003-03-29 | 1 | -1/+1 |
* | Add missing initialization | Zeev Suraski | 2003-03-29 | 1 | -0/+1 |
* | Fixed too optimized part | Moriyoshi Koizumi | 2003-03-29 | 1 | -1/+3 |
* | CS & WS fixes | Moriyoshi Koizumi | 2003-03-29 | 1 | -37/+54 |
* | Improved bison check; now configure accepts 1.28, 1.35, and 1.75 only. | Moriyoshi Koizumi | 2003-03-29 | 1 | -2/+2 |
* | Fix crash | Zeev Suraski | 2003-03-29 | 1 | -1/+1 |
* | Initial support for enforcing prototype of abstract/interface method implemen... | Zeev Suraski | 2003-03-29 | 3 | -12/+75 |
* | Fixed test cases so they wouldn't be failed in case register_globals=on | Moriyoshi Koizumi | 2003-03-29 | 2 | -0/+2 |
* | remove unused variable | Sterling Hughes | 2003-03-29 | 1 | -2/+0 |
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 20 | -76/+76 |
* | ChangeLog update | 2003-03-29 | 1 | -0/+37 | |
* | - Add the exponent to the float modifier | Derick Rethans | 2003-03-28 | 1 | -1/+1 |
* | fix these tests | Marcus Boerger | 2003-03-28 | 2 | -5/+5 |
* | Do the right fix.. | Moriyoshi Koizumi | 2003-03-28 | 1 | -9/+8 |
* | Fixed bug #22773 | Moriyoshi Koizumi | 2003-03-28 | 1 | -2/+2 |
* | On 64bit platforms, pointers are 64bit long.. | Moriyoshi Koizumi | 2003-03-28 | 1 | -1/+1 |
* | CS | Ilia Alshanetsky | 2003-03-28 | 1 | -197/+203 |
* | Changing parsedate to be reentrant using pure_parser (Dave) | David Hill | 2003-03-28 | 1 | -244/+220 |
* | Removed redundant aliases & CS fix. | Moriyoshi Koizumi | 2003-03-28 | 1 | -32/+19 |
* | ChangeLog update | 2003-03-28 | 2 | -0/+66 | |
* | Improved php_import_environment_variables: avoid emalloc()ing in most cases | Moriyoshi Koizumi | 2003-03-27 | 1 | -2/+14 |
* | MFB ext/com | Harald Radi | 2003-03-27 | 1 | -1/+1 |
* | CS | Ilia Alshanetsky | 2003-03-27 | 1 | -178/+172 |
* | Correcting checking of flex version (dave) | David Hill | 2003-03-27 | 1 | -4/+12 |
* | fix fetch_class buglet | Stanislav Malyshev | 2003-03-27 | 1 | -1/+1 |