Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 19 | -23/+23 |
| | |||||
* | Synchronized bundled gd library with the latest stable GD, 2.0.6 | Ilia Alshanetsky | 2002-11-25 | 9 | -155/+213 |
| | | | | | | Fixed a configuration problem with xpm. Fixed 2 possible memory leaks in fontFetch(). | ||||
* | Cleanup state=4 and avoid using sscanf() | Yasuo Ohgaki | 2002-11-25 | 1 | -8/+6 |
| | |||||
* | - FN_IS_STATIC -> FN_STATIC | Andi Gutmans | 2002-11-24 | 4 | -6/+6 |
| | |||||
* | - Fix crash | Andi Gutmans | 2002-11-24 | 1 | -1/+3 |
| | |||||
* | MFB | Moriyoshi Koizumi | 2002-11-24 | 1 | -0/+104 |
| | |||||
* | - Header file update for new mnogosearch functions | Sergey Kartashoff | 2002-11-24 | 1 | -0/+2 |
| | |||||
* | @- A new functions have been added: udm_set_agent_param_ex and | Sergey Kartashoff | 2002-11-24 | 1 | -0/+100 |
| | | | | | | | udm_get_res_field_ex - A new functions have been added: udm_set_agent_param_ex and udm_get_res_field_ex | ||||
* | Use proper form of NUL | Sascha Schumann | 2002-11-24 | 1 | -5/+1 |
| | | | | | Drop superfluous checks for NULL results | ||||
* | Better naming | Marcus Boerger | 2002-11-24 | 2 | -3/+3 |
| | |||||
* | Add test against redeclaring an overloaded method abstract | Marcus Boerger | 2002-11-24 | 1 | -0/+22 |
| | |||||
* | Add test against mixing static/non static methods | Marcus Boerger | 2002-11-24 | 2 | -0/+53 |
| | |||||
* | null after the erealloc() | Sterling Hughes | 2002-11-24 | 1 | -1/+1 |
| | |||||
* | remove the check, cause i don't really know, if content has to be an array ↵ | Christian Dickmann | 2002-11-24 | 1 | -1/+1 |
| | | | | everytime | ||||
* | add some checks to increase cache integrity | Christian Dickmann | 2002-11-24 | 1 | -2/+4 |
| | |||||
* | add errormessage, but that does not fix the problem | Christian Dickmann | 2002-11-24 | 1 | -0/+3 |
| | |||||
* | Added missing '\0' | Yasuo Ohgaki | 2002-11-24 | 1 | -1/+2 |
| | |||||
* | MFB: ; instead of : | foobar | 2002-11-24 | 1 | -1/+1 |
| | |||||
* | Renamed the file because this is actually a test for gdImageStringFt(). | Moriyoshi Koizumi | 2002-11-24 | 1 | -6/+5 |
| | |||||
* | Fix compile warning, MIN/MAX macros may already be defined by param.h | Ilia Alshanetsky | 2002-11-24 | 1 | -0/+5 |
| | |||||
* | Added gdPEstrdup macro. | Ilia Alshanetsky | 2002-11-24 | 1 | -0/+1 |
| | |||||
* | Fixed 3 memory leaks. | Ilia Alshanetsky | 2002-11-24 | 1 | -134/+128 |
| | | | | | | Formatted the code to meet PHP's coding standards, which makes it MUCH easier to understand. | ||||
* | Fixed the macro so this can be compiled with ft1 | Moriyoshi Koizumi | 2002-11-24 | 1 | -1/+1 |
| | |||||
* | Sorry, wrong commit. | Moriyoshi Koizumi | 2002-11-23 | 1 | -2/+2 |
| | |||||
* | Dismissed the second part of the test | Moriyoshi Koizumi | 2002-11-23 | 1 | -3/+4 |
| | |||||
* | Adding mb_gpc files to project | Frank M. Kromann | 2002-11-23 | 1 | -0/+8 |
| | |||||
* | Fixed leaks. Other leaks are originated in libgd. | Moriyoshi Koizumi | 2002-11-23 | 2 | -1/+13 |
| | |||||
* | - Adjust tests for removed old_function() in Zend Engine 2 | Derick Rethans | 2002-11-23 | 4 | -8/+8 |
| | |||||
* | Fixed segfaults | Moriyoshi Koizumi | 2002-11-23 | 1 | -2/+2 |
| | |||||
* | Allow db4.0 & db4.1 here. Patch by Ralf Engelschall (rse@engelschall.com) | Marcus Boerger | 2002-11-23 | 1 | -0/+4 |
| | |||||
* | - My personal cleanups | Andi Gutmans | 2002-11-23 | 2 | -10/+10 |
| | |||||
* | - Commit Marcus' cleanup of abstract and static inheritance and improve | Andi Gutmans | 2002-11-23 | 9 | -27/+58 |
| | | | | | - error messages | ||||
* | Forgot this one. Updated license information | Moriyoshi Koizumi | 2002-11-23 | 1 | -1/+1 |
| | |||||
* | Updated license information headers | Moriyoshi Koizumi | 2002-11-23 | 4 | -4/+4 |
| | |||||
* | Separated GPC related part from mbstring.c | Moriyoshi Koizumi | 2002-11-23 | 5 | -341/+454 |
| | |||||
* | ws fix | foobar | 2002-11-23 | 1 | -2/+2 |
| | |||||
* | - Make it compile on IRIX again | Derick Rethans | 2002-11-23 | 1 | -0/+1 |
| | | | | | #- Tested with Linux/FreeBSD and IRIX | ||||
* | Move up general tests | Marcus Boerger | 2002-11-23 | 1 | -3/+3 |
| | | | | | # if MFH is needed should be decided by QA team: because the output # sequence changes | ||||
* | Fixed some odd behaviours of range() | Moriyoshi Koizumi | 2002-11-23 | 1 | -5/+25 |
| | |||||
* | Fixed tab positions. | Moriyoshi Koizumi | 2002-11-23 | 1 | -2/+2 |
| | |||||
* | Test for mb_send_mail() under language=Korean | Moriyoshi Koizumi | 2002-11-23 | 1 | -0/+41 |
| | |||||
* | MFB: Fix memleak in debug mode | Marcus Boerger | 2002-11-23 | 1 | -1/+1 |
| | |||||
* | New function dns_get_record(): close resolver socket after use. | Sara Golemon | 2002-11-23 | 1 | -2/+4 |
| | | | | | fix to internal func php_parserr(): correct bug in return state. | ||||
* | Testing default behaviour | Marcus Boerger | 2002-11-23 | 1 | -0/+57 |
| | |||||
* | fixed some bugs in korean encoding conversion. | Rui Hirokawa | 2002-11-22 | 1 | -2/+4 |
| | |||||
* | Applied imagedeallocate() fix | Rasmus Lerdorf | 2002-11-22 | 1 | -0/+7 |
| | |||||
* | Fixed bug #20560. | Ilia Alshanetsky | 2002-11-22 | 1 | -1/+1 |
| | |||||
* | little fix | Stefan Esser | 2002-11-22 | 1 | -1/+10 |
| | |||||
* | Make magic_quotes_runtime work bidirectional for dba | Marcus Boerger | 2002-11-22 | 2 | -3/+22 |
| | |||||
* | Avoid possible buffer overflow. | Edin Kadribasic | 2002-11-22 | 1 | -2/+9 |
| |