summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce //filter target to php: wrapper to allow inline application of ↵Sara Golemon2003-02-181-0/+56
| | | | filters during fopen() style opperations
* style polizeifoobar2003-02-181-5/+3
|
* getpriority() and setpriority() are in libc..foobar2003-02-181-3/+1
|
* nice() is part of libc, use AC_CHECK_FUNCS insteadfoobar2003-02-181-6/+1
|
* Fixed compiler warning.Ilia Alshanetsky2003-02-181-1/+2
|
* Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write ↵Sara Golemon2003-02-182-13/+50
| | | | chains. Automagically decide what to do if noone tells us.
* New function news.Ilia Alshanetsky2003-02-181-0/+4
|
* Added pcntl_setpriority & pcntl_getpriority(). These functions can be usedIlia Alshanetsky2003-02-183-1/+96
| | | | | to fetch and alter the priority of a process.
* TSRMLS!Wez Furlong2003-02-182-5/+5
|
* ChangeLog update2003-02-182-0/+177
|
* Add basic test of read filters and read filter chain.Wez Furlong2003-02-181-0/+44
|
* By popular demand nice() is renamed to proc_nice().Ilia Alshanetsky2003-02-183-5/+5
| | | | | A better error message for proc_nice() failure.
* Implement new filter API, stage 1.Wez Furlong2003-02-1812-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 currentIlia Alshanetsky2003-02-184-0/+37
| | | | | process.
* new test (class which extends mysqli. currently this test fails :( )Georg Richter2003-02-181-0/+19
|
* removed duplicate codeGeorg Richter2003-02-181-7/+0
|
* fixed some leaks when mysql_close will be called before all stmts are freed.Georg Richter2003-02-182-5/+22
|
* additional tests for non freed objectsGeorg Richter2003-02-176-0/+112
|
* MFB: Sanity check.foobar2003-02-171-1/+11
|
* Updatefoobar2003-02-171-1/+4
|
* test for mysql_fetch_row (oo-style)Georg Richter2003-02-171-0/+23
|
* Whitespace & minor renamesZeev Suraski2003-02-171-7/+7
|
* whitespaceZeev Suraski2003-02-171-2/+2
|
* Improve handling of static member variablesZeev Suraski2003-02-173-65/+65
|
* Win32 build improvementsZeev Suraski2003-02-1721-45/+22
|
* More Win32 build improvementsZeev Suraski2003-02-172-0/+6
|
* Improve Win32 build performanceZeev Suraski2003-02-172-7/+6
|
* Fix build under win32Wez Furlong2003-02-171-0/+1
|
* added close method/alias for result object (for compatibility with statement andGeorg Richter2003-02-171-0/+1
| | | | | link objects)
* test for OO-Implementation (bind_result)Georg Richter2003-02-171-0/+60
|
* you know it's time to get away from the keyboard when you do this.Shane Caraveo2003-02-171-3/+1
| | | | | fix my last fix
* - Style polizeiDerick Rethans2003-02-171-1/+3
|
* - Cleaned this mess a bit:foobar2003-02-178-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=GMTfoobar2003-02-171-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 TZfoobar2003-02-171-0/+3
|
* fix it the right wayShane Caraveo2003-02-171-3/+1
|
* override precision ini settingfoobar2003-02-171-1/+3
|
* prevent possible crash if used in combo with mod_gzipShane Caraveo2003-02-171-2/+2
| | | | | fix command line
* If you pass NULL, you do not get a NULL value, make sure it is.Shane Caraveo2003-02-171-1/+3
|
* - Let's be consistent with these..foobar2003-02-177-10/+11
|
* NEWS update2003-02-171-0/+4
|
* ChangeLog update2003-02-172-0/+245
|
* Move some of the streams header into supplementary filesWez Furlong2003-02-175-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-testsShane Caraveo2003-02-171-200/+367
|
* Fix compile warningWez Furlong2003-02-171-1/+1
|
* Some additional sanity.Wez Furlong2003-02-161-1/+20
|
* Add the sunfuncs to the .dsp file for Moshe.Wez Furlong2003-02-161-0/+8
|
* Update win32 project for streams juggling.Wez Furlong2003-02-161-16/+32
|
* Remove unused varsWez Furlong2003-02-161-2/+1
|
* @ new idate() function.Moshe Doron2003-02-169-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.