1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Commit Graph

21603 Commits

Author SHA1 Message Date
Pierre Joye 5c7e2072c6 - [DOC] win's strftime does not support all posix formatting code and have some win specific rules see http://msdn.microsoft.com/en-us/library/fe06s4ak(VS.80).aspx for a complete list: split test for win32 and posix 2008-08-10 11:27:48 +00:00
Felipe Pena af7918cf0f - New parameter parsing API 2008-08-10 05:38:07 +00:00
Antony Dovgal d9e29376f8 disable the test on AIX 2008-08-09 22:35:24 +00:00
Antony Dovgal 3b7051bea2 MFH: do not fail & segfault if malloc(0) returns NULL, that's expected 2008-08-09 22:01:08 +00:00
Antony Dovgal a00ca091eb fix typo 2008-08-09 21:02:38 +00:00
Etienne Kneuss c77ca4c34a MFH: Fix error_handling usage in various extensions 2008-08-08 22:07:07 +00:00
Pierre Joye 6fb114f1d5 - MFH: constify zend_function_entry and update phpinfo 2008-08-08 16:05:38 +00:00
Pierre Joye ed2abda5df - MFH: missing openbasedir check 2008-08-08 15:56:44 +00:00
Pierre Joye f4087a70aa - MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy sync) 2008-08-08 15:52:53 +00:00
Pierre Joye b9d7e8b048 - MFH: fix leak in zif_zip_entry_read and ::ExtractTo on Error 2008-08-08 15:41:25 +00:00
Pierre Joye 5505650cdf - use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep code synced with HEAD 2008-08-08 15:37:37 +00:00
Etienne Kneuss 16470b1e0c MFH: Test the catching of chains of exceptions 2008-08-08 14:09:45 +00:00
Felix De Vliegher 3b2da467e7 Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure() 2008-08-08 12:39:16 +00:00
Felix De Vliegher 06bcec0698 Documentation fix for getClosure() 2008-08-08 10:52:48 +00:00
Antony Dovgal 73ab5175b1 move unused vars into their ifdef 2008-08-08 10:12:27 +00:00
Pierre Joye 70596f7474 - add missing files for 0.9 2008-08-08 09:47:15 +00:00
Hannes Magnusson b5ace4565f MFH: Fix build on FreeBSD4.11 (bug#45757) 2008-08-08 08:20:27 +00:00
Pierre Joye da9680360b - moved to PECL 2008-08-08 00:00:35 +00:00
Pierre Joye 647c74258b - MFH: moved to pecl 2008-08-07 23:55:28 +00:00
Pierre Joye 490a342205 - MFH: update to 0.9 (torrentzip support, files open only when necessary), windows fixes 2008-08-07 23:24:11 +00:00
Felix De Vliegher c94f8b4a1c Basic and error tests for stream_filter_remove() 2008-08-07 22:31:10 +00:00
Antony Dovgal c0dbad5530 not experimental anymore 2008-08-07 13:11:05 +00:00
Antony Dovgal c36a3fdfac remove EXPERIMENTAL flag 2008-08-07 13:07:16 +00:00
Nuno Lopes a8ec29310f upgrade to PCRE (i.e. get ride of ereg usage) 2008-08-07 12:50:17 +00:00
Arnaud Le Blanc c93fbf629b MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.
2008-08-07 09:25:33 +00:00
Antony Dovgal 53a957e5f8 MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*) 2008-08-07 08:36:24 +00:00
Andrey Hristov 2c841008f0 Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in
HEAD, thus no merge
2008-08-06 19:25:03 +00:00
Elizabeth Marie Smith f4e7f168e9 Stupid typo 2008-08-06 16:56:35 +00:00
Elizabeth Marie Smith 3324aeba8b Fix include path 2008-08-06 16:47:38 +00:00
Felipe Pena 81d894293d - MFH: Fixed crash msgfmt_get_pattern 2008-08-06 16:17:27 +00:00
Derick Rethans 3cb1759e08 - MFH: Fixed bug #45636 (fileinfo ext duplicate strndup). 2008-08-06 14:42:38 +00:00
Derick Rethans 8c1e71ff83 - MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and
getopt.h).
2008-08-06 14:30:04 +00:00
Scott MacVicar 3c728afb54 MFH: Sync libsqlite to 3.6.1 2008-08-06 14:22:10 +00:00
Scott MacVicar 09582a712f MFH: Fix test on Windows 2008-08-06 14:07:37 +00:00
Antony Dovgal 3d67fbf2bf fix 11g crap 2008-08-06 07:54:40 +00:00
Jani Taskinen 525f3c4793 MFH: General sync. WS / CS / etc. crap some people didn't bother to merge
MFH: before this commit..bunnies thank you all..
[DOC] - Added ext/hash support to ext/session's ID generator. (Sara)
[DOC] Ask Sara for explanation..
2008-08-06 05:53:31 +00:00
Johannes Schlüter 5e06d51ea2 - litespeed was merged from HEAD 2008-08-06 02:37:17 +00:00
Jani Taskinen 927a84bdfb - nuketh period from error message 2008-08-05 23:04:31 +00:00
Jani Taskinen 9ad7800f52 - Nuke ending periods from error messages 2008-08-05 22:52:05 +00:00
Pierre Joye 457f00b201 - MFH: fix oci8_11g when build shared (invalid extension) 2008-08-05 20:56:25 +00:00
Elizabeth Marie Smith 37d23600bf Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static 2008-08-05 20:16:21 +00:00
Stanislav Malyshev 4bd1aec2f9 fix memnstr bug, by Laurent Gaffie 2008-08-05 20:14:27 +00:00
Pierre Joye 613cb60f8f - MFH: fix zlib detection (shared/static) and add zlib_a support 2008-08-05 19:40:16 +00:00
Derick Rethans 833f96a2b3 - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>
month" relative time string.
2008-08-05 18:03:47 +00:00
Pierre Joye f428f1e04a - MFH: not shared 2008-08-05 17:20:10 +00:00
Jani Taskinen c71ea248bd MFH 2008-08-05 15:12:19 +00:00
Jani Taskinen a032e1a514 MFH:- Add test for bug #45712 2008-08-05 12:36:47 +00:00
Arnaud Le Blanc cb9dad9d1a MFH: Fixed test 2008-08-05 10:10:39 +00:00
Felipe Pena 3a9b4b92cc - Fix build (thanks Sebastian) 2008-08-04 23:48:09 +00:00
Pierre Joye e31b2cbc0d - MFH: detect _a or normal lib 2008-08-04 21:39:44 +00:00