Commit Graph

25041 Commits

Author SHA1 Message Date
Scott MacVicar
e009672cd2 MFB Rebuild credits, was missed in previous RC 2009-04-02 09:24:16 +00:00
Kalle Sommer Nielsen
11d630b9e9 We dont need to escape % here, it just generates a compiler warning 2009-04-02 05:16:55 +00:00
Matt Wilmas
5557b49982 explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
2009-04-01 17:04:17 +00:00
Pierre Joye
4b5d4e8c8c - 8.3.x supports pqprepare 2009-04-01 16:16:20 +00:00
Pierre Joye
1dc4ff564d - MFB: fix build when pqprepare does not exist 2009-04-01 16:14:50 +00:00
Takeshi Abe
a6ef4675fb replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.
2009-04-01 16:05:17 +00:00
Alexey Zakhlestin
7b22d40c61 reverted previous patch, using explicit cast instead 2009-04-01 14:34:21 +00:00
Alexey Zakhlestin
bcfc638490 const pointer was used in non-const context 2009-04-01 11:31:54 +00:00
Kalle Sommer Nielsen
fa7559e4fa Fixed Windows build 2009-04-01 09:38:41 +00:00
Pierre Joye
3e983c6b94 - MFB: silent warning 2009-03-31 18:08:12 +00:00
Pierre Joye
8169cc498b - remove last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt 2009-03-31 18:00:33 +00:00
Scott MacVicar
b57c3201e0 Update libsqlite to 3.6.12 2009-03-31 14:15:04 +00:00
Matt Wilmas
029b61b05e - Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)
2009-03-31 11:20:31 +00:00
Dmitry Stogov
7dbbd25a14 Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer) 2009-03-31 10:02:51 +00:00
Scott MacVicar
02bf9e7c2f I wish people would test their changes before comitting, especially since the test is *IDENTICAL* as before just with different formatting. 2009-03-30 22:17:02 +00:00
Felipe Pena
cf5e94b010 - Sync with 5.3 2009-03-30 19:43:47 +00:00
Pierre Joye
714b0cdef9 - MFB: better test case, it crashes on more architecture 2009-03-30 18:06:22 +00:00
Kalle Sommer Nielsen
f7373da190 Fixed Windows build, declarations first ladies and gentlemen 2009-03-30 14:21:03 +00:00
Johannes Schlüter
53034b18cb - Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
startup)
2009-03-30 13:53:35 +00:00
andy wharmby
369c5701e2 Fix date tests which started failing after change to BST 2009-03-30 12:35:29 +00:00
Scott MacVicar
c0f87cf4d7 Add test for bug #47828 2009-03-30 09:17:47 +00:00
Scott MacVicar
1168bff791 Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. 2009-03-30 00:41:01 +00:00
Scott MacVicar
bf22f79452 Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault. 2009-03-29 23:32:17 +00:00
Scott MacVicar
743efae83a Fix bug #47826 - Building with system sqlite3 can miss a symbol. 2009-03-29 21:33:58 +00:00
Stig Venaas
64c6587bd9 added OpenLDAP TLS options to ldap_get_option/ldap_set_option 2009-03-29 18:44:45 +00:00
Matteo Beccati
35386a9d2b - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait()
# It isn't really necessary for the child to wait for PHP_INT_MAX seconds
2009-03-29 16:42:49 +00:00
Pierre Joye
05f342c805 - check in the libpng dir as well 2009-03-29 14:01:15 +00:00
Matteo Beccati
6bf4c00142 - Fixed bug #47816 (pcntl tests failing on NetBSD)
# Tests will still fail until a few kernel bugs are fixed
2009-03-28 03:17:31 +00:00
Matteo Beccati
98bafbbd67 - Reverting: pcntl_signal() returning NULL when passing wrong parameters
# Wow, my first commit and I broke something, sorry about that :(
2009-03-28 03:11:39 +00:00
Matteo Beccati
61476ca182 MFB:
- Fixed bug #44861 (scrollable cursor don't work with pgsql)
2009-03-28 03:01:38 +00:00
Matteo Beccati
dd6b8d4ceb MFB:
- Updated pdo_pgsql from PHP_5_3
2009-03-28 02:34:02 +00:00
Matteo Beccati
0c58cbcea0 - Fixed pcntl_signal() returning NULL when passing wrong parameters 2009-03-28 01:31:31 +00:00
Felipe Pena
e39452524a - Removed unicode.semantics check 2009-03-27 23:08:28 +00:00
Antony Dovgal
6108689e50 fix segfault 2009-03-27 22:22:02 +00:00
Felipe Pena
7c860bb018 - Removed leftover UG(unicode) checks 2009-03-27 19:50:56 +00:00
Felipe Pena
04c90a0f51 - Removed:
- UG(unicode) checks
- Changed:
     - ZEND_STR_TYPE -> IS_UNICODE
     - convert_to_text -> convert_to_unicode
