summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * fix some castsSascha Schumann1999-05-305-11/+12
* kill some warningsSascha Schumann1999-05-302-4/+4
* zend_hash_merge was changedSascha Schumann1999-05-301-1/+1
* That got fucked up when we went back to using uninitialized_zvalZeev Suraski1999-05-291-1/+1
* another VPATH related changeSascha Schumann1999-05-291-1/+1
* Fix a bugZeev Suraski1999-05-291-1/+1
* Updated preg_split().Andrey Hristov1999-05-291-11/+17
* Fix preg_match_all to do proper matching with \b.Andrey Hristov1999-05-291-9/+14
* Fixed PCRE so that global matching with patterns with \b works.Andrey Hristov1999-05-294-9/+22
* * Changed the way INI entries work in Apache to allow .conf entries to work r...Zeev Suraski1999-05-293-26/+79
* Support overwrite mode in zend_hash_merge()Zeev Suraski1999-05-293-5/+6
* FixZeev Suraski1999-05-292-6/+6
* - clean is not called from automake. use CLEANFILES insteadSascha Schumann1999-05-291-6/+6
* more VPATH workSascha Schumann1999-05-292-4/+4
* kill warningSascha Schumann1999-05-291-0/+1
* - fix APXS VPATH buildSascha Schumann1999-05-292-9/+14
* avoid crashing with php4 directives in .conf files (they still don't work)Zeev Suraski1999-05-291-5/+27
* fixesZeev Suraski1999-05-292-2/+2
* getopt.h conflicted with system include fileSascha Schumann1999-05-294-3/+3
* .Sascha Schumann1999-05-291-1/+1
* Correct fixZeev Suraski1999-05-291-4/+2
* *** empty log message ***Zeev Suraski1999-05-291-1/+1
* Fix a leakZeev Suraski1999-05-291-1/+3
* no need for thoseZeev Suraski1999-05-281-2/+0
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-286-13/+32
* that seems to fix itSascha Schumann1999-05-281-1/+3
* Either I'm playing the EG(symbol_table) game wrong or var.c leaks memorySascha Schumann1999-05-281-0/+1
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-287-104/+58
* I think that is the preferred way as of nowSascha Schumann1999-05-281-1/+1
* *** empty log message ***Zeev Suraski1999-05-281-3/+3
* * Support getThis() for internal functions.Zeev Suraski1999-05-288-39/+64
* * Use new Zend macros for standardized definition of classes.Zeev Suraski1999-05-285-48/+64
* Some innocent cleanupsRasmus Lerdorf1999-05-285-44/+44
* We don't need those there.Andrey Hristov1999-05-272-4/+0
* Really fix the configuration now so that it's possible to compile bothAndrey Hristov1999-05-275-25/+41
* self-contained extensions please :-)Stig Bakken1999-05-272-2/+2
* Generate Visual Studio compatible error messages when compiling under Win32Zeev Suraski1999-05-271-1/+10
* Fix the AiCount issue with objectsZeev Suraski1999-05-271-1/+1
* Moved all #define's for SET_ and RETURN_ to zend_API.hZeev Suraski1999-05-271-0/+94
* - fix CGI build (at least)Sascha Schumann1999-05-277-102/+21
* add rfc1867.cSascha Schumann1999-05-271-2/+2
* Fix pcre buildZeev Suraski1999-05-271-1/+1
* Moved all SET_ and RETURN_ macros to ZendZeev Suraski1999-05-271-130/+0
* -Added PCRE library sourceAndrey Hristov1999-05-2634-29/+21013
* Added preg_split. Same syntax as regular split().Andrey Hristov1999-05-262-7/+103
* Fixing a couple of long standing bugs.Andrey Hristov1999-05-262-6/+10
* A few changes here.Andrey Hristov1999-05-262-54/+161
* Avoid crashing if an error occurs before we open the first file.Zeev Suraski1999-05-251-2/+12
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-255-14/+84
* Just a little sanity check.Andrey Hristov1999-05-251-0/+1