Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Introduce //filter target to php: wrapper to allow inline application of ↵ | Sara Golemon | 2003-02-18 | 1 | -0/+56 | |
| | | | | filters during fopen() style opperations | |||||
* | style polizei | foobar | 2003-02-18 | 1 | -5/+3 | |
| | ||||||
* | getpriority() and setpriority() are in libc.. | foobar | 2003-02-18 | 1 | -3/+1 | |
| | ||||||
* | nice() is part of libc, use AC_CHECK_FUNCS instead | foobar | 2003-02-18 | 1 | -6/+1 | |
| | ||||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2003-02-18 | 1 | -1/+2 | |
| | ||||||
* | Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write ↵ | Sara Golemon | 2003-02-18 | 2 | -13/+50 | |
| | | | | chains. Automagically decide what to do if noone tells us. | |||||
* | New function news. | Ilia Alshanetsky | 2003-02-18 | 1 | -0/+4 | |
| | ||||||
* | Added pcntl_setpriority & pcntl_getpriority(). These functions can be used | Ilia Alshanetsky | 2003-02-18 | 3 | -1/+96 | |
| | | | | | to fetch and alter the priority of a process. | |||||
* | TSRMLS! | Wez Furlong | 2003-02-18 | 2 | -5/+5 | |
| | ||||||
* | ChangeLog update | 2003-02-18 | 2 | -0/+177 | ||
| | ||||||
* | Add basic test of read filters and read filter chain. | Wez Furlong | 2003-02-18 | 1 | -0/+44 | |
| | ||||||
* | By popular demand nice() is renamed to proc_nice(). | Ilia Alshanetsky | 2003-02-18 | 3 | -5/+5 | |
| | | | | | A better error message for proc_nice() failure. | |||||
* | Implement new filter API, stage 1. | Wez Furlong | 2003-02-18 | 12 | -496/+734 | |
| | | | | | | | | | | | | This breaks user-space filters (for the time being), and those weird convert.* filters in ext/standard/filters.c The filters stack has been separated into one chain for read and one chain for write. The user-space stream_filter_append() type functions currently only operate on the read chain. They need extending to work with the write chain too. | |||||
* | Added nice() function, which allows changing of priority for the current | Ilia Alshanetsky | 2003-02-18 | 4 | -0/+37 | |
| | | | | | process. | |||||
* | new test (class which extends mysqli. currently this test fails :( ) | Georg Richter | 2003-02-18 | 1 | -0/+19 | |
| | ||||||
* | removed duplicate code | Georg Richter | 2003-02-18 | 1 | -7/+0 | |
| | ||||||
* | fixed some leaks when mysql_close will be called before all stmts are freed. | Georg Richter | 2003-02-18 | 2 | -5/+22 | |
| | ||||||
* | additional tests for non freed objects | Georg Richter | 2003-02-17 | 6 | -0/+112 | |
| | ||||||
* | MFB: Sanity check. | foobar | 2003-02-17 | 1 | -1/+11 | |
| | ||||||
* | Update | foobar | 2003-02-17 | 1 | -1/+4 | |
| | ||||||
* | test for mysql_fetch_row (oo-style) | Georg Richter | 2003-02-17 | 1 | -0/+23 | |
| | ||||||
* | Whitespace & minor renames | Zeev Suraski | 2003-02-17 | 1 | -7/+7 | |
| | ||||||
* | whitespace | Zeev Suraski | 2003-02-17 | 1 | -2/+2 | |
| | ||||||
* | Improve handling of static member variables | Zeev Suraski | 2003-02-17 | 3 | -65/+65 | |
| | ||||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 21 | -45/+22 | |
| | ||||||
* | More Win32 build improvements | Zeev Suraski | 2003-02-17 | 2 | -0/+6 | |
| | ||||||
* | Improve Win32 build performance | Zeev Suraski | 2003-02-17 | 2 | -7/+6 | |
| | ||||||
* | Fix build under win32 | Wez Furlong | 2003-02-17 | 1 | -0/+1 | |
| | ||||||
* | added close method/alias for result object (for compatibility with statement and | Georg Richter | 2003-02-17 | 1 | -0/+1 | |
| | | | | | link objects) | |||||
* | test for OO-Implementation (bind_result) | Georg Richter | 2003-02-17 | 1 | -0/+60 | |
| | ||||||
* | you know it's time to get away from the keyboard when you do this. | Shane Caraveo | 2003-02-17 | 1 | -3/+1 | |
| | | | | | fix my last fix | |||||
* | - Style polizei | Derick Rethans | 2003-02-17 | 1 | -1/+3 | |
| | ||||||
* | - Cleaned this mess a bit: | foobar | 2003-02-17 | 8 | -314/+233 | |
| | | | | | | | | | | . Centralized the functions sunrise/sunset to php_sunrise_sunset to lessen duplicate code. . Made wrapper function php_do_date_sunrise_sunset() to lessen duplicate code. . Coding style fixes. . renamed sunfuncs.h -> php_sunfuncs.h | |||||
* | - These results were obviously got with TZ=GMT | foobar | 2003-02-17 | 1 | -23/+25 | |
| | | | | | | # also prefixed the test results with the tested option # so it's easier to see which one fails.. | |||||
* | Assuming the results were created in system with Asia/Jerusalem as TZ | foobar | 2003-02-17 | 1 | -0/+3 | |
| | ||||||
* | fix it the right way | Shane Caraveo | 2003-02-17 | 1 | -3/+1 | |
| | ||||||
* | override precision ini setting | foobar | 2003-02-17 | 1 | -1/+3 | |
| | ||||||
* | prevent possible crash if used in combo with mod_gzip | Shane Caraveo | 2003-02-17 | 1 | -2/+2 | |
| | | | | | fix command line | |||||
* | If you pass NULL, you do not get a NULL value, make sure it is. | Shane Caraveo | 2003-02-17 | 1 | -1/+3 | |
| | ||||||
* | - Let's be consistent with these.. | foobar | 2003-02-17 | 7 | -10/+11 | |
| | ||||||
* | NEWS update | 2003-02-17 | 1 | -0/+4 | ||
| | ||||||
* | ChangeLog update | 2003-02-17 | 2 | -0/+245 | ||
| | ||||||
* | Move some of the streams header into supplementary files | Wez Furlong | 2003-02-17 | 5 | -180/+294 | |
| | | | | | | # Just when you thought you had learned your way around the streams code; # I like to keep you all on your toes! | |||||
* | bring up to date with change in run-tests | Shane Caraveo | 2003-02-17 | 1 | -200/+367 | |
| | ||||||
* | Fix compile warning | Wez Furlong | 2003-02-17 | 1 | -1/+1 | |
| | ||||||
* | Some additional sanity. | Wez Furlong | 2003-02-16 | 1 | -1/+20 | |
| | ||||||
* | Add the sunfuncs to the .dsp file for Moshe. | Wez Furlong | 2003-02-16 | 1 | -0/+8 | |
| | ||||||
* | Update win32 project for streams juggling. | Wez Furlong | 2003-02-16 | 1 | -16/+32 | |
| | ||||||
* | Remove unused vars | Wez Furlong | 2003-02-16 | 1 | -2/+1 | |
| | ||||||
* | @ new idate() function. | Moshe Doron | 2003-02-16 | 9 | -1/+587 | |
| | | | | | | | @ new date_sunrise() function. @ new date_sunset() function. #since i have no premission updating the win32 project file, i'm sending patch on the list. |