#
c8280238 |
| 27-Sep-2001 |
Rasmus Lerdorf |
Fix segfault and check for truecolor image in ImageColorAt @- Fix segfault and check for truecolor image in ImageColorAt (Rasmus)
|
Revision tags: POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now...
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
03f74067 |
| 21-Sep-2001 |
Hartmut Holzgraefe |
proto fixes "double" -> "float"
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
3c64473b |
| 06-Sep-2001 |
foobar |
Fixed bug: #13172
|
#
70c581b8 |
| 26-Aug-2001 |
Rasmus Lerdorf |
Test your changes please Jani
|
#
f03a871d |
| 24-Aug-2001 |
foobar |
Fixed bug: #12948, #12945
|
#
5296d29b |
| 22-Aug-2001 |
foobar |
Killed a compile warning.
|
Revision tags: php-4.0.7RC1 |
|
#
4d11d908 |
| 13-Aug-2001 |
Rasmus Lerdorf |
Track down a few more functions that don't check for 0 args and use faster mechanism
|
#
8c497f05 |
| 13-Aug-2001 |
Rasmus Lerdorf |
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performa
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
show more ...
|
Revision tags: BEFORE_EXP_MERGE |
|
#
f6f6c4d7 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
e53100fc |
| 07-Aug-2001 |
foobar |
php_sig_gd2 is only needed for GD extension.
|
#
27fcd050 |
| 07-Aug-2001 |
foobar |
@- Added support for GD2 image type for ImageCreateFromString() (Jani)
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
b349df63 |
| 05-Aug-2001 |
Sascha Schumann |
some more eliminate-fetches-or-escalate-them-at-least
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today...
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
75e83501 |
| 30-Jul-2001 |
foobar |
Make this extension compile in ZTS mode. Also killed 2 compile warnings.
|
#
bde4e0ce |
| 30-Jul-2001 |
Zeev Suraski |
Fix GD build, and clean it tup
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
aa032e2e |
| 20-Jul-2001 |
Daniel Beulshausen |
fix font handling in vdir mode
|
#
36e008ee |
| 14-Jul-2001 |
Wez Furlong |
Fix for bug #12065 # Was that it??
|
#
79ce305d |
| 05-Jul-2001 |
Wez Furlong |
Made imagegammacorrect() work on true-color images. Added support for new ImageStringFTEx function (due in GD 2.0.2).
|