1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Commit Graph

26012 Commits

Author SHA1 Message Date
Christian Stocker 01e115324a - Set an empty string and avoid warnings and stopping of the transformation process
when a php function can't be called.
- Fixed tests.
2011-08-31 09:14:08 +00:00
Christian Stocker 43527a0f1c fixed libxml tests 2011-08-31 08:58:12 +00:00
Boris Lytochkin b448bb5e01 more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
   is made (GET-operations)
 * introduce ERRNO_MULTIPLE_SET_QUERIES:
    warn if request contains more OIDs than max_oids and SET operation
    (and type&value checks) will be done in chunks.
fix set method when request contains more OIDs than max_oids (2nd and
 subsequent chunk were ignored)
2011-08-31 08:28:13 +00:00
Xinchen Hui 92e84dbe3f Fixed test failed 2011-08-31 07:49:52 +00:00
Rasmus Lerdorf dd4e07b9b4 Since we are creating this csv file locally this should obviously
be a a LOCAL infile here for this to work reliably. For robustness
this should probably have a check for the local-infile server 
setting as well.
2011-08-31 07:43:58 +00:00
Christian Stocker 190e36b47a MFB. fix xsl date tests 2011-08-31 07:38:19 +00:00
Xinchen Hui 8c93430a6a Fixed test failed, due to error message changed 2011-08-31 07:37:42 +00:00
Stanislav Malyshev a84c0ab32b fix strptime tests for mac 2011-08-31 07:34:07 +00:00
Rasmus Lerdorf 76976d0702 Fix test. I have no idea why the test author didn't expect to get back
latin2 when the test is setting it to latin2 here. Both PHP and MySQL
are doing the right thing here.
2011-08-31 07:19:20 +00:00
Stanislav Malyshev 25031cd387 test fixes on Darwin 2011-08-31 07:10:17 +00:00
Gustavo André dos Santos Lopes 6690258734 - Fixed test htmlentities15.phpt. 2011-08-31 06:32:05 +00:00
Gustavo André dos Santos Lopes 5463f5f93a - Fixed tests when run from outside their directory. 2011-08-31 06:23:24 +00:00
Gustavo André dos Santos Lopes f0abb36192 - html_tables.h regeneration. 2011-08-31 05:47:19 +00:00
Gustavo André dos Santos Lopes 1a9d43a807 - Less GCC warnings; code less readable, yay!
- Fixed html_tables.h generaration in 64-bit archs.
- Closes bug #55394 - Patch to suppress initialization warnings in html.c
#signed/unsigned mismatches for another day
#regenerated tables on another commit
2011-08-31 05:45:02 +00:00
Stanislav Malyshev 2459296ff5 fix tests 2011-08-31 04:24:48 +00:00
Matteo Beccati 25ebbe6464 Fixed a few false positives on gcov for ext/pgsql 2011-08-30 14:01:03 +00:00
Hannes Magnusson eba373139c Add skipifs for bug#54971 (patch by datibbaw@) 2011-08-30 13:46:24 +00:00
Hannes Magnusson f41105f56f Fixed bug#48476 2011-08-30 13:41:57 +00:00
Pierre Joye 361903fbce - ws 2011-08-30 05:44:37 +00:00
Gustavo André dos Santos Lopes 6affeb6b60 - Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and
  also use libxml2 may be affected negatively.
2011-08-30 01:08:22 +00:00
Arpad Ray 1a2c15f912 Expose session status via new function, session_status (Req #52982) 2011-08-29 21:29:26 +00:00
Hannes Magnusson 53bfe76489 fixed bug #55267 - session_regenerate_id fails after header sent even if session.use_cookies = 0 2011-08-29 21:20:41 +00:00
Arpad Ray a912bd3c23 Fixed bug #55366: keys lost when using substr_replace an array 2011-08-29 20:38:52 +00:00
Arpad Ray 4a6c2a8b44 add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions 2011-08-29 20:23:34 +00:00
Derick Rethans a34e9efcfa - Updated to version 2011.9 (2011i) 2011-08-29 16:37:56 +00:00
Hannes Magnusson 8e74e30411 Fixed bug#53872 (internal corruption of phar) 2011-08-29 16:05:45 +00:00
Gwynne Raskind a1501cf142 Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne. 2011-08-29 14:56:19 +00:00
Hannes Magnusson 2c2c113b77 Changed error messages 2011-08-29 14:29:40 +00:00
Hannes Magnusson 3a5f7c6348 Fixed bug#52013 (Unable to decompress files in a compressed phar) 2011-08-29 14:19:54 +00:00
Hannes Magnusson fac70ca0f4 The Phar class extends RecursiveDirectoryIterator, which has changed the way it ensures its ctor is called 2011-08-29 14:17:41 +00:00
Pierre Joye 934aba9f4f - fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM cannot be done before either 2011-08-29 10:10:05 +00:00
Rasmus Lerdorf 74d06b92c7 Let's do more than hope (as per the comment in the test code) that we
don't hit the memory limit, let's disable the limit for this test
since the limit is getting hit by many people
2011-08-29 08:21:42 +00:00
Rasmus Lerdorf 509b26a27b The link error on an out-of-sync command doesn't start with 0
uwe/andrey please double-check
2011-08-29 06:47:07 +00:00
Rasmus Lerdorf bf3bb1efbe Fix another broken test. root can read 0200 files. 2011-08-29 06:19:40 +00:00
Gustavo André dos Santos Lopes 1d5e508658 - Added libxml_set_external_entity_loader(). 2011-08-29 05:00:26 +00:00
Rui Hirokawa 30f0f5e41c reduced footprint for sjis-mac 2011-08-28 04:32:22 +00:00
Boris Lytochkin 5ab9e7b5db export ERRNO_OID_PARSING_ERROR constant:
raise it evry time OID parsing has failed
2011-08-27 08:16:32 +00:00
Boris Lytochkin 1464da9073 reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure
2011-08-27 07:24:44 +00:00
Rui Hirokawa 60d5ac840c corrected valid unicode area. 2011-08-27 01:25:10 +00:00
Rui Hirokawa e20f46a43e update pua conversion tables. 2011-08-27 00:07:20 +00:00
Andrey Hristov ee17839f20 fix valgrind warnings in debug builds 2011-08-26 12:14:31 +00:00
Sebastian Bergmann a70240637d Close #55490. 2011-08-26 07:40:31 +00:00
Boris Lytochkin fa09c70704 tune test's README more per FR #55474 2011-08-25 06:00:11 +00:00
Rui Hirokawa 4122ef275c added iso2022jp-mobile and emoji unsuppoted in unicode 6.0. 2011-08-24 15:28:44 +00:00
Xinchen Hui d7e0ccbc5a Eliminated compile warning "comparison is always false due to limited range of data type"
Fixed test failed due to mysql_pconnect throw warning
Fixed test failed when host mysql server doesn't listen on 3306
2011-08-24 10:15:47 +00:00
Scott MacVicar 562d5ec4a2 Fix typo in tests for ldap bug #42060 2011-08-24 06:50:39 +00:00
Boris Lytochkin 1aed8a8c1c apply docs fixes suggested in BR #55474 2011-08-23 19:13:49 +00:00
Daniel Convissor 8131f04f9a Fix differences in some sub() results that were causing tests to fail. 2011-08-23 16:40:19 +00:00
Christopher Jones 981b9878d4 Sync date with actual PECL release date for correctness 2011-08-22 23:56:34 +00:00
Christopher Jones f54e65c843 Remove duplicated test 2011-08-22 18:06:08 +00:00