119 Commits (75df505fe6124e12e0185ee46cc47d2b20140887)

Author SHA1 Message Date
Ilia Alshanetsky 7bbe518f8b Fixed bug #27058 (crash in sybase_connect() with 2 arguments). 22 years ago
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Ilia Alshanetsky 1459361c3e Do not strip trailing spaces. 23 years ago
Ilia Alshanetsky df11d7079c More ZTS stuff. 23 years ago
Ilia Alshanetsky afc48dc8f2 Fixed bug #25744 (make ZTS build of ext/sybase compile) 23 years ago
Andrey Hristov b2eb454171 format string fixes 23 years ago
Ilia Alshanetsky 93bcd55eaf emalloc -> safe_emalloc 23 years ago
foobar cc96ff7ffb Fix some more typos 23 years ago
foobar 1345027597 Fixed couple of typo(s) (which caused compile failures) 23 years ago
foobar 5aeedb4c88 Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgruetzner at rw3 dot com) 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Ilia Alshanetsky 7d2b4cab36 Cleaner error handling. 23 years ago
Ilia Alshanetsky f1bd3d539f Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect). 23 years ago
Ilia Alshanetsky 453368afdf Removed pointless checks. 23 years ago
Ilia Alshanetsky 2b121d0b37 Various corrections. 23 years ago
Ilia Alshanetsky 299614ae16 Newer parameter parsing API. 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Stefan Esser e4e299614e need more space 24 years ago
Stefan Esser 7924bf8705 remove extra char in case of binary/money fields 24 years ago
Stefan Esser e5dbcb0890 fixing cut&paste bug 24 years ago
Stefan Esser f481a209b7 fixing crashbug 24 years ago
Ilia Alshanetsky 40d1127568 Fixed memory leaks. 24 years ago
jim winstead d3400b2b5f the 'setup' script was removed more than two years ago. 24 years ago
Andi Gutmans c8e7db984c - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR 24 years ago
Sascha Schumann 5cba3a99c2 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 24 years ago
Derick Rethans f3d1ae176f - Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
foobar f1397d5339 Unified the configure messages. 25 years ago
Stig Bakken 689252082c * zend_module_entry change: apino, debug and zts are moved first, 25 years ago
Jeroen van Wolffelaar 6693d112d2 Fix the fix 25 years ago
Jeroen van Wolffelaar 8ec9e5bca0 Fix parse-error 25 years ago
Jeroen van Wolffelaar 21f2b9277f 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
Andi Gutmans 17765221df - Fix namespace collisions. 25 years ago
Thies C. Arntzen 8b480b8c09 make sybase compile with engine2 25 years ago
Sascha Schumann 23b9300fd1 more tsrm cleanup 25 years ago
Zeev Suraski aa1772ca72 More TSRMLS_FETCH annihilation 25 years ago
Zeev Suraski d76cf1da18 More TSRMLS_FETCH work 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Zeev Suraski 1c25b8dd53 Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Joey Smith 5f2d12c3bc Be consistent with hashed_details behavior. 25 years ago
Thies C. Arntzen 0ef0f8e32b ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) 25 years ago
Zeev Suraski 66d94bc655 Nuke zval_reset 25 years ago
Zeev Suraski d70ce7be27 var_reset -> ZVAL_RESET 25 years ago
foobar 3186994df1 Fix bug: #11397 25 years ago