Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bad html in ifx_htmltbl_result(). | Danny Heijl | 1999-06-22 | 1 | -2/+1 |
| | |||||
* | Backing out changes. | Andrey Hristov | 1999-06-21 | 2 | -10/+6 |
| | |||||
* | fixed implode "again" - | Thies C. Arntzen | 1999-06-21 | 1 | -6/+6 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 7 | -32/+23 |
| | | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again) | ||||
* | *** empty log message *** | Zeev Suraski | 1999-06-19 | 1 | -5/+0 |
| | |||||
* | Win32/ZTS compiles again | Zeev Suraski | 1999-06-19 | 1 | -15/+11 |
| | |||||
* | for struct sockaddr | Andrey Hristov | 1999-06-18 | 1 | -0/+4 |
| | |||||
* | Apply Sascha's fsock fixes to php4. | Stig Bakken | 1999-06-18 | 2 | -38/+49 |
| | |||||
* | * fixed some #if/#ifdef issues | Stig Bakken | 1999-06-16 | 12 | -537/+1098 |
| | | | | | | | | | | | | * hand-patched in php3 changes from 3.0.6 to HEAD in these files: fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch] ext/standard/php3_string.h ext/standard/string.c * added some new file/socket macros for more readable code: FP_FGETS(buf,len,sock,fp,issock) FP_FREAD(buf,len,sock,fp,issock) FP_FEOF(sock,fp,issock) FP_FGETC(sock,fp,issock) | ||||
* | reversing another patch that slipped | Stig Bakken | 1999-06-15 | 1 | -2/+2 |
| | |||||
* | * reverse fsock/string import patches | Stig Bakken | 1999-06-15 | 6 | -1167/+721 |
| | |||||
* | * now using php4.ini instead of php3.ini | Stig Bakken | 1999-06-15 | 7 | -723/+1169 |
| | | | | | | * re-imported fopen-wrappers, fsock and string code from php3 NB! I have not tested all of the imported functions yet. | ||||
* | gmmktime() fix | Rasmus Lerdorf | 1999-06-15 | 1 | -8/+13 |
| | |||||
* | First attempt at moving the old RFC1867 support to the right place | Zeev Suraski | 1999-06-12 | 4 | -257/+1 |
| | |||||
* | it's obj.properties, not ht | Sascha Schumann | 1999-06-11 | 1 | -3/+3 |
| | |||||
* | Fix up var.c a bit. | Andrey Hristov | 1999-06-11 | 1 | -10/+6 |
| | |||||
* | Same Fix here | Rasmus Lerdorf | 1999-06-11 | 1 | -10/+10 |
| | |||||
* | * Fix a buglet in the session module | Zeev Suraski | 1999-06-11 | 5 | -17/+17 |
| | | | | | | | | | * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables | ||||
* | make serialize work | Sascha Schumann | 1999-06-10 | 1 | -12/+90 |
| | | | | | unserialize does not work yet | ||||
* | Fixing serialize a bit. | Andrey Hristov | 1999-06-10 | 1 | -5/+3 |
| | |||||
* | Added preg_grep() function. | Andrey Hristov | 1999-06-10 | 3 | -3/+90 |
| | |||||
* | Make array_shift/array_pop work better. | Andrey Hristov | 1999-06-09 | 1 | -10/+5 |
| | |||||
* | A fix for a fix. | Andrey Hristov | 1999-06-09 | 1 | -1/+1 |
| | |||||
* | Fixed a bug in preg_split. | Andrey Hristov | 1999-06-09 | 2 | -4/+8 |
| | | | | | Fixed a bug in array_shift/array_pop. | ||||
* | oci8 to 3.0.9 | Thies C. Arntzen | 1999-06-09 | 2 | -7/+15 |
| | | | | | implode works! | ||||
* | *** empty log message *** | Andrey Hristov | 1999-06-09 | 2 | -32/+32 |
| | |||||
* | Fixed a bug in preg_replace. | Andrey Hristov | 1999-06-09 | 3 | -9/+5 |
| | |||||
* | up to 3.0.9 | Thies C. Arntzen | 1999-06-09 | 2 | -133/+226 |
| | |||||
* | resync informix driver with php 3.09 version | Danny Heijl | 1999-06-09 | 2 | -144/+256 |
| | |||||
* | better scaling for large servers using many session ids | Sascha Schumann | 1999-06-07 | 2 | -4/+30 |
| | |||||
* | Don't set is_ref in _phpi_splice() | Andrey Hristov | 1999-06-07 | 2 | -2/+95 |
| | | | | | | More checking in array_merge() Added keys() and values() array functions. | ||||
* | - some cleanups | Sascha Schumann | 1999-06-07 | 4 | -8/+46 |
| | | | | | | - add gc logic - add session_destroy() | ||||
* | Fix an ereg_replace() crash bug | Zeev Suraski | 1999-06-07 | 2 | -2/+2 |
| | |||||
* | - Fix PSLS issues | Zeev Suraski | 1999-06-06 | 2 | -13/+25 |
| | | | | | | - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant) | ||||
* | one C too much | Sascha Schumann | 1999-06-06 | 1 | -1/+1 |
| | |||||
* | avoid unnecessary PSLS_FETCH() in internal functions | Sascha Schumann | 1999-06-06 | 1 | -23/+17 |
| | |||||
* | -Init tsrm on minit | Andi Gutmans | 1999-06-06 | 1 | -0/+3 |
| | |||||
* | - Use PS() everywhere. | Andi Gutmans | 1999-06-06 | 1 | -11/+11 |
| | |||||
* | - Make sessions compile on win32 but it still doesn't link. | Andi Gutmans | 1999-06-06 | 1 | -6/+10 |
| | |||||
* | - Add some *_FETCH()'s. Still some work to be done so that it'll compile on ↵ | Andi Gutmans | 1999-06-06 | 1 | -2/+9 |
| | | | | win32. | ||||
* | - s/encoded/encode/ | Sascha Schumann | 1999-06-06 | 2 | -4/+5 |
| | | | | | - new TODO entry | ||||
* | - Remove the is_ref =1 from the push() function. | Andi Gutmans | 1999-06-06 | 1 | -1/+0 |
| | |||||
* | add some protos | Sascha Schumann | 1999-06-06 | 1 | -0/+28 |
| | |||||
* | add some thoughts | Sascha Schumann | 1999-06-06 | 1 | -0/+8 |
| | |||||
* | - auto startup when calling register | Sascha Schumann | 1999-06-05 | 1 | -2/+7 |
| | | | | | - auto startup using a configuration option | ||||
* | moving start code into its own function | Sascha Schumann | 1999-06-05 | 1 | -24/+29 |
| | |||||
* | Added array_merge() function. | Andrey Hristov | 1999-06-05 | 2 | -0/+59 |
| | |||||
* | SAPI does not want line endings | Sascha Schumann | 1999-06-05 | 1 | -1/+1 |
| | |||||
* | Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. | Andrey Hristov | 1999-06-05 | 4 | -3/+411 |
| | | | | | | | | The first 5 work like their Perl counterparts. slice() returns a chunk of the array specified by offset and length arguments. Backport to PHP3 and docs will be coming soon. | ||||
* | first import of session module | Sascha Schumann | 1999-06-05 | 9 | -0/+835 |
| |