2009-03-27 19:28:26 +00:00
Hannes Magnusson
fe23a6b147 Fix protos 2009-03-27 19:22:18 +00:00
Arnaud Le Blanc
f5e4506988 fix skip-if 2009-03-27 02:35:10 +00:00
Felipe Pena
6517b087aa - Removed unused declaration 2009-03-26 22:30:05 +00:00
Felipe Pena
b474e18f6c - Removed unused variables 2009-03-26 22:16:48 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Felipe Pena
e96a4a7d63 - Fix typo 2009-03-26 13:54:53 +00:00
Felipe Pena
35ddc72b28 - Fixed bug #47769 (Strange extends PDO) 2009-03-26 12:51:30 +00:00
Arnaud Le Blanc
9665b16d57 Fix build on FreeBSD <7 (fixes #47777) 2009-03-25 23:33:36 +00:00
Felipe Pena
77b1147e3f - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
Patch by: mbeccati at php.net
2009-03-25 22:49:43 +00:00
Ilia Alshanetsky
cec31bc5cc MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses) 2009-03-25 18:52:08 +00:00
Takeshi Abe
cd31aa574b MFB: #43073, TrueType bounding box is wrong for angle<>0 2009-03-25 16:15:18 +00:00
Takeshi Abe
7d91684a11 fix test to follow #47757 2009-03-25 15:25:05 +00:00
Dmitry Stogov
e2923b2414 Fixed bug #47038 (Memory leak in include) 2009-03-25 15:24:51 +00:00
Felipe Pena
dc61f2e106 - Fixed some code to be working with unicode 2009-03-25 12:05:51 +00:00
Johannes Schlüter
3a76cc254f mysql_db_query() is always deprecated 2009-03-25 10:27:22 +00:00
Christopher Jones
52a14bd8b7 sync with 5.3 2009-03-25 01:59:17 +00:00
Christopher Jones
7594e200ad use random text 2009-03-25 01:57:22 +00:00
Felipe Pena
d0c644c7bb - Synced pieces of codes
- Fixed tests
2009-03-24 19:32:06 +00:00
Pierre Joye
3f3b86fac2 - MFB: #47757 rename JPG to JPEG in phpinfo 2009-03-24 09:42:49 +00:00
Felipe Pena
501a5a0d94 - MFB old changes 2009-03-23 23:58:49 +00:00
Felipe Pena
09c94bda00 - Fix test 2009-03-23 23:03:08 +00:00
Felipe Pena
11dde4a7c5 - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
2009-03-23 23:02:06 +00:00
Derick Rethans
f7943572c1 - Updated to version 2009.4 (2009d) 2009-03-23 21:39:21 +00:00
Felipe Pena
55f4a1c0de - Fixed build 2009-03-23 11:01:07 +00:00
Ilia Alshanetsky
cefb8a91f0 MFB: Improved parameter parsing 2009-03-22 15:07:31 +00:00
Derick Rethans
7d259905cd - Updated to version 2009.3 (2009c) 2009-03-22 11:49:32 +00:00
Zoe Slattery
ec3ee30a75 added skipif for root 2009-03-20 09:09:34 +00:00
Antony Dovgal
92f17edda7 set return_len to 0 when returning empty string and fix segfault 2009-03-20 08:38:42 +00:00
Ilia Alshanetsky
d37c3367db MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:54 +00:00
Steph Fox
1abe544f41 - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
- Bring behaviour into line with ext/mssql
- Several memleaks plugged
2009-03-19 22:15:03 +00:00
Matt Wilmas
efd9d3482d Avoid 2 conversions when decoding numbers 2009-03-19 19:25:42 +00:00
Etienne Kneuss
c856710706 Fix #47231 (offsetGet error using incorrect offset) 2009-03-19 03:00:44 +00:00
Etienne Kneuss
24835e7fb1 Add test covering for #47671 2009-03-19 02:46:41 +00:00
Etienne Kneuss
47aa4817f3 Fix #47671 (cloning SplObjectStorage instances) 2009-03-19 02:44:04 +00:00
Ilia Alshanetsky
f0efcc577b MFB:Improved parameter parsing 2009-03-19 00:19:20 +00:00
andy wharmby
8558435556 New tests for various date extension functions. Tested on Windows, Linux and linux 64 2009-03-18 23:35:10 +00:00
Moriyoshi Koizumi
09f857e49d - Synching .dsp file (I am not sure whether I really should do this) 2009-03-18 17:34:02 +00:00
Takeshi Abe
27cf6d587f Fixed libgd #186 (Tiling true colour with palette image does not work) 2009-03-18 15:29:56 +00:00
andy wharmby
124fc28089 New tests for date extension DateTime methods Tested on Windows, Linux and linux 64 2009-03-18 11:32:56 +00:00
andy wharmby
84bd22c4ee New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64 2009-03-18 11:13:01 +00:00
Dmitry Stogov
83a6de49b1 Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
Scott MacVicar
4143771208 Missing skip in tests 2009-03-17 23:29:39 +00:00
Scott MacVicar
5674e6735b Replace magic values with a define, makes reading it a bit easier 2009-03-17 23:25:39 +00:00
Ilia Alshanetsky
df7460a17b MFB: Fixed compiler warning 2009-03-17 23:22:05 +00:00
Scott MacVicar
bc51a1e9f7 Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array 2009-03-17 23:15:17 +00:00
Felipe Pena
f3d11b4415 - Fix version && year++ 2009-03-17 23:02:22 +00:00
Matt Wilmas
0c20069851 Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) 2009-03-17 22:02:05 +00:00
Pierre Joye
85181631ed - MFB: s,win32,windows, and add myself to the list 2009-03-17 15:38:24 +00:00
Scott MacVicar
2d43af2707 Deal with overflow when decoding large numbers 2009-03-17 14:56:49 +00:00
Johannes Schlüter
5306bb0e4b - mark mysqlnd's threading (which can be used for background pre-fetching)
experimental
2009-03-17 10:04:57 +00:00
Andrey Hristov
7271069329 Fix the build, because the macro's name has changed 2009-03-17 09:51:04 +00:00
Moriyoshi Koizumi
8938555fd5 - Make iconv filter accept '.' as the delimiter between encoding names as well
as '/'. It's impossible to specify the filter in php://filter without this
  fix.
