summaryrefslogtreecommitdiff
path: root/ext/msql/php_msql.c
Commit message (Collapse)AuthorAgeFilesLines
* MFHLukas Smith2008-11-041-1392/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
|
* - MFH: Initialize variableFelipe Pena2008-10-051-5/+1
|
* MFH:Felipe Pena2008-10-031-289/+201
| | | | | | | | - Fixed: - Some segfaults when no connection is open - Warning about cfg_get_long (Kalle) - New parameter parsing API
* - Added arginfoFelipe Pena2008-07-201-45/+211
|
* -MFH: fix build (function was never implemented), even if noone uses it (or ↵Pierre Joye2008-07-051-2/+0
| | | | complains about broken build ;)
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-5/+5
|
* MFHfoobar2005-12-051-50/+50
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns ↵Andi Gutmans2005-02-171-3/+8
| | | | with NULL values
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-3/+3
| | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow.
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* format string fixesAndrey Hristov2003-08-281-5/+5
|
* proto fixesAndrey Hristov2003-06-161-25/+25
| | | | | #my head hurts now. no more fixes today ;)
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Removed pointless checks.Ilia Alshanetsky2003-01-301-3/+1
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-14/+14
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-3/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Unify error messagesDerick Rethans2002-06-261-13/+13
|
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-1/+1
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-79/+79
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix bugs #7301, #6827Zeev Suraski2001-08-181-2/+1
|
* - More ZE2 fixesAndi Gutmans2001-08-131-3/+1
|
* more tsrm cleanupSascha Schumann2001-08-061-2/+2
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-3/+5
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+0
|
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-3/+3
|
* Nuke zval_resetZeev Suraski2001-07-111-3/+3
|
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-3/+3
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-25/+29
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* make msql build under win32Daniel Beulshausen2001-01-251-30/+30
|
* Now make it work too (thanks for noticing that Andi :)Zeev Suraski2000-11-041-1/+1
|
* Fix buildZeev Suraski2000-11-041-1/+1
|