Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return the exit status from php_execute_script() | Sascha Schumann | 2000-11-22 | 2 | -4/+7 |
| | |||||
* | removing '{' was certainly not intended | Sascha Schumann | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Don't access opt, if opt was not set. | Sascha Schumann | 2000-11-22 | 1 | -3/+3 |
| | |||||
* | Whitespace fix and initialize ret properly | Sascha Schumann | 2000-11-22 | 1 | -9/+9 |
| | |||||
* | ChangeLog update | 2000-11-22 | 1 | -0/+78 | |
| | |||||
* | NEWS update | 2000-11-22 | 1 | -0/+4 | |
| | |||||
* | some more info on the ctype extension | Hartmut Holzgraefe | 2000-11-22 | 3 | -0/+12 |
| | |||||
* | an experimental extension providing the C ctype function family | Hartmut Holzgraefe | 2000-11-22 | 7 | -0/+842 |
| | |||||
* | Fix build | Zeev Suraski | 2000-11-21 | 2 | -6/+7 |
| | |||||
* | - The baby patch wasn't that innocent :) | Andi Gutmans | 2000-11-21 | 1 | -1/+0 |
| | |||||
* | Sterling's patch to make get_defined_vars() simpler and better. | Andrei Zmievski | 2000-11-21 | 1 | -36/+4 |
| | |||||
* | Major rework of the basic api which provides: | Sterling Hughes | 2000-11-21 | 2 | -160/+440 |
| | | | | | | | | | | | | | | | | | | | - All Sablotron errors are now caught meaning nothing is ever outputted directly to the screen allowing you to catch all errors. - A mechanism is provided for you to have an error function which recieves all sablotron errors. - All of the basic functions re-use a single processor increasing performance (especially with high loads). - Added a bunch of comments, more to come (this way other people can easily modify my source). @ Added the xslt_set_error_handler() function to the Sablotron extension. @ (Sterling) @ Improved Sablotron's error handling system allowing you to catch all @ errors before they are outputted to the screen. (Sterling) | ||||
* | Fix bug #7034 | foobar | 2000-11-21 | 1 | -0/+1 |
| | |||||
* | make HAVE_FOPENCOOKIE available for other extensions besides zlib | Hartmut Holzgraefe | 2000-11-21 | 2 | -39/+40 |
| | |||||
* | added .cvsignore files for tests directories | Hartmut Holzgraefe | 2000-11-21 | 0 | -0/+0 |
| | |||||
* | fix PDF image open under Win32 | Daniel Beulshausen | 2000-11-21 | 1 | -5/+20 |
| | |||||
* | Adding php.ini value to set default batch size for mssql extension | Frank M. Kromann | 2000-11-21 | 3 | -0/+3 |
| | |||||
* | Adding new functions, mssql_affected_rows and mssql_fetch_batch. | Frank M. Kromann | 2000-11-21 | 2 | -29/+119 |
| | | | | | Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats. | ||||
* | ChangeLog update | 2000-11-21 | 1 | -0/+125 | |
| | |||||
* | # a minor change, but still important :) | Hartmut Holzgraefe | 2000-11-21 | 1 | -2/+1 |
| | |||||
* | all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c | Hartmut Holzgraefe | 2000-11-21 | 4 | -86/+109 |
| | | | | | so all the #define/#include workarounds in zlib.c are no longer needed | ||||
* | Adding credits.c to project to allow compilation. | Frank M. Kromann | 2000-11-20 | 1 | -0/+4 |
| | |||||
* | removing compiler warning by including credits.h | Frank M. Kromann | 2000-11-20 | 1 | -0/+1 |
| | |||||
* | fixed a compile problem with glibc<=2.1.1 (#7327, #7892) | Hartmut Holzgraefe | 2000-11-20 | 2 | -2/+41 |
| | | | | | | | # zlib.c still produces a warning, perhaps i should move # the fopen wrapper to a seperate file to get things right # but i think i will wait for the autoconf book to arrive | ||||
* | - NEVER copy and paste :) | Andi Gutmans | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | - Baby patch towards making the damn pass-by-ref work. | Andi Gutmans | 2000-11-20 | 2 | -1/+9 |
| | |||||
* | Fixed typo. #6933 | foobar | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Revert. | Sterling Hughes | 2000-11-20 | 1 | -2/+0 |
| | |||||
* | Update API number | Zeev Suraski | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Move "replace value" logic to Zend | Stanislav Malyshev | 2000-11-20 | 1 | -13/+3 |
| | |||||
* | Add macro to replace value of zval with another value while preserving | Stanislav Malyshev | 2000-11-20 | 1 | -0/+15 |
| | | | | | referencing structure | ||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 84 | -0/+157 |
| | |||||
* | first step towards auto-generated credits | Hartmut Holzgraefe | 2000-11-20 | 7 | -148/+207 |
| | |||||
* | - This patch is broken and needs more thorough fixing. | Andi Gutmans | 2000-11-20 | 1 | -8/+0 |
| | |||||
* | ChangeLog update | 2000-11-20 | 1 | -0/+24 | |
| | |||||
* | - Try and fix the problem when sending references returned from a function ↵ | Andi Gutmans | 2000-11-19 | 1 | -0/+8 |
| | | | | by reference. | ||||
* | typo fix (copy/paste bug?) | Hartmut Holzgraefe | 2000-11-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Sterling Hughes | 2000-11-19 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Sterling Hughes | 2000-11-19 | 1 | -1/+3 |
| | |||||
* | Fix #3261 - variables declared as "global" in function do not get the right | Stanislav Malyshev | 2000-11-19 | 1 | -5/+26 |
| | | | | | value after session_start. | ||||
* | Fix Zend build for non ZTS | Zeev Suraski | 2000-11-19 | 1 | -0/+3 |
| | |||||
* | Patch to find module dir | David Hedbor | 2000-11-19 | 2 | -2/+2 |
| | |||||
* | include checks for cal_misc.h and icalroutines.h | Chuck Hagenbuch | 2000-11-19 | 1 | -0/+8 |
| | |||||
* | ChangeLog update | 2000-11-19 | 1 | -0/+31 | |
| | |||||
* | Added .cvsignore file. | Adam Dickmeiss | 2000-11-18 | 0 | -0/+0 |
| | |||||
* | Stopping Compile Warnings when using old GD | James Moore | 2000-11-18 | 1 | -0/+2 |
| | |||||
* | Persist these numbers so that they stay for the duration of the entire process | Zeev Suraski | 2000-11-18 | 1 | -0/+8 |
| | |||||
* | Forgot to commit the non-debug build fix yesterday... | Zeev Suraski | 2000-11-18 | 1 | -6/+2 |
| | |||||
* | Fix thread-safety bug in bcmath | Zeev Suraski | 2000-11-18 | 2 | -10/+20 |
| | |||||
* | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 12 | -12/+13 |
| | | | | | Enable thread-safety memory debugging in ISAPI when in debug mode |