]> granicus.if.org Git - php/log
php
16 years agoMFH: Fixed tests again after double->long conversion change (to match 5.2)
Matt Wilmas [Fri, 5 Jun 2009 17:15:33 +0000 (17:15 +0000)]
MFH: Fixed tests again after double->long conversion change (to match 5.2)

16 years agoMFH: better fix for #48409 , #48428 , #48228
Arnaud Le Blanc [Fri, 5 Jun 2009 11:21:31 +0000 (11:21 +0000)]
MFH: better fix for #48409 , #48428 , #48228

16 years agoMFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)
Greg Beaver [Fri, 5 Jun 2009 04:46:49 +0000 (04:46 +0000)]
MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)

16 years agoMFPECL: fix security vulnerability in phar's handling of long tar filenames
Greg Beaver [Thu, 4 Jun 2009 19:59:09 +0000 (19:59 +0000)]
MFPECL: fix security vulnerability in phar's handling of long tar filenames

16 years agoMFH: Updated tests after double->long conversion change (basically to match 5.2)
Matt Wilmas [Thu, 4 Jun 2009 18:25:06 +0000 (18:25 +0000)]
MFH: Updated tests after double->long conversion change (basically to match 5.2)

# Let me know about other failing tests I missed

16 years agoMFH:
Matt Wilmas [Thu, 4 Jun 2009 18:20:45 +0000 (18:20 +0000)]
MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
 * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
 * See bug #42868 (presumably-rare platform with different results in 5.2)
 * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
    otherwise it's the same as 5.2
 * Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
 * Essentially what 5.3's new conversion was doing in most cases
 * Functions with "limit" or "length" type params could be updated to use this,
    and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
  - See bug #47854, for example; or even #42868 again

# Test updates coming

16 years agoMFB
Andrei Zmievski [Thu, 4 Jun 2009 18:17:43 +0000 (18:17 +0000)]
MFB

16 years agoMFH: Include other flags as well
Etienne Kneuss [Thu, 4 Jun 2009 14:46:26 +0000 (14:46 +0000)]
MFH: Include other flags as well

16 years agoMFH: Fixed creating directory structure when extracting phars
Hannes Magnusson [Thu, 4 Jun 2009 12:22:32 +0000 (12:22 +0000)]
MFH: Fixed creating directory structure when extracting phars

16 years agoMFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
Jani Taskinen [Thu, 4 Jun 2009 11:51:43 +0000 (11:51 +0000)]
MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)

16 years agoMFH: CS + WS changes
Jani Taskinen [Thu, 4 Jun 2009 11:47:27 +0000 (11:47 +0000)]
MFH: CS + WS changes

16 years ago- typo
Pierre Joye [Thu, 4 Jun 2009 07:41:01 +0000 (07:41 +0000)]
- typo

16 years ago- new constnats
Pierre Joye [Thu, 4 Jun 2009 07:01:47 +0000 (07:01 +0000)]
- new constnats

16 years ago- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing...
Pierre Joye [Thu, 4 Jun 2009 06:59:46 +0000 (06:59 +0000)]
- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
   see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanation

16 years ago- Fixed tests
Felipe Pena [Thu, 4 Jun 2009 01:15:12 +0000 (01:15 +0000)]
- Fixed tests

16 years agoMFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in key in...
Brian Shire [Wed, 3 Jun 2009 19:37:26 +0000 (19:37 +0000)]
MFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in key in the beginning

16 years agoFixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
Ilia Alshanetsky [Wed, 3 Jun 2009 12:39:50 +0000 (12:39 +0000)]
Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
SOAP services)

#original patch by lordelph at gmail dot com

16 years agoCommiting testfest tests from tek
Zoe Slattery [Wed, 3 Jun 2009 12:30:40 +0000 (12:30 +0000)]
Commiting testfest tests from tek

16 years ago- fix title
Pierre Joye [Wed, 3 Jun 2009 08:31:24 +0000 (08:31 +0000)]
- fix title

16 years ago- fix parameter order and return value check in windows (Venkat Raman Don, Pierre...
Pierre Joye [Wed, 3 Jun 2009 07:56:53 +0000 (07:56 +0000)]
- fix parameter order and return value check in windows (Venkat Raman Don, Pierre)' link

16 years agoMFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation...
Kalle Sommer Nielsen [Wed, 3 Jun 2009 01:19:33 +0000 (01:19 +0000)]
MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me

16 years agoMFH:
Kalle Sommer Nielsen [Wed, 3 Jun 2009 01:14:58 +0000 (01:14 +0000)]
MFH:
* We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window
* Bump copyright year in the .rc

16 years agoMFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
Jani Taskinen [Tue, 2 Jun 2009 19:54:03 +0000 (19:54 +0000)]
MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)

