summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Test commit, ignoreZeev Suraski1999-12-011-1/+1
* @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be referencesZeev Suraski1999-12-011-1/+1
* @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counter...Zeev Suraski1999-12-011-4/+7
* Make array.c thread-safeSascha Schumann1999-12-015-52/+51
* Make fsock module thread-safeSascha Schumann1999-12-012-29/+72
* libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on WindowsSam Ruby1999-12-011-1/+2
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-302-6/+6
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-291-0/+1
* Use thread-safe versions of localtime and gmtime on Win32 tooSam Ruby1999-11-291-1/+3
* - Add OLS_C so that we can call php_output_init_globals() with it.Andi Gutmans1999-11-281-1/+3
* # check link() as wellRasmus Lerdorf1999-11-281-0/+4
* (symlink) Disable symlinks to urlsRasmus Lerdorf1999-11-281-0/+4
* Make basic/string functions thread-safeSascha Schumann1999-11-284-68/+99
* one tmbuf is enoughSascha Schumann1999-11-271-1/+1
* Use thread-safe versions of localtime and gmtimeJouni Ahto1999-11-271-8/+8
* Only compile the scanner, if trans_sid is enabledSascha Schumann1999-11-272-13/+21
* Kill undefined referenceSascha Schumann1999-11-261-4/+4
* Undefine HAVE_PUTENV, if ZTS is usedSascha Schumann1999-11-261-1/+5
* Kill one race.Sascha Schumann1999-11-261-1/+1
* Use php_init_output_globals() also in non-ZTS modeSascha Schumann1999-11-261-10/+5
* Use thread-safe versions of localtime and gmtimeSascha Schumann1999-11-261-11/+11
* *** empty log message ***Zeev Suraski1999-11-261-1/+0
* Replace strtok with strtok_rSascha Schumann1999-11-261-6/+7
* Killing some unused variable warningsSascha Schumann1999-11-243-2/+2
* Freeing the memory would be a good idea...Evan Klinger1999-11-241-0/+1
* Can't forget fd_isset()Evan Klinger1999-11-242-1/+27
* First attempt at fd_set() and select()Evan Klinger1999-11-242-6/+74
* Use the unified notation...Zeev Suraski1999-11-231-66/+66
* Cosmetic changesZeev Suraski1999-11-231-3/+3
* Convert to Ex APIEvan Klinger1999-11-231-22/+22
* errors during startup trap serverSam Ruby1999-11-231-8/+9
* Fixed a leak when using automatic output bufferingZeev Suraski1999-11-221-0/+1
* add MS SQL module to credit infoFrank M. Kromann1999-11-221-0/+1
* Optimize a tiny bitEvan Klinger1999-11-221-1/+1
* (PHP urldecode) Fix for #2788, function changed parameter in placeSascha Schumann1999-11-211-2/+5
* @- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)Thies C. Arntzen1999-11-211-6/+28
* Maybe later on today. Must buy some beer first.Egon Schmid1999-11-212-2/+2
* @- Implemented get_html_translation_table() function. (Thies)Thies C. Arntzen1999-11-213-0/+58
* @- Implemented array_flip() function. Returns input-array with key, valueThies C. Arntzen1999-11-212-0/+52
* -renamed some macrosThies C. Arntzen1999-11-211-26/+36
* (PHP strtr) little smarterThies C. Arntzen1999-11-211-1/+1
* (PHP substr_replace) Changed the order of the arguments.Andrei Zmievski1999-11-201-15/+8
* @- Implemented 2-Arg version of strtr($str,$translation_array). This can be usedThies C. Arntzen1999-11-201-13/+125
* - Add array.c to the Win32 projectAndi Gutmans1999-11-191-0/+2
* arg! alphabetize correctly!Sam Ruby1999-11-181-1/+1
* add Java module to credit infoSam Ruby1999-11-181-0/+1
* (PHP substr_replace) New function.Andrei Zmievski1999-11-163-0/+84
* Just some rearranging.Andrei Zmievski1999-11-161-2/+4
* - Change used_return_value to return_value_usedAndi Gutmans1999-11-161-1/+1
* - Initial support for Thies' idea of passing functions a flag telling themAndi Gutmans1999-11-161-4/+6