148 Commits (75df505fe6124e12e0185ee46cc47d2b20140887)

Author SHA1 Message Date
Hartmut Holzgraefe eeb172b29f "The Visa to Sibiria" (work in progress) 22 years ago
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Wez Furlong 48b96c10d2 glob-ify lib checks; this simplifies writing of config.w32 files a little. 22 years ago
Wez Furlong 0c126e1233 make these build with new win32 build system. 23 years ago
foobar db50cd251e Aligned configure help texts. 23 years ago
Zeev Suraski 8767205afa Fix Win32 linkage problems 23 years ago
Ilia Alshanetsky 93bcd55eaf emalloc -> safe_emalloc 23 years ago
Zeev Suraski 538d58dd5f Use new infrastructure. 23 years ago
Andrey Hristov f89e7e3fb9 proto fixes. 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Stig Bakken 0e6fca4f22 * email address change 23 years ago
Ilia Alshanetsky 2292a652a6 ZTS fix. 23 years ago
Ilia Alshanetsky 2efab7a22a fixed typos 23 years ago
Ilia Alshanetsky 1fe4990bc0 ZTS fixes. 23 years ago
Ilia Alshanetsky 3d8e54f3a2 Changed php_error to php_error_docref. 23 years ago
Ilia Alshanetsky e2868b5788 Removed pointless memory allocation checks. 23 years ago
Ilia Alshanetsky 4e53357e9b Fixed bug #20079 (made ora_logoff return TRUE on success). 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Sascha Schumann 2909e5c9c9 centralize #include "build-defs.h" and drop (sometimes inconsistent) other 24 years ago
Edin Kadribasic b1c1a99b3d MFB 24 years ago
jim winstead d3400b2b5f the 'setup' script was removed more than two years ago. 24 years ago
Sascha Schumann 5cba3a99c2 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Thies C. Arntzen 32495f256c add oracle 9 detection for oracle-module 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 6cfba2a3ea 2nd phase in back-substitution those macro's 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
Hartmut Holzgraefe 311fe215aa fixed a warning regarding incompatible function pointer types 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
foobar e4df7dc7bf if test -f /usr/local/lib/libexample.s?; then <-- no workie 25 years ago
Zeev Suraski 9be8c97967 Some more TSRMLS_FETCH work 25 years ago
Zeev Suraski aa1772ca72 More TSRMLS_FETCH annihilation 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Zeev Suraski 7b1c400631 More TSRMLS_FETCH annihilation (Zend compatibility patch) 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
foobar cc6a1b20fd Moved some messages to the end of configure process so they are easier 25 years ago
Andi Gutmans c977f29862 - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Stig Bakken 1beda9ee1e * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) 25 years ago
Sascha Schumann afdaee9e47 Nuke more quotes 25 years ago
Sascha Schumann 718b588b14 Fix indentation of ./configure --help messages. 25 years ago
foobar 9fa37f60dc Fixed bug: #10779 25 years ago
foobar d85be2956c Fix bug #10212. 25 years ago
foobar 8a26918ed1 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 25 years ago
Thies C. Arntzen 679d841502 fixed newly introduced crash in ora_bind 25 years ago