1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Commit Graph

44551 Commits

Author SHA1 Message Date
Antony Dovgal fe8901af9e fix test 2009-04-15 20:54:45 +00:00
Ilia Alshanetsky 312a969a8e MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS) 2009-04-15 14:25:20 +00:00
4c196f2af2 ChangeLog update 2009-04-15 01:32:35 +00:00
Antony Dovgal e4e782ca80 revert wrong fix for bug #47930 2009-04-14 14:18:14 +00:00
62fa1809c8 ChangeLog update 2009-04-14 01:32:48 +00:00
Stanislav Malyshev 821c37139d fix #47930 2009-04-13 19:24:52 +00:00
Ilia Alshanetsky c63252ff15 MFB: Upgrade to SQLite 3.6.13 2009-04-13 15:19:03 +00:00
Derick Rethans bfc0a87a0d - Updated to version 2009.6 (2009f) 2009-04-13 13:40:49 +00:00
ff216feda9 ChangeLog update 2009-04-13 01:33:00 +00:00
Ilia Alshanetsky 0bb885a441 MFB: Fixed bug #47946 (ImageConvolution overwrites background) 2009-04-12 14:45:05 +00:00
d10fb3127c ChangeLog update 2009-04-12 01:32:51 +00:00
Nuno Lopes d752df6c4e upgrade PCRE to version 7.9 2009-04-11 18:57:41 +00:00
Mikko Koppanen a1a580c012 Added support for passing O_NONBLOCK to the underlying open() system call 2009-04-11 11:44:06 +00:00
Philip Olson 517d4f6ebc Removed an unnecessary item, that calls for doc builds 2009-04-11 03:40:34 +00:00
3665b8a145 ChangeLog update 2009-04-11 01:32:38 +00:00
Stanislav Malyshev 9357998475 isync with 5 branch 2009-04-10 16:55:51 +00:00
Nuno Lopes f9804a9b6a MFB: fix #47662 2009-04-10 15:48:22 +00:00
Philip Olson 8408196646 MFB: Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag) 2009-04-10 15:18:55 +00:00
Philip Olson d1e0074441 MFB: Fixed typo 2009-04-10 15:16:15 +00:00
933cdedeb7 ChangeLog update 2009-04-10 01:32:47 +00:00
Rasmus Lerdorf e965a7d95c Don't strip leading zeros on floating point numbers
and fix the test case
2009-04-09 16:08:34 +00:00
Ilia Alshanetsky 775421e821 MFB: Added test for php_sapi_name() 2009-04-09 13:29:15 +00:00
Hannes Magnusson 142f8ea005 Englanti kielioppi (Jani) 2009-04-09 10:19:15 +00:00
Hannes Magnusson b9c166f76e Fixed bug#47427 (-s outputs, not displays) 2009-04-09 10:07:24 +00:00
7fc6364ef9 ChangeLog update 2009-04-09 01:33:14 +00:00
Stanislav Malyshev 59a4a9545c iadd utility macro 2009-04-08 23:08:16 +00:00
Andrei Zmievski 11960bfb40 Fix Rasmus's patch for bug #44929. 2009-04-08 20:12:27 +00:00
Rasmus Lerdorf 452f71b63c Fixed bug #44929 - Better handling of leading zeros
This is obviously not going to work for Unicode strings, but the whole
function needs to be rewritten, so keep it in synch with the other
branches for now.
2009-04-08 18:18:49 +00:00
Sebastian Bergmann fa587effb7 Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:08:58 +00:00
Matt Wilmas bab2569a8a Changed spelling from "build" to "built" 2009-04-08 13:26:24 +00:00
Dmitry Stogov f3a3d2fe8a Improved specialization (IS_CONST can't be IS_OBJECT) 2009-04-08 13:19:53 +00:00
Dmitry Stogov 7407641998 Calculate hash value once 2009-04-08 13:18:15 +00:00
Dmitry Stogov e0f577693f Removed deprecated code and fixed function name in error message 2009-04-08 13:17:27 +00:00
Dmitry Stogov 1f11ef709a Added ability to check build_id by extension 2009-04-08 12:19:13 +00:00
Hannes Magnusson 6b8c88e223 Add guidelines for re-releasing 2009-04-08 08:38:57 +00:00
846538e92f ChangeLog update 2009-04-08 01:32:39 +00:00
Felipe Pena 2582b6ca24 - Added test 2009-04-08 00:29:55 +00:00
Felipe Pena 865d0f3b09 - Fix ZTS build 2009-04-08 00:14:37 +00:00
Felipe Pena b002104e72 - Fixed bug #46108 (DateTime - Memory leak when unserializing) 2009-04-07 20:03:01 +00:00
Arnaud Le Blanc 5683a60967 Fixed bug #47893 (CLI aborts on non blocking stdout) 2009-04-07 16:10:35 +00:00
Rob Richards 408a1746a1 fix bug #47849 (Non-deep import loses the namespace)
add test
2009-04-07 15:31:15 +00:00
Pierre Joye 855da166ef - missing implementation gdJpegGetVersionString (thanks Rob) 2009-04-07 13:07:04 +00:00
Pierre Joye 0e1c4f1992 - fix build 2009-04-07 10:34:37 +00:00
Pierre Joye aee2145f93 - not necessary 2009-04-07 10:04:52 +00:00
Pierre Joye f20371a7a5 - only gd2+ is supported, no need of this check. (sidenote: PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this case)) 2009-04-07 09:53:01 +00:00
Pierre Joye 3bbe4107e2 - MFB:
- #47812, undefined symbol: gdJpegGetVersionInt
 - #46015, Build fails with system gd
 - enable gd_compat when built using system's gd
2009-04-07 09:44:21 +00:00
Pierre Joye 086765ff17 - MFB: initial import, support for external gd library while keeping bug fixes or features (more will be activated later) 2009-04-07 09:43:53 +00:00
b6106b6293 ChangeLog update 2009-04-07 01:32:45 +00:00
Ilia Alshanetsky 230c991f23 MFB: Fixed test 2009-04-06 14:23:17 +00:00
Derick Rethans 3f1194a622 - Updated to version 2009.5 (2009e) 2009-04-06 13:26:32 +00:00