1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

425 Commits

Author SHA1 Message Date
Dmitry Stogov e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
Scott MacVicar 32cdeaeba9 Error handler isn't properly restored when using fetchObject() with SQLite 2008-11-22 11:48:38 +00:00
Etienne Kneuss 8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 01:59:07 +00:00
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felix De Vliegher ac24f7ecfe Various tests for the sqlite ext.
The sqlite session tests are by Mats Lindh <mats at lindh.no>.
2008-10-29 11:43:33 +00:00
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Moriyoshi Koizumi bcd68d0985 - WS 2008-09-13 00:23:35 +00:00
Moriyoshi Koizumi abedda418b - Add missing =DIR 2008-09-13 00:14:16 +00:00
Felipe Pena a5f867f3d5 - Constness (Added const qualifier to several function parameters) 2008-08-12 17:15:59 +00:00
Etienne Kneuss b8aa44644d Fix error_handling usage in various extensions 2008-08-08 22:06:42 +00:00
Felipe Pena 611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
Dmitry Stogov 013059c247 Fixed uninitialized data 2008-07-25 08:53:11 +00:00
Dmitry Stogov 0cfa6a5977 support for closures 2008-07-17 09:52:51 +00:00
Felipe Pena 747837087e MFB:
- Added arginfo (methods)
- Removed #include "zend_arg_defs.c"
2008-07-05 20:16:34 +00:00
Felipe Pena ea3cba1cc2 - MFB: Added arginfo (functions) 2008-07-01 18:30:20 +00:00
Felipe Pena 77080b64d9 - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
Felipe Pena b859ca7770 - Fixed compilation warnings 2008-03-22 20:37:08 +00:00
Scott MacVicar b5e9791b40 MFB: Fix memory issues with statement being deleted twice 2008-03-09 21:32:38 +00:00
Scott MacVicar 9c164f91b6 Fixed bug #42203 (Clear SQLite result sets before closing database.) 2008-03-08 04:17:30 +00:00
Felipe Pena 4f83f918c5 Added UEXPECT 2008-02-28 15:41:56 +00:00
Felipe Pena a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Felipe Pena ac99835507 Fix tests (new error message) 2008-02-04 15:22:08 +00:00
Antony Dovgal d48c9d1a18 both pdo & spl dependencies are optional 2008-01-30 09:11:08 +00:00
Nuno Lopes 1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
foobar f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
Antony Dovgal f1f0deae4c php_localtime_r() checks 2007-06-07 09:07:12 +00:00
Ilia Alshanetsky 3821f0c45a MFB 2007-05-28 23:33:13 +00:00
Ilia Alshanetsky de573ba7ff MFB 2007-05-28 23:14:57 +00:00
Sascha Schumann a0e56cb852 - fix vpath build 2007-04-19 06:42:57 +00:00
Antony Dovgal 6dd26de0c9 more magic number fixes 2007-01-03 20:49:27 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky 59b437aff8 MFB: Added empty string checks 2006-12-24 20:50:21 +00:00
Hannes Magnusson 0bd543a6f2 Fix build 2006-12-10 15:43:13 +00:00
Pierre Joye 26c54d4c42 - build fix the other driver as well (a macro would be nicer) 2006-12-10 03:12:11 +00:00
Ilia Alshanetsky 8efa38df0b zts fixes 2006-11-30 16:38:53 +00:00
Hannes Magnusson 176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Sara Golemon 9432c96dc6 Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode
Change default build of bundled libsqlite to utf8 mode
iso-8859 mode is still available using --disable-sqlite-utf8
2006-10-07 17:49:30 +00:00
Dmitry Stogov 128548a5c0 Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
Ilia Alshanetsky 1ed7d584c6 MFB: Added missing validation checks around expand_filepath() 2006-09-16 18:23:05 +00:00
Antony Dovgal 9d29a1b26d add new test 2006-09-10 19:42:04 +00:00
Antony Dovgal 41a6d22dd7 fix #38759 (PDO sqlite2 empty query causes segfault) 2006-09-09 10:58:39 +00:00
Antony Dovgal dbe2092313 implement zend_unicode_to_string() and zend_string_to_unicode()
part #2 (of 2)
2006-08-08 16:59:11 +00:00
Antony Dovgal 3d0e1456e4 fix test 2006-06-20 19:12:12 +00:00
Ilia Alshanetsky 8a5127ffb5 MFB: E_ERROR -> E_RECOVERABLE_ERROR 2006-06-14 16:04:47 +00:00
Dmitry Stogov 943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Marcus Boerger 6c0c9f098f - Methods have flags 2006-05-09 22:12:50 +00:00