1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

15205 Commits

Author SHA1 Message Date
Marcus Boerger 6f668d4978 - Fix extension to be .inc 2005-03-12 23:05:03 +00:00
Marcus Boerger f9de3fd02b - Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu
2005-03-12 23:03:33 +00:00
Ilia Alshanetsky f56e5c045c A more performance friendly version of Andrey's patch. 2005-03-12 17:51:19 +00:00
Andrey Hristov f15c24d44c added an optional third parameter to str_word_count(), which is used as
a list of characters which are considerd "is_alpha()". Thus V14GR4 can
be extracted as one word if the user supplies "14" as charlist.
FR #31560
# Nuno, are you wishing to document this one too? :)
2005-03-12 14:41:20 +00:00
Andrey Hristov 1236cfa38a - type is either 1 or 2 if second parameter is set. if not set then type
is 0.
- use the lvalue for the second rvalue
2005-03-12 13:08:19 +00:00
Andrey Hristov cc39b51d2d add a test file 2005-03-12 12:59:53 +00:00
Andrey Hristov c449002566 add test
#forgot to add this one
2005-03-12 12:58:06 +00:00
Andrey Hristov 9e939133d2 FR 32275 - fifth parameter to preg_replace() to count number of replaces
made.
#it would be nice if someone of the doc team documents it. thanks!
2005-03-12 12:03:50 +00:00
Andrey Hristov 070147105f Fixed #30871 2005-03-12 10:11:46 +00:00
Marcus Boerger 016a39195e - Fix test 2005-03-12 01:52:48 +00:00
Marcus Boerger f3a5d430fc - Fix another memleak 2005-03-12 01:46:47 +00:00
Marcus Boerger 6c73805c45 - Fix memleak 2005-03-12 01:44:04 +00:00
Wez Furlong 5248f59d1a show list of PDO drivers in phpinfo.
Highlight a possible problem area; iterator leaks when used in foreach(),
at least with sqlite2 driver.
2005-03-12 01:16:59 +00:00
Wez Furlong d88b4c734f build pdo statically on win32, so sqlite2 driver will build.
Alternatively, we could build sqlite as a shared ext, but that has more
of an impact to people upgrading.
2005-03-12 01:15:37 +00:00
Wez Furlong cbcd4271d2 build sqlite2 pdo driver on win32 2005-03-12 01:14:21 +00:00
Marcus Boerger 5985098b98 - Add tests 2005-03-12 00:51:39 +00:00
Marcus Boerger c7ec6d0ce1 - Errcode might be empty 2005-03-12 00:50:20 +00:00
Wez Furlong 9619c3b811 Fix crappy whitespace 2005-03-12 00:07:44 +00:00
Wez Furlong 52dd9f028e Implement a PDO driver for sqlite 2 2005-03-11 23:57:01 +00:00
Marcus Boerger 5a94bb642f - Do not touch return_valu's refcount or is_ref 2005-03-11 02:11:44 +00:00
Marcus Boerger 4e390892b7 - Do not touch return_valu's refcount or is_ref 2005-03-11 01:52:24 +00:00
Marcus Boerger 299a17ba37 - Fix #30266 2005-03-11 01:11:54 +00:00
Marcus Boerger b924ef8796 - Don't touch refcount/is_ref 2005-03-11 00:44:34 +00:00
Marcus Boerger 1d85c3fe80 - Times have changed - php 5 relevant version now 2005-03-11 00:22:28 +00:00
Marcus Boerger faae6ac159 - Do not touch return_valu's refcount or is_ref 2005-03-11 00:14:02 +00:00
Marcus Boerger 04a08c757a - Allow to work under php 5 2005-03-11 00:11:35 +00:00
Marcus Boerger df56c39bda - Cosmetics 2005-03-10 23:52:43 +00:00
Marcus Boerger 4172ec995c - Do not touch return_valu's refcount or is_ref 2005-03-10 23:42:15 +00:00
Ilia Alshanetsky ff80321587 Final set of fixes for bug #27633.
# Many thanks to Edin for helpind analyze and resolve this bug.
2005-03-10 23:37:45 +00:00
Rob Richards 8462621bd7 add workaround for libxml bug when using next() method
remove some no longer needed windows specific code
2005-03-10 22:32:47 +00:00
Marcus Boerger cdb042f632 - Fix fetching bound vars & tests 2005-03-10 18:48:01 +00:00
Marcus Boerger 92af2b6194 - Update tests 2005-03-10 17:55:36 +00:00
Marcus Boerger 1b93629fb8 - Fix test name 2005-03-10 15:54:52 +00:00
Zeev Suraski b31c44d0fd Oops, revert. 2005-03-10 14:33:53 +00:00
Zeev Suraski 1b5d558f91 Fix prototype 2005-03-10 14:32:16 +00:00
Joe Orton 3796738681 Fix /*-within-comment warning from GCC. 2005-03-10 11:19:32 +00:00
Magnus M��tt� e65d57535f Add tests for firebird. 2005-03-10 02:43:44 +00:00
Magnus M��tt� 72276d013a Add NOT NULL to create so the tests work with Firebird too. 2005-03-10 02:37:20 +00:00
Marcus Boerger bd13b72164 - Wrong order of action - touch 2005-03-10 00:17:17 +00:00
Marcus Boerger 22fcd1aac7 - Fix #31442 unserialize broken on 64-bit systems
- Fix one warning
2005-03-10 00:10:21 +00:00
Marcus Boerger 34c432de7e - Fix #31442 unserialize broken on 64-bit systems
- Fix one warning
2005-03-09 23:58:44 +00:00
Antony Dovgal 3e2dd57c0a fix compile warnings 2005-03-09 21:58:20 +00:00
Magnus M��tt� 0844446176 More tests. 2005-03-09 21:02:31 +00:00
Ilia Alshanetsky 21ff96859e Fixes to ascii downloads on win32. 2005-03-09 20:52:38 +00:00
Wez Furlong a826ded3cc re-enable deps for HEAD 2005-03-09 18:21:41 +00:00
Wez Furlong e162e80d31 prep for pecl release 2005-03-09 18:21:10 +00:00
Wez Furlong 584abff629 update extension version 2005-03-09 18:18:53 +00:00
Wez Furlong 5984f7f3e1 prep for release 2005-03-09 18:14:49 +00:00
Marcus Boerger 56235c6cc8 Fix the fix 2005-03-09 10:29:27 +00:00
Derick Rethans 16d67ab9f5 - MF43: Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). 2005-03-09 10:13:05 +00:00