Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added second parameter to array_keys() which allows returning keys | Andrey Hristov | 1999-09-07 | 1 | -0/+2 |
* | Forgot to update ChangeLog | Danny Heijl | 1999-09-06 | 1 | -0/+1 |
* | Changes for updated odbc module | Andreas Karajannis | 1999-09-05 | 1 | -0/+1 |
* | Oops, set_time_limit() would never have worked becase HAVE_SETITIMER | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+1 |
* | Oops | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+1 |
* | Add resource support to the Sybase CT module | Zeev Suraski | 1999-09-04 | 1 | -0/+1 |
* | Update the mSQL module with the latest tech | Zeev Suraski | 1999-09-04 | 1 | -2/+3 |
* | Final MySQL tweaks | Zeev Suraski | 1999-09-03 | 1 | -0/+2 |
* | Use the new API for resources in MySQL | Zeev Suraski | 1999-09-03 | 1 | -3/+2 |
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -0/+2 |
* | - Fixed several problems with output buffering and HEAD requests (Zeev) | Zeev Suraski | 1999-09-03 | 1 | -0/+4 |
* | *** empty log message *** | Zeev Suraski | 1999-09-03 | 1 | -0/+3 |
* | newest GetImageSize renamed header-file | Thies C. Arntzen | 1999-09-02 | 1 | -0/+1 |
* | - Small fix but it's important for people to know when B3 is released. | Andi Gutmans | 1999-09-02 | 1 | -0/+1 |
* | Add -d switch | Zeev Suraski | 1999-08-28 | 1 | -1/+3 |
* | If we stick to this style, parsing becomes easier (for humans and computers). | Sascha Schumann | 1999-08-28 | 1 | -5/+5 |
* | *** empty log message *** | Andrey Hristov | 1999-08-26 | 1 | -1/+2 |
* | - Make Win32 compile again. | Andi Gutmans | 1999-08-26 | 1 | -0/+1 |
* | . | Sascha Schumann | 1999-08-25 | 1 | -0/+1 |
* | Make fopen() work with URL's in Win32 | Andi Gutmans | 1999-08-25 | 1 | -0/+1 |
* | - Fix for include_path for Win32 (Zend library) | Andi Gutmans | 1999-08-25 | 1 | -0/+3 |
* | Add output_buffering directive | Zeev Suraski | 1999-08-24 | 1 | -3/+7 |
* | . | Sascha Schumann | 1999-08-22 | 1 | -0/+1 |
* | - add session.extern_referer_chk | Sascha Schumann | 1999-08-21 | 1 | -0/+3 |
* | . | Sascha Schumann | 1999-08-21 | 1 | -0/+3 |
* | *** empty log message *** | Andrey Hristov | 1999-08-20 | 1 | -0/+1 |
* | *** empty log message *** | Andrey Hristov | 1999-08-19 | 1 | -0/+1 |
* | ocifetchinto fix | Thies C. Arntzen | 1999-08-18 | 1 | -0/+1 |
* | Fix #2090 | Zeev Suraski | 1999-08-17 | 1 | -0/+1 |
* | *** empty log message *** | Zeev Suraski | 1999-08-17 | 1 | -0/+1 |
* | update | Sascha Schumann | 1999-08-17 | 1 | -0/+1 |
* | fix persistency of mhash_* constants | Sascha Schumann | 1999-08-17 | 1 | -0/+1 |
* | ZTS stuff | Thies C. Arntzen | 1999-08-17 | 1 | -0/+1 |
* | fix flushing cached information to disk | Sascha Schumann | 1999-08-17 | 1 | -0/+1 |
* | cleanups & ZTS stuff (ZTS untested!) | Thies C. Arntzen | 1999-08-17 | 1 | -0/+1 |
* | imported diskfreespace from 3.0 | Thies C. Arntzen | 1999-08-17 | 1 | -0/+1 |
* | Removed internal pointer reset from array_walk. | Andrey Hristov | 1999-08-16 | 1 | -1/+0 |
* | *** empty log message *** | Andrey Hristov | 1999-08-14 | 1 | -0/+1 |
* | - Add PHP Modules workspace | Zeev Suraski | 1999-08-13 | 1 | -0/+2 |
* | Separate Sybase-CT from Sybase, and fix build process for Sybase-CT | Zeev Suraski | 1999-08-13 | 1 | -0/+3 |
* | that too | Zeev Suraski | 1999-08-09 | 1 | -1/+1 |
* | Go beta 2 (final) | Andi Gutmans | 1999-08-09 | 1 | -4/+6 |
* | fixed sysv_shm* | Thies C. Arntzen | 1999-08-09 | 1 | -0/+1 |
* | add changelog entries which I forget a couple of days ago | Uwe Steinmann | 1999-08-09 | 1 | -0/+3 |
* | Built-in phpinfo() links are now turned off by default. They can be | Zeev Suraski | 1999-08-07 | 1 | -0/+2 |
* | - Changed phpinfo() to list modules that have no info function | Zeev Suraski | 1999-08-07 | 1 | -0/+1 |
* | *** empty log message *** | Andrey Hristov | 1999-08-07 | 1 | -0/+2 |
* | Fix for bug #1980 | Zeev Suraski | 1999-08-07 | 1 | -0/+1 |
* | Fix for bug #1754 | Zeev Suraski | 1999-08-07 | 1 | -0/+1 |
* | - Improved register_shutdown_function() - you may now supply arguments that | Zeev Suraski | 1999-08-06 | 1 | -0/+5 |