16 years agoFixed test
Ilia Alshanetsky [Tue, 2 Jun 2009 12:19:34 +0000 (12:19 +0000)]
Fixed test

16 years agofix test
Jani Taskinen [Tue, 2 Jun 2009 08:03:07 +0000 (08:03 +0000)]
fix test

16 years agofix compiler warnings by moving all std includes after include of zend_config.h.
Nuno Lopes [Mon, 1 Jun 2009 17:51:53 +0000 (17:51 +0000)]
fix compiler warnings by moving all std includes after include of zend_config.h.
this also fixes the build with stricter compilers than gcc (like clang)

16 years agoMFH: New tests
Arnaud Le Blanc [Mon, 1 Jun 2009 16:10:35 +0000 (16:10 +0000)]
MFH: New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.

16 years agoMFH: better fix for #48409 , #48428 , #48228
Arnaud Le Blanc [Mon, 1 Jun 2009 15:07:42 +0000 (15:07 +0000)]
MFH: better fix for #48409 , #48428 , #48228

16 years agoFixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)
Ilia Alshanetsky [Mon, 1 Jun 2009 13:10:18 +0000 (13:10 +0000)]
Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)

16 years agoEngine execution order tests
Zoe Slattery [Mon, 1 Jun 2009 13:01:04 +0000 (13:01 +0000)]
Engine execution order tests

16 years agoFixes to work on Windows as well as Linux
Zoe Slattery [Mon, 1 Jun 2009 09:01:06 +0000 (09:01 +0000)]
Fixes to work on Windows as well as Linux

16 years agoMFH: Add test for the timeout inside shutdown function
Etienne Kneuss [Sun, 31 May 2009 21:32:42 +0000 (21:32 +0000)]
MFH: Add test for the timeout inside shutdown function

16 years agofix for #48247
Stanislav Malyshev [Sun, 31 May 2009 21:28:38 +0000 (21:28 +0000)]
fix for #48247

16 years agoFix the build.
Andrei Zmievski [Sun, 31 May 2009 18:55:10 +0000 (18:55 +0000)]
Fix the build.

16 years agoFixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing)
Ilia Alshanetsky [Sun, 31 May 2009 14:11:04 +0000 (14:11 +0000)]
Fixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing)

# Original patch by simonov at gmail dot com

16 years agoMFH: no dots in errors
Jani Taskinen [Sun, 31 May 2009 13:51:08 +0000 (13:51 +0000)]
MFH: no dots in errors

16 years agofix news
Jani Taskinen [Sun, 31 May 2009 13:20:22 +0000 (13:20 +0000)]
fix news

16 years agoThis shouldn't have been in there
Kalle Sommer Nielsen [Sun, 31 May 2009 11:16:46 +0000 (11:16 +0000)]
This shouldn't have been in there

16 years agoExpose encode/decode API.
Andrei Zmievski [Sun, 31 May 2009 01:44:07 +0000 (01:44 +0000)]
Expose encode/decode API.

16 years agoMFH: Take small blocks cache into account in memory_get_usage()
Arnaud Le Blanc [Sat, 30 May 2009 16:42:13 +0000 (16:42 +0000)]
MFH: Take small blocks cache into account in memory_get_usage()

16 years agoMFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
Arnaud Le Blanc [Sat, 30 May 2009 16:31:12 +0000 (16:31 +0000)]
MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)

16 years agoMFH: Make sure the timeout is checked in the shutdown function, patch from Etienne
Scott MacVicar [Sat, 30 May 2009 09:48:16 +0000 (09:48 +0000)]
MFH: Make sure the timeout is checked in the shutdown function, patch from Etienne

16 years agoMFH - Fixing tests - messages/warnings can vary by version
Ulf Wendel [Fri, 29 May 2009 13:37:08 +0000 (13:37 +0000)]
MFH - Fixing tests - messages/warnings can vary by version

16 years agoMFH - Updating test to reflect API changes.
Ulf Wendel [Fri, 29 May 2009 13:23:01 +0000 (13:23 +0000)]
MFH - Updating test to reflect API changes.

16 years agoMFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does...
Ulf Wendel [Fri, 29 May 2009 13:12:39 +0000 (13:12 +0000)]
MFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does...

16 years agoNEWS
Andrey Hristov [Fri, 29 May 2009 13:11:10 +0000 (13:11 +0000)]
NEWS

