2002-04-21 |
Sascha Schumann | speling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/ |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sascha Schumann | The default has been changed to assume failure, because... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sascha Schumann | Add PGSQL_RETURN_OID which encapsulates the LONG_MAX... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sascha Schumann | Also support --disable-shared installations of pgsql |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Stig Bakken | * set version to 0.9.1-dev |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Stig Bakken | * PHP_PREFIX constant is not defined, use bin_dir pear... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sascha Schumann | My patch as posted to php-dev + warnings/errors fixed... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Martin Jansen | * Remove package directory if empty during uninstall... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
foobar | Tiny typo.. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tomas V.V.Cox | Bail on no HTTP.php present in the system |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tomas V.V.Cox | typo |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sascha Schumann | simplify and improve speed of smart_str_print_long. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sterling Hughes | expletives deleted. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Sterling Hughes | some more fixes towards making it work again |
commit | commitdiff | tree | snapshot |
2002-04-21 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2002-04-21 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Zeev Suraski | MFZE1 |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Sascha Schumann | allocate space for NUL |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Derick Rethans | - initialize globals properly |
commit | commitdiff | tree | snapshot |
2002-04-20 |
jim winstead | include the checks for various support libraries to... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
jim winstead | s/.o/.c/ |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Sterling Hughes | realloc buffer down |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Sascha Schumann | If I don't want mbstring, I also don't want this transp... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_e... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Derick Rethans | - Add missing .cvsignore |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Sander Roobol | Another .cvsignore update |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Sander Roobol | Removed makefiles from most .cvsignores and some minor... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Sander Roobol | Added missing .cvsignore |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Added comment to fix large OID value handling later. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Added missing 'd'. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Some cleanup. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Fixed OID overflow. If value is larger than MAX_LONG, |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Added API version for C programs |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Yasuo Ohgaki | Remove warnings. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
foobar | We call them "extension"..and again, missing period... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2002-04-20 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Sterling Hughes | throw a warning if encoding support not available... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Sterling Hughes | update todo a bit |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Sterling Hughes | make it work with dom processing, this allows DOM tree... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Adam Dickmeiss | Indentation;) |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Adam Dickmeiss | fix warning |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Andrei Zmievski | Revert bogus patch. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Sebastian Bergmann | MFZE1: make sure the resource-list is always consistent... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Sebastian Bergmann | MFZE1: Fix imbalance bug (Zeev). |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Derick Rethans | - Fix warnings in VC |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Stig Bakken | * add http_proxy config setting |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Stig Bakken | * make "pear install package.xml" possible, so you... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Stig Bakken | * reintroduce (un)install -r option for Registeration... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Stig Bakken | * fix phpdoc |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Fixed pg_insert/update/select/delete overflow. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Update tests |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Added "NOT NULL" check and do not add converted variabl... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Changed "default" -> "has default" (metadata) |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Wez Furlong | Make scheme part decoding rfc2396 compliant. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Remove compiler warnings |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Fixed file include error |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Remove warning. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Fixed test title (strlen -> mb_strlen) |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Leave "" (null string) when converting. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Remove warnings |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Added mbstring.func_overload directive |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Fixed messages |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Remove gargabe |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Enable mbstring by default. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Added description to mbstring ini entries |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Yasuo Ohgaki | Avoid defining/using S_ISDIR macro. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Derick Rethans | - Gaurd for problems in fault servers (fixes problem... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Aaron Bannert | Document the new PHPINIDir directive in the apache2filt... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Aaron Bannert | This patch implements a new Apache2 directive called... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Martin Jansen | * Add API documentation. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sebastian Bergmann | Allow for PCRE to be disabled. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sebastian Bergmann | Make use of HAVE_MYSQL. Reviewed by: Sterling. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sebastian Bergmann | Conditionally include mbstring.h. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sebastian Bergmann | Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKE... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Aaron Bannert | Fix an intermittent SEGV when an error bubbled up from... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sander Roobol | Removed redefinition of MIN() |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sander Roobol | Removing unused variable |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Derick Rethans | - MFH: Make DBA compile as a shared module again |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Sebastian Bergmann | Some cleanup for the Win32 build configuration. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Harald Radi | whitespace fixes |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Alan Brown | Missing break; causes fallthrough which actually causes... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Alan Brown | When V_BSTR() is NULL, we pass a NULL pointer into... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Only include php_bcmath.h when WITH_BCMATH=true. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Give HAVE_MYSQL meaning on Win32. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Give HAVE_UODBC meaning on Win32. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Give HAVE_FTP meaning on Win32. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Remove bogus includes. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Patch by Marcus Börger. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Stig Bakken | * doooh! |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Uwe Steinmann | - fixed memory leak |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | SPACEs->TAB. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Beautify. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Forgot adding phpext_tokenizer_ptr. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sebastian Bergmann | Enable ext/tokenizer by default on Win32, too. Since... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
next |