Commit Graph

383 Commits

Author SHA1 Message Date
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Felipe Pena
b15f5357fe - Fix tests 2009-02-09 16:44:10 +00:00
Ilia Alshanetsky
4124fd6f6b MFB: improved parameter handling 2009-01-11 23:52:48 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena
0d181765d5 - New parameter parsing API 2008-11-27 02:16:56 +00:00
Felipe Pena
9dc4271531 - New parameter parsing API 2008-11-23 20:00:51 +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
217eb324da - New parameter parsing API 2008-11-11 17:52:47 +00:00
Felipe Pena
f464bb8d05 - New tests 2008-11-11 17:52:08 +00:00
Felipe Pena
08aad5f7f7 - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
2008-11-11 13:26:26 +00:00
Felipe Pena
b7d8550397 - Make expected result compatible with recent Firebird version 2008-11-10 22:33:00 +00:00
Felipe Pena
c9765a29e8 - New tests 2008-11-10 18:01:36 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Felipe Pena
359690898e - Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
patch by Christian seiler
2008-10-07 18:17:44 +00:00
Felipe Pena
a417250c99 - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event) 2008-10-07 15:27:06 +00:00
Felipe Pena
3e4ce566dd - Fixed code ("Division by zero" anymore) 2008-10-07 12:49:35 +00:00
Felipe Pena
b1336de160 - Fixed compiler warning 2008-10-06 15:13:27 +00:00
Felipe Pena
82eaeb6bfe - Fixed bug #45373 (php crash on query with errors in params) 2008-10-06 14:28:29 +00:00
Felipe Pena
611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
Felipe Pena
e3c002621f MFB: - Added arginfo 2008-07-07 17:34:07 +00:00
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Ilia Alshanetsky
c89066d03e MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters) 2008-01-23 01:23:12 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov
47dc82ecb9 Fixed bug #43128 (Very long class name causes segfault) 2007-11-22 13:33:53 +00:00
Lars Westermann
358eec9bcc MFB
- Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return)
- Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #32143)
- Fixed bug #32143: (ibase_query() causing IBserver 7 crash with NULL param as link-id)
- Fixed bug #39056: (Interbase NUMERIC data type error)
- Fixed bug #39397: (invalid statement handle in Unknown on line 0)
- Fixed bug #39700: (NUMERIC error when result precision are 7,8 or 12-14)
- Fixed bug #42284: (duplicate of #39700)
- snprintf -> slprintf
2007-11-08 19:41:57 +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
Jani Taskinen
099f5966ef - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
Antony Dovgal
976a22df16 php_gmtime_r() fixes 2007-06-07 08:58:38 +00:00
Ilia Alshanetsky
3821f0c45a MFB 2007-05-28 23:33:13 +00:00
Antony Dovgal
c281fca18c MFB: fix #40805 (Failure executing function ibase_execute()) 2007-03-16 09:30:18 +00:00
Hannes Magnusson
0446b13043 Typo 2007-02-28 10:46:16 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Antony Dovgal
b784bacfc7 fix wrong param definition 2007-01-22 09:08:21 +00:00
Antony Dovgal
cb16a6ab97 fix long/int mess 2007-01-22 09:05:19 +00:00
Antony Dovgal
f308eca71c fix the previous patch 2007-01-18 15:53:53 +00:00
Antony Dovgal
6072ad5f2e use snprintf() 2007-01-18 15:40:54 +00:00
Antony Dovgal
42b64219ea use snprintf() 2007-01-18 15:29:11 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
2dbfe66e4a MFB: safety checks 2006-12-26 17:40:20 +00:00
Antony Dovgal
b1813c961b use safe_emalloc() 2006-12-25 20:53:43 +00:00
Ilia Alshanetsky
204c32b760 MFB: Thread safety fixes. 2006-11-30 16:21:36 +00:00
Dmitry Stogov
943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Pierre Joye
bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
(calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR
2006-03-08 00:43:32 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Marcus Boerger
1cc57585d8 - Revert accidential 'drop in' from 1.227 2005-12-11 12:46:51 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
foobar
34ad5ab731 - list_entry -> zend_rsrc_list_entry 2005-12-05 23:31:09 +00:00
Antony Dovgal
db520f01b1 fix #34855 (ibase_service_attach() segfault on AMD64) 2005-10-13 12:58:22 +00:00