summaryrefslogtreecommitdiff
path: root/ext/yp
Commit message (Collapse)AuthorAgeFilesLines
* - Moved ext/yp to PECL.foobar2005-02-025-585/+0
|
* Added missing argument check.Ilia Alshanetsky2004-05-311-0/+4
|
* Removed pointless check.Ilia Alshanetsky2004-04-261-7/+3
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+46
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Fixed bug #26235 (yp_first/yp_next do not specify correct key length).Ilia Alshanetsky2003-11-141-2/+2
|
* stupid typo fixHartmut Holzgraefe2003-09-261-1/+1
|
* error message was missing an argumentHartmut Holzgraefe2003-09-261-1/+1
|
* proto fixesAndrey Hristov2003-07-191-1/+1
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* changed from strncpy to strlcpy on requestHartmut Holzgraefe2003-02-271-2/+1
|
* changed to emalloc just to be safeHartmut Holzgraefe2003-02-261-2/+2
|
* "key" has to be zero-delimitedHartmut Holzgraefe2003-02-241-2/+11
|
* Fixed a memory leak.Ilia Alshanetsky2003-01-241-1/+5
| | | | | zend_error -> php_error_docref.
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-7/+7
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* don't assume yp-functions are always in libc, try also libnslHartmut Holzgraefe2002-10-231-0/+23
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-3/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+4
| | | | | - whitespace fixes
* killed some compile warningsfoobar2001-07-311-6/+8
|
* more ZTS fixes.foobar2001-07-311-1/+1
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+2
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-31/+20
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Fold a bit more codeRasmus Lerdorf2001-06-061-0/+18
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Nuke more quotesSascha Schumann2001-05-121-1/+1
|
* Fix compilation (strict compilers require constant initializers).Jon Parise2001-04-071-1/+5
|
* really fix the buildFredrik Öhrn2001-03-201-2/+1
|
* fix buildSascha Schumann2001-03-201-2/+1
|
* Removed redundant initialization.Fredrik Öhrn2001-03-191-8/+1
|
* Much needed cleanup and new functions addedFredrik Öhrn2001-03-183-18/+258
| | | | | | | | | | | | | | | | | | | | | ------------------------------------------- Cleaned up stringhandling for binary safeness. All functions now maintain a global 'errno' variable. All functions now print warning messages on failure. Added error code constants. Fixed bug #8041 while maintaining backward compatibility. New functions: yp_all traverse a map yp_cat retrive an entire map in one go yp_errno get last error code yp_err_string get a human readable error message
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+11
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-5/+5
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Make yp buildable as shared moduleSascha Schumann2000-05-023-24/+15
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|