16 years agoMFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x
Andrey Hristov [Fri, 29 May 2009 13:09:47 +0000 (13:09 +0000)]
MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x

16 years agoMFH - 1) The wording of a message can differ by version and by libmysql vs. mysqlnd...
Ulf Wendel [Fri, 29 May 2009 13:02:43 +0000 (13:02 +0000)]
MFH - 1) The wording of a message can differ by version and by libmysql vs. mysqlnd. 2) %i is better than %s

16 years agoMFH - Behaviour is undefined with libmysql, accept whatever libmysql may return....
Ulf Wendel [Fri, 29 May 2009 12:55:55 +0000 (12:55 +0000)]
MFH - Behaviour is undefined with libmysql, accept whatever libmysql may return. With mysqlnd you get the defined value of -1 to indicate 'no value'.

16 years agoMFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after
Andrey Hristov [Fri, 29 May 2009 12:19:40 +0000 (12:19 +0000)]
MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after
stmt_reset() but it should stay and be freed as later as next stmt_execute()

16 years agoMFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql it...
Ulf Wendel [Fri, 29 May 2009 11:59:26 +0000 (11:59 +0000)]
MFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql it is not defined what mysql_stmt_store_result() shall return when one tries to store the (non-existing) result set of a failed SQL statement, http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html . mysqlnd will detect the SQL failure and return false. libmysql will return true. If you want libmysql to change, file a bug report at MySQL... I don't think there is a good way to work around this in the extension itself.

16 years agobetter fix
Zoe Slattery [Fri, 29 May 2009 11:46:42 +0000 (11:46 +0000)]
better fix

16 years agoMFH - Another detail where mysqlnd is superior than libmysql. The mysql_info() from...
Ulf Wendel [Fri, 29 May 2009 11:01:06 +0000 (11:01 +0000)]
MFH - Another detail where mysqlnd is superior than libmysql. The mysql_info() from libmysql does not support SELECT: http://dev.mysql.com/doc/refman/6.0/en/mysql-info.html . mysqlnd does support it. Libmysql feature request filed http://bugs.mysql.com/bug.php?id=45189

16 years agoMFH: Weaker test - libmysql/server error messages can differ by version
Ulf Wendel [Fri, 29 May 2009 10:34:23 +0000 (10:34 +0000)]
MFH: Weaker test - libmysql/server error messages can differ by version

16 years agoMFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There...
Ulf Wendel [Fri, 29 May 2009 10:25:49 +0000 (10:25 +0000)]
MFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There is probably no proper way to check this condition in the user land.

16 years agoMFH - Skip when using libmysql. Likely a regression bug - http://bugs.mysql.com/bug...
Ulf Wendel [Fri, 29 May 2009 10:15:50 +0000 (10:15 +0000)]
MFH - Skip when using libmysql. Likely a regression bug - http://bugs.mysql.com/bug.php?id=45184

16 years agofixing to work with older levels of libcurl
Zoe Slattery [Fri, 29 May 2009 09:46:11 +0000 (09:46 +0000)]
fixing to work with older levels of libcurl

16 years agoMFH:The option has changed the name, hence we change the test
Andrey Hristov [Fri, 29 May 2009 08:58:32 +0000 (08:58 +0000)]
MFH:The option has changed the name, hence we change the test

16 years ago- MF52: #42143, the constant NAN is reported as 0 on Windows
Pierre Joye [Fri, 29 May 2009 08:11:36 +0000 (08:11 +0000)]
- MF52: #42143, the constant NAN is reported as 0 on Windows

16 years agoMFH:Fix a very well hidden error because of not being careful with CPP.
Andrey Hristov [Fri, 29 May 2009 08:05:38 +0000 (08:05 +0000)]
MFH:Fix a very well hidden error because of not being careful with CPP.
I usually don't make this mistake :)

16 years agoEngine execution order tests
Zoe Slattery [Fri, 29 May 2009 07:52:04 +0000 (07:52 +0000)]
Engine execution order tests

16 years agoMFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then...
Kalle Sommer Nielsen [Fri, 29 May 2009 07:43:07 +0000 (07:43 +0000)]
MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then don't print a comment say "undefined"

16 years agoMFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control...
Scott MacVicar [Thu, 28 May 2009 21:57:24 +0000 (21:57 +0000)]
MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control. Lazy LRU here.

16 years agoMFH - Asynchronous queries are mysqlnd only. If you want them with libmysql, ping...
Ulf Wendel [Thu, 28 May 2009 18:57:34 +0000 (18:57 +0000)]
MFH - Asynchronous queries are mysqlnd only. If you want them with libmysql, ping JimW who works on Connector/C.

