summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* - Add a couple of test files, which all still fail.Derick Rethans2005-06-175-0/+89
* - Simplify code a little.Derick Rethans2005-06-172-5/+3
* nuke unused variablefoobar2005-06-171-2/+2
* - Rename tl_config.h to timelib_config.hDerick Rethans2005-06-1710-82/+82
* Use new dependency systemfoobar2005-06-171-0/+12
* Use the new dependency systemfoobar2005-06-171-1/+9
* Use the new dependency systemfoobar2005-06-171-1/+7
* add news entry and test for bug #33382Antony Dovgal2005-06-171-0/+27
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-177-12/+70
* Attempt to fix win32 build by creating the missing hader fileFrank M. Kromann2005-06-171-0/+4
* - Improve portability.foobar2005-06-1613-16/+158
* - Internal functions/methods can now return by referenceMarcus Boerger2005-06-161-1/+1
* Fixed memory corruption.Ilia Alshanetsky2005-06-161-2/+2
* ifdef'ed the code but not the includesBrian France2005-06-162-0/+4
* nuke unused entriesfoobar2005-06-161-2/+0
* fix typosJohannes Schlüter2005-06-161-3/+3
* Fix VPATH build (again)foobar2005-06-161-2/+5
* - Fixed headers for FreeBSDDerick Rethans2005-06-163-15/+16
* - Added include dir.Derick Rethans2005-06-161-0/+1
* - Fix up tests, remove windows specific test.Derick Rethans2005-06-164-71/+2
* - Move strtotime() related testcases to ext/date/tests.Derick Rethans2005-06-1610-0/+0
* - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" toDerick Rethans2005-06-1611-11/+11
* Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widel...Wez Furlong2005-06-161-11/+14
* Fix compile on win32 at least.Wez Furlong2005-06-161-1/+1
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* - Fixed a regression with "last saturday"Derick Rethans2005-06-163-16/+16
* - Update maintainers and credits.Derick Rethans2005-06-161-5/+5
* Fixed memory leak.Ilia Alshanetsky2005-06-151-2/+7
* Avoid double-free.Ilia Alshanetsky2005-06-151-0/+3
* Added test for bug #33056.Ilia Alshanetsky2005-06-151-0/+12
* WS fixAndrei Zmievski2005-06-151-22/+22
* Fix FCI cache for array_walk and user array compare functions. BugAndrei Zmievski2005-06-153-44/+62
* - Make it compile cleanly with MS VC++ too, which is completely anal in someDerick Rethans2005-06-159-101/+105
* - Commit re-generated parser.Derick Rethans2005-06-151-2/+2
* Date will never be compiled as shared so this is not neededEdin Kadribasic2005-06-151-4/+0
* Nuke PHP_ prefix from timelibEdin Kadribasic2005-06-155-8/+8
* Made date obligatory and staticEdin Kadribasic2005-06-151-8/+3
* - Hide the "Unexpected character..." message for now.Derick Rethans2005-06-154-4/+5
* - Commit fixed .c file with fixed re2c.Derick Rethans2005-06-151-36/+38
* - Whitespace and regenerate the .c file with my re2c.Derick Rethans2005-06-156-71/+71
* - Rename macro to TIMELIB_TIME_FREEDerick Rethans2005-06-151-13/+13
* Export symbolsEdin Kadribasic2005-06-151-0/+4
* Touch + manual fix for re2c bug where it forgets {} in static int scan()Edin Kadribasic2005-06-151-77/+82
* Bring PDO_ODBC tests in sync with PDO base tests.Dan Scott2005-06-159-2/+523
* Make it compile on windowsEdin Kadribasic2005-06-158-23/+61
* Fixed memory leaks.Ilia Alshanetsky2005-06-142-18/+33
* fix VPATH builds + nuked unnecessary linesfoobar2005-06-141-3/+2
* Added win32 build fileEdin Kadribasic2005-06-141-0/+11
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-1423-38/+32347
* Fixed bug #33340 (CLI Crash when calling php:function from XSLT)Rob Richards2005-06-141-1/+1