Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Worked on beautifying rfc1867.c a bit | Zeev Suraski | 2000-02-19 | 1 | -1/+0 |
| | | | | | | @- Introduced $HTTP_POST_FILES[], that contains information about files uploaded @ through HTTP upload (Zeev) | ||||
* | New function instead of fix. | Andrei Zmievski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | The list grows. | Andrei Zmievski | 2000-02-17 | 1 | -0/+1 |
| | |||||
* | I'd really like that. | Andrei Zmievski | 2000-02-16 | 1 | -1/+3 |
| | |||||
* | speedup parse_url! | Thies C. Arntzen | 2000-02-16 | 1 | -0/+1 |
| | |||||
* | having HTTP_UPLOAD_FILES[] seems logical to me | Thies C. Arntzen | 2000-02-12 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Thies C. Arntzen | 2000-02-06 | 1 | -5/+2 |
| | |||||
* | foreach note | Thies C. Arntzen | 2000-02-02 | 1 | -0/+5 |
| | |||||
* | - Implemented socket_get_status() function. Some more stuff can be added | Andrei Zmievski | 2000-02-01 | 1 | -1/+0 |
| | | | | | | | | | | | | to it in the future. - Renamed set_socket_timeout() to socket_set_timeout() - Renamed set_socket_blocking() to socket_set_blocking() but kept the old name for compatibility. It now outputs a warning that set_socket_timeout() is deprecated but still goes through. @ Added socket_get_status() function. Renamed: @ set_socket_timeout() -> socket_set_timeout() @ set_socket_blocking() -> socket_set_blocking(). (Andrei) | ||||
* | Socket note. | Andrei Zmievski | 2000-02-01 | 1 | -1/+2 |
| | |||||
* | Implemented realpath(). | Andrei Zmievski | 2000-02-01 | 1 | -1/+0 |
| | | | | | @ Added realpath() function. (Andrei) | ||||
* | Another todo. | Andrei Zmievski | 2000-01-31 | 1 | -0/+1 |
| | |||||
* | Another point. | Andrei Zmievski | 2000-01-31 | 1 | -0/+1 |
| | |||||
* | Use sizeof on the proper string. | Andrei Zmievski | 2000-01-28 | 1 | -0/+1 |
| | |||||
* | Add another point | Sascha Schumann | 2000-01-07 | 1 | -0/+3 |
| | |||||
* | * Implemented <boolean> and <null> types. We now support WDDX version 1.0 | Andrei Zmievski | 2000-01-03 | 1 | -1/+0 |
| | | | | | | | | | | | as best as we can. * Cleaned up the API function names, _ was really not needed. * Cleaned up the repetitive stack var name stuff with a macro. * WDDX now no longer converts numbers to strings in arrays when during serialization. @Implemented support for <boolean> and <null> types according @to WDDX version 1.0 (Andrei) | ||||
* | even better;-) | Thies C. Arntzen | 2000-01-03 | 1 | -1/+1 |
| | |||||
* | yes sir! | Thies C. Arntzen | 2000-01-03 | 1 | -0/+1 |
| | |||||
* | nice to have. | Thies C. Arntzen | 2000-01-02 | 1 | -0/+4 |
| | |||||
* | Add some points | Sascha Schumann | 2000-01-01 | 1 | -0/+2 |
| | |||||
* | clean up basic_functions | Thies C. Arntzen | 1999-12-23 | 1 | -0/+3 |
| | |||||
* | killed warning + added reminder | Thies C. Arntzen | 1999-12-23 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 1999-12-21 | 1 | -17/+17 |
| | |||||
* | some more thoughts | Thies C. Arntzen | 1999-12-21 | 1 | -0/+4 |
| | |||||
* | would be nice & clean | Thies C. Arntzen | 1999-12-21 | 1 | -0/+4 |
| | |||||
* | Made quotemeta() binary-safe. | Andrei Zmievski | 1999-12-20 | 1 | -1/+0 |
| | | | | | @ Made quotemeta() binary-safe. (Andrei) | ||||
* | Added get_loaded_extensions(), extension_loaded(), and | Andrei Zmievski | 1999-12-16 | 1 | -4/+1 |
| | | | | | | | get_extension_funcs() functions. @ Added get_loaded_extensions(), extension_loaded(), and get_extension_funcs() functions. (Andrei) | ||||
* | A little renaming. | Andrei Zmievski | 1999-12-16 | 1 | -3/+3 |
| | |||||
* | And still more stuff. | Andrei Zmievski | 1999-12-15 | 1 | -0/+2 |
| | |||||
* | More stuff for me to do. | Andrei Zmievski | 1999-12-15 | 1 | -0/+4 |
| | |||||
* | Made strspn() and strcspn() binary-safe. | Andrei Zmievski | 1999-12-13 | 1 | -1/+0 |
| | | | | | | | # Please test if you can, especially cases with embedded chr(0). @ Made strspn() and strcspn() binary-safe. | ||||
* | Finished array_multisort() function. Basically it sorts multiple arrays | Andrei Zmievski | 1999-12-13 | 1 | -1/+0 |
| | | | | | | | similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon | ||||
* | (PHP php_implode) Made binary-safe. | Andrei Zmievski | 1999-12-11 | 1 | -1/+0 |
| | | | | | @ Made implode() binary-safe (Andrei) | ||||
* | Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected | Andrei Zmievski | 1999-12-11 | 1 | -3/+0 |
| | | | | | | stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei) | ||||
* | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 1 | -3/+0 |
| | | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei) | ||||
* | just went thru string.c and wrote down the functions that are obviously NOT ↵ | Thies C. Arntzen | 1999-12-09 | 1 | -1/+16 |
| | | | | binary-safe | ||||
* | Apparently already implemented by Thies. | Andrei Zmievski | 1999-12-07 | 1 | -4/+0 |
| | |||||
* | some more ideas | Thies C. Arntzen | 1999-12-04 | 1 | -0/+9 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 1999-11-23 | 1 | -6/+6 |
| | |||||
* | Re-arranging a bit. | Andrei Zmievski | 1999-11-23 | 1 | -4/+7 |
| | |||||
* | add some points | Sascha Schumann | 1999-11-23 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | Thies C. Arntzen | 1999-11-23 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 1999-11-03 | 1 | -1/+1 |
| | |||||
* | No tabs please. | Andrei Zmievski | 1999-10-26 | 1 | -1/+1 |
| | |||||
* | Some todo things. | Andrei Zmievski | 1999-10-26 | 1 | -0/+7 |
| | |||||
* | New files. | Andrei Zmievski | 1999-10-07 | 1 | -0/+0 |
| | | | | | Please read README.CVS-RULES! | ||||
* | Remove a bunch of old junk. | James Gingerich | 1999-07-20 | 1 | -100/+0 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+100 |