summaryrefslogtreecommitdiff
path: root/ext/ereg
Commit message (Collapse)AuthorAgeFilesLines
* - Leave this for now.Andi Gutmans1999-09-151-1/+2
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-2/+1
| | | | | - Some strlcpy changes including one bug fix.
* you can now override the CFLAGS while doing make - eg:Thies C. Arntzen1999-08-101-1/+5
| | | | | make CFLAGS="-g"
* file did not end with a newline, causing problems for Sun's C compilerMike Gerdts1999-08-031-1/+1
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-13/+13
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-261-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-242-11/+11
|
* License updateZeev Suraski1999-07-161-20/+9
|
* Finish porting aspell - tested and works ok nowRasmus Lerdorf1999-07-121-2/+2
|
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-2/+3
| | | | | - Change the hash destructor to return int
* vpath thingieSascha Schumann1999-07-011-1/+1
|
* *** empty log message ***Andrey Hristov1999-06-233-9/+9
|
* Backing out changes.Andrey Hristov1999-06-211-5/+3
|
* Fixed a bug in preg_replace.Andrey Hristov1999-06-091-2/+0
|
* Fix an ereg_replace() crash bugZeev Suraski1999-06-071-1/+1
|
* Added push(), pop(), shift(), unshift(), splice(), and slice() array functions.Andrey Hristov1999-06-051-1/+0
| | | | | | | | The first 5 work like their Perl counterparts. slice() returns a chunk of the array specified by offset and length arguments. Backport to PHP3 and docs will be coming soon.
* Not sure that's the right fix, but at least it fixes the symptomZeev Suraski1999-06-051-2/+5
|
* more VPATH workSascha Schumann1999-05-291-2/+2
|
* Fixing a couple of long standing bugs.Andrey Hristov1999-05-261-3/+5
|
* remove debug messagesSascha Schumann1999-05-211-4/+0
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-12/+16
|
* * HTTP-auth bugfixZeev Suraski1999-05-132-13/+15
| | | | | * Patch the regex thread safe code to compile in thread safe mode
* - regex cache (needs some work)Sascha Schumann1999-05-122-10/+120
| | | | | - str_replace changes from php3
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-112-0/+15
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-4/+1
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
|
* port some fixes, add compat routinesSascha Schumann1999-04-211-10/+16
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-172-0/+617
| | | | | | | | | | | | | 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.
* Win32 patchesZeev Suraski1999-04-075-0/+128
|
* PHP 4.0Zeev Suraski1999-04-0724-0/+6316