1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

29655 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
Marcus Boerger 6dc04d98f2 - If an exception is pending we don't bail out but show the unhandled exception 2005-03-12 22:42:37 +00:00
Ilia Alshanetsky f56e5c045c A more performance friendly version of Andrey's patch. 2005-03-12 17:51:19 +00:00
Andrey Hristov 53823a7d7f FRN 2005-03-12 14:46:41 +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
Wez Furlong 07fd652824 it's 2005 already
# and we're all too lazy to go through and update all the copyright years :)
2005-03-12 14:07:35 +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
73aec110ce ChangeLog update 2005-03-12 01:35:45 +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 b4a961a234 - Add new test 2005-03-11 02:32:07 +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
5727828651 ChangeLog update 2005-03-11 01:50:54 +00:00
Marcus Boerger 45212809b5 - Irrelevant 2005-03-11 01:32:20 +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 e6034763ca require libxml 2.6.0 or higher 2005-03-10 22:35:18 +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
Marcus Boerger 38a9516a8a - Rename test script 2005-03-10 14:04:54 +00:00
Marcus Boerger 7473600dba - Make this work under 5 2005-03-10 14:02:46 +00:00
Marcus Boerger 0a93d54c53 - Bugfix #28442 2005-03-10 13:20:26 +00:00
Joe Orton 3796738681 Fix /*-within-comment warning from GCC. 2005-03-10 11:19:32 +00:00
Joe Orton bef3202d9e - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used. 2005-03-10 11:09: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