16 years agoMFH - Andrey needs to have a look at this one. The bug report itself is bogus. Howeve...
Ulf Wendel [Thu, 28 May 2009 18:28:08 +0000 (18:28 +0000)]
MFH - Andrey needs to have a look at this one. The bug report itself is bogus. However, the bug report shows a result set and that is wrong.

16 years agoMFH:
Andrey Hristov [Thu, 28 May 2009 18:10:40 +0000 (18:10 +0000)]
MFH:
Forgot to commit this one, of the ANSI_QUOTES fame

16 years agoMFH:Fix again the tests for ANSI_QUOTES
Andrey Hristov [Thu, 28 May 2009 18:00:28 +0000 (18:00 +0000)]
MFH:Fix again the tests for ANSI_QUOTES

16 years agoMFH:Fix a valgrind warning as well as more trace log information
Andrey Hristov [Thu, 28 May 2009 17:49:29 +0000 (17:49 +0000)]
MFH:Fix a valgrind warning as well as more trace log information

16 years agoMFH:Fix a problem with cursors, which did not happen with unbuffered PS for
Andrey Hristov [Thu, 28 May 2009 16:35:41 +0000 (16:35 +0000)]
MFH:Fix a problem with cursors, which did not happen with unbuffered PS for
some reason. Double free of the data, which led to valgrind warnigns.
The fix actually optimizes the code in this cases because the old code
used copy_ctor while the new one skips it because it is not needed.
Transferring data ownership and nulling works best, for PS where we
always copy the string from the result set, unlike the text protocol.

16 years agoMFH - I had accidently removed Andrey's path to work with ANSI QUOTES... fixing what...
Ulf Wendel [Thu, 28 May 2009 15:49:14 +0000 (15:49 +0000)]
MFH - I had accidently removed Andrey's path to work with ANSI QUOTES... fixing what I broke (part 1)

16 years agoMFH - what a wonderful word. After the change in HEAD its easy to do a merge. The...
Ulf Wendel [Thu, 28 May 2009 14:33:43 +0000 (14:33 +0000)]
MFH - what a wonderful word. After the change in HEAD its easy to do a merge. The merge removes all UEXPECTF sections from the old days. Yes, there have been UEXPECTFs in 5_3. I hope PHP 6 won't change again over time... :-)

16 years agofix test
Antony Dovgal [Thu, 28 May 2009 13:56:44 +0000 (13:56 +0000)]
fix test

16 years ago- MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files
Pierre Joye [Thu, 28 May 2009 13:48:32 +0000 (13:48 +0000)]
- MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files

16 years agoMFH: New test
Arnaud Le Blanc [Thu, 28 May 2009 13:22:28 +0000 (13:22 +0000)]
MFH: New test

16 years agoMoved to 5.2
Arnaud Le Blanc [Thu, 28 May 2009 13:21:08 +0000 (13:21 +0000)]
Moved to 5.2

16 years agoMFH:
Andrey Hristov [Thu, 28 May 2009 11:47:48 +0000 (11:47 +0000)]
MFH:
Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised
function was called, which however, doesn't respect that during store the
raw data is not unpacked, to be lazy. The data is unpacked to zvals later,
during every row fetch. However, this way max_length won't be calculated
correctly. So, if a mysqlnd_fetch_field(_direct) call comes we need to
unpack everything and then calculate max_length...and that is expensive,
defies our lazy unpacking optimisation.

16 years agoMFH:Fix a test, UNSIGNED is expected
Andrey Hristov [Thu, 28 May 2009 10:16:41 +0000 (10:16 +0000)]
MFH:Fix a test, UNSIGNED is expected

16 years agoMFB52: Fix "request_startup() for zlib module failed" when client does not
Arnaud Le Blanc [Thu, 28 May 2009 10:15:14 +0000 (10:15 +0000)]
MFB52: Fix "request_startup() for zlib module failed" when client does not
accepts compression and zlib.output_compression is On
# (not in HEAD)

16 years agoMFH: Fix failures when the server is running with ANSI_QUOTES
Andrey Hristov [Thu, 28 May 2009 09:58:36 +0000 (09:58 +0000)]
MFH: Fix failures when the server is running with ANSI_QUOTES

16 years agoBFN, though this library gets a lot of updates
Scott MacVicar [Thu, 28 May 2009 03:22:44 +0000 (03:22 +0000)]
BFN, though this library gets a lot of updates

