Commit Graph

43962 Commits

Author SHA1 Message Date
Jani Taskinen
14ef890d58 - Fixed bug #47104 (Linking shared extensions fails with icc) 2009-01-15 14:37:07 +00:00
andy wharmby
16c2f5bdff New test for strripos() string function. 3 test fail on PHP6 until #47102 fixed and have XFAIL sections. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:39:29 +00:00
Dmitry Stogov
b1de1d4e77 Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:49:11 +00:00
Kalle Sommer Nielsen
02dffc868b Change optional parameter for IMG_FILTER_PIXELATE to be a boolean 2009-01-15 07:55:18 +00:00
7626186ff7 ChangeLog update 2009-01-15 01:32:42 +00:00
Ilia Alshanetsky
33d2ca2a32 MFB: Removed unused variable 2009-01-14 19:16:43 +00:00
Takeshi Abe
1b9910b645 added pixelate filter. 2009-01-14 18:57:51 +00:00
Antony Dovgal
373782999e fix typo 2009-01-14 16:33:26 +00:00
andy wharmby
4d84966e05 Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit. 2009-01-14 16:27:29 +00:00
Etienne Kneuss
1752a8a4c6 Fix #47045 (Correctly compare splobjectstorages with ==) 2009-01-14 15:51:54 +00:00
andy wharmby
a3064e1140 Fixed base64_decode variation tests and new base64_encode test. Tested on Windows, Linux and Linux64 bit 2009-01-14 14:38:29 +00:00
Dmitry Stogov
84f46ee437 Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)
2009-01-14 13:57:59 +00:00
Dmitry Stogov
2cfd6cd195 Fixed __call() to be invoked on private/protected method access through callback
s
2009-01-14 11:56:24 +00:00
Dmitry Stogov
7106659cfa Reverted "Rebind closure when binding to property" 2009-01-14 10:28:40 +00:00
Pierre Joye
431596f203 - [DOC] support for PNG gray levels+ alpha image, loaded as truecolor 2009-01-14 10:16:42 +00:00
725381c002 ChangeLog update 2009-01-14 01:33:16 +00:00
andy wharmby
41595b45f6 Fix new date tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 22:29:14 +00:00
Ilia Alshanetsky
77cbc325f5 MFB:Fixed a bug inside mail() logging code that prevents log file from
existing outside of open_basedir
2009-01-13 21:29:45 +00:00
Felipe Pena
bfda5de2ea - Fixed test 2009-01-13 20:23:34 +00:00
Ilia Alshanetsky
fe7fa7715e MFB: Improved parameter handling 2009-01-13 19:08:37 +00:00
andy wharmby
5cc4833a95 Fix test. Tested on Windows, Linux and Linux 64 bit 2009-01-13 18:51:24 +00:00
Rob Richards
b879f6a8e5 Add method DomNode::getLineNo to return line number for a parsed node 2009-01-13 18:05:41 +00:00
andy wharmby
1075672e44 New date extension tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 13:38:05 +00:00
Pierre Joye
db04019553 - finish windows support 2009-01-13 13:30:30 +00:00
Pierre Joye
d2925999ed - fix build 2009-01-13 13:30:04 +00:00
Antony Dovgal
1cf59bfb94 fix test 2009-01-13 12:00:45 +00:00
andy wharmby
c7f8f3bf43 New zlib extension tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 10:08:19 +00:00
Scott MacVicar
03b0b3031e Add table key to getColumnMeta() with SQLite 2009-01-13 02:50:23 +00:00
8eaed03002 ChangeLog update 2009-01-13 01:33:07 +00:00
Stanislav Malyshev
06e2985aed fix #46304 Defining namespaced constant using define() defines CASE SENSITIVE namespace 2009-01-12 22:34:40 +00:00
Stanislav Malyshev
655287c353 MFB test 2009-01-12 21:57:35 +00:00
Andrei Zmievski
e1ee6322bb MFB 2009-01-12 19:15:07 +00:00
Scott MacVicar
f2e5e7f684 Fix building of pdo_sqlite without sqlite3 2009-01-12 19:02:41 +00:00
Scott MacVicar
b4657d73b8 Update sqlite to 3.6.8 2009-01-12 18:46:58 +00:00
andy wharmby
84b701aa03 New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 18:11:32 +00:00
andy wharmby
0fa10114df New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:09 +00:00
Ilia Alshanetsky
e87c118e3f MFB: Upgraded libsqlite3 to 3.6.8 2009-01-12 17:15:08 +00:00
andy wharmby
def5c80e77 Fix Windows tests after #47037 2009-01-12 15:58:41 +00:00
Felipe Pena
a5e405424e - Reverted my previous commit to avoid unnecessary BC.
[DOC] Added new entry to the array returned by dns_get_record(), 'entries', which contains the separated value from TXT value. (so 'txt' kept the concatenated version) (Pierre)

- Unicode++ (Felipe)
2009-01-12 14:53:03 +00:00
andy wharmby
edbf382fcc New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:30 +00:00
Scott MacVicar
faef1619ff The previous error was masked by a missing entry, sync them back up. 2009-01-12 14:27:39 +00:00
Johannes Schlüter
9177d73c08 Fix #47050 mysqli_poll() modifies improper variables 2009-01-12 14:01:47 +00:00
Scott MacVicar
e3679338f2 MFB This entry doesn't exist upstream any more, it also caused all error messages to be one off. 2009-01-12 13:36:41 +00:00
Johannes Schlüter
66c17bcca4 - Fix #45940 MySQLI OO does not populate connect_error property on failed
connect
2009-01-12 12:54:17 +00:00
Antony Dovgal
ecbf90b980 fix typo (reported by Richard Quadling) 2009-01-12 10:46:31 +00:00
ea28bff7de ChangeLog update 2009-01-12 01:33:19 +00:00
Ilia Alshanetsky
4124fd6f6b MFB: improved parameter handling 2009-01-11 23:52:48 +00:00
Scott MacVicar
4c66135f5b MFB Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions. 2009-01-11 23:47:52 +00:00
Felipe Pena
371cecee32 - Improved fix for #47035 (win32 part by Henrique M. Decaria)
[DOC] The TXT part needs be returned as an array of strings.
2009-01-11 18:38:00 +00:00
Rob Richards
1408a257eb export php_pcre_free to make mbstring happy 2009-01-11 13:58:33 +00:00