summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* php_fopen_wrapper_for_zend() does *NOT* insert the opened files into any list...Thies C. Arntzen1999-12-021-0/+5
* *** empty log message ***Andrei Zmievski1999-12-021-3/+1
* Let user override default setting of ``make''Sascha Schumann1999-12-021-1/+2
* ChangeLog update1999-12-021-0/+63
* NEWS update1999-12-021-0/+6
* Define COMPILE_DL_MODNAME, if module is built as dynamic moduleSascha Schumann1999-12-011-1/+2
* Back out PIC/COMPILE_DL hack from gd/mysql.Stig Bakken1999-12-012-8/+0
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-0111-79/+34
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-0113-25/+31
* Make it possible to explicitly set refcount in ZEND_SET_SYMBOL_WITH_LENGTH(),...Zeev Suraski1999-12-011-0/+3
* Allow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH()Zeev Suraski1999-12-012-9/+14
* Test commit, ignoreZeev Suraski1999-12-011-1/+1
* @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be referencesZeev Suraski1999-12-011-1/+1
* @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counter...Zeev Suraski1999-12-011-4/+7
* remove some debug outputStig Bakken1999-12-011-1/+0
* Make array.c thread-safeSascha Schumann1999-12-015-52/+51
* Remove fsock-specific membersSascha Schumann1999-12-011-4/+0
* Make fsock module thread-safeSascha Schumann1999-12-013-38/+73
* - Forgot to check for BP_VAR_IS in the fix made for Thies' string offsetAndi Gutmans1999-12-011-1/+1
* use new PHP_BUILD_THREAD_SAFE macroSam Ruby1999-12-011-2/+1
* libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on WindowsSam Ruby1999-12-011-1/+2
* just a remarkThies C. Arntzen1999-12-011-0/+1
* ChangeLog update1999-12-011-0/+50
* NEWS update1999-12-011-0/+2
* # Fix broken filesRasmus Lerdorf1999-12-012-9/+98
* Avoid Apache's regex.h, if system regex was chosenSascha Schumann1999-11-302-0/+20
* # another oopsRasmus Lerdorf1999-11-301-4/+4
* # OopsRasmus Lerdorf1999-11-301-1/+1
* Kill some warningsRasmus Lerdorf1999-11-301-5/+5
* Add '--enable-low-memory' option.Sascha Schumann1999-11-301-1/+13
* Add PHPAPI for Windows.Sascha Schumann1999-11-302-13/+12
* - Applied Thies' bug fix. Great work!Andi Gutmans1999-11-301-0/+1
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-307-20/+23
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-309-17/+74
* - Fix problem Thies reported. We by mistake separated variables which wereAndi Gutmans1999-11-301-1/+1
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-306-99/+40
* the Zeus-Guys were nice enoug to give us a call similar to DllMain()!Thies C. Arntzen1999-11-301-0/+1
* need to prevent multiple usageShane Caraveo1999-11-301-1/+4
* ChangeLog update1999-11-301-0/+92
* NEWS update1999-11-301-0/+1
* Show some extra info for GD with phpinfo()Sander Steffann1999-11-291-2/+21
* Clean up codeSascha Schumann1999-11-291-24/+28
* ISAPI wants to run in ZTSThies C. Arntzen1999-11-291-2/+1
* Oops, forgot to check for GIF support. Fixed.Sander Steffann1999-11-291-0/+2
* TypoDanny Heijl1999-11-291-1/+0
* Modified to use preg_* functions.Andrei Zmievski1999-11-291-8/+8
* add .cvsignoreSam Ruby1999-11-290-0/+0
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-2920-37/+1046
* more PECL -> PEAR renamingStig Bakken1999-11-292-13/+15
* - DB classes now inherit DB_commonStig Bakken1999-11-291-4/+112