16 years agoMFH sync SQLite 3.6.14.2
Scott MacVicar [Thu, 28 May 2009 03:20:33 +0000 (03:20 +0000)]
MFH sync SQLite 3.6.14.2

16 years ago- fix build, stderr cannot be used as var or struct member
Pierre Joye [Wed, 27 May 2009 22:35:26 +0000 (22:35 +0000)]
- fix build, stderr cannot be used as var or struct member

16 years agoLanguage Tests: returnByReference
Robert Nicholson [Wed, 27 May 2009 22:34:25 +0000 (22:34 +0000)]
Language Tests: returnByReference

16 years agoMFH:
Andrey Hristov [Wed, 27 May 2009 20:05:37 +0000 (20:05 +0000)]
MFH:
Less warnings by usage of proper modifier

16 years agoMFH:because we use int64_t we need corresponding printf modifiers. the type
Andrey Hristov [Wed, 27 May 2009 19:57:11 +0000 (19:57 +0000)]
MFH:because we use int64_t we need corresponding printf modifiers. the type
can be different on 32 and 64 bit, thus we can't use ld and lld but
C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the %)

16 years agoMFH: Fix tests when the server is running with ANSI_QUOTES
Andrey Hristov [Wed, 27 May 2009 18:18:58 +0000 (18:18 +0000)]
MFH: Fix tests when the server is running with ANSI_QUOTES

16 years agoCrappy anonymous MySQL user account... trying to make the test more portable.
Ulf Wendel [Wed, 27 May 2009 17:54:30 +0000 (17:54 +0000)]
Crappy anonymous MySQL user account... trying to make the test more portable.

16 years agoThe test is bogus as long as there is no (proper) way to detect from the PHP userland...
Ulf Wendel [Wed, 27 May 2009 17:52:32 +0000 (17:52 +0000)]
The test is bogus as long as there is no (proper) way to detect from the PHP userland if persistent connections do a change user or not. If they do is controlled by define at the moment.

16 years agoTesting a little further into the direction of a possible mysqlnd vs. libmysql compat...
Ulf Wendel [Wed, 27 May 2009 17:50:09 +0000 (17:50 +0000)]
Testing a little further into the direction of a possible mysqlnd vs. libmysql compatibility break or a libmysql bug. It is not clearly stated in the MySQL C-API documentation what excactly happens on stmt_reset().

16 years agoTrying to get test failures down by fixing tests.
Ulf Wendel [Wed, 27 May 2009 17:46:14 +0000 (17:46 +0000)]
Trying to get test failures down by fixing tests.

16 years ago- fix build
Pierre Joye [Wed, 27 May 2009 15:16:18 +0000 (15:16 +0000)]
- fix build

16 years agoMFH: Revert in regard of my_ulonglong which should be used instead of long
Andrey Hristov [Wed, 27 May 2009 15:05:28 +0000 (15:05 +0000)]
MFH: Revert in regard of my_ulonglong which should be used instead of long
which can be anything.

16 years ago- fix build on unix with bundled gd
Pierre Joye [Wed, 27 May 2009 13:48:13 +0000 (13:48 +0000)]
- fix build on unix with bundled gd

16 years agoMFH: fix compile warnings
Antony Dovgal [Wed, 27 May 2009 13:42:17 +0000 (13:42 +0000)]
MFH: fix compile warnings

16 years ago- [DOC] always enable imagecolormatch
Pierre Joye [Wed, 27 May 2009 08:18:24 +0000 (08:18 +0000)]
- [DOC] always enable imagecolormatch

16 years ago- MFH: [DOC] always enable imagerotate (bundled or system gd)
Pierre Joye [Wed, 27 May 2009 07:18:05 +0000 (07:18 +0000)]
- MFH: [DOC] always enable imagerotate (bundled or system gd)

16 years agoMFH: Lets pass the built php binary to run-tests.php's -p parameter
Kalle Sommer Nielsen [Wed, 27 May 2009 01:46:48 +0000 (01:46 +0000)]
MFH: Lets pass the built php binary to run-tests.php's -p parameter

16 years agoMFH: Added configure.bat to cvsignore
Kalle Sommer Nielsen [Wed, 27 May 2009 01:45:13 +0000 (01:45 +0000)]
MFH: Added configure.bat to cvsignore

16 years agoMFH: Silent dl() if it fails
Kalle Sommer Nielsen [Wed, 27 May 2009 01:38:13 +0000 (01:38 +0000)]
MFH: Silent dl() if it fails

16 years ago- MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a bug in...
Pierre Joye [Tue, 26 May 2009 20:14:31 +0000 (20:14 +0000)]
- MFH: [DOC]  - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...)