Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php3.ini -> php.ini | Zeev Suraski | 1999-07-14 | 1 | -1/+1 |
* | * Update logos | Zeev Suraski | 1999-07-14 | 1 | -2/+2 |
* | - Add a bitwise flag to phpinfo() | Andi Gutmans | 1999-07-14 | 3 | -155/+146 |
* | Don't touch refcount and EA directly | Zeev Suraski | 1999-07-09 | 4 | -40/+22 |
* | Step 2: | Zeev Suraski | 1999-07-09 | 5 | -23/+24 |
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 2 | -7/+10 |
* | ported IPTC fro php3 | Thies C. Arntzen | 1999-07-05 | 3 | -17/+286 |
* | fix from php3 | Sascha Schumann | 1999-07-02 | 1 | -2/+2 |
* | changed boolean behaviour: | Thies C. Arntzen | 1999-07-01 | 1 | -2/+18 |
* | some additional consts | Sascha Schumann | 1999-07-01 | 2 | -4/+4 |
* | oops | Andrey Hristov | 1999-06-28 | 1 | -1/+1 |
* | *** empty log message *** | Andrey Hristov | 1999-06-28 | 1 | -1/+0 |
* | more porting | Sascha Schumann | 1999-06-27 | 3 | -13/+14 |
* | Win32/general patches | Zeev Suraski | 1999-06-26 | 1 | -0/+2 |
* | * Get rid of another request_info element (filename) | Zeev Suraski | 1999-06-26 | 1 | -1/+1 |
* | *** empty log message *** | Zeev Suraski | 1999-06-26 | 1 | -0/+4 |
* | gettype now reports "boolean" correct | Thies C. Arntzen | 1999-06-22 | 1 | -0/+3 |
* | Making function accessible. | Andrey Hristov | 1999-06-22 | 1 | -0/+2 |
* | Making the function accessible. | Andrey Hristov | 1999-06-22 | 1 | -2/+2 |
* | urlencode and decode return an empty-string if the input-string is empty (mat... | Thies C. Arntzen | 1999-06-22 | 1 | -2/+4 |
* | Backing out changes. | Andrey Hristov | 1999-06-21 | 1 | -5/+3 |
* | fixed implode "again" - | Thies C. Arntzen | 1999-06-21 | 1 | -6/+6 |
* | *** 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 |
* | 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 |
* | 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 | 2 | -4/+4 |
* | make serialize work | Sascha Schumann | 1999-06-10 | 1 | -12/+90 |
* | Fixing serialize a bit. | Andrey Hristov | 1999-06-10 | 1 | -5/+3 |
* | Added preg_grep() function. | Andrey Hristov | 1999-06-10 | 1 | -2/+0 |
* | Make array_shift/array_pop work better. | Andrey Hristov | 1999-06-09 | 1 | -10/+5 |
* | Fixed a bug in preg_split. | Andrey Hristov | 1999-06-09 | 1 | -1/+5 |
* | oci8 to 3.0.9 | Thies C. Arntzen | 1999-06-09 | 1 | -6/+8 |
* | *** empty log message *** | Andrey Hristov | 1999-06-09 | 2 | -32/+32 |
* | Fixed a bug in preg_replace. | Andrey Hristov | 1999-06-09 | 1 | -2/+0 |
* | Don't set is_ref in _phpi_splice() | Andrey Hristov | 1999-06-07 | 2 | -2/+95 |
* | Fix an ereg_replace() crash bug | Zeev Suraski | 1999-06-07 | 1 | -1/+1 |
* | - Remove the is_ref =1 from the push() function. | Andi Gutmans | 1999-06-06 | 1 | -1/+0 |
* | Added array_merge() function. | Andrey Hristov | 1999-06-05 | 2 | -0/+59 |
* | Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. | Andrey Hristov | 1999-06-05 | 3 | -2/+411 |
* | Not sure that's the right fix, but at least it fixes the symptom | Zeev Suraski | 1999-06-05 | 1 | -2/+5 |