1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

15121 Commits

Author SHA1 Message Date
Marcus Boerger 7bbbfa3f15 - Add new tests 2005-03-07 01:39:12 +00:00
Marcus Boerger 3960865e8e - In File::fgetcsv() use max length from object 2005-03-07 01:00:29 +00:00
Marcus Boerger 40bf907541 - Add File object 2005-03-07 00:40:57 +00:00
Marcus Boerger 7fbc91acce - Allow length 0 as default (e.g. skip param) 2005-03-07 00:16:18 +00:00
Marcus Boerger 89f320755d - Use new objects 2005-03-06 23:09:21 +00:00
Marcus Boerger 16f0329a52 - Fix problem with exception in other methods, too 2005-03-06 23:07:43 +00:00
Marcus Boerger f3970b8076 - Add intefaces from zend_interface.h as macros 2005-03-06 22:57:45 +00:00
Marcus Boerger 0d1e43711a - Fix problem with exceptions in hasChildren calls 2005-03-06 22:57:05 +00:00
Marcus Boerger ef64180c90 - Actuall the comments were correct 2005-03-06 22:18:09 +00:00
Marcus Boerger 86ac9559be - Fix by Tim 2005-03-06 22:15:35 +00:00
Marcus Boerger 5830e46a84 - Bugfix #28840 __destruct of a class that extends mysqli not called 2005-03-06 21:40:01 +00:00
Ilia Alshanetsky 96d7eebce8 Make html_entity_decode() 15-20% faster by avoiding pointless string
duplication.
2005-03-06 19:36:51 +00:00
foobar 6d6e939f9b - Moved ext/fam and ext/mnogosearch to PECL 2005-03-06 19:24:21 +00:00
Ilia Alshanetsky c8687cdb79 Fixed bug #29424 (width and height inverted for JPEG2000 files). 2005-03-06 17:03:43 +00:00
Dan Scott 48a6151051 Test PDO::beginTransaction and PDO::rollBack. 2005-03-05 21:03:12 +00:00
John Coggeshall 81c161d0a7 Opps. 2005-03-05 17:55:45 +00:00
Dan Scott fc825e2071 Missed this one... 2005-03-05 15:48:54 +00:00
Dmitry Stogov eff0d65240 Fixed bug #32115 (dateTime encoding of timezone incorrect) 2005-03-05 13:27:13 +00:00
Marcus Boerger e4ce3e36ef - Negative seeking is not supported 2005-03-05 11:35:13 +00:00
John Coggeshall 5fe241ff64 Starting tests.... 2005-03-05 01:13:10 +00:00
Andrei Zmievski f8fc9a3256 Check that object can actually return a class entry. I need this for a
class-entry-less helper objects that should not be present in the class
table.
2005-03-05 00:45:47 +00:00
Rob Richards d42656b033 use php streams for uri I/O under PHP 4 2005-03-04 15:41:33 +00:00
Marcus Boerger f76f510185 - Add tests
- Fix testname
- Drop unnecessary include line (was wrong anyway)
2005-03-04 01:29:27 +00:00
Dan Scott 5ce920f189 One more PDO_ODBC test (tested with DB2 V8.2). 2005-03-03 20:30:38 +00:00
Dan Scott dc4501cf99 Next three tests for PDO_ODBC (tested with DB2 V8.2). 2005-03-03 20:23:29 +00:00
Dan Scott 12f1993f8e Next batch of tests for PDO_ODBC (tested against DB2 V8.2). 2005-03-03 13:53:55 +00:00
Dan Scott 49d1349b9a Begin porting standard PDO tests to PDO_ODBC, testing against DB2. 2005-03-03 11:49:35 +00:00
Marcus Boerger d9145daa61 - Rename test 14 to 16 (which is a new one) and MFB 14 again 2005-03-03 10:48:02 +00:00
Marcus Boerger 7cca51e97e - Fix bug #32134 2005-03-03 10:35:34 +00:00
Ilia Alshanetsky 09a8f38e39 Fixed bug #32160 (file truncation in copy() when source & destination are
the same).
2005-03-03 03:29:23 +00:00
Marcus Boerger a50157121d - Finish work on spl_autoload*() 2005-03-03 00:20:57 +00:00
Marcus Boerger 30ee47c1d8 - Let spl_autoload_extensions() always return what's registered 2005-03-02 20:59:06 +00:00
Moriyoshi Koizumi e628f2d9fa - Add testcases for bug #32001 2005-03-02 19:27:37 +00:00
Rob Richards c90305cb2e Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)
- only in 5.1 branch for now due to significance of change
2005-03-02 18:27:25 +00:00
Stefan Esser 4d5599f6e0 Fixed possible bufferoverflow 2005-03-02 18:21:45 +00:00
Rob Richards bd5e6e6232 Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time) 2005-03-02 18:13:34 +00:00
Marcus Boerger 5cb7104630 - Add new functions 2005-03-02 01:14:41 +00:00
Marcus Boerger f33adafab7 - Update docu 2005-03-01 23:44:05 +00:00
Ilia Alshanetsky 71b9b512cc Fixed bug #31792 (getrusage() does not provide ru_nswap value). 2005-03-01 21:32:25 +00:00
Magnus M��tt� 865c23e947 Add Oracle tests for PDO. 2005-03-01 21:09:12 +00:00
Anantha Kesari H Y 033a45903c NetWare allows directory seperator as \ and / 2005-03-01 14:59:37 +00:00
Stefan Esser 14abc19a76 Handle last or broken JP2 boxes correctly. 2005-03-01 13:53:02 +00:00
Antony Dovgal 6dac68f669 fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values
do not allow negative value to be passed to gmp_fact()
2005-03-01 13:09:33 +00:00
Marcus Boerger 67fd1f2654 - MFB 2005-03-01 10:14:18 +00:00
Marcus Boerger 9001280387 - Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid index) 2005-03-01 10:06:11 +00:00
Marcus Boerger 76c5d53993 - Need to store class entry 2005-03-01 10:05:12 +00:00
foobar c61608ef35 update 2005-03-01 09:26:28 +00:00
foobar 3f320607ab touch 2005-03-01 01:45:34 +00:00
Marcus Boerger a4521139da - Reserve some bits for flags 2005-02-28 22:37:13 +00:00
Marcus Boerger 6ce9bcc31e - Need to drop ce until engine gets fixed 2005-02-28 19:23:56 +00:00