Felipe Pena
54f742e30d
- MFH: Fix tests
2009-02-09 16:59:47 +00:00
Sebastian Bergmann
ef49b9a8de
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:17:49 +00:00
Felipe Pena
cac8a72989
- Fixes and new tests
2008-11-11 18:42:00 +00:00
Felipe Pena
ea70058067
MFH:
...
- 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:29:50 +00:00
Felipe Pena
edd46ec6f7
- Make expected result compatible with recent Firebird version
2008-11-10 22:35:02 +00:00
Felipe Pena
13c8beed63
- New tests
2008-11-10 18:04:41 +00:00
Felipe Pena
4237bea6fe
- MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
...
patch by Christian seiler
2008-10-07 18:23:05 +00:00
Felipe Pena
afc82532cc
- MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event)
2008-10-07 15:31:48 +00:00
Felipe Pena
73042afe10
- MFH: Fixed code ("Division by zero" anymore)
2008-10-07 12:53:08 +00:00
Felipe Pena
2f2a0d8259
- MFH: Fixed compiler warning
2008-10-06 15:14:17 +00:00
Felipe Pena
32f7c6a42d
- MFH: Fixed bug #45373 (php crash on query with errors in params)
2008-10-06 14:37:13 +00:00
Ilia Alshanetsky
cfcb262dfb
MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters)
2008-01-23 01:22:57 +00:00
Sebastian Bergmann
d9f3a1305f
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:20:42 +00:00
Jani Taskinen
8af7bc2044
MFH: Fix some lib vs $PHP_LIBDIR issues
2007-07-31 13:02:00 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Antony Dovgal
d042fd0675
MFH: php_gmtime_r() fixes
2007-06-07 08:59:00 +00:00
Antony Dovgal
6a45f716ae
fix #40805 (Failure executing function ibase_execute())
2007-03-15 22:33:04 +00:00
Ilia Alshanetsky
c829314963
malloc() -> pemalloc()
2007-03-12 23:21:41 +00:00
Stanislav Malyshev
7508066230
fix broken snprintf code
2007-03-06 00:24:00 +00:00
Hannes Magnusson
d193017342
Typo
2007-02-28 10:37:07 +00:00
Ilia Alshanetsky
cc04404b28
snprintf() -> slprintf()
...
# Part 1
2007-02-27 03:04:40 +00:00
Ilia Alshanetsky
9783f5f1f3
strncpy() -> strlcpy()
2007-02-24 18:00:56 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Antony Dovgal
a4ae84d014
MFH
2007-01-22 09:08:28 +00:00
Antony Dovgal
5f12c71382
MFH
2007-01-18 15:55:09 +00:00
Antony Dovgal
05c11fdfb2
MFH
2007-01-18 15:41:01 +00:00
Antony Dovgal
c592304ac0
MFH: use snprintf()
2007-01-18 15:29:30 +00:00
Ilia Alshanetsky
2df7386475
Update copyright year
...
# The rest of the files were already updated by Sebastian
2007-01-01 19:32:10 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Ilia Alshanetsky
7efb0a14f4
Use safe_emalloc()
2006-12-25 21:41:04 +00:00
Antony Dovgal
3fd433c07d
MFH
2006-12-25 20:53:50 +00:00
Ilia Alshanetsky
c69555b948
Thread safety fixes.
2006-11-30 16:21:24 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Marcus Boerger
d05c2a40d8
- MFH Revert accidential 'drop in' from 1.227
2005-12-11 12:47:46 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
foobar
a3af52c11e
MFH: list_entry -> zend_rsrc_list_entry
2005-12-05 23:38:04 +00:00
Antony Dovgal
81b8096ea8
MFH: fix #34855 (ibase_service_attach() segfault on AMD64)
2005-10-13 12:58:48 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
626253940e
- Added PHP_INSTALL_HEADERS() macro
...
- Fixed several VPATH build issues
- Changed all awk calls to use $AWK
- Changed all mkdir calls to use "$php_shtool mkdir"
2005-05-07 02:51:53 +00:00
Ard Biesheuvel
f21ab2f60f
Fixed bug #31597 : ibase_connect() - incorrect warning
2005-02-23 20:20:25 +00:00
Ard Biesheuvel
bb5ce07f8c
Fixed return value of ibase_execute()
2004-11-10 11:21:50 +00:00
Ard Biesheuvel
1b4e0b81e3
Don't copy ini items to module globals
...
(fixed unregistered bug with mangled default_db setting)
2004-07-06 13:46:19 +00:00
Ilia Alshanetsky
d5fc8152f3
Eliminate potentially dangerous alloca().
2004-07-04 17:13:58 +00:00
Ard Biesheuvel
81dbc2fcef
Fixed Ilia's alloca() issue/exploit
...
Removed pointless RINIT()
Use macros for consistent resource type names
2004-06-30 10:55:03 +00:00
Ard Biesheuvel
16e2d61435
MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)
2004-06-28 11:27:05 +00:00
Ard Biesheuvel
c84c5640e7
Revert
2004-06-12 20:52:07 +00:00
Ard Biesheuvel
39a690321a
Added export macros
2004-06-12 02:49:47 +00:00
Ard Biesheuvel
4ea43fe019
... back from the dead
2004-06-08 10:04:09 +00:00
Ard Biesheuvel
9579de34d7
Added support for date/time types
...
Added support for compiling/executing PHP code stored in the database
Added support for TSRM
2004-06-05 10:03:42 +00:00