summaryrefslogtreecommitdiff
path: root/ext/msql
Commit message (Collapse)AuthorAgeFilesLines
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* 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-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns ↵Andi Gutmans2005-02-171-3/+8
| | | | with NULL values
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-1/+1
|
* - 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.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+18
| | | | | mcve untested (I don't have those libs/headers)
* 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-102-6/+6
|
* 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-312-2/+2
|
* Unify error messagesDerick Rethans2002-06-261-13/+13
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-11/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-0/+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
|
* Nuke more quotesSascha Schumann2001-05-121-1/+1
|
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-3/+3
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* make msql build under win32Daniel Beulshausen2001-01-253-62/+169
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|