Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 56 | -201/+81 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 11 | -95/+23 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 24 | -105/+116 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 68 | -216/+208 |
| | | | | the way | ||||
* | changed for input encoding conversion in win32. | Rui Hirokawa | 2001-07-29 | 1 | -1/+4 |
| | |||||
* | buffer was too small | Thies C. Arntzen | 2001-07-29 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andi Gutmans | 2001-07-29 | 1 | -11/+13 |
| | |||||
* | - Yet another one... | Andi Gutmans | 2001-07-29 | 2 | -4/+4 |
| | |||||
* | - And more... | Andi Gutmans | 2001-07-29 | 1 | -1/+1 |
| | |||||
* | - More object macros | Andi Gutmans | 2001-07-29 | 3 | -15/+14 |
| | |||||
* | Fix typo. | Jon Parise | 2001-07-29 | 1 | -2/+2 |
| | |||||
* | - Object macros... | Andi Gutmans | 2001-07-28 | 1 | -7/+8 |
| | |||||
* | - More object macros | Andi Gutmans | 2001-07-28 | 4 | -20/+20 |
| | |||||
* | - More object macros | Andi Gutmans | 2001-07-28 | 1 | -5/+9 |
| | |||||
* | - More object macro work | Andi Gutmans | 2001-07-28 | 1 | -4/+6 |
| | |||||
* | - More Object macro work. I couldn't test this one so let me know if it | Andi Gutmans | 2001-07-28 | 4 | -26/+26 |
| | | | | | breaks the Windows build. | ||||
* | - Use object macros | Andi Gutmans | 2001-07-28 | 2 | -4/+7 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 121 | -1562/+678 |
| | |||||
* | Fixed the config.m4 script to allow the cracklib extension to be properly built | Alexander Feldman | 2001-07-28 | 1 | -2/+4 |
| | | | | | as a shared module. | ||||
* | Fix build. This was done by bringing this to the 'PHP 4 era' :) | foobar | 2001-07-28 | 1 | -16/+10 |
| | |||||
* | nesting_level is now ob_nesting_level in main/php_output.h | Joey Smith | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | Simplified a bit and made more readable. | foobar | 2001-07-27 | 1 | -37/+45 |
| | |||||
* | Simplified this a bit and made more consistent. | foobar | 2001-07-27 | 1 | -11/+6 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 43 | -128/+131 |
| | | | | | | | - 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... | ||||
* | detect oracle9i | Thies C. Arntzen | 2001-07-26 | 1 | -1/+4 |
| | |||||
* | Fixes for the module to be reentrant | Nikos Mavroyanopoulos | 2001-07-26 | 2 | -242/+199 |
| | |||||
* | @- Improved the stability of OCIPlogon() after a database restart. (Thies) | Thies C. Arntzen | 2001-07-25 | 1 | -0/+2 |
| | |||||
* | fix recently discovered api flaws | Daniel Beulshausen | 2001-07-25 | 3 | -75/+128 |
| | | | | | | | - nuke first parameter to socket_select (detemine it ourself) - swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset - allow to pass an array of sockets to socket_fd_set + socket_fd_clear | ||||
* | Get rid of memchr in SEARCHCR(). | Sascha Schumann | 2001-07-25 | 1 | -3/+5 |
| | |||||
* | Get rid of memchr | Sascha Schumann | 2001-07-25 | 1 | -3/+12 |
| | |||||
* | updated ovrimos driver | Nikos Mavroyanopoulos | 2001-07-25 | 1 | -54/+307 |
| | |||||
* | Add extra check on Delete statements | Frank M. Kromann | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | removed duplicate code and changed | Harald Radi | 2001-07-24 | 2 | -692/+758 |
| | | | | | | code slightly to be compatible with broken com implementations | ||||
* | - MSHUTDOWN needs to return SUCCESS/FAILURE | Andi Gutmans | 2001-07-24 | 1 | -0/+1 |
| | |||||
* | indention | Thies C. Arntzen | 2001-07-23 | 1 | -2/+2 |
| | |||||
* | fix newly introduced mem-leak in assert-module | Thies C. Arntzen | 2001-07-23 | 2 | -1/+11 |
| | |||||
* | I added code to up the reference count of the database connection | Paul Moosman | 2001-07-23 | 1 | -0/+2 |
| | | | | | | reference. This change fixes bug #11489 in php version 4.0.6. I derived this fix from the my_sql module. | ||||
* | these tow fail with "Constant sid already defined" i | Hartmut Holzgraefe | 2001-07-22 | 2 | -0/+3 |
| | | | | | too if E_NOTICE error reporting is active | ||||
* | While researching a crash-bug in mail(), I found these two goldies. | Sascha Schumann | 2001-07-22 | 1 | -41/+52 |
| | | | | | Replace php_escape_shell_(arg|cmd) with straight-forward implementations. | ||||
* | Left-over outdated comment | Rasmus Lerdorf | 2001-07-21 | 1 | -1/+0 |
| | |||||
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -12/+3 |
| | | | | | Note: You may *not* return directly from a catch block | ||||
* | Remove redundant code | Zeev Suraski | 2001-07-21 | 1 | -2/+2 |
| | |||||
* | Drop memchr() in php_memnstr in favor of manual scanning. This reduces | Sascha Schumann | 2001-07-21 | 1 | -6/+12 |
| | | | | | the complexity of the function and is about 20% faster on Linux/x86. | ||||
* | Clarify and optimize | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
| | |||||
* | Fix more crashes related to this switch to z_value | Rasmus Lerdorf | 2001-07-21 | 1 | -2/+2 |
| | |||||
* | Fix last two instances of using ext/standard/php_output.h | Sascha Schumann | 2001-07-20 | 2 | -2/+2 |
| | |||||
* | fix include | Thies C. Arntzen | 2001-07-20 | 2 | -2/+2 |
| | |||||
* | Retain downwards compatibility - cool idea Jon :) | Zeev Suraski | 2001-07-20 | 2 | -761/+0 |
| | |||||
* | Fix UNIX build | Zeev Suraski | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Fix Windows build | Zeev Suraski | 2001-07-20 | 2 | -2/+1 |
| |