Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -3/+1 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | proto fixes. | Andrey Hristov | 2003-06-22 | 1 | -22/+22 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | ZTS fix. | Ilia Alshanetsky | 2003-01-19 | 1 | -0/+1 |
| | |||||
* | fixed typos | Ilia Alshanetsky | 2003-01-19 | 1 | -2/+2 |
| | |||||
* | ZTS fixes. | Ilia Alshanetsky | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -50/+50 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -28/+7 |
| | |||||
* | Fixed bug #20079 (made ora_logoff return TRUE on success). | Ilia Alshanetsky | 2003-01-16 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -4/+0 |
| | | | | | instances | ||||
* | MFB | Edin Kadribasic | 2002-04-25 | 1 | -1/+3 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -9/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | add oracle 9 detection for oracle-module | Thies C. Arntzen | 2002-02-04 | 1 | -1/+3 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -41/+41 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | fixed a warning regarding incompatible function pointer types | Hartmut Holzgraefe | 2001-09-17 | 1 | -4/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | if test -f /usr/local/lib/libexample.s?; then <-- no workie | foobar | 2001-09-07 | 1 | -5/+5 |
| | | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( # | ||||
* | Some more TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -27/+25 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -4/+3 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -4/+0 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -23/+7 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -4/+4 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Moved some messages to the end of configure process so they are easier | foobar | 2001-06-23 | 1 | -9/+0 |
| | | | | | to notice. | ||||
* | - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) | Andi Gutmans | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -4/+64 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -2/+2 |
| | |||||
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+2 |
| | |||||
* | Fixed bug: #10779 | foobar | 2001-05-10 | 1 | -4/+4 |
| | |||||
* | Fix bug #10212. | foobar | 2001-04-09 | 1 | -2/+2 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -51/+51 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | fixed newly introduced crash in ora_bind | Thies C. Arntzen | 2001-03-27 | 1 | -3/+0 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | This should make detecting the version of Oracle libs a bit more accurate | foobar | 2001-02-14 | 1 | -2/+6 |
| | | | | | | to avoid the 'missing libcore4' errors. (e.g. on AIX) Bug reports: #9027, #8905 | ||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -3/+1 |
| | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
* | Stop automatically passing vars to AC_SUBST through PHP_SUBST. | Sascha Schumann | 2000-12-20 | 1 | -1/+1 |
| | | | | | | | | There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place. | ||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838) | Thies C. Arntzen | 2000-11-16 | 1 | -6/+1 |
| | |||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 1 | -1/+1 |
| |