Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
69ddfd0a |
| 14-May-2000 |
Sterling Hughes |
@-Port imagegammacorrect from PHP3 to PHP4. (Sterling) #Also two little stylistic changes in gd.c
|
Revision tags: php-4.0RC2 |
|
#
19ea1a0b |
| 02-May-2000 |
Hartmut Holzgraefe |
calling a function that is not supported in the current build due to a missing library or unsupported feature (especially GIF-Output) will now give a slightly more usefull error message than
calling a function that is not supported in the current build due to a missing library or unsupported feature (especially GIF-Output) will now give a slightly more usefull error message than eg. " Call to undefined function: imagegif()" (this seemed to confuse a lot of users ....)
show more ...
|
#
fe50664d |
| 02-May-2000 |
Sascha Schumann |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
|
#
0628b332 |
| 01-May-2000 |
Rasmus Lerdorf |
Never mind on the error check
|
#
83f567ab |
| 01-May-2000 |
Rasmus Lerdorf |
Dynamically allocate points for ImagePolygon (Marc Pohl) @Dynamically allocate points for ImagePolygon (Marc Pohl)
|
#
4789127d |
| 21-Apr-2000 |
Rasmus Lerdorf |
createfrom* fixes
|
#
1665cba7 |
| 15-Apr-2000 |
Andi Gutmans |
- Change PHP_ to V_ (directory & file functions)
|
#
34ba0394 |
| 07-Apr-2000 |
Colin Viebrock |
recommended changes
|
#
f133141b |
| 05-Apr-2000 |
Colin Viebrock |
typo
|
#
731404c0 |
| 05-Apr-2000 |
Colin Viebrock |
phpinfo() prettying I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp)
|
#
9c3d6304 |
| 30-Mar-2000 |
Andi Gutmans |
- Hopefully got most of them. We also need a chdir_file function like for Apache.
|
Revision tags: PHP-4.0-RC1 |
|
#
69c2faf5 |
| 13-Mar-2000 |
Egon Schmid |
Fixed some protos.
|
#
9c192f52 |
| 13-Mar-2000 |
Rasmus Lerdorf |
# Oops - functions with multiple optional args suck
|
#
da4f3eda |
| 13-Mar-2000 |
Rasmus Lerdorf |
gd-jpeg support @Add GD-JPEG Support (Rasmus)
|
#
84bafc10 |
| 04-Mar-2000 |
Sascha Schumann |
Remove outdated PHP 3.1 stuff
|
#
b053e642 |
| 03-Mar-2000 |
Jouni Ahto |
(imagearc) - Fix #3706.
|
#
aeb6f86f |
| 29-Feb-2000 |
Jouni Ahto |
(image(createfrom?)png) Fix a typo & remove unused variable.
|
#
bafbbea0 |
| 28-Feb-2000 |
Jouni Ahto |
- Use *_ex-API and *_RESOURCE-macros (partial). # Yell if this breaks all the hell loose. Otherwise I'll continue with the # wonderful experience of learning PHP4/Zend-APIS.
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|
#
ab7bbbb1 |
| 25-Feb-2000 |
Jouni Ahto |
Ported T1lib support from PHP3. @- Ported T1lib support from PHP3. (Jouni) # That's almost a lie... needs still some work.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4)
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
2460569c |
| 08-Feb-2000 |
Zeev Suraski |
Change string->str where possible; string is basic a C++ class, so gdb can't look inside variables named 'string'.
|
#
99ff6e3b |
| 24-Jan-2000 |
Egon Schmid |
Proper indentation here also.
|