Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -4/+4 | |
| | ||||||
* | signed/unsigned warning removed | Philippe Verdy | 1999-08-12 | 1 | -1/+1 | |
| | ||||||
* | More typos. | Egon Schmid | 1999-08-09 | 1 | -2/+6 | |
| | ||||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -15/+15 | |
| | | | | | php3_compat.h) | |||||
* | This should fix the implode() problem | Zeev Suraski | 1999-07-30 | 1 | -0/+1 | |
| | ||||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -2/+2 | |
| | ||||||
* | use the same version as in php3 | Sascha Schumann | 1999-07-21 | 1 | -54/+0 | |
| | ||||||
* | * Get the mSQL module up to date | Zeev Suraski | 1999-07-16 | 1 | -1/+1 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+10 | |
| | ||||||
* | Making the function accessible. | Andrey Hristov | 1999-06-22 | 1 | -2/+2 | |
| | ||||||
* | fixed implode "again" - | Thies C. Arntzen | 1999-06-21 | 1 | -6/+6 | |
| | ||||||
* | * fixed some #if/#ifdef issues | Stig Bakken | 1999-06-16 | 1 | -143/+415 | |
| | | | | | | | | | | | | * 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) | |||||
* | * reverse fsock/string import patches | Stig Bakken | 1999-06-15 | 1 | -463/+153 | |
| | ||||||
* | * now using php4.ini instead of php3.ini | Stig Bakken | 1999-06-15 | 1 | -153/+463 | |
| | | | | | | * re-imported fopen-wrappers, fsock and string code from php3 NB! I have not tested all of the imported functions yet. | |||||
* | oci8 to 3.0.9 | Thies C. Arntzen | 1999-06-09 | 1 | -6/+8 | |
| | | | | | implode works! | |||||
* | char * => unsigned char * | Sascha Schumann | 1999-05-16 | 1 | -2/+2 | |
| | ||||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -37/+37 | |
| | ||||||
* | add fast bin2hex string function | Sascha Schumann | 1999-05-16 | 1 | -0/+44 | |
| | ||||||
* | - regex cache (needs some work) | Sascha Schumann | 1999-05-12 | 1 | -74/+37 | |
| | | | | | - str_replace changes from php3 | |||||
* | substr() fix | Rasmus Lerdorf | 1999-05-12 | 1 | -2/+3 | |
| | ||||||
* | substr() fix for PHP4 as well | Rasmus Lerdorf | 1999-05-12 | 1 | -1/+1 | |
| | ||||||
* | * Move unclean_shutdown from PHP to Zend. | Zeev Suraski | 1999-05-11 | 1 | -1/+3 | |
| | | | | | | * The Master/Local headers in the phpinfo() table were reversed. * Fix a gpc bug | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -42/+20 | |
| | | | | and files | |||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+1 | |
| | ||||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -1/+1 | |
| | | | | | | | | fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works. | |||||
* | * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard | Zeev Suraski | 1999-04-21 | 1 | -1/+1 | |
| | | | | | * Fix Win32 compilation | |||||
* | port some fixes, add compat routines | Sascha Schumann | 1999-04-21 | 1 | -1/+1 | |
| | ||||||
* | str_replace fix | Sascha Schumann | 1999-04-21 | 1 | -0/+49 | |
| | ||||||
* | Make Win32 happy with the recent changes. | Zeev Suraski | 1999-04-18 | 1 | -1/+1 | |
| | ||||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+1590 | |
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. |