2009-03-17 05:27:00 +00:00
Scott MacVicar
43842949b7 Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:44 +00:00
Scott MacVicar
719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 2009-03-17 02:42:41 +00:00
Scott MacVicar
de4891ab2a Fix bug #47644 - Valid integers are truncated with json_decode() 2009-03-17 02:00:08 +00:00
Christopher Jones
eddf2540da Fix INI blocks 2009-03-17 01:50:34 +00:00
Zoe Slattery
af880ec61e test for /ext/tidy from stefan priebsch 2009-03-16 20:37:18 +00:00
Felipe Pena
85c7789052 - Fixed bug #47616 (curl keeps crashing) 2009-03-16 15:05:21 +00:00
Pierre Joye
b72606c92f - fix the build for win (vc6 or vc9)
- fix logic in time convertion
- force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include)
- add myself before I forget again
2009-03-16 15:02:44 +00:00
Dmitry Stogov
6401ae5c7e Fixed test 2009-03-16 15:00:11 +00:00
Ilia Alshanetsky
52ffe21fdc MFB: Fixed compiler warnings 2009-03-16 12:52:59 +00:00
Mikko Koppanen
9b50cf342d Closes bug #47667 2009-03-16 10:16:16 +00:00
Dmitry Stogov
d3e3c4e666 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:52:26 +00:00
Christopher Jones
2d574c99d3 Prepare for PECL OCI8 1.3.5 2009-03-16 05:37:35 +00:00
Christopher Jones
bc535521eb Mac OSX customization for initialization error message 2009-03-16 05:29:49 +00:00
Brian Shire
b9a54927b4 Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:01 +00:00
Scott MacVicar
0ac605c41b fileinfo tests are missing skipif 2009-03-15 23:16:55 +00:00
Scott MacVicar
daf4211e0b Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows 2009-03-15 23:02:35 +00:00
Moriyoshi Koizumi
0a3289baaa - Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
2009-03-15 20:42:30 +00:00
Takeshi Abe
c1b257fc45 Fixed bug #45799 (imagepng() crashes on empty image) 2009-03-14 16:06:57 +00:00
Stanislav Malyshev
878b8c62b8 add new CURL options 2009-03-13 19:41:48 +00:00
Rob Richards
6b475098f8 add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
add libxml2 version being used to info output
2009-03-13 19:35:14 +00:00
Rob Richards
635f8bf9ab MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling)
add test
2009-03-13 13:43:57 +00:00
Christopher Jones
2fe755e416 Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an Instant Client RPM install) & refactor 2009-03-12 23:52:20 +00:00
Ilia Alshanetsky
1f369b1fb2 Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)
2009-03-12 22:53:37 +00:00
Andrei Zmievski
c8362a20f6 Fix copy-pasto (needs to return proper CE). 2009-03-12 16:12:44 +00:00
Christopher Jones
e5993635e2 Fix tests to use ENV and re-enable 2009-03-12 14:47:47 +00:00
Brian Shire
b7ff76c6da Add proper EOF handling for language scanner. Fixes bug #46817. Removes dos newlines from a previous commit. 2009-03-11 22:11:41 +00:00
Christopher Jones
350da73bbc Revert local setting changes 2009-03-11 17:12:24 +00:00
Christopher Jones
fdace0c5d0 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure) 2009-03-11 16:46:38 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Marcus Boerger
b43851b7aa - Safer flag handling as requested by Greg 2009-03-10 23:27:59 +00:00
Christopher Jones
d9bca66417 New test for oci_fetch_all 2009-03-09 21:19:18 +00:00
Christopher Jones
3db98baa59 Make non-public prototype match the type passed at call 2009-03-09 20:58:13 +00:00
Christopher Jones
cdf17a3f92 Use PHP 5 function name in error message 2009-03-09 20:19:38 +00:00
Christopher Jones
89a216cd23 Bug #47243 (Crash at shutdown on Windows) 2009-03-09 20:07:39 +00:00
Christopher Jones
58acebce20 MHB/sync: Make tests portable with older PHP for PECL builds 2009-03-09 19:55:50 +00:00
Christopher Jones
c7438c63f0 PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) 2009-03-09 18:59:20 +00:00
Christopher Jones
f8996c4b6c PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries) 2009-03-09 18:03:34 +00:00
Christopher Jones
9e317f0102 Prepare README for future PECL OCI8 1.3.5 2009-03-09 17:50:53 +00:00
Christopher Jones
0d4e215db4 Silence initialization warning 2009-03-09 17:48:36 +00:00
Christopher Jones
c33f88ccb0 Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) 2009-03-09 17:40:59 +00:00
Ilia Alshanetsky
3bb904414d MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) 2009-03-08 18:21:30 +00:00
Kalle Sommer Nielsen
caf1a0686b Fix tests 2009-03-08 06:19:40 +00:00
Ilia Alshanetsky
2c5716c3c2 MFB: Improve parameter parsing code 2009-03-06 15:48:54 +00:00
Kalle Sommer Nielsen
3980b634fd Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:46:20 +00:00
Brian Shire
dbf9980282 fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:01 +00:00
Antony Dovgal
7eb808f802 fix tests 2009-03-01 21:26:47 +00:00
Greg Beaver
f9cffe4e48 re-disable phar in HEAD on windows 2009-03-01 07:25:24 +00:00
Greg Beaver
5fb232a2de MFB: revert removal of openssl check, was confusion on my part 2009-03-01 07:20:38 +00:00
Greg Beaver
ed94ab4b24 MFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 2009-03-01 07:16:55 +00:00
Greg Beaver
0b53e3dbdd MFB: fix hash support on windows in ext/phar (Kalle) 2009-03-01 07:07:14 +00:00
Greg Beaver
f8ec2933b0 MFB: fix blog.phar for front.phar.phpt test 2009-03-01 07:00:22 +00:00
Greg Beaver
dd5cd94476 MFB: fix swapping of time/date in timestamp saving for zip, which can cause crash on windows 2009-03-01 06:58:23 +00:00
Greg Beaver
ff1a93c841 MFB: fix SKIPIF, EXPECT in 2 tests 2009-03-01 06:50:38 +00:00
Ilia Alshanetsky
57a7046be8 MFB: Adjust previous fix 2009-02-24 23:55:24 +00:00
Moriyoshi Koizumi
f26e3cbb95 - Strictly check UTF-8 and UTF-8 validity. 2009-02-24 13:18:40 +00:00
Kalle Sommer Nielsen
bbe59046e0 Fixed #37209 (mssql_execute with non fatal errors) 2009-02-23 21:20:47 +00:00
Ilia Alshanetsky
ed863d64e8 MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)
2009-02-23 16:52:45 +00:00
Ilia Alshanetsky
2416c93505 MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
under heavy load)
2009-02-23 15:58:41 +00:00
Ilia Alshanetsky
9606a712b0 MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test
2009-02-22 17:55:01 +00:00
Greg Beaver
175577a4dd MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting 2009-02-21 03:15:57 +00:00
Greg Beaver
401bb9ed44 MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc 2009-02-21 02:37:33 +00:00
Greg Beaver
9633dc158b MFB: cosmetics: fix warning (only affects suncc) 2009-02-21 02:34:01 +00:00
Felipe Pena
ffc0714655 - Fix test 2009-02-20 13:37:48 +00:00
Andrey Hristov
cf78f35270 Add the charsets available from 6.0 as a structure, to be used later 2009-02-20 13:24:14 +00:00
Greg Beaver
6a9197f1ad MFB: fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach 2009-02-20 05:06:52 +00:00
Antony Dovgal
9f00440b9a fix test 2009-02-19 12:13:47 +00:00
Felipe Pena
c8a0d5b741 - New test 2009-02-18 22:53:44 +00:00
Felipe Pena
87a3fbe716 - Fixed bug #47443 (metaphone('scratch') returns wrong result) 2009-02-18 22:33:22 +00:00
Ilia Alshanetsky
f5f632f842 MFB: Removed unused var 2009-02-18 20:07:55 +00:00
Johannes Schlüter
ea84127c9e Fix #47438 mysql_fetch_field ignores zero offse 2009-02-18 16:33:28 +00:00
Dmitry Stogov
51b4f3426e Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault) 2009-02-18 13:25:59 +00:00
Scott MacVicar
2d907266cf Update bundled SQLite to 3.6.11 2009-02-18 12:38:47 +00:00
Moriyoshi Koizumi
ac3183128c - Add an entry for http_output_conv_mimetypes to the output of mb_get_info(). 2009-02-17 16:28:33 +00:00
Zoe Slattery
ef44fefd30 Increased the sleep() from 1 to 5 to prevent intermittent failures 2009-02-17 15:13:20 +00:00
Johannes Schlüter
f6f0d58bee - Fix #46542 Extending PDO class with a __call() function doesn't work as
expected
2009-02-17 14:39:58 +00:00
Felipe Pena
8593425a60 - Fix proto 2009-02-17 12:32:06 +00:00
Felipe Pena
219b5e1d96 - Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0) 2009-02-17 12:03:43 +00:00
Zoe Slattery
d4c3c93a26 bug 46680 2009-02-17 10:34:10 +00:00
Antony Dovgal
3a97565023 remove XFAIL 2009-02-17 10:08:23 +00:00
Zoe Slattery
150db492f6 fix tests 2009-02-16 20:08:02 +00:00
Felipe Pena
9b8e2baf6b - Missing "DROP TABLE" 2009-02-16 19:48:49 +00:00
Greg Beaver
4eed2d8ffc MFB: fix memleaks on zip corruption 2009-02-16 18:55:19 +00:00
Johannes Schlüter
6a6e94c0d9 - Improve mysqlnd's internal method registration 2009-02-16 17:25:37 +00:00
Zoe Slattery
d1b12c9a30 exit -1 and exit -2 don't work for all sh. changed to exit 1 2009-02-16 13:15:49 +00:00
Moriyoshi Koizumi
b29baa5e2e - Fix bug #47399 (mb_check_encoding() returns true for some illegal SJIS
characters).
2009-02-16 01:57:13 +00:00
Greg Beaver
8f438d17ad MFB: fix test 2009-02-15 21:50:58 +00:00
Felipe Pena
0186949ad7 - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly) 2009-02-15 21:48:54 +00:00
Antony Dovgal
0efa5b6d79 fix test 2009-02-15 21:48:07 +00:00
Greg Beaver
5b9430b5d4 MFB: fix all remaining big-endian issues 2009-02-15 20:29:26 +00:00
Greg Beaver
a249c4d77a MFB: fix getting/setting of all 16/32 bit on zip 2009-02-15 19:23:06 +00:00
Greg Beaver
99ce24d6f4 MFB: fix setting of 32-bit values on big-endian systems 2009-02-15 18:52:11 +00:00
Felipe Pena
766882b49c - Supressing error message for SKIPIF check works as expected 2009-02-15 16:00:48 +00:00
Moriyoshi Koizumi
1e2ad13cfc - Fix tests. 2009-02-15 07:04:59 +00:00
Moriyoshi Koizumi
5a870990fb - Refix bug #43840.
- Fix bug #43841.
- Remove redundant trailing dots from the error messages.
- Fix tests.
2009-02-15 07:04:07 +00:00
Zoe Slattery
3efea3ac4c splitting array_chunk into smaller tests 2009-02-14 10:29:22 +00:00
Moriyoshi Koizumi
0cf6df3d38 - Prevent unwanted overflow 2009-02-14 08:15:46 +00:00
Moriyoshi Koizumi
e7373cddaf - Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
# test still fails because of the difference of str[r]pos() behavior between 5.3 and 6.0.
2009-02-14 07:33:41 +00:00
Moriyoshi Koizumi
76072c674a - These should be E_WARNING for consistency with strpos() 2009-02-14 06:59:36 +00:00
Andrei Zmievski
b7d4fa920e Revert bogus fix for #47370. 2009-02-13 22:35:18 +00:00
Zoe Slattery
6b075c4f5f fixed bad section name 2009-02-13 18:02:03 +00:00
Takeshi Abe
95651ba360 fixed typos 2009-02-13 16:02:46 +00:00
Felipe Pena
e2fa0bbf23 - Added arginfo 2009-02-13 12:54:20 +00:00
Felipe Pena
29ca11800b - New test 2009-02-13 02:20:31 +00:00
Felipe Pena
039f424f89 - Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection)
- Fixed bug #45432 (PDO: persistent connection leak)
2009-02-13 02:18:04 +00:00
Moriyoshi Koizumi
9056e9b355 - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with
ICU that comes with the out-of-the-box Mac OS X.
2009-02-12 20:04:59 +00:00
Moriyoshi Koizumi
6db49f953a * Fix bug #47370 (BC breakage of array_unique()) 2009-02-12 18:29:15 +00:00
Takeshi Abe
4c0cbee415 - fixed memory leaks in gdImageCreateFromXpm()
- dropped unused codes
2009-02-11 17:56:17 +00:00
Takeshi Abe
9874bacbc9 optimization via the row-major order. 2009-02-11 16:30:48 +00:00
Ilia Alshanetsky
a4797b9dcb MFB: Improved param parsing 2009-02-11 14:26:53 +00:00
Felipe Pena
67c51317f5 Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute() on PgSQL) 2009-02-11 10:44:27 +00:00
Scott MacVicar
cf8d87306f MFB: The constructor should also throw exceptions, make this semi useful now. 2009-02-10 00:44:09 +00:00
Felipe Pena
b15f5357fe - Fix tests 2009-02-09 16:44:10 +00:00
Ilia Alshanetsky
181dcd1e6a MFB: Initialize optional var 2009-02-09 15:34:23 +00:00
Felipe Pena
b2e1e98f08 - Fix test 2009-02-09 12:55:46 +00:00
Felipe Pena
d4baef3d92 - Fix mem. leak 2009-02-09 12:07:10 +00:00
Felipe Pena
31af5d7309 - Fixed test 2009-02-09 11:57:29 +00:00
Dmitry Stogov
85a3b81fb2 Fixed bug #47329 (Crash in garbage collector) 2009-02-09 10:47:19 +00:00
Antony Dovgal
0ba8f49faf fix unicode implementation 2009-02-06 14:38:18 +00:00
Felipe Pena
47114aaa8b - Improve test 2009-02-06 10:40:16 +00:00
Felipe Pena
b72183b595 - New test 2009-02-06 10:18:40 +00:00
Felipe Pena
9054c069b3 - Fixed bug #47322 (sscanf %d does't work) 2009-02-06 10:17:51 +00:00
Moriyoshi Koizumi
30c9faaf86 - Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
enabled).
2009-02-06 07:32:44 +00:00
Christopher Jones
0edbaebc24 MFB: Make message punctuation consistent across PHP 2009-02-05 21:48:31 +00:00
Felipe Pena
d2e40edc0a - Fixed bug #47297 (pdo_033.phpt fails on PgSQL)
Patch by matteo at beccati dot com
2009-02-04 16:40:13 +00:00
Pierre Joye
c7d8074041 - fix build 2009-02-04 09:58:39 +00:00
David Coallier
0050c92c91 - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator). 2009-02-04 00:07:27 +00:00
Ilia Alshanetsky
f902e8d250 MFB: Return empty string when recv() does not fetch any data 2009-02-03 19:23:12 +00:00
Greg Beaver
a545c29a5b MFB: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream) 2009-02-03 19:02:41 +00:00
Greg Beaver
f232c7f945 MFB: fix bug #47085:rename() returns true even if the file in PHAR does not exist 2009-02-03 18:29:46 +00:00
Greg Beaver
d8713de264 MFB fix Bug #47265 (generating phar.phar fails because of safe_mode) 2009-02-03 18:25:59 +00:00
Etienne Kneuss
a9b3bfce52 Fix #47031 (Fix constants in example) 2009-02-03 12:40:00 +00:00
Ilia Alshanetsky
3515b68ffa MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
addresses as invalid)
2009-02-02 23:51:19 +00:00
Nuno Lopes
8e2aa6f979 MFB: fix #46347 2009-02-02 19:25:30 +00:00
Felipe Pena
c59abf287f - Fixed bug #47269 (Typo: SoapSlient instead of SoapClient) 2009-02-02 09:59:49 +00:00
Moriyoshi Koizumi
c3df5aa3de * Forgot to add the test. 2009-02-02 04:52:00 +00:00
Moriyoshi Koizumi
abe02d6b3d - Fix bug #46843 (CP936 euro symbol is not converted properly) 2009-02-02 04:49:48 +00:00
andy wharmby
32ea850bde New set_magic_quotes() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:29:29 +00:00
andy wharmby
cf39017ced New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
andy wharmby
3a400e979a New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:24 +00:00
andy wharmby
d1980d9c57 New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
andy wharmby
054f6e1075 New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
Kalle Sommer Nielsen
4b2e3d58e9 Fix arginfo for imagefilter() 2009-01-31 15:27:11 +00:00
Stanislav Malyshev
b0a33fff0d fix bug #14562 2009-01-30 21:45:17 +00:00
Felipe Pena
4342d0b6b7 - Fix test 2009-01-30 14:49:46 +00:00
Felipe Pena
e11f95370c - Year++ 2009-01-30 00:16:12 +00:00
Scott MacVicar
e09a820b19 MFB Fix bug #47245 - Double free in mb_detect_encoding() 2009-01-29 23:01:40 +00:00
Felipe Pena
01c008c28d - Added arginfo 2009-01-29 00:36:25 +00:00
Felipe Pena
de585e2c97 - Fix build 2009-01-28 22:43:25 +00:00
Nuno Lopes
536326bacf MFB: fix bug #47229: preg_quote should escape '-' 2009-01-28 22:40:36 +00:00
Antony Dovgal
fac1ac55c9 fix test 2009-01-28 12:58:50 +00:00
Pierre Joye
4395ea2faf - MFB: fix build 2009-01-28 10:33:14 +00:00
Johannes Schlüter
6e24169120 - Fix mysqli pconnects to properly reset connection status by default 2009-01-27 15:35:22 +00:00
Derick Rethans
0e1277e317 - Elevate no-tz setting made from E_STRICT to E_WARNING.
#- [DOC]
2009-01-27 13:44:38 +00:00
andy wharmby
5e6736ac7a Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:06 +00:00
Rob Richards
aba50265bb fix bug #47220 (segfault in dom_document_parser in recovery mode) 2009-01-26 19:10:09 +00:00
Ilia Alshanetsky
21d281ff8c MFB: Fixed bug #47217 (content-type is not set properly for file uploads) 2009-01-26 15:21:49 +00:00
Etienne Kneuss
6d6d3233c1 Improve spl_object_hash() 2009-01-26 11:37:46 +00:00
Dmitry Stogov
bc37ae8223 Fixed bug #46419 (Elements of associative arrays with NULL value are lost) 2009-01-26 11:20:22 +00:00
Antony Dovgal
0c6969bfd8 use example.com instead of real domain name 2009-01-25 23:26:30 +00:00
Antony Dovgal
7554f8df7b ifdef -> if 2009-01-25 23:02:18 +00:00
Antony Dovgal
f32138dcde do not define CURLE_SSH twice 2009-01-25 22:33:19 +00:00
andy wharmby
5d1abfce5c Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00